Update copyright years.

This commit is contained in:
relan
2013-01-19 13:11:28 +00:00
parent a374326c79
commit 873857116a
33 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
# SConstruct (10.09.09)
# SConscript for all components.
#
# Copyright (C) 2010-2012 Andrew Nayenko
# Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
main.c (08.11.10)
Prints detailed information about exFAT volume.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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
@@ -162,7 +162,7 @@ int main(int argc, char* argv[])
used_sectors = true;
else if (strcmp(*pp, "-v") == 0)
{
puts("Copyright (C) 2011, 2012 Andrew Nayenko");
puts("Copyright (C) 2011-2013 Andrew Nayenko");
return 0;
}
else if (spec == NULL)

View File

@@ -2,7 +2,7 @@
main.c (02.09.09)
exFAT file system checker.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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
@@ -141,7 +141,7 @@ int main(int argc, char* argv[])
{
if (strcmp(*pp, "-v") == 0)
{
puts("Copyright (C) 2011, 2012 Andrew Nayenko");
puts("Copyright (C) 2011-2013 Andrew Nayenko");
return 0;
}
else if (spec == NULL)

View File

@@ -2,7 +2,7 @@
main.c (01.09.09)
FUSE-based exFAT implementation. Requires FUSE 2.6 or later.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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
@@ -435,7 +435,7 @@ int main(int argc, char* argv[])
else if (strcmp(*pp, "-v") == 0)
{
free(mount_options);
puts("Copyright (C) 2010-2012 Andrew Nayenko");
puts("Copyright (C) 2010-2013 Andrew Nayenko");
return 0;
}
else if (spec == NULL)

View File

@@ -2,7 +2,7 @@
main.c (20.01.11)
Prints or changes exFAT volume label.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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
@@ -33,7 +33,7 @@ int main(int argc, char* argv[])
{
printf("exfatlabel %u.%u.%u\n", EXFAT_VERSION_MAJOR,
EXFAT_VERSION_MINOR, EXFAT_VERSION_PATCH);
puts("Copyright (C) 2011, 2012 Andrew Nayenko");
puts("Copyright (C) 2011-2013 Andrew Nayenko");
return 0;
}

View File

@@ -2,7 +2,7 @@
byteorder.h (12.01.10)
Endianness stuff. exFAT uses little-endian byte order.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
cluster.c (03.09.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -3,7 +3,7 @@
Definitions of structures and constants used in exFAT file system
implementation.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
exfatfs.h (29.08.09)
Definitions of structures and constants used in exFAT file system.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
io.c (02.09.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
log.c (02.09.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
lookup.c (02.09.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
mount.c (22.10.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
node.c (09.10.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
time.c (03.02.12)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
utf.c (13.09.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
utils.c (04.09.09)
exFAT file system implementation library.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
version.h (12.06.10)
Version constants.
Copyright (C) 2010-2012 Andrew Nayenko
Copyright (C) 2010-2013 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

View File

@@ -2,7 +2,7 @@
cbm.c (09.11.10)
Clusters Bitmap creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
cbm.h (09.11.10)
Clusters Bitmap creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
fat.c (09.11.10)
File Allocation Table creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
fat.h (09.11.10)
File Allocation Table creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
main.c (15.08.10)
Creates exFAT file system.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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
@@ -242,7 +242,7 @@ int main(int argc, char* argv[])
}
else if (strcmp(*pp, "-v") == 0)
{
puts("Copyright (C) 2011, 2012 Andrew Nayenko");
puts("Copyright (C) 2011-2013 Andrew Nayenko");
return 0;
}
else if (spec == NULL)

View File

@@ -2,7 +2,7 @@
mkexfat.c (22.04.12)
FS creation engine.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
mkexfat.h (09.11.10)
FS creation engine.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
rootdir.c (09.11.10)
Root directory creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
rootdir.h (09.11.10)
Root directory creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
uct.c (09.11.10)
Upper Case Table creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
uct.h (09.11.10)
Upper Case Table creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
uctc.c (30.04.12)
Upper Case Table contents.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
uctc.h (30.10.10)
Upper Case Table declaration.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
vbr.c (09.11.10)
Volume Boot Record creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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

View File

@@ -2,7 +2,7 @@
vbr.h (09.11.10)
Volume Boot Record creation code.
Copyright (C) 2011, 2012 Andrew Nayenko
Copyright (C) 2011-2013 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