Skip to content

Commit

Permalink
Merge pull request #442 from jakirkham/license_2017
Browse files Browse the repository at this point in the history
Add 2017 to the license copyright
  • Loading branch information
jakirkham committed Mar 10, 2017
2 parents bd4b5df + 4639727 commit 8dab42d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, John Kirkham, Howard Hughes Medical Institute
Copyright (c) 2016-2017, John Kirkham, Howard Hughes Medical Institute
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# General information about the project.
project = u'nanshe'
copyright = u'2014-2015, John A. Kirkham'
copyright = u'2014-2017, John A. Kirkham'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -278,7 +278,7 @@
epub_title = u'Nanshe Documentation'
epub_author = u'John A. Kirkham'
epub_publisher = u'John A. Kirkham'
epub_copyright = u'2014-2015, John A. Kirkham'
epub_copyright = copyright

# The basename for the epub file. It defaults to the project name.
#epub_basename = u'..'
Expand Down

0 comments on commit 8dab42d

Please sign in to comment.