Skip to content

Commit 70edbf2

Browse files
committed
Update copyright years
1 parent 203335b commit 70edbf2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+84
-84
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
# General information about the project.
4545
project = u'pygit2'
46-
copyright = u'2010-2014 The pygit2 contributors'
46+
copyright = u'2010-2015 The pygit2 contributors'
4747

4848
# The version info for the project you're documenting, acts as replacement for
4949
# |version| and |release|, also used in various other places throughout the

pygit2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/blame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/ffi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

pygit2/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2010-2014 The pygit2 contributors
3+
# Copyright 2010-2015 The pygit2 contributors
44
#
55
# This file is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License, version 2,

0 commit comments

Comments
 (0)