diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-02-04 17:34:40 -0800 |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-02-04 17:34:40 -0800 |
commit | 0467a4ab4385dce62b29cf201417d0752e61e898 (patch) | |
tree | 8d0cc36c72aaf2ffb6e9d7195bed3822a802bad5 | |
parent | 66298c456c69287b7e0152eece424440400c35a7 (diff) | |
download | scons-git-0467a4ab4385dce62b29cf201417d0752e61e898.tar.gz |
[ci skip] Update copyright date.
-rw-r--r-- | LICENSE | 2 | ||||
-rwxr-xr-x | ReleaseConfig | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2001 - 2019 The SCons Foundation +Copyright (c) 2001 - 2020 The SCons Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/ReleaseConfig b/ReleaseConfig index 818b40511..6532bb10f 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -51,7 +51,7 @@ deprecated_python_version = (2, 7, 0) #month_year = 'December 2012' # If copyright years is not given, the release year is used as the end. -copyright_years = '2001 - 2019' +copyright_years = '2001 - 2020' # Local Variables: # tab-width:4 |