diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-04-30 10:10:25 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-04-30 10:10:25 +0200 |
commit | 1367bd680380828977982030eb9784250c579e25 (patch) | |
tree | bf15466c7f3b80b1ca1a4d63f94866963c376e90 | |
parent | b73d77ca2e9df3d7300ca85b5593d89a9271d13a (diff) |
Use SPDX identifier for the license
instead of putting an extract of the license
Issue-ID: OOM-2389
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I7292b0b03dbf964d6aeaf987726e82ed7f0ba8b2
-rwxr-xr-x | scripts/etescript/vnfsdk-etescript.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/etescript/vnfsdk-etescript.sh b/scripts/etescript/vnfsdk-etescript.sh index ff3bb5b..b0552a9 100755 --- a/scripts/etescript/vnfsdk-etescript.sh +++ b/scripts/etescript/vnfsdk-etescript.sh @@ -1,8 +1,4 @@ -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# SPDX-License-Identifier: Apache-2.0 #!/bin/bash |