Skip to content

Commit 3cfd292

Browse files
Paul Boocockpaulboocock
authored andcommitted
Update Copyright notices to 2020 (closes #235)
1 parent 503292d commit 3cfd292

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Assuming pyenv_ is installed
6767
Copyright and license
6868
#####################
6969

70-
The Snowplow Python Tracker is copyright 2013-2019 Snowplow Analytics Ltd.
70+
The Snowplow Python Tracker is copyright 2013-2020 Snowplow Analytics Ltd.
7171

7272
Licensed under the `Apache License, Version 2.0`_ (the "License");
7373
you may not use this software except in compliance with the License.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
setup.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
_version.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/emitters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
emitters.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/payload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
payload.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/redis_worker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
redis_worker.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/self_describing_json.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
self_describing_json.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/subject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
subject.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/test/integration/test_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
test_integration.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

snowplow_tracker/test/unit/test_payload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
test_payload.py
33
4-
Copyright (c) 2013-2019 Snowplow Analytics Ltd. All rights reserved.
4+
Copyright (c) 2013-2020 Snowplow Analytics Ltd. All rights reserved.
55
66
This program is licensed to you under the Apache License Version 2.0,
77
and you may not use this file except in compliance with the Apache License
@@ -15,7 +15,7 @@
1515
language governing permissions and limitations there under.
1616
1717
Authors: Anuj More, Alex Dean, Fred Blundun
18-
Copyright: Copyright (c) 2013-2019 Snowplow Analytics Ltd
18+
Copyright: Copyright (c) 2013-2020 Snowplow Analytics Ltd
1919
License: Apache License Version 2.0
2020
"""
2121

0 commit comments

Comments
 (0)