Skip to content

Commit 94da2e2

Browse files
Update copyright years
1 parent aec1876 commit 94da2e2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Main Authors
33

44
Colin Duquesnooy (@ColinDuquesnoy) <colin.duquesnoy@gmail.com>
55

6-
Code Contributors
7-
=================
6+
Contributors
7+
============

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) <2013-2015> <Colin Duquesnoy and others, see AUTHORS.txt>
3+
Copyright (c) <2013-2016> <Colin Duquesnoy and others, see AUTHORS.txt>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We test the following combinations on Travis-CI:
101101
+--------------------------+---------+---------+
102102
| | PyQt4 | PyQt5 |
103103
+==========================+=========+=========+
104-
| GNU/Linux - Python 2.7 | yes | yes |
104+
| GNU/Linux - Python 2.7 | yes | no |
105105
+--------------------------+---------+---------+
106106
| GNU/Linux - Python 3.4 | yes | yes |
107107
+--------------------------+---------+---------+

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'pyqode.python'
49-
copyright = u'2013-2015, Colin Duquesnoy'
49+
copyright = u'2013-2016, Colin Duquesnoy'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the
@@ -261,4 +261,4 @@
261261
inheritance_graph_attrs = dict(rankdir="LR", size='""',
262262
fontsize=14, ratio='compress')
263263

264-
autodoc_member_order = 'groupwise'
264+
autodoc_member_order = 'groupwise'

examples/pynotepad/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (c) <2013-2015> Colin Duquesnoy
3+
# Copyright (c) <2013-2016> Colin Duquesnoy
44
#
55
# This file is part of OpenCobolIDE.
66
#

0 commit comments

Comments
 (0)