From 0e377ecd701052f7cd83791096598e7156e45745 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Fri, 13 Apr 2018 14:49:59 -0400 Subject: Add missing licenses Issue-ID: POLICY-741 Change-Id: Iac1b4a61dbdc6de46fa82357076d6b3b44b128f1 Signed-off-by: Pamela Dragosh --- README.md | 4 ++++ site-manager/src/main/files/README | 4 ++++ site-manager/src/main/files/siteManager | 13 +++++++++++++ 3 files changed, 21 insertions(+) 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 \ -- cgit 1.2.3-korg