]> git.proxmox.com Git - libgit2.git/commitdiff
Update Copyright header
authorschu <schu-github@schulog.org>
Mon, 13 Feb 2012 16:10:24 +0000 (17:10 +0100)
committerschu <schu-github@schulog.org>
Mon, 13 Feb 2012 16:11:09 +0000 (17:11 +0100)
Signed-off-by: schu <schu-github@schulog.org>
143 files changed:
COPYING
include/git2.h
include/git2/attr.h
include/git2/blob.h
include/git2/branch.h
include/git2/commit.h
include/git2/common.h
include/git2/config.h
include/git2/errors.h
include/git2/index.h
include/git2/indexer.h
include/git2/net.h
include/git2/object.h
include/git2/odb.h
include/git2/odb_backend.h
include/git2/oid.h
include/git2/reflog.h
include/git2/refs.h
include/git2/refspec.h
include/git2/remote.h
include/git2/repository.h
include/git2/revwalk.h
include/git2/signature.h
include/git2/status.h
include/git2/tag.h
include/git2/threads.h
include/git2/tree.h
include/git2/types.h
include/git2/version.h
include/git2/windows.h
include/git2/zlib.h
src/attr.h
src/attr_file.h
src/blob.c
src/blob.h
src/bswap.h
src/buffer.c
src/buffer.h
src/cache.c
src/cache.h
src/cc-compat.h
src/commit.c
src/commit.h
src/common.h
src/config.c
src/config.h
src/config_file.c
src/delta-apply.c
src/delta-apply.h
src/errors.c
src/fetch.c
src/fetch.h
src/filebuf.c
src/filebuf.h
src/fileops.c
src/fileops.h
src/global.c
src/global.h
src/hash.c
src/hash.h
src/hashtable.c
src/hashtable.h
src/ignore.h
src/index.c
src/index.h
src/indexer.c
src/map.h
src/mwindow.c
src/mwindow.h
src/netops.c
src/netops.h
src/object.c
src/odb.c
src/odb.h
src/odb_loose.c
src/odb_pack.c
src/oid.c
src/pack.c
src/pack.h
src/path.c
src/path.h
src/pkt.c
src/pkt.h
src/posix.c
src/posix.h
src/ppc/sha1.c
src/ppc/sha1.h
src/pqueue.c
src/pqueue.h
src/protocol.c
src/protocol.h
src/reflog.c
src/reflog.h
src/refs.c
src/refs.h
src/refspec.c
src/refspec.h
src/remote.c
src/remote.h
src/repository.c
src/repository.h
src/revwalk.c
src/sha1.c
src/sha1.h
src/sha1_lookup.c
src/sha1_lookup.h
src/signature.c
src/signature.h
src/status.c
src/tag.c
src/tag.h
src/thread-utils.c
src/thread-utils.h
src/transport.c
src/transport.h
src/transports/git.c
src/transports/http.c
src/transports/local.c
src/tree-cache.c
src/tree-cache.h
src/tree.c
src/tree.h
src/tsort.c
src/unix/map.c
src/unix/posix.h
src/util.c
src/util.h
src/vector.c
src/vector.h
src/win32/dir.c
src/win32/dir.h
src/win32/fnmatch.c
src/win32/fnmatch.h
src/win32/git2.rc
src/win32/map.c
src/win32/mingw-compat.h
src/win32/msvc-compat.h
src/win32/posix.h
src/win32/posix_w32.c
src/win32/pthread.c
src/win32/pthread.h
src/win32/utf-conv.c
src/win32/utf-conv.h

diff --git a/COPYING b/COPYING
index 4c02dbcf3531820353980c5cf291da695d2c5174..7938f13b928f620669234e1970fff6de63416022 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
- libgit2 is Copyright (C) 2009-2011 the libgit2 contributors,
+ libgit2 is Copyright (C) 2009-2012 the libgit2 contributors,
  unless otherwise stated. See the AUTHORS file for details.
 
  Note that the only valid version of the GPL as far as this project
index 73b23aa6382602f8302bdf57664f4f13cb6e93ce..d68a04efd81a7808d0a9c85d36e002b9a8ece3e5 100644 (file)
@@ -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.
index f4c5975a658a8afd78345a5ece0aa7cc5c46af45..7e8bb9fe836328d162a3af3ea2acbb37f2d7544a 100644 (file)
@@ -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.
index 8b9380d826438dc2b069e91c1bf5aa18c82e1e77..44b29d7eb723f5ce26ea9b7cffaf300ddf893a51 100644 (file)
@@ -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.
index 5a92cf5700b41630c4453449ccc35dcf58972320..75927e99a70f4ebc44bdeb9e7951493ba2ec49f0 100644 (file)
@@ -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.
index 4e91b34b9c4d33de8d811f0bc1e76b36bb9d5944..6d8cf53af018091cdb56a8bdbb32fec7ef857cda 100644 (file)
@@ -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.
index eee918a23f7c3da7242541795a9919986af4c0ec..170ef340db9f2394d569b262ad152b5aefa6fafb 100644 (file)
@@ -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.
index ffafd7959a6d3300a9a7145ddd1f95ac643bf98a..afa661fc527dc2f0be19c76b5952f999dbab172b 100644 (file)
@@ -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.
index 5ac0d5b279d7bc3d6c0aaf61184edfb3566e175b..f617986e1c40ceebc958b1a53423b239dab7625f 100644 (file)
@@ -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.
index 5018c896bf6e12810595ec6ddc46d0bc61946607..ae727c59f4799f090b579772f35fce53e8682c7d 100644 (file)
@@ -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.
index 1e5eb380c994c9021141f447ef4da8ee024c39c6..7f336f8e6c9be1aa9e9c1d2847c258f913551b34 100644 (file)
@@ -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.
index 08bc81f1630188be433cb0165502711211c38b5f..c2301b6f14bb8f29675fd0fb497d68969fd443a8 100644 (file)
@@ -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.
index 86a0a585df196be408f38cca38807cc6a703cb25..859d0c4a47eb24c187b82a77aeeded98f3a36e7c 100644 (file)
@@ -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.
index b144eca7de50926366aaf882585def505a257754..87d70a60b0b7db828c3896bd1062ad723e081ce3 100644 (file)
@@ -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.
index eb8830fb300dffde989e06633fbbacee0933e982..9a0133f377c7d0f6dc761705dde81c33af46e6ee 100644 (file)
@@ -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.
index 9cebda931e7687f4430029acc4795a2ac552153c..ad7086164da096eb3ef1736af25a70696b289c22 100644 (file)
@@ -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.
index f1d08795ee9638a34d2ae18761d0bec8610fcd16..d622abcadfea4eaef8d9c4b3dc056b813686008f 100644 (file)
@@ -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.
index 32671aa66c322c338e4cb27745a9cafa6a819c54..5395ded4b2152153434b8de5df39f00129895b72 100644 (file)
@@ -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.
index 0f8b13cec378f8a16334a22bfe8b4e24c006c462..3acf1143dd2303694fd524d8bedd1106ae0b3b4f 100644 (file)
@@ -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.
index 0ae38165c8ca7492e1d9db612b4c875c9b46a63b..c7eb08cdf43deea3e81c867dbd31c4f558c2fafa 100644 (file)
@@ -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.
index 4250ae16175ef09a67e06565c707ed33ae437082..34dd904443c58d838d1cd1f94df01ed4f93cc203 100644 (file)
@@ -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.
index c84c5d301e1b9532f68b2fddfaf792484c8bb7bd..1af0e42918e2c4bc7f81c22179b693ea50c27b05 100644 (file)
@@ -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.
index 228929943e90cf4a74a83012a16bbe142a64e31e..e26a6c88f2232ab11c7cd61b2a07f80d0349de81 100644 (file)
@@ -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.
index c0f38c50817156d5f0dcd74c78b129f79ea39e0b..2a304b82fb532b785e829d45d4b0ce002fe6fc87 100644 (file)
@@ -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.
index be49621e9f4afe0bcef40b1a55af082040c8bdb5..f7fce3a70c9b8338b5ab868a2118c6b2db96f489 100644 (file)
@@ -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.
index 85472a441d74cc545d06ac6df9b2e82e74709511..567a104876c2935339aacd8ef46e98a8d5f67e1d 100644 (file)
@@ -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.
index 98264662827eb2d1483d445e799173143e5c1765..95e0fdf94e98c5d7d81f04ce750d0ee70d2c23af 100644 (file)
@@ -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.
index ea97ee915919083ed8f1d2bbbf5096f4ae73be6f..669e4cc4efc5a7f74e55f6dd7284063278a6852e 100644 (file)
@@ -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.
index d78178727a9e20fb340a112ea7d8a3bc15aead2e..785a912fa41b53bcea75191427a3fb8e22dcdd7b 100644 (file)
@@ -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.
index 6a2e9e2cdad636bd3625360b964197552bb83cd8..8b743f0aada1dadbc699be883a2e7f54b4203570 100644 (file)
@@ -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.
index e3dd23f96dfc0899e844fb3fb2190d85926edf40..a28efd988efd7217caeda4e6fc6e3855fca7c8d5 100644 (file)
@@ -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.
index ea27259f15887c33451c3e70ece209c1a3b56f44..6ae2e28dce69cc1bea9769d9446aa35b1b17fc46 100644 (file)
@@ -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.
index dcb66c57741eb4638fa456aaf11831cf7fdee9c6..1ba18f9e410d51d10df0341150ebeb2178f74749 100644 (file)
@@ -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.
index 4e95bd9cbdb56d259c74dc72a862e274be2c3b05..f65fa73a81ef7e268c0701eb1b32cf91c4701acc 100644 (file)
@@ -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.
index 0cc9900c974e2f163295f67a95465c429d8a3655..f810b506bbfc5fe2b154d6380d39d285a00d2c91 100644 (file)
@@ -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.
index 0914906ff2d26bd29da474378bbe3dc93f2ed8f9..995767a14a9158be2b9e8a0aeb7276f67a834d02 100644 (file)
@@ -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.
index c57e4aa1bd56f87bdf15982e501e111180a6b8ee..7a186ebd80c373079522d018a428034c81515622 100644 (file)
@@ -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.
index d06358527330e9c80ffa1625da4414ceae3e7c00..3a003ce3cd2a29af285c9f746de14186334d2559 100644 (file)
@@ -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.
index 8150ec35adccd771dec33125b424cdca701372e7..9e566792a3c6b130b8b57ec0eb76d9d6cc61578d 100644 (file)
@@ -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.
index 688f14559f6d8186da38afb0ab0bc1fcb7f9f281..6dc706897e7dc26a1b10a5aeb6a44bddb33308c5 100644 (file)
@@ -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.
index c243f1d20547957927422b2b135f46229ba32861..29cc2ec6ade9fedaf47e4ccc9d76f18718a7288f 100644 (file)
@@ -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.
index 5d077d54ece9d649369b20614224a134a511b328..64db0a7079ae2dc7db409de9a6e05adb9c6b587c 100644 (file)
@@ -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.
index bfc4bba1926e9fc2f0136a5255c49f2842e5952e..d9f492862f26993fdaa65dbcde9f33b580706bea 100644 (file)
@@ -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.
index 4f037f78cdae8e1281b2aa5d3ee31d8c7e5c03c5..0b4dc2e494ebefb89c2bdc56ad1ac41389b05bb3 100644 (file)
@@ -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.
index a0ae4cb5b370653a8a9a40384490a64652e03302..490d8b52d9706c13edafbdafee075ee8f1837f65 100644 (file)
@@ -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.
index 6345b0a5d0d242701de5e18c05510a88003a5d4e..59d1d9a2605729fe75037489ed658d36984ccabb 100644 (file)
@@ -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.
index 82b00b98720360665ac47d63eed1d5125e67dd16..939bccc166c40db7393fb52a2b4294a8ee64a0c7 100644 (file)
@@ -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.
index 3e40bf8cfe348bd4834b74da6f78261150a42030..24eba2bda7664449a8ee0c74347fe38c985ff08c 100644 (file)
@@ -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.
index 42ded3e0ba7cd28bc8f0eb98d49d32820455411b..e46ef9af4b5a1391baa9a9a9c8274e76d14113ba 100644 (file)
@@ -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.
index 81770e78678053710e19808d19742ac6491c327c..58e0976f2f16a4cc93beb141629ce63785583e07 100644 (file)
@@ -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.
index f9e15b23234b1c7b2db380907f80e891b6111b7f..23208f17e84e4b2f059106dffb69aae3faecefd6 100644 (file)
@@ -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.
index a45d936a9534fef4d413a04ab8cc0afa6598ca9e..c1ab840344d4343f98ce91059620d63be86c22b5 100644 (file)
@@ -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.
index 447d8a0894e75b408612c271a4484a620539b2bd..418efc26657e5a4612744eaa62ee42a43f7be6bb 100644 (file)
@@ -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.
index 6c283bc5c6d8eaa29b179007e7032fccac3a1ce4..1e84bbe1a2595b461954760c6f2ff77d59a122c6 100644 (file)
@@ -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.
index e2a6adf0b07fe1ca693dd0d7ce16fc565535f9e5..cea954def3ae95ed459d0f747d52ac8eadd102ad 100644 (file)
@@ -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.
index 1ded0d3b113e590a3cfe8eaa0208e7fa23a7aed3..c9ed05de3d3b6633bd77b1413a9bdac80aa29d20 100644 (file)
@@ -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.
index 8ef286ef025cbb2328286db66c0701a4e1f5298e..b10fabc6141c99a325f3f8c4b01fa7e0d5b6d188 100644 (file)
@@ -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.
index 641f47cbc9fb8be9a2bf063bedb17f201242f39e..0c1e3289c0ba82184477253f8e2d47333c96fc25 100644 (file)
@@ -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.
index 56063cc0b65e55d0f3f2690aa724cb17e0afc92a..4607569138b70b3dd53943942f0e6523e8180e86 100644 (file)
@@ -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.
index fe1ba5d4642f9423ca9fd1a5aa5aede96b4cba6c..33d7b20cd7498c39524ab2b133dbe72938f95007 100644 (file)
@@ -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.
index 89c44ba9e31990d782b4ad2bf76f856dfae61f81..73a6336c47dd9eb9b288c30a2662daff12d3cf02 100644 (file)
@@ -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.
index cd458eb178a6da4299137ab236ab5e0f99a58acf..f6fbb8585fa2b6e1f4901ac60530e7d8452fc67f 100644 (file)
@@ -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.
index 9f87ae56e963fee3bebac6827c982fc5092e13cd..386322ff253c29805364de3f08c91e6916d38404 100644 (file)
@@ -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.
index 66e7a81da235338259da834e01afd6af4c26f1ea..4dccad527142eb09ef0bfa60b4ace398ee00d1f7 100644 (file)
@@ -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.
index 9464afb6c3312ea6883e97281b8106cceb359462..4f036526fb7836a7ba073819937f93a4b0f53844 100644 (file)
@@ -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.
index 8912e8bf3258e7bdab5c352037cc00a5fa586726..c14b8e23866b60016df4b6070e42ae108b5f0d35 100644 (file)
@@ -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.
index 6969de5b35590867058e82179c8a385bec5adf76..0b070fa15510d34af6c5d3e5433dc974263a8d45 100644 (file)
--- 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.
index 8dc4573b41dea9986217891d22e5461fdb8ce63b..39f6aeacc54527753879fa0d06ebfeb986f82607 100644 (file)
@@ -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.
index 11c3aa8406038d09d9723b10d01c2731133130e9..94bfb5d61174e0277c3c076abd979f15d9d1a147 100644 (file)
@@ -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.
index 0f85eaecdb6b58a511f55c20f5a8d1e879c39f66..4b307af45e932c95384271e38207cf0bfd9ec29e 100644 (file)
@@ -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.
index f9a81274730b8a69d3efc2cbc5ee46993c076128..01ad9714f2a9525d142998935f689d0e7669647b 100644 (file)
@@ -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.
index 95c7cf9d20d9e598ce70ea838a0ee50c68db8e87..043001599b33dfdcf74d22b948f06a1865489c5c 100644 (file)
@@ -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.
index ef3ced3d93e798e161e75c18a95b8d8cf69f3eb0..bf6b07fbb27f3b9562501d97f8b33fc9361d28b3 100644 (file)
--- 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.
index d5340ef7b5cee2e0d8b435afe811abd986b60bc8..2f84ebea47127fe70ec82527e5f4e238fce23b59 100644 (file)
--- 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.
index d958fce9f246cd6d689832b82a7e9ac0aa69db22..6cd07f3c006ffae03152ed4f9bcf4dc022ab8f26 100644 (file)
@@ -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.
index 81168bfa6b0b6f1e85f6f627cd01564db5f1798c..3f6bb8eb369ec479ab9a927ad5bceec47f8f8410 100644 (file)
@@ -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.
index 61bf6da8ae6c416fb2c94245212de74429fc574c..92d8d1e895a215afbb8ca2e6288b04c960b6c150 100644 (file)
--- 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.
index cf64983cad3eb88434bc8f7ee6e7f7dd46351d26..fcb097e8f0b4f2ac5cd68044b37b83ebeef59836 100644 (file)
@@ -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.
index aecf580e93a37201518ce4661b59583db43c430d..590297847b0affc8dc5a4cac4cf2868c65eb5c4d 100644 (file)
@@ -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.
index 5319ca6a5716d5c23d4c98c330c78d9d66176ef7..042332c45f89c9b4e5fdfc3e6d9b96b9d2305e7b 100644 (file)
@@ -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.
index ee3607ce97a1f015df176a3084e3e11d4aa75ee0..0f7ebb73294b72e4f72776be4be754555115b420 100644 (file)
@@ -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.
index 3242650896beffbaa5fd5b7d25af3d3d2d013d62..df972e72ad35291d4899555365d45141b19bd220 100644 (file)
--- 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.
index 7ce9c6cd92e1b464c94ba7e8d94333d36ce353b0..b0bc0892e8ab32b721126e750c7040e8668865a0 100644 (file)
--- 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.
index 916aad726ba92b5cdde4f327e2c81a73ff6d5cea..d2364d9b46a8c80beda59ab1517d1d9499e8b4cd 100644 (file)
@@ -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.
index c12b41364a450fade35f22a2844755fbf429633c..0cce1fe3443b27ea6e578baa6a2732642ee09782 100644 (file)
@@ -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.
index a34bf25579b36a08d7523c08c1aaf5a74948bbac..803b81d0ab52251c55bd5fb9ccce3094e5fd23bf 100644 (file)
@@ -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.
index 7448381aba844dc8b53e8a10fd0defb3f4a3c214..aca4e5dda227ccb10b2b8b0f5577ff3b7cddde56 100644 (file)
@@ -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.
index 80713fbba2553406555db03acf75d97d0d3a124a..3fbf93315aea09165b2bdc34f4587ce8b56e57c5 100644 (file)
@@ -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.
index 6826055e563b3c1d9ece7efbfb53c6ae5d216ec6..a3e1edd1d47d7125ec5178356905ff46855c83a6 100644 (file)
@@ -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.
index 1f39f105bca12dd6754b4fd61bc161f719ee9da6..dd93623b3f0540afcfe48de2ca67120356270c25 100644 (file)
@@ -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.
index e3315738adbfb03bc9f234afdb6d0add3413ac0b..a6c3e0735f75f7ed6127961075a9dcc83bad5d8f 100644 (file)
@@ -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.
index 970e7c2deada5cd360c59f9ebba5118a9410d13c..9f5ccd322ea3f8ced924517df5364d7d22b2aa1f 100644 (file)
@@ -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.
index 44b063700d81335002a759e096312b8ed1b741d2..33cf0776cc3d10a236f287b34dcaf09e08c5b7e2 100644 (file)
@@ -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.
index 86e5f5dba55e42a54ecf4d14904ba49699d48a74..8e911c1aea9fd1218f078414c6944b889c07c21e 100644 (file)
@@ -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.
index c90f5bcc4ee33d15378c4448dae18bcf8dabfc02..13b9abf15b46a67acca64b87d9570d0d852aa483 100644 (file)
@@ -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.
index 48265bcdea61300448e8a68fd8445b8ba80cb4ec..a271414315936642261a3c5008e6e74e80920e05 100644 (file)
@@ -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.
index cd9f894bf7a9b2756f1925e304f25b052604cde3..64c0ded0c28da43d58a28863cae751a2a27d1291 100644 (file)
@@ -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.
index cdf28789b1eda2fb3cc3f4905b0546494af80b52..c10c33757aa9831960d7e0b137cddb48709b16e3 100644 (file)
@@ -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.
index a24e14845ddfc8eed10c22285019820024849ca8..5a1625d056e4206eb179d2ea304c2d8cffe4b706 100644 (file)
@@ -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.
index 536522a9ba8f051404a78c5d50ecb0266bb326cb..13ad7eb0293269c2ac6e2e2bedd971e1d2dd4156 100644 (file)
@@ -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.
index 5274fc1d0772cf6be4e6247524a0c0e4ca0776ee..516fd10beb62d6f48fccac1c2feee29c8f2eefe4 100644 (file)
@@ -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.
index 9c8bc02e952cb9869390428cae416852fef08e66..49d4b7236ef419195827e9dbc33f4e073ba6bc02 100644 (file)
@@ -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.
index 4043fb168736229fa525355e19262b49cd3f37e1..af3c2d2d033072e01d9780215692468c4af09e81 100644 (file)
@@ -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.
index f1e905e76e040788d15b5d497daf8bf3ebf47999..117e931065807bff7159e44328743ab9ffdd14b6 100644 (file)
@@ -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.
index 3051568a3c24b2e260c5006534260dce46c73ffc..58d70aeb71e835fceec1c6df5bbec85eec88431e 100644 (file)
@@ -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.
index 52282e672a0e0870e3d968f71de5e681a22f6b30..cd40a9d57991e00745008f19a06207cb1bed4e3f 100644 (file)
@@ -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.
index fb2bb3cce4eff3a5207d92ca476ce4cd3495e70a..1b6ba21492a62b779c49406881a12f30871afb56 100644 (file)
@@ -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.
index a660606616540bca2c56aa75fadeef95c6e2426e..97b3a055ed4fdc4d5f82abeac9162c45b51601c4 100644 (file)
@@ -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.
index 62ef35685f0ec705fea7c883c96cd877c383660d..106e5005d65ae0cbbdd00250f292b867b32e67e9 100644 (file)
@@ -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.
index 31f96b0ea0371450003aaf6f681e985e3ebbdb5a..f87e4ff707eae5ac9878f3f798e88bdc45adacd5 100644 (file)
--- 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.
index a537b1ee8b9d24cf1593d31c1bb238529d20b415..c38350a1a63b67caa8663eddb147181f71c113a0 100644 (file)
--- 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.
index f582f4311a0b8a5d2f11b7904f789440c2dbdd91..0ca01ef8278398532e19f618d6dfaa204dbf0793 100644 (file)
@@ -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.
index 9139419782a5503d38b81add06a6cf2638b5ed78..a309e93d1eb1fbaf170d351524eec7177e7f38a0 100644 (file)
@@ -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.
index 00b79dc6db4cf0521bff4aa0a1b32cc9a3b58a8a..672eb6e8a7d7ea208a077427ac5f182644744978 100644 (file)
@@ -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.
index 2ed8ad32a3fe281ad09a4111e84ca6134bb89984..4c123571d25738cf8823f4f71b10bee3d4f77695 100644 (file)
@@ -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.
index ece4d40a84a498c6cfaf0f939f3298f1ae663a45..88e7e81601682db2da9ccff99fe21bb52647caef 100644 (file)
@@ -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.
index 38446bdef9fb2225b03c36d6fb32cc7462f769b0..2842d08fde49e397bc390ab196624c17696acc05 100644 (file)
@@ -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.
index a2135e73ed2ff48d0d4350512b0650b8165ada9c..1dfc8ed2e1c73751be76e354044319a8b6444485 100644 (file)
@@ -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.
index ea8b7bfb73863d19b07d55b75c3eef871dc7973a..10667b1757f867cd5ad85dd0fc659cfd61144476 100644 (file)
@@ -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.
index 0d932915739ef24079c5e7cdbdd846d3eb4042c7..41fde997a9d42cec4a5b5c69f23da2444717fc08 100644 (file)
@@ -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.
index 73056273b8e40407bd86a4f9de0f16cd76b3765b..aeef677010ac247e2d4d8db10376274f7b4bba00 100644 (file)
@@ -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.
index f993cea9fef2f812089105990e9a5f50584f57d9..0bff41312518511d20ceef2c804c153dd182a83b 100644 (file)
@@ -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.
index df230b59dbbd4e781d171e496e4498534fdc8dde..6fbec5b2ac416fd670ca007083b49791e12de431 100644 (file)
@@ -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.
index 2fb4be571a47a004f13e2c769ae8fa8da2288e15..67a73e43cb6c4f9da361a5d85a664d36626960da 100644 (file)
@@ -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.
index 881e651f4c509f1d72b4f48790ea3eb9b4466dc2..9973acf302ca1c932b303357f673178202d45e4d 100644 (file)
@@ -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.
index 1ca9d850c43cfcb2d037c1cb2a6e60d10dea3979..1fb01170bb0c51535d43603b2d814449902cae99 100644 (file)
@@ -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.
index 6c929cf0a1c10fa6c7666cd323da53361d405e9d..0eff9066941a3537eb4b81edebb7fdc11c2e5069 100644 (file)
@@ -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.
index 593d037d46fc2c4d6c08700921dec1addc814925..ba8499d4ee7bcaa3cdc014bde18f8d4562be0437 100644 (file)
@@ -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.
index 9ee3c9ed5e063fc5ab2df765904da25dde3017b4..ae3882558f0793a9bc765264baea7ca17903f9c7 100644 (file)
@@ -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.
index 01aaaaad3f26689105cae6736c0c19929e105ec1..0a634f06f5c92bfe423b6e7cfd10e1ee14450a94 100644 (file)
@@ -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.
index b16a3cfeb9b3b447e1e9ab9d708f65f5502ed750..c16e136dd7c25071e735bfcb9ba2e4c0d7744895 100644 (file)
@@ -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.
index 7d7c77d48832cac876365e953a4a9a158b607667..835d811bc383c38706f4fb2606a0a1e94063d30c 100644 (file)
@@ -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.
index 1caac37fe484ba6995f87cb25ce8144d30906828..eb7c5f6f7bba6be4b73136069a7f4f1bef4145fb 100644 (file)
@@ -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.
index 16a7b1f1b235dff030ab5952fe06016a7cb13865..3a65c0a0f2f8f17bf9a07217878cd6b319de231c 100644 (file)
@@ -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"
index 3e6b3d87809f46f8680f1b65381fda00b22d8093..60adf0f949c1d9bf42ec90584d3f2d2c89199e19 100644 (file)
@@ -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.
index 7207d882f018827ca79003980bc8e492a18cd72c..6200dc094b7fdffd6f86457109874f0dc9132a7d 100644 (file)
@@ -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.
index 167e2694ff9b100a5bd049c70dc591f362f5f187..3ef09c85bea1f331836a4c7c332c7b37495c03cf 100644 (file)
@@ -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.
index ae63236796501d8188ac715f606eaaad0c910d3e..8f603657bce958e392aa55894e49d6e70d13cf00 100644 (file)
@@ -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.
index 3786f016277dd6edcb8c0fd967d8438e1284e48c..91585aeaea23ab967c47eb3fbe3066fd29f9988b 100644 (file)
@@ -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.
index e0f6c14a89838c43f2d3830f37ef8e36e43426c4..cbce639c0b7bc7dfb7dec5724ca150b6298fb0cb 100644 (file)
@@ -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.
index 3ea8c7ac15728961b267db54415b56b4d3946a49..b194cbfa745dc7c7c35cb6a4370f6b9f2ddb8309 100644 (file)
@@ -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.
index b1b838eb7c1a33c9329fff34beeb2ad2eceae2db..3c8be81d1b9eb8dfc127d16fe1c2e8f798ad4341 100644 (file)
@@ -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.
index feae249f9b38f26cdd2ad85ed573524aa33b8e86..ae9f29f6c9872b985990d371c96335487a13cdc9 100644 (file)
@@ -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.