Skip to content

Commit cd36d5e

Browse files
committed
Update copyright years
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 80c7e3d commit cd36d5e

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

features/kickstart/data/bin/kickstart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $PROG version 0.1
5151
5252
Written by Alexey Gladkov
5353
54-
Copyright (C) 2021 Alexey Gladkov <[email protected]>
54+
Copyright (C) 2021-2024 Alexey Gladkov <[email protected]>
5555
This is free software; see the source for copying conditions. There is NO
5656
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5757

utils/depinfo/kmod-depinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ print_version(const char *progname)
695695
printf("%s version " PACKAGE_VERSION "\n"
696696
"Written by Alexey Gladkov <[email protected]>\n"
697697
"\n"
698-
"Copyright (C) 2012 Alexey Gladkov <[email protected]>\n"
698+
"Copyright (C) 2012-2024 Alexey Gladkov <[email protected]>\n"
699699
"This is free software; see the source for copying conditions. There is NO\n"
700700
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
701701
"\n",

utils/initrd-diff/initrd-diff.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: GPL-3.0-or-later
33
#
44
# Copyright (C) 2012 Evgenii Terechkov <[email protected]>
5-
# Copyright (C) 2012-2016 Alexey Gladkov <[email protected]>
5+
# Copyright (C) 2012-2024 Alexey Gladkov <[email protected]>
66
#
77

88
. shell-error
@@ -41,7 +41,7 @@ print_version()
4141
Written by Evgenii Terechkov.
4242
4343
Copyright (C) 2012 Evgenii Terechkov <[email protected]>
44-
Copyright (C) 2012-2016 Alexey Gladkov <[email protected]>
44+
Copyright (C) 2012-2024 Alexey Gladkov <[email protected]>
4545
This is free software; see the source for copying conditions. There is NO
4646
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4747
EOF

utils/initrd-extract/initrd-extract.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ print_version(const char *progname)
5252
printf("%s version " PACKAGE_VERSION "\n"
5353
"Written by Alexey Gladkov <[email protected]>\n"
5454
"\n"
55-
"Copyright (C) 2017 Alexey Gladkov <[email protected]>\n"
55+
"Copyright (C) 2017-2024 Alexey Gladkov <[email protected]>\n"
5656
"This is free software; see the source for copying conditions. There is NO\n"
5757
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5858
"\n",

utils/initrd-ls/initrd-ls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ print_version(const char *progname)
6060
printf("%s version " PACKAGE_VERSION "\n"
6161
"Written by Alexey Gladkov <[email protected]>\n"
6262
"\n"
63-
"Copyright (C) 2016-2021 Alexey Gladkov <[email protected]>\n"
63+
"Copyright (C) 2016-2024 Alexey Gladkov <[email protected]>\n"
6464
"This is free software; see the source for copying conditions. There is NO\n"
6565
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
6666
"\n",

utils/initrd-put/initrd-put.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ void show_version(void)
741741
"%1$s version " PACKAGE_VERSION "\n"
742742
"Written by Alexey Gladkov.\n"
743743
"\n"
744-
"Copyright (C) 2012-2020 Alexey Gladkov <[email protected]>\n"
744+
"Copyright (C) 2012-2024 Alexey Gladkov <[email protected]>\n"
745745
"This is free software; see the source for copying conditions. There is NO\n"
746746
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
747747
progname

utils/initrd-scanmod/initrd-scanmod.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ print_version_and_exit(const char *progname)
5050
dprintf(STDOUT_FILENO, "%s version %s\n", progname, PACKAGE_VERSION);
5151
dprintf(STDOUT_FILENO,
5252
"Written by Alexey Gladkov.\n\n"
53-
"Copyright (C) 2018 Alexey Gladkov <[email protected]>\n"
53+
"Copyright (C) 2018-2024 Alexey Gladkov <[email protected]>\n"
5454
"This is free software; see the source for copying conditions. There is NO\n"
5555
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
5656
exit(EXIT_SUCCESS);

utils/make-initrd/make-initrd.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ print_version() {
2222
make-initrd version @PACKAGE_VERSION@
2323
Written by Alexey Gladkov, Kirill Shutemov.
2424
25-
Copyright (C) 2009,2010 Alexey Gladkov <[email protected]>
25+
Copyright (C) 2009,2024 Alexey Gladkov <[email protected]>
2626
Copyright (C) 2009,2010 Kirill A. Shutemov <[email protected]>
2727
This is free software; see the source for copying conditions. There is NO
2828
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

0 commit comments

Comments
 (0)