Skip to content

Commit f6fe8ac

Browse files
committed
Updated licensing dates to 2015
1 parent 6fb3c0c commit f6fe8ac

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Copyright © 2006-2009 Johann C. Rocholl <johann@rocholl.net>
22
Copyright © 2009-2014 Florent Xicluna <florent.xicluna@gmail.com>
3+
Copyright © 2014-2015 Ian Lee <IanLee1521@gmail.com>
34

45
Licensed under the terms of the Expat License
56

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# General information about the project.
4747
project = u'pep8'
4848
authors = u'Johann C. Rocholl, Florent Xicluna, Ian Lee'
49-
copyright = u'2006-2014, %s' % (authors)
49+
copyright = u'2006-2015, %s' % (authors)
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

pep8.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pep8.py - Check Python source code formatting, according to PEP 8
33
# Copyright (C) 2006-2009 Johann C. Rocholl <johann@rocholl.net>
44
# Copyright (C) 2009-2014 Florent Xicluna <florent.xicluna@gmail.com>
5-
# Copyright (C) 2014 Ian Lee <ianlee1521@gmail.com>
5+
# Copyright (C) 2014-2015 Ian Lee <ianlee1521@gmail.com>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

0 commit comments

Comments
 (0)