maint: make update-copyright
authorJim Meyering <[email protected]>
Sun, 30 Apr 2023 13:30:52 +0000 (30 06:30 -0700)
committerJim Meyering <[email protected]>
Sun, 30 Apr 2023 13:30:52 +0000 (30 06:30 -0700)
ChangeLog.1
README-hacking
bootstrap
bootstrap.conf
cfg.mk
src/cppi.l
src/system.h
tests/help-version
tests/init.sh

index f0f9179..4f42e0b 100644 (file)
 
        -----
 
-       Copyright (C) 1997-2021 Free Software Foundation, Inc.
+       Copyright (C) 1997-2021, 2023 Free Software Foundation, Inc.
 
        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice
index 93846ec..50ff873 100644 (file)
@@ -49,7 +49,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2021 Free Software Foundation, Inc.
+Copyright (C) 2002-2021, 2023 Free Software Foundation, Inc.
 
 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 1f375ee..48b16af 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2022-06-04.00; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2022 Free Software Foundation, Inc.
+# Copyright (C) 2003-2023 Free Software Foundation, Inc.
 
 # 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 4f3c6a4..b27758a 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2021 Free Software Foundation, Inc.
+# Copyright (C) 2006-2021, 2023 Free Software Foundation, Inc.
 
 # 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/cfg.mk b/cfg.mk
index 0c17327..1d5bee6 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2021 Free Software Foundation, Inc.
+# Copyright (C) 2003-2021, 2023 Free Software Foundation, Inc.
 
 # 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 7c854ec..e9e4460 100644 (file)
@@ -1,5 +1,5 @@
 /* flex-lexer for cppi
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021, 2023 Free Software Foundation, Inc.
 
    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 5d21b0a..9a79610 100644 (file)
@@ -1,5 +1,6 @@
 /* system-dependent definitions; derived from those of coreutils
-   Copyright (C) 1989, 1991-2008, 2010-2021 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1991-2008, 2010-2021, 2023 Free Software Foundation,
+   Inc.
 
    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 e644625..44fd58c 100755 (executable)
@@ -2,7 +2,7 @@
 # Make sure all these programs work properly
 # when invoked with --help or --version.
 
-# Copyright (C) 2000-2021 Free Software Foundation, Inc.
+# Copyright (C) 2000-2021, 2023 Free Software Foundation, Inc.
 
 # 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 d5d37c9..a502b4f 100644 (file)
@@ -1,6 +1,6 @@
 # source this file; set up for tests
 
-# Copyright (C) 2009-2022 Free Software Foundation, Inc.
+# Copyright (C) 2009-2023 Free Software Foundation, Inc.
 
 # 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