Skip to content

Commit 7cc0a2e

Browse files
committed
Py39 is validated
* update copyright comments
1 parent 4988e1b commit 7cc0a2e

File tree

11 files changed

+18
-11
lines changed

11 files changed

+18
-11
lines changed

logwrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2020 Alexey Stepanov aka penguinolog
22
#
33
# Copyright 2016 Mirantis, Inc.
44
#

logwrap/__init__.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2018 - 2020 Alexey Stepanov aka penguinolog
22
##
33
# Licensed under the Apache License, Version 2.0 (the "License"); you may
44
# not use this file except in compliance with the License. You may obtain

logwrap/class_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2016-2019 Alexey Stepanov aka penguinolog
3+
# Copyright 2018 - 2020 Alexey Stepanov aka penguinolog
44
##
55
# Licensed under the Apache License, Version 2.0 (the "License"); you may
66
# not use this file except in compliance with the License. You may obtain

logwrap/class_decorator.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2018 - 2020 Alexey Stepanov aka penguinolog
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"); you may
44
# not use this file except in compliance with the License. You may obtain

logwrap/log_on_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2016 - 2019 Alexey Stepanov aka penguinolog
3+
# Copyright 2018 - 2020 Alexey Stepanov aka penguinolog
44
# Licensed under the Apache License, Version 2.0 (the "License"); you may
55
# not use this file except in compliance with the License. You may obtain
66
# a copy of the License at

logwrap/log_wrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2020 Alexey Stepanov aka penguinolog
22

33
# Copyright 2016 Mirantis, Inc.
44

logwrap/log_wrap.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2020 Alexey Stepanov aka penguinolog
22

33
# Licensed under the Apache License, Version 2.0 (the "License"); you may
44
# not use this file except in compliance with the License. You may obtain

logwrap/repr_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 - 2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2020 Alexey Stepanov aka penguinolog
22

33
# Copyright 2016 Mirantis, Inc.
44

logwrap/repr_utils.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018-2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2016 - 2020 Alexey Stepanov aka penguinolog
22

33
# Licensed under the Apache License, Version 2.0 (the "License"); you may
44
# not use this file except in compliance with the License. You may obtain

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016-2019 Alexey Stepanov aka penguinolog
1+
# Copyright 2016-2020 Alexey Stepanov aka penguinolog
22

33
# Copyright 2016 Mirantis, Inc.
44

@@ -214,6 +214,7 @@ def get_simple_vars_from_src(
214214
"Programming Language :: Python :: 3.6",
215215
"Programming Language :: Python :: 3.7",
216216
"Programming Language :: Python :: 3.8",
217+
"Programming Language :: Python :: 3.9",
217218
"Programming Language :: Python :: Implementation :: CPython",
218219
"Programming Language :: Python :: Implementation :: PyPy",
219220
]

0 commit comments

Comments
 (0)