From: Eric Biggers Date: Tue, 5 Mar 2013 22:59:54 +0000 (-0600) Subject: Fix copyright notices X-Git-Tag: v1.3.0~51 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=9e56d04309e3e6a896319225288f0c86bd36d34e Fix copyright notices --- diff --git a/programs/imagex.c b/programs/imagex.c index 9b42ab99..97caae93 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -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 @@ -1725,7 +1725,7 @@ static void version() { 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 .\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" diff --git a/src/add_image.c b/src/add_image.c index c8389055..603f4da6 100644 --- a/src/add_image.c +++ b/src/add_image.c @@ -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. * diff --git a/src/compress.c b/src/compress.c index 8542a18b..cc3c5ca5 100644 --- a/src/compress.c +++ b/src/compress.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. * diff --git a/src/decompress.c b/src/decompress.c index 5bcc1cf5..5de13795 100644 --- a/src/decompress.c +++ b/src/decompress.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. * diff --git a/src/delete_image.c b/src/delete_image.c index 49babb9a..3a337514 100644 --- a/src/delete_image.c +++ b/src/delete_image.c @@ -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. * diff --git a/src/dentry.c b/src/dentry.c index f7c1a2b3..f5be3458 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -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. * diff --git a/src/encoding.c b/src/encoding.c index 96fb485a..d823f1dd 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -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. * diff --git a/src/export_image.c b/src/export_image.c index 6b241f3a..ff80eec3 100644 --- a/src/export_image.c +++ b/src/export_image.c @@ -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. * diff --git a/src/extract_image.c b/src/extract_image.c index 22f3011d..c0d951cb 100644 --- a/src/extract_image.c +++ b/src/extract_image.c @@ -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. * diff --git a/src/hardlink.c b/src/hardlink.c index 35fb1acd..45217fdf 100644 --- a/src/hardlink.c +++ b/src/hardlink.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. * diff --git a/src/header.c b/src/header.c index 0654fb0a..db791cc5 100644 --- a/src/header.c +++ b/src/header.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. * diff --git a/src/integrity.c b/src/integrity.c index 99968917..f42133fc 100644 --- a/src/integrity.c +++ b/src/integrity.c @@ -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. * diff --git a/src/join.c b/src/join.c index 08b360ba..8a222f89 100644 --- a/src/join.c +++ b/src/join.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. * diff --git a/src/lookup_table.c b/src/lookup_table.c index f88f2cef..2c3278a9 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -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. * diff --git a/src/lz77.c b/src/lz77.c index 924663d0..36166efe 100644 --- a/src/lz77.c +++ b/src/lz77.c @@ -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. diff --git a/src/lzx-compress.c b/src/lzx-compress.c index 13ca8386..1bc107ff 100644 --- a/src/lzx-compress.c +++ b/src/lzx-compress.c @@ -7,7 +7,7 @@ /* * 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. * diff --git a/src/lzx-decompress.c b/src/lzx-decompress.c index d6f3b153..1cc5113c 100644 --- a/src/lzx-decompress.c +++ b/src/lzx-decompress.c @@ -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. * diff --git a/src/metadata_resource.c b/src/metadata_resource.c index b5b78ec0..13a6a962 100644 --- a/src/metadata_resource.c +++ b/src/metadata_resource.c @@ -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. * diff --git a/src/mount_image.c b/src/mount_image.c index b9e900bc..417d9877 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -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. * diff --git a/src/ntfs-apply.c b/src/ntfs-apply.c index e04e21c7..9dcf6b0a 100644 --- a/src/ntfs-apply.c +++ b/src/ntfs-apply.c @@ -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. * diff --git a/src/ntfs-capture.c b/src/ntfs-capture.c index fe8d5a96..8ce3f443 100644 --- a/src/ntfs-capture.c +++ b/src/ntfs-capture.c @@ -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. * diff --git a/src/resource.c b/src/resource.c index f6497f15..8f3ba116 100644 --- a/src/resource.c +++ b/src/resource.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. * diff --git a/src/security.c b/src/security.c index 9e21011b..36f86847 100644 --- a/src/security.c +++ b/src/security.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. * diff --git a/src/sha1.c b/src/sha1.c index 6e7f16c3..5fb506ed 100644 --- a/src/sha1.c +++ b/src/sha1.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. * diff --git a/src/split.c b/src/split.c index 8b12fb26..55b51fe9 100644 --- a/src/split.c +++ b/src/split.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. * diff --git a/src/symlink.c b/src/symlink.c index 0692e7d4..f6a66c24 100644 --- a/src/symlink.c +++ b/src/symlink.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. * diff --git a/src/util.c b/src/util.c index 5b5f092b..e566b52b 100644 --- a/src/util.c +++ b/src/util.c @@ -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. * diff --git a/src/verify.c b/src/verify.c index be036621..eae4b386 100644 --- a/src/verify.c +++ b/src/verify.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2012, 2013 Biggers + * Copyright (C) 2012, 2013 Eric Biggers * * wimlib - Library for working with WIM files * diff --git a/src/wim.c b/src/wim.c index abf3bc44..38792a59 100644 --- 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 * diff --git a/src/write.c b/src/write.c index 7a6ad3f2..427da767 100644 --- a/src/write.c +++ b/src/write.c @@ -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. * diff --git a/src/xml.c b/src/xml.c index 9ed28888..2ac8cea8 100644 --- 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. * diff --git a/src/xpress-compress.c b/src/xpress-compress.c index b1fd3bd0..1b3951d0 100644 --- a/src/xpress-compress.c +++ b/src/xpress-compress.c @@ -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. * diff --git a/src/xpress-decompress.c b/src/xpress-decompress.c index eb6b6926..6570e725 100644 --- a/src/xpress-decompress.c +++ b/src/xpress-decompress.c @@ -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. *