Skip to content

Commit 0e67003

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #274 from pimutils/licence
Licence
2 parents c96eddc + 712cf53 commit 0e67003

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2016, Hugo Osvaldo Barrera <[email protected]>
1+
Copyright (c) 2015-2017, Hugo Osvaldo Barrera <[email protected]>
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ consult the latest version of the manual at readthedocs_.
6060
LICENCE
6161
-------
6262

63-
Todoman is licensed under the MIT licence. See LICENCE for details.
63+
Todoman is licensed under the ISC licence. See LICENCE for details.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def write_section(section, secname, key, comment, file_):
125125

126126
# General information about the project.
127127
project = 'Todoman'
128-
copyright = '2015-2016, Hugo Osvaldo Barrera'
128+
copyright = '2015-2017, Hugo Osvaldo Barrera'
129129
author = 'Hugo Osvaldo Barrera'
130130

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

docs/source/licence.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Licence
22
=======
33

4-
Todoman is licensed under the MIT licence::
4+
Todoman is licensed under the ISC licence::
55

6-
Copyright (c) 2015-2016, Hugo Osvaldo Barrera <[email protected]>
6+
Copyright (c) 2015-2017, Hugo Osvaldo Barrera <[email protected]>
77

88
Permission to use, copy, modify, and/or distribute this software for any
99
purpose with or without fee is hereby granted, provided that the above

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author='Hugo Osvaldo Barrera',
99
author_email='[email protected]',
1010
url='https://github.com/pimutils/todoman',
11-
license='MIT',
11+
license='ISC',
1212
packages=['todoman'],
1313
include_package_data=True,
1414
entry_points={
@@ -31,7 +31,7 @@
3131
'Development Status :: 4 - Beta',
3232
'Environment :: Console',
3333
'Environment :: Console :: Curses',
34-
'License :: OSI Approved :: MIT License',
34+
'License :: OSI Approved :: ISC License (ISCL)',
3535
'Operating System :: POSIX',
3636
'Programming Language :: Python :: 3',
3737
'Programming Language :: Python :: 3.3',

todoman/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016 Hugo Osvaldo Barrera
1+
# Copyright (c) 2016-2017 Hugo Osvaldo Barrera
22
# Copyright (c) 2013-2016 Christian Geier et al.
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining

0 commit comments

Comments
 (0)