From 29ce23c0d55406277cd16d502e555c32efc2ee0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Sat, 2 Mar 2013 12:16:16 +0100 Subject: [PATCH] Update copyright --- .mailmap | 3 ++- README.rst | 1 + include/pygit2/blob.h | 2 +- include/pygit2/commit.h | 2 +- include/pygit2/config.h | 2 +- include/pygit2/diff.h | 2 +- include/pygit2/error.h | 2 +- include/pygit2/index.h | 2 +- include/pygit2/object.h | 2 +- include/pygit2/oid.h | 2 +- include/pygit2/reference.h | 2 +- include/pygit2/repository.h | 2 +- include/pygit2/signature.h | 2 +- include/pygit2/tag.h | 2 +- include/pygit2/tree.h | 2 +- include/pygit2/treebuilder.h | 2 +- include/pygit2/types.h | 2 +- include/pygit2/utils.h | 2 +- include/pygit2/walker.h | 2 +- pygit2/__init__.py | 2 +- pygit2/utils.py | 2 +- pygit2/version.py | 2 +- setup.py | 2 +- src/blob.c | 2 +- src/commit.c | 2 +- src/config.c | 2 +- src/diff.c | 2 +- src/error.c | 2 +- src/index.c | 2 +- src/object.c | 2 +- src/oid.c | 2 +- src/pygit2.c | 2 +- src/reference.c | 2 +- src/remote.c | 2 +- src/repository.c | 2 +- src/signature.c | 2 +- src/tag.c | 2 +- src/tree.c | 2 +- src/treebuilder.c | 2 +- src/utils.c | 2 +- src/walker.c | 2 +- test/__init__.py | 2 +- test/test_blob.py | 2 +- test/test_commit.py | 2 +- test/test_config.py | 2 +- test/test_diff.py | 2 +- test/test_index.py | 2 +- test/test_refs.py | 2 +- test/test_remote.py | 2 +- test/test_repository.py | 2 +- test/test_revwalk.py | 2 +- test/test_signature.py | 2 +- test/test_status.py | 2 +- test/test_tag.py | 2 +- test/test_tree.py | 2 +- test/test_treebuilder.py | 2 +- test/utils.py | 2 +- 57 files changed, 58 insertions(+), 56 deletions(-) diff --git a/.mailmap b/.mailmap index a38a543..f08f7b8 100644 --- a/.mailmap +++ b/.mailmap @@ -1,4 +1,5 @@ J. David Ibáñez -Martin Lenders Richo Healey Xavier Delannoy +Christian Boos +Martin Lenders diff --git a/README.rst b/README.rst index 4a6764c..e9bcb41 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,7 @@ pygit2 project (sorted alphabetically): - Rui Abreu Ferreira - Sarath Lakshman - Sebastian Thiel +- Valentin Haenel - Vicent Marti - W Trevor King - Xavier Delannoy diff --git a/include/pygit2/blob.h b/include/pygit2/blob.h index a55b8c5..2edbb68 100644 --- a/include/pygit2/blob.h +++ b/include/pygit2/blob.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/commit.h b/include/pygit2/commit.h index b9b9070..b94e303 100644 --- a/include/pygit2/commit.h +++ b/include/pygit2/commit.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/config.h b/include/pygit2/config.h index 62dbc83..976ee3d 100644 --- a/include/pygit2/config.h +++ b/include/pygit2/config.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/diff.h b/include/pygit2/diff.h index 7f1d0be..202bff3 100644 --- a/include/pygit2/diff.h +++ b/include/pygit2/diff.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/error.h b/include/pygit2/error.h index 7dcf589..f487763 100644 --- a/include/pygit2/error.h +++ b/include/pygit2/error.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/index.h b/include/pygit2/index.h index 2082cc7..7c63c1c 100644 --- a/include/pygit2/index.h +++ b/include/pygit2/index.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/object.h b/include/pygit2/object.h index 64bf612..314c55a 100644 --- a/include/pygit2/object.h +++ b/include/pygit2/object.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/oid.h b/include/pygit2/oid.h index 66def69..4f22337 100644 --- a/include/pygit2/oid.h +++ b/include/pygit2/oid.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/reference.h b/include/pygit2/reference.h index 40e7e53..ff63bbf 100644 --- a/include/pygit2/reference.h +++ b/include/pygit2/reference.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/repository.h b/include/pygit2/repository.h index 2a35a43..6d2d31a 100644 --- a/include/pygit2/repository.h +++ b/include/pygit2/repository.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/signature.h b/include/pygit2/signature.h index 5c705b8..fe69b98 100644 --- a/include/pygit2/signature.h +++ b/include/pygit2/signature.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/tag.h b/include/pygit2/tag.h index 8caa6ee..8ac5fd7 100644 --- a/include/pygit2/tag.h +++ b/include/pygit2/tag.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/tree.h b/include/pygit2/tree.h index e1cea65..0e503fd 100644 --- a/include/pygit2/tree.h +++ b/include/pygit2/tree.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/treebuilder.h b/include/pygit2/treebuilder.h index 9822392..322efe6 100644 --- a/include/pygit2/treebuilder.h +++ b/include/pygit2/treebuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/types.h b/include/pygit2/types.h index 735f5d8..9c8a429 100644 --- a/include/pygit2/types.h +++ b/include/pygit2/types.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/utils.h b/include/pygit2/utils.h index d596b74..e9768b1 100644 --- a/include/pygit2/utils.h +++ b/include/pygit2/utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/include/pygit2/walker.h b/include/pygit2/walker.h index 82024c7..3a86bda 100644 --- a/include/pygit2/walker.h +++ b/include/pygit2/walker.h @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/__init__.py b/pygit2/__init__.py index 6a0e24b..b1549ce 100644 --- a/pygit2/__init__.py +++ b/pygit2/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/utils.py b/pygit2/utils.py index d1909b5..79e6040 100644 --- a/pygit2/utils.py +++ b/pygit2/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/pygit2/version.py b/pygit2/version.py index 4ec5764..5607b07 100644 --- a/pygit2/version.py +++ b/pygit2/version.py @@ -1,4 +1,4 @@ -# Copyright 2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/setup.py b/setup.py index 214b9ce..d52e935 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # coding: UTF-8 # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/src/blob.c b/src/blob.c index bac8184..446101b 100644 --- a/src/blob.c +++ b/src/blob.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/commit.c b/src/commit.c index 919a92f..2f6dbc4 100644 --- a/src/commit.c +++ b/src/commit.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/config.c b/src/config.c index c4c2604..b2167b6 100644 --- a/src/config.c +++ b/src/config.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/diff.c b/src/diff.c index 4b3732e..50f3b51 100644 --- a/src/diff.c +++ b/src/diff.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/error.c b/src/error.c index ce1a053..a7912fd 100644 --- a/src/error.c +++ b/src/error.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/index.c b/src/index.c index 410c460..dfcb355 100644 --- a/src/index.c +++ b/src/index.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/object.c b/src/object.c index 48667e5..40e30e4 100644 --- a/src/object.c +++ b/src/object.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/oid.c b/src/oid.c index e5641da..102424a 100644 --- a/src/oid.c +++ b/src/oid.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/pygit2.c b/src/pygit2.c index dee0e64..af09d7b 100644 --- a/src/pygit2.c +++ b/src/pygit2.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/reference.c b/src/reference.c index a1d9ca9..f13ed31 100644 --- a/src/reference.c +++ b/src/reference.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/remote.c b/src/remote.c index 0baae3e..42288e7 100644 --- a/src/remote.c +++ b/src/remote.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/repository.c b/src/repository.c index 7c2784b..a7079de 100644 --- a/src/repository.c +++ b/src/repository.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/signature.c b/src/signature.c index 88f2f87..b0e8566 100644 --- a/src/signature.c +++ b/src/signature.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/tag.c b/src/tag.c index 5651c3b..ee2b329 100644 --- a/src/tag.c +++ b/src/tag.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/tree.c b/src/tree.c index 7e1bc0d..0b22eee 100644 --- a/src/tree.c +++ b/src/tree.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/treebuilder.c b/src/treebuilder.c index 7c45f42..1b06b31 100644 --- a/src/treebuilder.c +++ b/src/treebuilder.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/utils.c b/src/utils.c index 8ce23cb..cfa9cae 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/walker.c b/src/walker.c index d1b128c..d2481a1 100644 --- a/src/walker.c +++ b/src/walker.c @@ -1,5 +1,5 @@ /* - * Copyright 2010-2012 The pygit2 contributors + * Copyright 2010-2013 The pygit2 contributors * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/test/__init__.py b/test/__init__.py index 16b0d09..44bc24b 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_blob.py b/test/test_blob.py index c6ded53..221ddcc 100644 --- a/test/test_blob.py +++ b/test/test_blob.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_commit.py b/test/test_commit.py index 35ec65f..13acf98 100644 --- a/test/test_commit.py +++ b/test/test_commit.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_config.py b/test/test_config.py index e5b5acc..6621070 100644 --- a/test/test_config.py +++ b/test/test_config.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_diff.py b/test/test_diff.py index 106ac62..ff3a54c 100644 --- a/test/test_diff.py +++ b/test/test_diff.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_index.py b/test/test_index.py index 8950cbc..20d98e2 100644 --- a/test/test_index.py +++ b/test/test_index.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_refs.py b/test/test_refs.py index 803a901..0b2f61c 100644 --- a/test/test_refs.py +++ b/test/test_refs.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_remote.py b/test/test_remote.py index 6c66ea1..aacdc10 100644 --- a/test/test_remote.py +++ b/test/test_remote.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_repository.py b/test/test_repository.py index 484c531..105d1c5 100644 --- a/test/test_repository.py +++ b/test/test_repository.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_revwalk.py b/test/test_revwalk.py index caab356..dd97b82 100644 --- a/test/test_revwalk.py +++ b/test/test_revwalk.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_signature.py b/test/test_signature.py index 9ee80a8..cf21b33 100644 --- a/test/test_signature.py +++ b/test/test_signature.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_status.py b/test/test_status.py index 73a8127..c1b350f 100644 --- a/test/test_status.py +++ b/test/test_status.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_tag.py b/test/test_tag.py index 8847845..de79e60 100644 --- a/test/test_tag.py +++ b/test/test_tag.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_tree.py b/test/test_tree.py index a88d0d1..f3bc6e8 100644 --- a/test/test_tree.py +++ b/test/test_tree.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/test_treebuilder.py b/test/test_treebuilder.py index de6e85d..161d400 100644 --- a/test/test_treebuilder.py +++ b/test/test_treebuilder.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, diff --git a/test/utils.py b/test/utils.py index c3595b7..f034b94 100644 --- a/test/utils.py +++ b/test/utils.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # -# Copyright 2010-2012 The pygit2 contributors +# Copyright 2010-2013 The pygit2 contributors # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2,