Skip to content

Commit cf2d9bd

Browse files
committed
Update copyright years.
1 parent ec78559 commit cf2d9bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+56
-56
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Automake source.
44
#
55
# Free exFAT implementation.
6-
# Copyright (C) 2010-2018 Andrew Nayenko
6+
# Copyright (C) 2010-2023 Andrew Nayenko
77
#
88
# This program is free software; you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

attrib/exfatattrib.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (C) 2020 Endless OS Foundation
1+
.\" Copyright (C) 2020-2023 Endless OS Foundation
22
.\"
33
.TH EXFATATTRIB 8 "November 2020"
44
.SH NAME

attrib/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Prints or changes exFAT file attributes
44
55
Free exFAT implementation.
6-
Copyright (C) 2020 Endless OS Foundation LLC
6+
Copyright (C) 2020-2023 Endless OS Foundation LLC
77
88
This program is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by
@@ -117,8 +117,8 @@ int main(int argc, char* argv[])
117117
{
118118
case 'V':
119119
printf("exfatattrib %s\n", VERSION);
120-
puts("Copyright (C) 2011-2018 Andrew Nayenko");
121-
puts("Copyright (C) 2020 Endless OS Foundation LLC");
120+
puts("Copyright (C) 2011-2023 Andrew Nayenko");
121+
puts("Copyright (C) 2020-2023 Endless OS Foundation LLC");
122122
return 0;
123123
/*
124124
The path to the unmounted exFAT partition is a (mandatory) named

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Autoconf source.
44
#
55
# Free exFAT implementation.
6-
# Copyright (C) 2010-2018 Andrew Nayenko
6+
# Copyright (C) 2010-2023 Andrew Nayenko
77
#
88
# This program is free software; you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

dump/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Automake source.
44
#
55
# Free exFAT implementation.
6-
# Copyright (C) 2011-2018 Andrew Nayenko
6+
# Copyright (C) 2011-2023 Andrew Nayenko
77
#
88
# This program is free software; you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

dump/dumpexfat.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (C) 2011-2018 Andrew Nayenko
1+
.\" Copyright (C) 2011-2023 Andrew Nayenko
22
.\"
33
.TH DUMPEXFAT 8 "July 2016"
44
.SH NAME

dump/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Prints detailed information about exFAT volume.
44
55
Free exFAT implementation.
6-
Copyright (C) 2011-2018 Andrew Nayenko
6+
Copyright (C) 2011-2023 Andrew Nayenko
77
88
This program is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by
@@ -226,7 +226,7 @@ int main(int argc, char* argv[])
226226
break;
227227
case 'V':
228228
printf("dumpexfat %s\n", VERSION);
229-
puts("Copyright (C) 2011-2018 Andrew Nayenko");
229+
puts("Copyright (C) 2011-2023 Andrew Nayenko");
230230
return 0;
231231
default:
232232
usage(argv[0]);

fsck/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Automake source.
44
#
55
# Free exFAT implementation.
6-
# Copyright (C) 2011-2018 Andrew Nayenko
6+
# Copyright (C) 2011-2023 Andrew Nayenko
77
#
88
# This program is free software; you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

fsck/exfatfsck.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Copyright (C) 2011-2018 Andrew Nayenko
1+
.\" Copyright (C) 2011-2023 Andrew Nayenko
22
.\"
33
.TH EXFATFSCK 8 "September 2018"
44
.SH NAME

fsck/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exFAT file system checker.
44
55
Free exFAT implementation.
6-
Copyright (C) 2011-2018 Andrew Nayenko
6+
Copyright (C) 2011-2023 Andrew Nayenko
77
88
This program is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by
@@ -182,7 +182,7 @@ int main(int argc, char* argv[])
182182
options = "repair=0,ro";
183183
break;
184184
case 'V':
185-
puts("Copyright (C) 2011-2018 Andrew Nayenko");
185+
puts("Copyright (C) 2011-2023 Andrew Nayenko");
186186
return 0;
187187
default:
188188
usage(argv[0]);

0 commit comments

Comments
 (0)