aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-04-13 14:49:59 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-04-13 14:50:08 -0400
commit0e377ecd701052f7cd83791096598e7156e45745 (patch)
treedf7c909688ea3f05f973d1a4f6c252d364640cf1
parent46a970eefe4574bf26c86fb684e6c6472f04b92f (diff)
Add missing licenses
Issue-ID: POLICY-741 Change-Id: Iac1b4a61dbdc6de46fa82357076d6b3b44b128f1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--README.md4
-rw-r--r--site-manager/src/main/files/README4
-rw-r--r--site-manager/src/main/files/siteManager13
3 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index a3e84206..7127f981 100644
--- 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
diff --git a/site-manager/src/main/files/README b/site-manager/src/main/files/README
index 66cf08eb..d5d2df6e 100644
--- a/site-manager/src/main/files/README
+++ b/site-manager/src/main/files/README
@@ -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:
diff --git a/site-manager/src/main/files/siteManager b/site-manager/src/main/files/siteManager
index 233959c9..2258b996 100644
--- a/site-manager/src/main/files/siteManager
+++ b/site-manager/src/main/files/siteManager
@@ -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 \