summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-06-18 21:06:44 -0700
committerBenjamin Peterson <benjamin@python.org>2019-06-18 21:06:44 -0700
commitaa4e90bcd7b7bc13a71dfaebcb2021f4caaa8432 (patch)
tree46bb187c7e3deda3900aa14d209788f550762282
parent8da94b8a153ceb0d6417d76729ba75e80eaa75c1 (diff)
downloadsix-git-aa4e90bcd7b7bc13a71dfaebcb2021f4caaa8432.tar.gz
Increment copyright year.
-rw-r--r--LICENSE2
-rw-r--r--documentation/conf.py2
-rw-r--r--setup.py2
-rw-r--r--six.py2
-rw-r--r--test_six.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 365d107..4b05a54 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2018 Benjamin Peterson
+Copyright (c) 2010-2019 Benjamin Peterson
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/documentation/conf.py b/documentation/conf.py
index e039301..b3d1328 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -33,7 +33,7 @@ master_doc = "index"
# General information about the project.
project = u"six"
-copyright = u"2010-2018, Benjamin Peterson"
+copyright = u"2010-2019, Benjamin Peterson"
sys.path.append(os.path.abspath(os.path.join(".", "..")))
from six import __version__ as six_version
diff --git a/setup.py b/setup.py
index 911f137..ee4142c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2018 Benjamin Peterson
+# Copyright (c) 2010-2019 Benjamin Peterson
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/six.py b/six.py
index 47ecf52..4c303ff 100644
--- a/six.py
+++ b/six.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2018 Benjamin Peterson
+# Copyright (c) 2010-2019 Benjamin Peterson
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/test_six.py b/test_six.py
index 897e232..4808399 100644
--- a/test_six.py
+++ b/test_six.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2010-2018 Benjamin Peterson
+# Copyright (c) 2010-2019 Benjamin Peterson
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal