]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Update copyright years
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Jul 2026 06:12:24 +0000 (08:12 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Jul 2026 06:12:24 +0000 (08:12 +0200)
Build.PL
README
bin/blhc
t/tests.t

index 85ab6abd1a92f7cfa963491f0d0f65cffa679f49..9c733a6ba4109a2e54596d087dff8a7e111bc5de 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (C) 2012-2024  Simon Ruderich
+# Copyright (C) 2012  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 1a93f4c7c779ad52c473be0ba9c7e2ebf2d88b08..ed91aa8afc9ae3c9461c5060805ecd91599bf111 100644 (file)
--- a/README
+++ b/README
@@ -174,7 +174,7 @@ LICENSE
 
 blhc is licensed under GPL version 3 or later.
 
-Copyright (C) 2012-2024  Simon Ruderich
+Copyright (C) 2012  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 6627953f3f1657dde4efd631eec1af4b2a417e48..d14344b057d99f0462ba0c7f966b18cfd346fa88 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-2024  Simon Ruderich
+# Copyright (C) 2012  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
@@ -711,7 +711,7 @@ if ($option_help) {
 }
 if ($option_version) {
     print <<"EOF";
-blhc $VERSION  Copyright (C) 2012-2024  Simon Ruderich
+blhc $VERSION  Copyright (C) 2012  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
@@ -1898,7 +1898,7 @@ E<lt>jari.aalto@cante.netE<gt> for their valuable input and suggestions.
 
 =head1 LICENSE AND COPYRIGHT
 
-Copyright (C) 2012-2024 by Simon Ruderich
+Copyright (C) 2012 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 f80ac1aed52e4ba76e560ea5a49eb7f83eedf8a0..59827ed1267b3cf13638b09fc9fb82c9868d5463 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -67,7 +67,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.14  Copyright (C) 2012-2024  Simon Ruderich
+        'blhc 0.14  Copyright (C) 2012  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