mirror of
https://github.com/openharmony/third_party_exfat-utils.git
synced 2026-07-01 22:34:00 -04:00
Update copyright years.
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user