Update copyright years.

This commit is contained in:
relan
2018-02-03 10:29:39 +03:00
parent 21fab6b208
commit ca712e7ba8
41 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Automake source.
#
# Free exFAT implementation.
# Copyright (C) 2010-2017 Andrew Nayenko
# Copyright (C) 2010-2018 Andrew Nayenko
#
# 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
+1 -1
View File
@@ -3,7 +3,7 @@
# Autoconf source.
#
# Free exFAT implementation.
# Copyright (C) 2010-2017 Andrew Nayenko
# Copyright (C) 2010-2018 Andrew Nayenko
#
# 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
+1 -1
View File
@@ -3,7 +3,7 @@
# Automake source.
#
# Free exFAT implementation.
# Copyright (C) 2011-2017 Andrew Nayenko
# Copyright (C) 2011-2018 Andrew Nayenko
#
# 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
+2 -2
View File
@@ -3,7 +3,7 @@
Prints detailed information about exFAT volume.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
@@ -226,7 +226,7 @@ int main(int argc, char* argv[])
break;
case 'V':
printf("dumpexfat %s\n", VERSION);
puts("Copyright (C) 2011-2017 Andrew Nayenko");
puts("Copyright (C) 2011-2018 Andrew Nayenko");
return 0;
default:
usage(argv[0]);
+1 -1
View File
@@ -3,7 +3,7 @@
# Automake source.
#
# Free exFAT implementation.
# Copyright (C) 2011-2017 Andrew Nayenko
# Copyright (C) 2011-2018 Andrew Nayenko
#
# 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
+2 -2
View File
@@ -3,7 +3,7 @@
exFAT file system checker.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
@@ -146,7 +146,7 @@ int main(int argc, char* argv[])
switch (opt)
{
case 'V':
puts("Copyright (C) 2011-2017 Andrew Nayenko");
puts("Copyright (C) 2011-2018 Andrew Nayenko");
return 0;
default:
usage(argv[0]);
+1 -1
View File
@@ -3,7 +3,7 @@
# Automake source.
#
# Free exFAT implementation.
# Copyright (C) 2010-2017 Andrew Nayenko
# Copyright (C) 2010-2018 Andrew Nayenko
#
# 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
+2 -2
View File
@@ -3,7 +3,7 @@
FUSE-based exFAT implementation. Requires FUSE 2.6 or later.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
@@ -528,7 +528,7 @@ int main(int argc, char* argv[])
break;
case 'V':
free(mount_options);
puts("Copyright (C) 2010-2017 Andrew Nayenko");
puts("Copyright (C) 2010-2018 Andrew Nayenko");
return 0;
case 'v':
break;
+1 -1
View File
@@ -3,7 +3,7 @@
# Automake source.
#
# Free exFAT implementation.
# Copyright (C) 2011-2017 Andrew Nayenko
# Copyright (C) 2011-2018 Andrew Nayenko
#
# 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
+2 -2
View File
@@ -3,7 +3,7 @@
Prints or changes exFAT volume label.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
@@ -34,7 +34,7 @@ int main(int argc, char* argv[])
if (strcmp(*pp, "-V") == 0)
{
printf("exfatlabel %s\n", VERSION);
puts("Copyright (C) 2011-2017 Andrew Nayenko");
puts("Copyright (C) 2011-2018 Andrew Nayenko");
return 0;
}
+1 -1
View File
@@ -3,7 +3,7 @@
# Automake source.
#
# Free exFAT implementation.
# Copyright (C) 2010-2017 Andrew Nayenko
# Copyright (C) 2010-2018 Andrew Nayenko
#
# 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
+1 -1
View File
@@ -3,7 +3,7 @@
Endianness stuff. exFAT uses little-endian byte order.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -4,7 +4,7 @@
showstopper.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -4,7 +4,7 @@
implementation.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Definitions of structures and constants used in exFAT file system.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -4,7 +4,7 @@
same kernel can use different libc implementations.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
exFAT file system implementation library.
Free exFAT implementation.
Copyright (C) 2010-2017 Andrew Nayenko
Copyright (C) 2010-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
# Automake source.
#
# Free exFAT implementation.
# Copyright (C) 2011-2017 Andrew Nayenko
# Copyright (C) 2011-2018 Andrew Nayenko
#
# 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
+1 -1
View File
@@ -3,7 +3,7 @@
Clusters Bitmap creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Clusters Bitmap creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
File Allocation Table creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
File Allocation Table creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+2 -2
View File
@@ -3,7 +3,7 @@
Creates exFAT file system.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
@@ -228,7 +228,7 @@ int main(int argc, char* argv[])
}
break;
case 'V':
puts("Copyright (C) 2011-2017 Andrew Nayenko");
puts("Copyright (C) 2011-2018 Andrew Nayenko");
return 0;
default:
usage(argv[0]);
+1 -1
View File
@@ -3,7 +3,7 @@
FS creation engine.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
FS creation engine.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Root directory creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Root directory creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Upper Case Table creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Upper Case Table creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Upper Case Table contents.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Upper Case Table declaration.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Volume Boot Record creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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
+1 -1
View File
@@ -3,7 +3,7 @@
Volume Boot Record creation code.
Free exFAT implementation.
Copyright (C) 2011-2017 Andrew Nayenko
Copyright (C) 2011-2018 Andrew Nayenko
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