diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-24 13:09:10 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-24 13:09:10 (EDT) |
commit | 58d69510b866fff3eb27cec367df37d273e72ea8 (patch) | |
tree | c5e0a6186dffcd0410ab6d9183e185694301968b | |
parent | d097c19b013b14d9db80ec246ca7cf922077dbc1 (diff) |
Update copyright years
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | lib/cmd/install.sh | 2 | ||||
-rw-r--r-- | lib/feed.sh | 2 | ||||
-rw-r--r-- | lib/pkg.sh | 2 | ||||
-rw-r--r-- | lib/profile/proteanos.sh | 2 | ||||
-rw-r--r-- | locale/en_US.sh | 2 | ||||
-rw-r--r-- | src/prokit.sh | 2 | ||||
-rw-r--r-- | tests/common.sh | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index 3d83b01..79e1c05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Process this file with automake to produce an input makefile. # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index e3c2ca5..220058e 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -2,7 +2,7 @@ # lib/cmd/install.sh # "install" command # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 diff --git a/lib/feed.sh b/lib/feed.sh index e4ae040..6d90892 100644 --- a/lib/feed.sh +++ b/lib/feed.sh @@ -2,7 +2,7 @@ # lib/feed.sh # Functions for handling feed index files # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 @@ -2,7 +2,7 @@ # lib/pkg.sh # Functions for handling packages and their dependencies # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh index d5654ae..b2b1b11 100644 --- a/lib/profile/proteanos.sh +++ b/lib/profile/proteanos.sh @@ -2,7 +2,7 @@ # lib/profile/proteanos.sh # ProteanOS architecture detection and feeds lists. # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 diff --git a/locale/en_US.sh b/locale/en_US.sh index efeaea5..7c13b73 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -2,7 +2,7 @@ # locale/en_US.sh # English message strings # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 diff --git a/src/prokit.sh b/src/prokit.sh index 8a82e26..3583863 100644 --- a/src/prokit.sh +++ b/src/prokit.sh @@ -4,7 +4,7 @@ # src/prokit.sh # Main program file # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 diff --git a/tests/common.sh b/tests/common.sh index 3c3398b..1e3fb2f 100644 --- a/tests/common.sh +++ b/tests/common.sh @@ -2,7 +2,7 @@ # tests/common.sh # Common testsuite functions # -# Copyright (C) 2013-2014 Patrick "P. J." McDermott +# Copyright (C) 2013, 2014 Patrick "P. J." McDermott # # 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 |