]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Update copyright years
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 Feb 2018 18:17:37 +0000 (19:17 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 27 Feb 2018 18:17:37 +0000 (19:17 +0100)
Build.PL
README
bin/blhc
t/tests.t

index 4e48816278574457d913f42ec54ea49166827db3..4e5dba8caf7c118c3fc129ec0f1f6e7fae0dd3ad 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (C) 2012-2017  Simon Ruderich
+# Copyright (C) 2012-2018  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 b83d6cbfff84f8266c392afc5ee7256de69d35dd..4b37ff39f939104e64198800ffd74d3ac373f58c 100644 (file)
--- a/README
+++ b/README
@@ -174,7 +174,7 @@ LICENSE
 
 blhc is licensed under GPL version 3 or later.
 
-Copyright (C) 2012-2017  Simon Ruderich
+Copyright (C) 2012-2018  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 009aec98b7b312ec964c6def99fa5fce22f3a9b2..b51d18653d0dfca5cd1c270683ba17e6ed7ce5ef 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-2017  Simon Ruderich
+# Copyright (C) 2012-2018  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
@@ -632,7 +632,7 @@ if ($option_help) {
 }
 if ($option_version) {
     print <<"EOF";
-blhc $VERSION  Copyright (C) 2012-2017  Simon Ruderich
+blhc $VERSION  Copyright (C) 2012-2018  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
@@ -1687,7 +1687,7 @@ E<lt>jari.aalto@cante.netE<gt> for their valuable input and suggestions.
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (C) 2012-2017 by Simon Ruderich
+Copyright (C) 2012-2018 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 1ed4dd347d61da6a60c241ae649ca4eeb5f2d25e..26822a06f00551294794263acc8e3c1ebf6f6734 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -1,6 +1,6 @@
 # Tests for blhc.
 #
-# Copyright (C) 2012-2017  Simon Ruderich
+# Copyright (C) 2012-2018  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
@@ -67,7 +67,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.07  Copyright (C) 2012-2017  Simon Ruderich
+        'blhc 0.07  Copyright (C) 2012-2018  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