diff options
author | Vratko Polak <vrpolak@cisco.com> | 2021-01-12 17:22:01 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2021-01-12 17:22:01 +0100 |
commit | 624e580159dc056035d7e962582e86a000f8c3d6 (patch) | |
tree | 21d057536a4ec2f73c445d91d23e8e09a6be6d89 /resources/tools | |
parent | 1899cf849e938512df8bac9ea7cb6479732dda42 (diff) |
License: Wrap GPL block to 80 characters
The original license block was adapted from
https://wiki.fd.io/view/TSC/Proposed_Header_Python_Test_Scripts
resulting in a line longer than 80 chars,
but those are reported (although not blocked) by tox verify job.
As the text from wiki was not used in verbatim
(it uses c-style comment block),
minor formatting change like this should not be a big deal.
+ Bump copyright year.
Change-Id: I55e3a0232639b448b1a6d7b1f3af84d903a8d0a5
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/block_replacer/gpl_block.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/block_replacer/gpl_block.txt b/resources/tools/block_replacer/gpl_block.txt index fb3c9d0e1b..891171c954 100644 --- a/resources/tools/block_replacer/gpl_block.txt +++ b/resources/tools/block_replacer/gpl_block.txt @@ -11,7 +11,8 @@ # # Note: If this file is linked with Scapy, which is GPLv2+, your use of it # must be under GPLv2+. If at any point in the future it is no longer linked -# with Scapy (or other GPLv2+ licensed software), you are free to choose Apache 2. +# with Scapy (or other GPLv2+ licensed software), you are free to choose +# Apache 2. # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, |