]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
update copyright years
authorSimon Ruderich <simon@ruderich.org>
Tue, 19 Aug 2014 22:49:21 +0000 (00:49 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 19 Aug 2014 22:49:21 +0000 (00:49 +0200)
Build.PL
README
bin/blhc
t/tests.t

index 83040f126bb09da1cd01dbc40dae1b1bc5bc1f71..fc75da9888a2ead5a7bc5b5b28943316de812148 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (C) 2012-2013  Simon Ruderich
+# Copyright (C) 2012-2014  Simon Ruderich
 #
 # 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/README b/README
index 5e58567bbf6899f0078a7af423ff3236c05aa2e5..36aa204524d7d379df3c7164fc5847cea83e5eb3 100644 (file)
--- a/README
+++ b/README
@@ -174,7 +174,7 @@ LICENSE
 
 blhc is licensed under GPL version 3 or later.
 
-Copyright (C) 2012-2013  Simon Ruderich
+Copyright (C) 2012-2014  Simon Ruderich
 
 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
index 9db9fe2aa98030158a74712278ea7f7636f4f303..9869d2cec50889261b83822dead8fb1db28a2b9c 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -2,7 +2,7 @@
 
 # Build log hardening check, checks build logs for missing hardening flags.
 
-# Copyright (C) 2012-2013  Simon Ruderich
+# Copyright (C) 2012-2014  Simon Ruderich
 #
 # 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
@@ -601,7 +601,7 @@ if ($option_help) {
 }
 if ($option_version) {
     print <<"EOF";
-blhc $VERSION  Copyright (C) 2012-2013  Simon Ruderich
+blhc $VERSION  Copyright (C) 2012-2014  Simon Ruderich
 
 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
@@ -1573,7 +1573,7 @@ E<lt>jari.aalto@cante.netE<gt> for their valuable input and suggestions.
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (C) 2012-2013 by Simon Ruderich
+Copyright (C) 2012-2014 by Simon Ruderich
 
 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
index 5662bd870621a7f563f4f957a008722ef804ade7..5673638418da5e116f14e8d14c927a737f1def32 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -1,6 +1,6 @@
 # Tests for blhc.
 #
-# Copyright (C) 2012-2013  Simon Ruderich
+# Copyright (C) 2012-2014  Simon Ruderich
 #
 # 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
@@ -61,7 +61,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.04  Copyright (C) 2012-2013  Simon Ruderich
+        'blhc 0.04  Copyright (C) 2012-2014  Simon Ruderich
 
 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