Skip to content

Commit 8cb688f

Browse files
committed
Update copyright years.
1 parent 86f89c5 commit 8cb688f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2020 Benjamin Peterson
1+
Copyright (c) 2010-2024 Benjamin Peterson
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# General information about the project.
3535
project = u"six"
36-
copyright = u"2010-2020, Benjamin Peterson"
36+
copyright = u"2010-2024, Benjamin Peterson"
3737

3838
sys.path.append(os.path.abspath(os.path.join(".", "..")))
3939
from six import __version__ as six_version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2010-2020 Benjamin Peterson
1+
# Copyright (c) 2010-2024 Benjamin Peterson
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2010-2020 Benjamin Peterson
1+
# Copyright (c) 2010-2024 Benjamin Peterson
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

test_six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2010-2020 Benjamin Peterson
1+
# Copyright (c) 2010-2024 Benjamin Peterson
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)