]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Update copyright years
authorSimon Ruderich <simon@ruderich.org>
Tue, 5 Oct 2021 10:07:03 +0000 (12:07 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 5 Oct 2021 10:07:03 +0000 (12:07 +0200)
Build.PL
README
bin/blhc
t/tests.t

index 021e788fedfbbe0949e012ce163a0309f4949927..8400444dc93e57d2a985c497f1deafc0a7fa10dd 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (C) 2012-2020  Simon Ruderich
+# Copyright (C) 2012-2021  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 b60004cc9a7c8f41fd17b25ce4fd710f90ff4ddc..60a43705cfb46501e3d883293cb6f04d402e8499 100644 (file)
--- a/README
+++ b/README
@@ -174,7 +174,7 @@ LICENSE
 
 blhc is licensed under GPL version 3 or later.
 
-Copyright (C) 2012-2020  Simon Ruderich
+Copyright (C) 2012-2021  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 3611c6de4c3980fa743b201be179484705559590..2c51ce4d09ae59384c2f2a03315867e827c9a132 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-2020  Simon Ruderich
+# Copyright (C) 2012-2021  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
@@ -690,7 +690,7 @@ if ($option_help) {
 }
 if ($option_version) {
     print <<"EOF";
-blhc $VERSION  Copyright (C) 2012-2020  Simon Ruderich
+blhc $VERSION  Copyright (C) 2012-2021  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 7e0a7edd5ee675e874b3af9d93ed303d9d9a3737..5996604ae1443d2e3e24b245c3949d4a00e650df 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -1,6 +1,6 @@
 # Tests for blhc.
 #
-# Copyright (C) 2012-2020  Simon Ruderich
+# Copyright (C) 2012-2021  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.12  Copyright (C) 2012-2020  Simon Ruderich
+        'blhc 0.12  Copyright (C) 2012-2021  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