Skip to content

Commit d7071b8

Browse files
committed
Update copyright year
1 parent 7b1310f commit d7071b8

Some content is hidden

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

72 files changed

+72
-72
lines changed

docs/conf.py

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

4242
# General information about the project.
4343
project = u'pygit2'
44-
copyright = u'2013, J. David Ibáñez'
44+
copyright = u'2010-2014 The pygit2 contributors'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |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-2013 The pygit2 contributors
3+
# Copyright 2010-2014 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/repository.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-2013 The pygit2 contributors
3+
# Copyright 2010-2014 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/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2010-2013 The pygit2 contributors
1+
# Copyright 2010-2014 The pygit2 contributors
22
#
33
# This file is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2,

setup.py

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

src/blame.c

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

src/blame.h

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

src/blob.c

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

src/blob.h

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

src/branch.c

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

0 commit comments

Comments
 (0)