]> wimlib.net Git - wimlib/commitdiff
Add 2013 to copyright notices
authorEric Biggers <ebiggers3@gmail.com>
Tue, 5 Mar 2013 21:50:58 +0000 (15:50 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 5 Mar 2013 21:50:58 +0000 (15:50 -0600)
33 files changed:
programs/imagex.c
src/add_image.c
src/compress.c
src/decompress.c
src/delete_image.c
src/dentry.c
src/encoding.c
src/export_image.c
src/extract_image.c
src/hardlink.c
src/header.c
src/integrity.c
src/join.c
src/lookup_table.c
src/lz77.c
src/lzx-compress.c
src/lzx-decompress.c
src/metadata_resource.c
src/mount_image.c
src/ntfs-apply.c
src/ntfs-capture.c
src/resource.c
src/security.c
src/sha1.c
src/split.c
src/symlink.c
src/util.c
src/verify.c
src/wim.c
src/write.c
src/xml.c
src/xpress-compress.c
src/xpress-decompress.c

index f07b11833cf0484951de4776c2d690137e2db52a..9b42ab99fb1700b7b9e8682de892990a82d9a169 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * 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
@@ -1725,7 +1725,7 @@ static void version()
 {
        static const char *s =
        "imagex (" PACKAGE ") " PACKAGE_VERSION "\n"
-       "Copyright (C) 2012 Eric Biggers\n"
+       "Copyright (C) 2012, 2013 Biggers\n"
        "License GPLv3+; GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
        "This is free software: you are free to change and redistribute it.\n"
        "There is NO WARRANTY, to the extent permitted by law.\n"
index 61ed013225ef696fc009228c2964eea3b2ea5d07..c83890555b79e0ac659fded4a3684db2f336dc76 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index c91eb5020948a36d20a7c19aa067d1c012b8ec50..8542a18b0b1634e552e9a1dbb97713b93f1a0086 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index bed7b5a486876c3d056f4888f20cd9e0cb031823..5bcc1cf5200aaf12a1bc2f49e0f6735ed44fe39d 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 0753949034cedf30e2c7348fbada327323ed8b38..49babb9ae359ef981d792112506ba39ac17ecc13 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 1c2fd145df9d8d056aa7aec7e2f34d5a4488436a..e540f70f17a71cc5015079618cf5a8ecb63366d3 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 30a8889edd63189ccd0d45f5cfbca984cfbc0077..96fb485a9b2bd60b5b7a7055f94f1c7618096e02 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index e5b7e42954c727cb8881b8704779678960302bbb..6b241f3ae3491d777d80ea4aa7bf36fcd9460f1a 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 96c929453f152fcd09c763e31016c626b4a7a578..22f3011d2ebb6774bd213f0b14c7b7dbd21de547 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 5a0b62058eab337b8cd892efc333d97bfd707730..35fb1acd04c5cd261ea5832d962ceb74458fb50b 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 3d60138339e527c8d9383da3330170625e5cc618..0654fb0aa1e561c7344e2c992c954795a867a263 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index f427c3af329f2cc07600178d85e71fa46d066406..999689178c863105bd6e968a0d2c046259b1aaee 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index f6b8d2ca882eb96ebcb872b0618f64cf70065ac9..08b360bad3dd704fbfb40b1e0cd7451086dc5cd8 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 1c9f0529bc99076887abeebffd06e00c8e5df331..f88f2cef62361ac1394d0e9caef57d2e05d54001 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index d279874627aa1b2577fbeac0d9283d3f08c4471d..924663d0cb634b29c1a60d61f202dc16dc1e6fbf 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  * Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
  *
  * This file is part of wimlib, a library for working with WIM files.
index 01d3caaaa757de0d6dd47f8c5d471eed7053f48e..13ca8386d26a0e617e6eec017eae37346b63536b 100644 (file)
@@ -7,7 +7,7 @@
 
 /*
  * Copyright (C) 2002 Matthew T. Russotto
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 13b00761eff664eaf4b68b6350c35620c9d12c4e..d6f3b1535b251feab24d639e9892175adc5a090f 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index da3ca5402c976a4f67c434ea6486f3af0ba00cda..b5b78ec0943bfbdf8f3c7fd44db752ee41c8fb66 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 6c5ec885ceea017a4d306d6247083fbc280d71cd..ca490688658e867273720b021750a02b8af61527 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index fc71b9b5aa2055c80eb92a9a155edb63849f8c86..e04e21c79ee52da3ae46e1cb6581cec9a45e7ef9 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 9861523b081b8e200149eb818b25715ea065e193..fe8d5a966b9ae9815bc2dbaea54f7b5ee35d72a1 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index e8f1114412b5940b07fe8db69caba304772eb6ae..f6497f153923bcf41d13c788a97963fadac09323 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index dd9d1d82b9df56a1763799c9fdae2731c9a42064..9e21011b4bc688da3126b2cfc4b0fe443ab4a371 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 5af92568a4be3b20eb77cbfbc3694a95aaf5383b..6e7f16c3a3d2b9c80bf2f392413673d3c5268d43 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 17a6ced680bf1d26825ee073f64e5d292fc1204f..8b12fb268e8af1deb616dff4b59e4691a10ed5b0 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 211073c4d7669eb1cbca4749d22f540a574b5e7f..0692e7d41bf5359a12bf61800a800e9d03390dff 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index f19f5a58d87a86df1ecb3bd954f8673fede6f766..5b5f092b9912f965a8cb453208afcdefa26cc859 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index bfb3577b9db1e0ce0b0a934c3bc897187fb365fb..be0366218199b1c0bf1a8898c4e01706784fb850 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * wimlib - Library for working with WIM files
  *
index af4580285e54593e719397eae1f4a29afd1bdcf8..abf3bc44880b482130f2062ef876858505d4a0db 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * wimlib - Library for working with WIM files
  *
index 4b06146fe27c4c1a8766c4f2ca24fa8688818bd1..7a6ad3f20f346efe3794c231941457e7b5a33435 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index c840da93fb692089e4c5773a65b8db803cb39cbd..9ed28888a0af974031b0ce2500e68975a135e457 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -5,7 +5,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index d131ada5d277038e564b929c0c514c302caf9f31..b1fd3bd068477d6c2d44477cb4b0460a1a8b4518 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index de395de96afeecd3cdf3ad83fc62cdab00e1a3f4..eb6b69268825ee6ef09f8d6e5d3a926eaf57bdb1 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  *
- * Copyright (C) 2012 Eric Biggers
+ * Copyright (C) 2012, 2013 Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *