Skip to content

Commit

Permalink
Fix copyrights
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Sep 16, 2023
1 parent 5839083 commit 39bc4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build_utils/license/apply_copyright
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ find ./src/rez/bind -name '*.py' > .lic.tmp
find ./src/rez/cli -name '*.py' >> .lic.tmp
find ./src/rez/tests -name '*.py' >> .lic.tmp
find ./src/rez/utils -name '*.py' >> .lic.tmp
find ./src/rez/vendor/version -name '*.py' >> .lic.tmp
find ./src/rez/bind -name '*.py' >> .lic.tmp
find ./src/rezgui -name '*.py' >> .lic.tmp
find ./src/rezplugins -name '*.py' >> .lic.tmp
Expand Down
2 changes: 2 additions & 0 deletions src/rez/version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the Rez Project


from rez.version._requirement import Requirement, RequirementList, VersionedObject
from rez.version._util import ParseException, VersionError
from rez.version._version import (
Expand Down

0 comments on commit 39bc4ed

Please sign in to comment.