From 5e0de328181c6ddb55a58d4aa7c79271c5298789 Mon Sep 17 00:00:00 2001 From: schu Date: Mon, 13 Feb 2012 17:10:24 +0100 Subject: Update Copyright header Signed-off-by: schu --- src/attr.h | 2 +- src/attr_file.h | 2 +- src/blob.c | 2 +- src/blob.h | 2 +- src/bswap.h | 2 +- src/buffer.c | 2 +- src/buffer.h | 2 +- src/cache.c | 2 +- src/cache.h | 2 +- src/cc-compat.h | 2 +- src/commit.c | 2 +- src/commit.h | 2 +- src/common.h | 2 +- src/config.c | 2 +- src/config.h | 2 +- src/config_file.c | 2 +- src/delta-apply.c | 2 +- src/delta-apply.h | 2 +- src/errors.c | 2 +- src/fetch.c | 2 +- src/fetch.h | 2 +- src/filebuf.c | 2 +- src/filebuf.h | 2 +- src/fileops.c | 2 +- src/fileops.h | 2 +- src/global.c | 2 +- src/global.h | 2 +- src/hash.c | 2 +- src/hash.h | 2 +- src/hashtable.c | 2 +- src/hashtable.h | 2 +- src/ignore.h | 2 +- src/index.c | 2 +- src/index.h | 2 +- src/indexer.c | 2 +- src/map.h | 2 +- src/mwindow.c | 2 +- src/mwindow.h | 2 +- src/netops.c | 2 +- src/netops.h | 2 +- src/object.c | 2 +- src/odb.c | 2 +- src/odb.h | 2 +- src/odb_loose.c | 2 +- src/odb_pack.c | 2 +- src/oid.c | 2 +- src/pack.c | 2 +- src/pack.h | 2 +- src/path.c | 2 +- src/path.h | 2 +- src/pkt.c | 2 +- src/pkt.h | 2 +- src/posix.c | 2 +- src/posix.h | 2 +- src/ppc/sha1.c | 2 +- src/ppc/sha1.h | 2 +- src/pqueue.c | 2 +- src/pqueue.h | 2 +- src/protocol.c | 2 +- src/protocol.h | 2 +- src/reflog.c | 2 +- src/reflog.h | 2 +- src/refs.c | 2 +- src/refs.h | 2 +- src/refspec.c | 2 +- src/refspec.h | 2 +- src/remote.c | 2 +- src/remote.h | 2 +- src/repository.c | 2 +- src/repository.h | 2 +- src/revwalk.c | 2 +- src/sha1.c | 2 +- src/sha1.h | 2 +- src/sha1_lookup.c | 2 +- src/sha1_lookup.h | 2 +- src/signature.c | 2 +- src/signature.h | 2 +- src/status.c | 2 +- src/tag.c | 2 +- src/tag.h | 2 +- src/thread-utils.c | 2 +- src/thread-utils.h | 2 +- src/transport.c | 2 +- src/transport.h | 2 +- src/transports/git.c | 2 +- src/transports/http.c | 2 +- src/transports/local.c | 2 +- src/tree-cache.c | 2 +- src/tree-cache.h | 2 +- src/tree.c | 2 +- src/tree.h | 2 +- src/tsort.c | 2 +- src/unix/map.c | 2 +- src/unix/posix.h | 2 +- src/util.c | 2 +- src/util.h | 2 +- src/vector.c | 2 +- src/vector.h | 2 +- src/win32/dir.c | 2 +- src/win32/dir.h | 2 +- src/win32/fnmatch.c | 2 +- src/win32/fnmatch.h | 2 +- src/win32/git2.rc | 2 +- src/win32/map.c | 2 +- src/win32/mingw-compat.h | 2 +- src/win32/msvc-compat.h | 2 +- src/win32/posix.h | 2 +- src/win32/posix_w32.c | 2 +- src/win32/pthread.c | 2 +- src/win32/pthread.h | 2 +- src/win32/utf-conv.c | 2 +- src/win32/utf-conv.h | 2 +- 112 files changed, 112 insertions(+), 112 deletions(-) (limited to 'src') diff --git a/src/attr.h b/src/attr.h index ea27259f1..6ae2e28dc 100644 --- a/src/attr.h +++ b/src/attr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/attr_file.h b/src/attr_file.h index dcb66c577..1ba18f9e4 100644 --- a/src/attr_file.h +++ b/src/attr_file.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/blob.c b/src/blob.c index 4e95bd9cb..f65fa73a8 100644 --- a/src/blob.c +++ b/src/blob.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/blob.h b/src/blob.h index 0cc9900c9..f810b506b 100644 --- a/src/blob.h +++ b/src/blob.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/bswap.h b/src/bswap.h index 0914906ff..995767a14 100644 --- a/src/bswap.h +++ b/src/bswap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/buffer.c b/src/buffer.c index c57e4aa1b..7a186ebd8 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/buffer.h b/src/buffer.h index d06358527..3a003ce3c 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/cache.c b/src/cache.c index 8150ec35a..9e566792a 100644 --- a/src/cache.c +++ b/src/cache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/cache.h b/src/cache.h index 688f14559..6dc706897 100644 --- a/src/cache.h +++ b/src/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/cc-compat.h b/src/cc-compat.h index c243f1d20..29cc2ec6a 100644 --- a/src/cc-compat.h +++ b/src/cc-compat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/commit.c b/src/commit.c index 5d077d54e..64db0a707 100644 --- a/src/commit.c +++ b/src/commit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/commit.h b/src/commit.h index bfc4bba19..d9f492862 100644 --- a/src/commit.h +++ b/src/commit.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/common.h b/src/common.h index 4f037f78c..0b4dc2e49 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/config.c b/src/config.c index a0ae4cb5b..490d8b52d 100644 --- a/src/config.c +++ b/src/config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/config.h b/src/config.h index 6345b0a5d..59d1d9a26 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/config_file.c b/src/config_file.c index 82b00b987..939bccc16 100644 --- a/src/config_file.c +++ b/src/config_file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/delta-apply.c b/src/delta-apply.c index 3e40bf8cf..24eba2bda 100644 --- a/src/delta-apply.c +++ b/src/delta-apply.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/delta-apply.h b/src/delta-apply.h index 42ded3e0b..e46ef9af4 100644 --- a/src/delta-apply.h +++ b/src/delta-apply.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/errors.c b/src/errors.c index 81770e786..58e0976f2 100644 --- a/src/errors.c +++ b/src/errors.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/fetch.c b/src/fetch.c index f9e15b232..23208f17e 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/fetch.h b/src/fetch.h index a45d936a9..c1ab84034 100644 --- a/src/fetch.h +++ b/src/fetch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/filebuf.c b/src/filebuf.c index 447d8a089..418efc266 100644 --- a/src/filebuf.c +++ b/src/filebuf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/filebuf.h b/src/filebuf.h index 6c283bc5c..1e84bbe1a 100644 --- a/src/filebuf.h +++ b/src/filebuf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/fileops.c b/src/fileops.c index e2a6adf0b..cea954def 100644 --- a/src/fileops.c +++ b/src/fileops.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/fileops.h b/src/fileops.h index 1ded0d3b1..c9ed05de3 100644 --- a/src/fileops.h +++ b/src/fileops.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/global.c b/src/global.c index 8ef286ef0..b10fabc61 100644 --- a/src/global.c +++ b/src/global.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/global.h b/src/global.h index 641f47cbc..0c1e3289c 100644 --- a/src/global.h +++ b/src/global.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/hash.c b/src/hash.c index 56063cc0b..460756913 100644 --- a/src/hash.c +++ b/src/hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/hash.h b/src/hash.h index fe1ba5d46..33d7b20cd 100644 --- a/src/hash.h +++ b/src/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/hashtable.c b/src/hashtable.c index 89c44ba9e..73a6336c4 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/hashtable.h b/src/hashtable.h index cd458eb17..f6fbb8585 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/ignore.h b/src/ignore.h index 9f87ae56e..386322ff2 100644 --- a/src/ignore.h +++ b/src/ignore.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/index.c b/src/index.c index 66e7a81da..4dccad527 100644 --- a/src/index.c +++ b/src/index.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/index.h b/src/index.h index 9464afb6c..4f036526f 100644 --- a/src/index.h +++ b/src/index.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/indexer.c b/src/indexer.c index 8912e8bf3..c14b8e238 100644 --- a/src/indexer.c +++ b/src/indexer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/map.h b/src/map.h index 6969de5b3..0b070fa15 100644 --- a/src/map.h +++ b/src/map.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/mwindow.c b/src/mwindow.c index 8dc4573b4..39f6aeacc 100644 --- a/src/mwindow.c +++ b/src/mwindow.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/mwindow.h b/src/mwindow.h index 11c3aa840..94bfb5d61 100644 --- a/src/mwindow.h +++ b/src/mwindow.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/netops.c b/src/netops.c index 0f85eaecd..4b307af45 100644 --- a/src/netops.c +++ b/src/netops.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/netops.h b/src/netops.h index f9a812747..01ad9714f 100644 --- a/src/netops.h +++ b/src/netops.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/object.c b/src/object.c index 95c7cf9d2..043001599 100644 --- a/src/object.c +++ b/src/object.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/odb.c b/src/odb.c index ef3ced3d9..bf6b07fbb 100644 --- a/src/odb.c +++ b/src/odb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/odb.h b/src/odb.h index d5340ef7b..2f84ebea4 100644 --- a/src/odb.h +++ b/src/odb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/odb_loose.c b/src/odb_loose.c index d958fce9f..6cd07f3c0 100644 --- a/src/odb_loose.c +++ b/src/odb_loose.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/odb_pack.c b/src/odb_pack.c index 81168bfa6..3f6bb8eb3 100644 --- a/src/odb_pack.c +++ b/src/odb_pack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/oid.c b/src/oid.c index 61bf6da8a..92d8d1e89 100644 --- a/src/oid.c +++ b/src/oid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/pack.c b/src/pack.c index cf64983ca..fcb097e8f 100644 --- a/src/pack.c +++ b/src/pack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/pack.h b/src/pack.h index aecf580e9..590297847 100644 --- a/src/pack.h +++ b/src/pack.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/path.c b/src/path.c index 5319ca6a5..042332c45 100644 --- a/src/path.c +++ b/src/path.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/path.h b/src/path.h index ee3607ce9..0f7ebb732 100644 --- a/src/path.h +++ b/src/path.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/pkt.c b/src/pkt.c index 324265089..df972e72a 100644 --- a/src/pkt.c +++ b/src/pkt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/pkt.h b/src/pkt.h index 7ce9c6cd9..b0bc0892e 100644 --- a/src/pkt.h +++ b/src/pkt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/posix.c b/src/posix.c index 916aad726..d2364d9b4 100644 --- a/src/posix.c +++ b/src/posix.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/posix.h b/src/posix.h index c12b41364..0cce1fe34 100644 --- a/src/posix.h +++ b/src/posix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/ppc/sha1.c b/src/ppc/sha1.c index a34bf2557..803b81d0a 100644 --- a/src/ppc/sha1.c +++ b/src/ppc/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/ppc/sha1.h b/src/ppc/sha1.h index 7448381ab..aca4e5dda 100644 --- a/src/ppc/sha1.h +++ b/src/ppc/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/pqueue.c b/src/pqueue.c index 80713fbba..3fbf93315 100644 --- a/src/pqueue.c +++ b/src/pqueue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/pqueue.h b/src/pqueue.h index 6826055e5..a3e1edd1d 100644 --- a/src/pqueue.h +++ b/src/pqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/protocol.c b/src/protocol.c index 1f39f105b..dd93623b3 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/protocol.h b/src/protocol.h index e3315738a..a6c3e0735 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/reflog.c b/src/reflog.c index 970e7c2de..9f5ccd322 100644 --- a/src/reflog.c +++ b/src/reflog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/reflog.h b/src/reflog.h index 44b063700..33cf0776c 100644 --- a/src/reflog.h +++ b/src/reflog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/refs.c b/src/refs.c index 86e5f5dba..8e911c1ae 100644 --- a/src/refs.c +++ b/src/refs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/refs.h b/src/refs.h index c90f5bcc4..13b9abf15 100644 --- a/src/refs.h +++ b/src/refs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/refspec.c b/src/refspec.c index 48265bcde..a27141431 100644 --- a/src/refspec.c +++ b/src/refspec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/refspec.h b/src/refspec.h index cd9f894bf..64c0ded0c 100644 --- a/src/refspec.h +++ b/src/refspec.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/remote.c b/src/remote.c index cdf28789b..c10c33757 100644 --- a/src/remote.c +++ b/src/remote.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/remote.h b/src/remote.h index a24e14845..5a1625d05 100644 --- a/src/remote.h +++ b/src/remote.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/repository.c b/src/repository.c index 536522a9b..13ad7eb02 100644 --- a/src/repository.c +++ b/src/repository.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/repository.h b/src/repository.h index 5274fc1d0..516fd10be 100644 --- a/src/repository.h +++ b/src/repository.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/revwalk.c b/src/revwalk.c index 9c8bc02e9..49d4b7236 100644 --- a/src/revwalk.c +++ b/src/revwalk.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/sha1.c b/src/sha1.c index 4043fb168..af3c2d2d0 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/sha1.h b/src/sha1.h index f1e905e76..117e93106 100644 --- a/src/sha1.h +++ b/src/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/sha1_lookup.c b/src/sha1_lookup.c index 3051568a3..58d70aeb7 100644 --- a/src/sha1_lookup.c +++ b/src/sha1_lookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/sha1_lookup.h b/src/sha1_lookup.h index 52282e672..cd40a9d57 100644 --- a/src/sha1_lookup.h +++ b/src/sha1_lookup.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/signature.c b/src/signature.c index fb2bb3cce..1b6ba2149 100644 --- a/src/signature.c +++ b/src/signature.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/signature.h b/src/signature.h index a66060661..97b3a055e 100644 --- a/src/signature.h +++ b/src/signature.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/status.c b/src/status.c index 62ef35685..106e5005d 100644 --- a/src/status.c +++ b/src/status.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/tag.c b/src/tag.c index 31f96b0ea..f87e4ff70 100644 --- a/src/tag.c +++ b/src/tag.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/tag.h b/src/tag.h index a537b1ee8..c38350a1a 100644 --- a/src/tag.h +++ b/src/tag.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/thread-utils.c b/src/thread-utils.c index f582f4311..0ca01ef82 100644 --- a/src/thread-utils.c +++ b/src/thread-utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/thread-utils.h b/src/thread-utils.h index 913941978..a309e93d1 100644 --- a/src/thread-utils.h +++ b/src/thread-utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/transport.c b/src/transport.c index 00b79dc6d..672eb6e8a 100644 --- a/src/transport.c +++ b/src/transport.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/transport.h b/src/transport.h index 2ed8ad32a..4c123571d 100644 --- a/src/transport.h +++ b/src/transport.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/transports/git.c b/src/transports/git.c index ece4d40a8..88e7e8160 100644 --- a/src/transports/git.c +++ b/src/transports/git.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/transports/http.c b/src/transports/http.c index 38446bdef..2842d08fd 100644 --- a/src/transports/http.c +++ b/src/transports/http.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/transports/local.c b/src/transports/local.c index a2135e73e..1dfc8ed2e 100644 --- a/src/transports/local.c +++ b/src/transports/local.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/tree-cache.c b/src/tree-cache.c index ea8b7bfb7..10667b175 100644 --- a/src/tree-cache.c +++ b/src/tree-cache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/tree-cache.h b/src/tree-cache.h index 0d9329157..41fde997a 100644 --- a/src/tree-cache.h +++ b/src/tree-cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/tree.c b/src/tree.c index 73056273b..aeef67701 100644 --- a/src/tree.c +++ b/src/tree.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/tree.h b/src/tree.h index f993cea9f..0bff41312 100644 --- a/src/tree.h +++ b/src/tree.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/tsort.c b/src/tsort.c index df230b59d..6fbec5b2a 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/unix/map.c b/src/unix/map.c index 2fb4be571..67a73e43c 100644 --- a/src/unix/map.c +++ b/src/unix/map.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/unix/posix.h b/src/unix/posix.h index 881e651f4..9973acf30 100644 --- a/src/unix/posix.h +++ b/src/unix/posix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/util.c b/src/util.c index 1ca9d850c..1fb01170b 100644 --- a/src/util.c +++ b/src/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/util.h b/src/util.h index 6c929cf0a..0eff90669 100644 --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/vector.c b/src/vector.c index 593d037d4..ba8499d4e 100644 --- a/src/vector.c +++ b/src/vector.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/vector.h b/src/vector.h index 9ee3c9ed5..ae3882558 100644 --- a/src/vector.h +++ b/src/vector.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/dir.c b/src/win32/dir.c index 01aaaaad3..0a634f06f 100644 --- a/src/win32/dir.c +++ b/src/win32/dir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/dir.h b/src/win32/dir.h index b16a3cfeb..c16e136dd 100644 --- a/src/win32/dir.h +++ b/src/win32/dir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/fnmatch.c b/src/win32/fnmatch.c index 7d7c77d48..835d811bc 100644 --- a/src/win32/fnmatch.c +++ b/src/win32/fnmatch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/fnmatch.h b/src/win32/fnmatch.h index 1caac37fe..eb7c5f6f7 100644 --- a/src/win32/fnmatch.h +++ b/src/win32/fnmatch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/git2.rc b/src/win32/git2.rc index 16a7b1f1b..3a65c0a0f 100644 --- a/src/win32/git2.rc +++ b/src/win32/git2.rc @@ -28,7 +28,7 @@ BEGIN VALUE "FileDescription", "libgit2 - the Git linkable library\0" VALUE "FileVersion", LIBGIT2_VERSION "\0" VALUE "InternalName", LIBGIT2_FILENAME "\0" - VALUE "LegalCopyright", "Copyright (C) 2009-2011 the libgit2 contributors\0" + VALUE "LegalCopyright", "Copyright (C) 2009-2012 the libgit2 contributors\0" VALUE "OriginalFilename", LIBGIT2_FILENAME "\0" VALUE "ProductName", "libgit2\0" VALUE "ProductVersion", LIBGIT2_VERSION "\0" diff --git a/src/win32/map.c b/src/win32/map.c index 3e6b3d878..60adf0f94 100644 --- a/src/win32/map.c +++ b/src/win32/map.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/mingw-compat.h b/src/win32/mingw-compat.h index 7207d882f..6200dc094 100644 --- a/src/win32/mingw-compat.h +++ b/src/win32/mingw-compat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/msvc-compat.h b/src/win32/msvc-compat.h index 167e2694f..3ef09c85b 100644 --- a/src/win32/msvc-compat.h +++ b/src/win32/msvc-compat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/posix.h b/src/win32/posix.h index ae6323679..8f603657b 100644 --- a/src/win32/posix.h +++ b/src/win32/posix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/posix_w32.c b/src/win32/posix_w32.c index 3786f0162..91585aeae 100644 --- a/src/win32/posix_w32.c +++ b/src/win32/posix_w32.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/pthread.c b/src/win32/pthread.c index e0f6c14a8..cbce639c0 100644 --- a/src/win32/pthread.c +++ b/src/win32/pthread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/pthread.h b/src/win32/pthread.h index 3ea8c7ac1..b194cbfa7 100644 --- a/src/win32/pthread.h +++ b/src/win32/pthread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/utf-conv.c b/src/win32/utf-conv.c index b1b838eb7..3c8be81d1 100644 --- a/src/win32/utf-conv.c +++ b/src/win32/utf-conv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. diff --git a/src/win32/utf-conv.h b/src/win32/utf-conv.h index feae249f9..ae9f29f6c 100644 --- a/src/win32/utf-conv.h +++ b/src/win32/utf-conv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 the libgit2 contributors + * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. -- cgit v1.2.1