Skip to content

Commit f6dfda0

Browse files
committed
Copyright year ste to 2019
1 parent af40456 commit f6dfda0

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'jsonrpclib-pelix'
23-
copyright = '2018, Thomas Calmant'
23+
copyright = '2019, Thomas Calmant'
2424
author = 'Thomas Calmant'
2525

2626
# The short X.Y version
27-
version = '0.3.2'
27+
version = '0.4'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.3.2'
29+
release = '0.4.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ File Header
1010

1111
This snippet is added to the module-level documentation::
1212

13-
Copyright 2018 Thomas Calmant
13+
Copyright 2019 Thomas Calmant
1414

1515
Licensed under the Apache License, Version 2.0 (the "License");
1616
you may not use this file except in compliance with the License.

jsonrpclib/SimpleJSONRPCServer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
CGI request handler.
66
77
:authors: Josh Marshall, Thomas Calmant
8-
:copyright: Copyright 2018, Thomas Calmant
8+
:copyright: Copyright 2019, Thomas Calmant
99
:license: Apache License 2.0
1010
:version: 0.4.0
1111
1212
..
1313
14-
Copyright 2018 Thomas Calmant
14+
Copyright 2019 Thomas Calmant
1515
1616
Licensed under the Apache License, Version 2.0 (the "License");
1717
you may not use this file except in compliance with the License.

jsonrpclib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Aliases to ease access to jsonrpclib classes
55
66
:authors: Josh Marshall, Thomas Calmant
7-
:copyright: Copyright 2018, Thomas Calmant
7+
:copyright: Copyright 2019, Thomas Calmant
88
:license: Apache License 2.0
99
:version: 0.4.0
1010
1111
..
1212
13-
Copyright 2018 Thomas Calmant
13+
Copyright 2019 Thomas Calmant
1414
1515
Licensed under the Apache License, Version 2.0 (the "License");
1616
you may not use this file except in compliance with the License.

jsonrpclib/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"""
44
The configuration module.
55
6-
:copyright: Copyright 2018, Thomas Calmant
6+
:copyright: Copyright 2019, Thomas Calmant
77
:license: Apache License 2.0
88
:version: 0.4.0
99
1010
..
1111
12-
Copyright 2018 Thomas Calmant
12+
Copyright 2019 Thomas Calmant
1313
1414
Licensed under the Apache License, Version 2.0 (the "License");
1515
you may not use this file except in compliance with the License.

jsonrpclib/history.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
The history module.
55
66
:authors: Josh Marshall, Thomas Calmant
7-
:copyright: Copyright 2018, Thomas Calmant
7+
:copyright: Copyright 2019, Thomas Calmant
88
:license: Apache License 2.0
99
:version: 0.4.0
1010
1111
..
1212
13-
Copyright 2018 Thomas Calmant
13+
Copyright 2019 Thomas Calmant
1414
1515
Licensed under the Apache License, Version 2.0 (the "License");
1616
you may not use this file except in compliance with the License.

jsonrpclib/jsonclass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
The serialization module
55
66
:authors: Josh Marshall, Thomas Calmant
7-
:copyright: Copyright 2018, Thomas Calmant
7+
:copyright: Copyright 2019, Thomas Calmant
88
:license: Apache License 2.0
99
:version: 0.4.0
1010
1111
..
1212
13-
Copyright 2018 Thomas Calmant
13+
Copyright 2019 Thomas Calmant
1414
1515
Licensed under the Apache License, Version 2.0 (the "License");
1616
you may not use this file except in compliance with the License.

jsonrpclib/jsonrpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
See https://github.com/tcalmant/jsonrpclib for more info.
3737
3838
:authors: Josh Marshall, Thomas Calmant
39-
:copyright: Copyright 2018, Thomas Calmant
39+
:copyright: Copyright 2019, Thomas Calmant
4040
:license: Apache License 2.0
4141
:version: 0.4.0
4242
4343
..
4444
45-
Copyright 2018 Thomas Calmant
45+
Copyright 2019 Thomas Calmant
4646
4747
Licensed under the Apache License, Version 2.0 (the "License");
4848
you may not use this file except in compliance with the License.

jsonrpclib/threadpool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Cached thread pool, inspired from Pelix/iPOPO Thread Pool
55
66
:author: Thomas Calmant
7-
:copyright: Copyright 2018, Thomas Calmant
7+
:copyright: Copyright 2019, Thomas Calmant
88
:license: Apache License 2.0
99
:version: 0.4.0
1010
1111
..
1212
13-
Copyright 2018 Thomas Calmant
13+
Copyright 2019 Thomas Calmant
1414
1515
Licensed under the Apache License, Version 2.0 (the "License");
1616
you may not use this file except in compliance with the License.

jsonrpclib/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Utility methods, for compatibility between Python version
55
66
:author: Thomas Calmant
7-
:copyright: Copyright 2018, Thomas Calmant
7+
:copyright: Copyright 2019, Thomas Calmant
88
:license: Apache License 2.0
99
:version: 0.4.0
1010
1111
..
1212
13-
Copyright 2018 Thomas Calmant
13+
Copyright 2019 Thomas Calmant
1414
1515
Licensed under the Apache License, Version 2.0 (the "License");
1616
you may not use this file except in compliance with the License.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Installation script
55
66
:authors: Josh Marshall, Thomas Calmant
7-
:copyright: Copyright 2018, Thomas Calmant
7+
:copyright: Copyright 2019, Thomas Calmant
88
:license: Apache License 2.0
99
:version: 0.4.0
1010
1111
..
1212
13-
Copyright 2018 Thomas Calmant
13+
Copyright 2019 Thomas Calmant
1414
1515
Licensed under the Apache License, Version 2.0 (the "License");
1616
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)