Updated copyrights for 2021. This resolves Travis CI broken build.

I forgot that my build process automatically updates
copyright years when the current year changes.
My Travis CI unit tests verify that there are no local
changes after running all the tests.
That test failed because the update_copyrights.py changed
all the "2019-2020" to "2019-2021".
This commit is contained in:
Don Cross
2021-01-07 08:55:52 -05:00
parent 14ff7519b5
commit f34b700ce3
27 changed files with 27 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
#
# MIT License
#
# Copyright (c) 2019-2020 Don Cross <cosinekitty@gmail.com>
# Copyright (c) 2019-2021 Don Cross <cosinekitty@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal