From: Eric Biggers Date: Tue, 5 Mar 2013 21:50:58 +0000 (-0600) Subject: Add 2013 to copyright notices X-Git-Tag: v1.2.6~2 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=10a87017a0a82d34ed3981e1f5e586b5b8613e3f Add 2013 to copyright notices --- diff --git a/programs/imagex.c b/programs/imagex.c index f07b1183..9b42ab99 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -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 .\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 61ed0132..c8389055 100644 --- a/src/add_image.c +++ b/src/add_image.c @@ -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. * diff --git a/src/compress.c b/src/compress.c index c91eb502..8542a18b 100644 --- a/src/compress.c +++ b/src/compress.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. * diff --git a/src/decompress.c b/src/decompress.c index bed7b5a4..5bcc1cf5 100644 --- a/src/decompress.c +++ b/src/decompress.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. * diff --git a/src/delete_image.c b/src/delete_image.c index 07539490..49babb9a 100644 --- a/src/delete_image.c +++ b/src/delete_image.c @@ -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. * diff --git a/src/dentry.c b/src/dentry.c index 1c2fd145..e540f70f 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -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. * diff --git a/src/encoding.c b/src/encoding.c index 30a8889e..96fb485a 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -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. * diff --git a/src/export_image.c b/src/export_image.c index e5b7e429..6b241f3a 100644 --- a/src/export_image.c +++ b/src/export_image.c @@ -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. * diff --git a/src/extract_image.c b/src/extract_image.c index 96c92945..22f3011d 100644 --- a/src/extract_image.c +++ b/src/extract_image.c @@ -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. * diff --git a/src/hardlink.c b/src/hardlink.c index 5a0b6205..35fb1acd 100644 --- a/src/hardlink.c +++ b/src/hardlink.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. * diff --git a/src/header.c b/src/header.c index 3d601383..0654fb0a 100644 --- a/src/header.c +++ b/src/header.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. * diff --git a/src/integrity.c b/src/integrity.c index f427c3af..99968917 100644 --- a/src/integrity.c +++ b/src/integrity.c @@ -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. * diff --git a/src/join.c b/src/join.c index f6b8d2ca..08b360ba 100644 --- a/src/join.c +++ b/src/join.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. * diff --git a/src/lookup_table.c b/src/lookup_table.c index 1c9f0529..f88f2cef 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -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. * diff --git a/src/lz77.c b/src/lz77.c index d2798746..924663d0 100644 --- a/src/lz77.c +++ b/src/lz77.c @@ -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. diff --git a/src/lzx-compress.c b/src/lzx-compress.c index 01d3caaa..13ca8386 100644 --- a/src/lzx-compress.c +++ b/src/lzx-compress.c @@ -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. * diff --git a/src/lzx-decompress.c b/src/lzx-decompress.c index 13b00761..d6f3b153 100644 --- a/src/lzx-decompress.c +++ b/src/lzx-decompress.c @@ -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. * diff --git a/src/metadata_resource.c b/src/metadata_resource.c index da3ca540..b5b78ec0 100644 --- a/src/metadata_resource.c +++ b/src/metadata_resource.c @@ -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. * diff --git a/src/mount_image.c b/src/mount_image.c index 6c5ec885..ca490688 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -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. * diff --git a/src/ntfs-apply.c b/src/ntfs-apply.c index fc71b9b5..e04e21c7 100644 --- a/src/ntfs-apply.c +++ b/src/ntfs-apply.c @@ -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. * diff --git a/src/ntfs-capture.c b/src/ntfs-capture.c index 9861523b..fe8d5a96 100644 --- a/src/ntfs-capture.c +++ b/src/ntfs-capture.c @@ -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. * diff --git a/src/resource.c b/src/resource.c index e8f11144..f6497f15 100644 --- a/src/resource.c +++ b/src/resource.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. * diff --git a/src/security.c b/src/security.c index dd9d1d82..9e21011b 100644 --- a/src/security.c +++ b/src/security.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. * diff --git a/src/sha1.c b/src/sha1.c index 5af92568..6e7f16c3 100644 --- a/src/sha1.c +++ b/src/sha1.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. * diff --git a/src/split.c b/src/split.c index 17a6ced6..8b12fb26 100644 --- a/src/split.c +++ b/src/split.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. * diff --git a/src/symlink.c b/src/symlink.c index 211073c4..0692e7d4 100644 --- a/src/symlink.c +++ b/src/symlink.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. * diff --git a/src/util.c b/src/util.c index f19f5a58..5b5f092b 100644 --- a/src/util.c +++ b/src/util.c @@ -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. * diff --git a/src/verify.c b/src/verify.c index bfb3577b..be036621 100644 --- a/src/verify.c +++ b/src/verify.c @@ -6,7 +6,7 @@ */ /* - * Copyright (C) 2012 Eric Biggers + * Copyright (C) 2012, 2013 Biggers * * wimlib - Library for working with WIM files * diff --git a/src/wim.c b/src/wim.c index af458028..abf3bc44 100644 --- 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 * diff --git a/src/write.c b/src/write.c index 4b06146f..7a6ad3f2 100644 --- a/src/write.c +++ b/src/write.c @@ -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. * diff --git a/src/xml.c b/src/xml.c index c840da93..9ed28888 100644 --- 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. * diff --git a/src/xpress-compress.c b/src/xpress-compress.c index d131ada5..b1fd3bd0 100644 --- a/src/xpress-compress.c +++ b/src/xpress-compress.c @@ -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. * diff --git a/src/xpress-decompress.c b/src/xpress-decompress.c index de395de9..eb6b6926 100644 --- a/src/xpress-decompress.c +++ b/src/xpress-decompress.c @@ -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. *