-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- Autoconf -*- | ||
# | ||
# Copyright (C) 2014, Enrico M. Crisostomo | ||
# Copyright (C) 2014, 2015, Enrico M. Crisostomo | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -17,7 +17,7 @@ | |
# | ||
# Process this file with autoconf to produce a configure script. | ||
# | ||
dnl Copyright (C) 2014, Enrico M. Crisostomo | ||
dnl Copyright (C) 2014, 2015, Enrico M. Crisostomo | ||
AC_PREREQ([2.69]) | ||
m4_include([m4/fswatch_version.m4]) | ||
AC_INIT([fswatch], FSWATCH_VERSION, [[email protected]], [], [https://github.com/emcrisostomo/fswatch]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ static void list_monitor_types(ostream& stream) | |
static void print_version(ostream& stream) | ||
{ | ||
stream << PACKAGE_STRING << "\n"; | ||
stream << "Copyright (C) 2014, Enrico M. Crisostomo <[email protected]>.\n"; | ||
stream << "Copyright (C) 2014, 2015, Enrico M. Crisostomo <[email protected]>.\n"; | ||
stream << _("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"); | ||
stream << _("This is free software: you are free to change and redistribute it.\n"); | ||
stream << _("There is NO WARRANTY, to the extent permitted by law.\n"); | ||
|