Skip to content

Commit 9a686ce

Browse files
committed
Bumped Copyright to 2013
1 parent 1559212 commit 9a686ce

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2012, David Cooper <dave@kupesoft.com>
1+
Copyright (c) 2011-2013, David Cooper <dave@kupesoft.com>
22
All rights reserved.
33

44
Dedicated to Kate Lacey

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ License
5454
This software is offered under a *slightly* modified ISC-style license.
5555

5656

57-
Copyright (c) 2011-2012, David Cooper <dave@kupesoft.com>
57+
Copyright (c) 2011-2013, David Cooper <dave@kupesoft.com>
5858
All rights reserved.
5959

6060
Dedicated to Kate Lacey

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14-
import sys, os
14+
import os
15+
import sys
1516

1617
# If extensions (or modules to document with autodoc) are in another directory,
1718
# add these directories to sys.path here. If the directory is relative to the
@@ -42,7 +43,7 @@
4243

4344
# General information about the project.
4445
project = u'python-fitparse'
45-
copyright = u'2012, David Cooper'
46+
copyright = u'2011-2013, David Cooper'
4647

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

0 commit comments

Comments
 (0)