Skip to content

Commit

Permalink
Update copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
relan committed Feb 3, 2018
1 parent 21fab6b commit ca712e7
Show file tree
Hide file tree
Showing 41 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dump/Makefile.am
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dump/main.c
Expand Up @@ -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
Expand Down Expand Up @@ -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]);
Expand Down
2 changes: 1 addition & 1 deletion fsck/Makefile.am
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions fsck/main.c
Expand Up @@ -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
Expand Down Expand Up @@ -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]);
Expand Down
2 changes: 1 addition & 1 deletion fuse/Makefile.am
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions fuse/main.c
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion label/Makefile.am
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions label/main.c
Expand Up @@ -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
Expand Down Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion libexfat/Makefile.am
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/byteorder.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/cluster.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/compiler.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/exfat.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/exfatfs.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/io.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/log.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/lookup.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/mount.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/node.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/platform.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/time.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/utf.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libexfat/utils.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/Makefile.am
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/cbm.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/cbm.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/fat.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/fat.h
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mkfs/main.c
Expand Up @@ -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
Expand Down Expand Up @@ -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]);
Expand Down
2 changes: 1 addition & 1 deletion mkfs/mkexfat.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/mkexfat.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/rootdir.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/rootdir.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/uct.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/uct.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/uctc.c
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkfs/uctc.h
Expand Up @@ -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
Expand Down

0 comments on commit ca712e7

Please sign in to comment.