diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-04-17 17:24:24 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-04-17 17:24:24 +0200 |
commit | ac6f1de626b8a21c88a625cf77dd922d2214d867 (patch) | |
tree | e273fab03c26c782cc9e35328ac9842ff0e3e4fc /resources/libraries/python | |
parent | b3c5215bba37bd6555231da8c40ae90d9fc570c9 (diff) |
feat(tox): add copyright year fixer script
It uses rather simple sed commands, but seems to work well enough.
+ Improve readme.
+ Shortened comments about why 3 lines.
Change-Id: I50b395dfeb586f671f7c4c82f22369de90b351ec
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python')
-rw-r--r-- | resources/libraries/python/LispSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/LispSetup.py b/resources/libraries/python/LispSetup.py index 6579764596..9e3ef97aa3 100644 --- a/resources/libraries/python/LispSetup.py +++ b/resources/libraries/python/LispSetup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2020 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: |