From 35c04d7e3fd35e471450cb52920a5f7ff73cea99 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Tue, 7 Aug 2018 14:51:48 -0500 Subject: [PATCH] Add license tag to starlingx_add_pkgs.sh utility Story: 2003294 Task: 24363 Change-Id: I83132797e47a97bbc0512a18f90be88b01a08cef Signed-off-by: Don Penney --- centos-mirror-tools/starlingx_add_pkgs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/centos-mirror-tools/starlingx_add_pkgs.sh b/centos-mirror-tools/starlingx_add_pkgs.sh index 66a7944d..894a6643 100755 --- a/centos-mirror-tools/starlingx_add_pkgs.sh +++ b/centos-mirror-tools/starlingx_add_pkgs.sh @@ -1,5 +1,9 @@ #!/bin/bash # +# Copyright (c) 2018 Wind River Systems, Inc. +# +# SPDX-License-Identifier: Apache-2.0 +# # This utility is a workflow aid for designers adding packages to StarlingX. # It will identify and download dependencies, as needed. #