Add missing licenses 93/42793/1
authorPamela Dragosh <pdragosh@research.att.com>
Fri, 13 Apr 2018 18:49:59 +0000 (14:49 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 13 Apr 2018 18:50:08 +0000 (14:50 -0400)
Issue-ID: POLICY-741
Change-Id: Iac1b4a61dbdc6de46fa82357076d6b3b44b128f1
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
README.md
site-manager/src/main/files/README
site-manager/src/main/files/siteManager

index a3e8420..7127f98 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+Copyright 2018 AT&T Intellectual Property. All rights reserved.
+This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
+Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
+
 This source repository contains ONAP common code, which is shared by
 'policy-drools-pdp' and 'policy-engine'. To build it:
 1. using Maven 3
index 66cf08e..d5d2df6 100644 (file)
@@ -1,3 +1,7 @@
+Copyright 2018 AT&T Intellectual Property. All rights reserved.
+This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
+Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
+
 Before using 'siteManager', the file 'siteManager.properties' needs to be
 edited to configure the parameters used to access the database:
 
index 233959c..2258b99 100644 (file)
@@ -1,4 +1,17 @@
 #! /bin/bash
+# Copyright 2018 AT&T Intellectual Property. All rights reserved
+#
+# 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.
 
 dir="${0%/*}"
 CLASSPATH="${dir}/site-manager-${project.version}.jar" java \