diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-13 14:49:59 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-13 14:50:08 -0400 |
commit | 0e377ecd701052f7cd83791096598e7156e45745 (patch) | |
tree | df7c909688ea3f05f973d1a4f6c252d364640cf1 /site-manager/src | |
parent | 46a970eefe4574bf26c86fb684e6c6472f04b92f (diff) |
Add missing licenses
Issue-ID: POLICY-741
Change-Id: Iac1b4a61dbdc6de46fa82357076d6b3b44b128f1
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'site-manager/src')
-rw-r--r-- | site-manager/src/main/files/README | 4 | ||||
-rw-r--r-- | site-manager/src/main/files/siteManager | 13 |
2 files changed, 17 insertions, 0 deletions
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 \ |