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 /GPL/traffic_profiles/trex/trex-stl-3n-ethip4-ip4dst1.py | |
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 'GPL/traffic_profiles/trex/trex-stl-3n-ethip4-ip4dst1.py')
-rw-r--r-- | GPL/traffic_profiles/trex/trex-stl-3n-ethip4-ip4dst1.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/GPL/traffic_profiles/trex/trex-stl-3n-ethip4-ip4dst1.py b/GPL/traffic_profiles/trex/trex-stl-3n-ethip4-ip4dst1.py index 27e7f1d9ee..371323ea4e 100644 --- a/GPL/traffic_profiles/trex/trex-stl-3n-ethip4-ip4dst1.py +++ b/GPL/traffic_profiles/trex/trex-stl-3n-ethip4-ip4dst1.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later # @@ -12,7 +12,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, |