meta-oran: add missing license header 82/1582/1
authorJackie Huang <jackie.huang@windriver.com>
Wed, 13 Nov 2019 06:43:04 +0000 (14:43 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Wed, 13 Nov 2019 06:44:51 +0000 (14:44 +0800)
Issue-ID: INF-4
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I48be4510729f25a0c7f28e4c28f55af31c9381db

meta-oran/conf/distro/include/oran-whitelist.conf
meta-oran/conf/distro/oran-inf.conf
meta-oran/conf/layer.conf
meta-oran/recipes-base/images/oran-image-inf-guest.bb
meta-oran/recipes-base/images/oran-image-inf-host.bb
meta-oran/recipes-base/images/oran-image-inf-minimal.bb
meta-oran/recipes-containers/docker/docker_%.bbappend
scripts/build_oran.sh

index 9d090e1..cb9a5cb 100644 (file)
@@ -1,5 +1,18 @@
 #
 # Copyright (C) 2019 Wind River Systems, Inc.
+#
+#  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
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  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.
+
 #
 # Explicitly allow these recipes in O-RAN
 #
index 5ccc3b9..131c2ad 100644 (file)
@@ -1,3 +1,18 @@
+#
+# Copyright (C) 2019 Wind River Systems, Inc.
+#
+#  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
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  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.
+
 #@TYPE: Distro
 #@NAME: O-RAN INF
 #@DESCRIPTION: O-RAN INF Distribution
index 92c091a..3c7b8ad 100644 (file)
@@ -1,6 +1,17 @@
 #
 # Copyright (C) 2019 Wind River Systems, Inc.
 #
+#  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
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  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.
 
 # We have a conf and classes directory, add to BBPATH
 BBPATH =. "${LAYERDIR}:"
index f0f54be..9551e06 100644 (file)
@@ -1,6 +1,18 @@
 #
 # Copyright (C) 2019 Wind River Systems, Inc.
 #
+#  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
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  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.
+
 DESCRIPTION = "An image suitable for a O-RAN INF guest."
 
 LICENSE = "Apache-2.0"
index de8e565..d065a12 100644 (file)
@@ -1,6 +1,18 @@
 #
 # Copyright (C) 2019 Wind River Systems, Inc.
 #
+#  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
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  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.
+
 DESCRIPTION = "An image suitable for a O-RAN INF host."
 
 LICENSE = "Apache-2.0"
index 0a248d0..23662dd 100644 (file)
@@ -1,6 +1,18 @@
 #
 # Copyright (C) 2019 Wind River Systems, Inc.
 #
+#  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
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  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.
+
 DESCRIPTION = "An image suitable for a minimal O-RAN guest or host."
 
 LICENSE = "Apache-2.0"
index e8d9c4f..7799fa0 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Copyright (C) 2019 Wind River Systems, Inc.
+#
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
 
 inherit go112
index 2041b92..2f5a299 100755 (executable)
@@ -1,4 +1,18 @@
 #!/bin/bash
+#
+# Copyright (C) 2019 Wind River Systems, Inc.
+#
+#  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
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+#  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.
 
 # Ensure we fail the job if any steps fail.
 set -e -o pipefail