Skip to content

Commit de485fc

Browse files
committed
Update copyright through 2020 and restore documentation copyright to MIT license
During recent work to upgrade the format of the Sphinx documentation, the license the docs are copyright under was accidentally changed from MIT to CreativeCommons. This restores the documentation to be under an MIT license so there is a single license governing both code and documentation.
1 parent db093b6 commit de485fc

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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) 2008-2019 Catherine Devlin and others
3+
Copyright (c) 2008-2020 Catherine Devlin and others
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

docs/conf.py

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

5757
# General information about the project.
5858
project = 'cmd2'
59-
copyright = '2010-2019, cmd2 contributors'
59+
copyright = '2010-2020, cmd2 contributors'
6060
author = 'cmd2 contributors'
6161

6262
# The version info for the project you're documenting, acts as replacement for

docs/copyright.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Copyright
22
=========
33

4-
The ``cmd2`` documentation is Copyright 2010-2019 by the `cmd2 contributors
4+
The ``cmd2`` documentation is Copyright 2010-2020 by the `cmd2 contributors
55
<https://github.com/python-cmd2/cmd2/graphs/contributors>`_ and is licensed
6-
under a `Creative Commons Attribution 4.0 International License
7-
<http://creativecommons.org/licenses/by/4.0/>`_.
6+
under an `MIT License <https://github.com/python-cmd2/cmd2/blob/master/LICENSE>`_.

0 commit comments

Comments
 (0)