]> wimlib.net Git - wimlib/commitdiff
Fix copyright notices
authorEric Biggers <ebiggers3@gmail.com>
Tue, 5 Mar 2013 22:59:54 +0000 (16:59 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 5 Mar 2013 22:59:54 +0000 (16:59 -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 9b42ab99fb1700b7b9e8682de892990a82d9a169..97caae93bf838d5953f3e4d46278fb4423558a5f 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric 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
  *
  * 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"
 {
        static const char *s =
        "imagex (" PACKAGE ") " PACKAGE_VERSION "\n"
-       "Copyright (C) 2012, 2013 Biggers\n"
+       "Copyright (C) 2012, 2013 Eric 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"
        "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 c83890555b79e0ac659fded4a3684db2f336dc76..603f4da609a19b2163b7d5c1737c894f772691e4 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 8542a18b0b1634e552e9a1dbb97713b93f1a0086..cc3c5ca5172d9374136df169a5e14548f6a4e0a1 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 5bcc1cf5200aaf12a1bc2f49e0f6735ed44fe39d..5de137956286fbd5730eaaa0a4b41f3203a98cab 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 49babb9ae359ef981d792112506ba39ac17ecc13..3a33751455df3bb089b70af5e7e78aa54f05d9e0 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index f7c1a2b32dc80b50c1c741ec989bcafbd17bd061..f5be3458d9c3dbf4fcf7764fd85fd71ab3e54cb4 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 96fb485a9b2bd60b5b7a7055f94f1c7618096e02..d823f1dd320328b2b004296c2746b4fb4092c4ae 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 6b241f3ae3491d777d80ea4aa7bf36fcd9460f1a..ff80eec35a056fa72f0aaf1744f975ccf71673c6 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 22f3011d2ebb6774bd213f0b14c7b7dbd21de547..c0d951cb6279d49739e547efc317c35533a48dde 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 35fb1acd04c5cd261ea5832d962ceb74458fb50b..45217fdf8c824dfe8024c58154e46bf5d515797f 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 0654fb0aa1e561c7344e2c992c954795a867a263..db791cc56024aac3e1dec45512e04f4d53d4119b 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 999689178c863105bd6e968a0d2c046259b1aaee..f42133fc2be74a9949bfed8f998241e71502c6e5 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 08b360bad3dd704fbfb40b1e0cd7451086dc5cd8..8a222f899bd0c2300e889fff50e14fc34acca767 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index f88f2cef62361ac1394d0e9caef57d2e05d54001..2c3278a9e22c898b7b187c1095f6e08d061f3dc0 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 924663d0cb634b29c1a60d61f202dc16dc1e6fbf..36166efe659c3a59fe082fbefb24eaddb33207b6 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  * Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
  *
  * This file is part of wimlib, a library for working with WIM files.
  * Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
  *
  * This file is part of wimlib, a library for working with WIM files.
index 13ca8386d26a0e617e6eec017eae37346b63536b..1bc107ff3f96c80fd544cd5b9873220aaf39b348 100644 (file)
@@ -7,7 +7,7 @@
 
 /*
  * Copyright (C) 2002 Matthew T. Russotto
 
 /*
  * Copyright (C) 2002 Matthew T. Russotto
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index d6f3b1535b251feab24d639e9892175adc5a090f..1cc5113c4515b0f1fa60065f35a1b714982f13e6 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index b5b78ec0943bfbdf8f3c7fd44db752ee41c8fb66..13a6a96231f9305017e19b96f2d1f97dcc5581a8 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index b9e900bca93ee5f2dace39df29306e97421913ab..417d98777fd2e1a0d49029918850f62116e2e33f 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index e04e21c79ee52da3ae46e1cb6581cec9a45e7ef9..9dcf6b0a5ec18609257ff70652107cdce67b7f2d 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index fe8d5a966b9ae9815bc2dbaea54f7b5ee35d72a1..8ce3f4431bd54450605152ad08a298de1ea20871 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index f6497f153923bcf41d13c788a97963fadac09323..8f3ba1169a353d8c6ec3c939decb895918a47293 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 9e21011b4bc688da3126b2cfc4b0fe443ab4a371..36f86847d509bacb151a98395113f3da21fd5498 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 6e7f16c3a3d2b9c80bf2f392413673d3c5268d43..5fb506ed0323f12f06e8af40b0798e310bf83e5c 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 8b12fb268e8af1deb616dff4b59e4691a10ed5b0..55b51fe97697071c39e5a5d1fd7c591b75ceef85 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 0692e7d41bf5359a12bf61800a800e9d03390dff..f6a66c24cf07a1ce494102b6efa4621ca97af254 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 5b5f092b9912f965a8cb453208afcdefa26cc859..e566b52b2e21f52f28aafd6ccdde28501e3d872b 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index be0366218199b1c0bf1a8898c4e01706784fb850..eae4b38612ed799baefcbdacbbf5fbbcb406807f 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * wimlib - Library for working with WIM files
  *
  *
  * wimlib - Library for working with WIM files
  *
index abf3bc44880b482130f2062ef876858505d4a0db..38792a59c7b406c114c9f8295cd405a5ad4ba37a 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -3,7 +3,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * wimlib - Library for working with WIM files
  *
  *
  * wimlib - Library for working with WIM files
  *
index 7a6ad3f20f346efe3794c231941457e7b5a33435..427da767a9977a85ad5ae95aeb34d12a4cd68d9d 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index 9ed28888a0af974031b0ce2500e68975a135e457..2ac8cea8c71e2a50f1a78bd4534c59eb009dfbb5 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -5,7 +5,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index b1fd3bd068477d6c2d44477cb4b0460a1a8b4518..1b3951d0a60e92a857659fc686b516d65edb3ec9 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
index eb6b69268825ee6ef09f8d6e5d3a926eaf57bdb1..6570e725baeb0554ce299139717eb19674c62d0d 100644 (file)
@@ -6,7 +6,7 @@
 
 /*
  *
 
 /*
  *
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
  *
  * This file is part of wimlib, a library for working with WIM files.
  *