diff options
-rw-r--r-- | LICENSE | 23 | ||||
-rw-r--r-- | license-details/appc/header.txt | 15 | ||||
-rw-r--r-- | license-details/appc/license.txt | 23 | ||||
-rw-r--r-- | license-details/licenses.properties | 1 | ||||
-rw-r--r-- | pom.xml | 44 |
5 files changed, 0 insertions, 106 deletions
diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 594c90453..000000000 --- a/LICENSE +++ /dev/null @@ -1,23 +0,0 @@ -/* -* ============LICENSE_START========================================== -* =================================================================== -* Copyright © 2017 AT&T Intellectual Property. -* Copyright © 2017 Amdocs -* 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. -* ============LICENSE_END============================================ -* -* ECOMP is a trademark and service mark of AT&T Intellectual Property. -* -*/ diff --git a/license-details/appc/header.txt b/license-details/appc/header.txt deleted file mode 100644 index 03de5539a..000000000 --- a/license-details/appc/header.txt +++ /dev/null @@ -1,15 +0,0 @@ -Copyright (C) 2017 Amdocs -============================================================================= -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. - -ECOMP is a trademark and service mark of AT&T Intellectual Property.
\ No newline at end of file diff --git a/license-details/appc/license.txt b/license-details/appc/license.txt deleted file mode 100644 index 594c90453..000000000 --- a/license-details/appc/license.txt +++ /dev/null @@ -1,23 +0,0 @@ -/* -* ============LICENSE_START========================================== -* =================================================================== -* Copyright © 2017 AT&T Intellectual Property. -* Copyright © 2017 Amdocs -* 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. -* ============LICENSE_END============================================ -* -* ECOMP is a trademark and service mark of AT&T Intellectual Property. -* -*/ diff --git a/license-details/licenses.properties b/license-details/licenses.properties deleted file mode 100644 index 2700c0b92..000000000 --- a/license-details/licenses.properties +++ /dev/null @@ -1 +0,0 @@ -appc=appc @@ -524,50 +524,6 @@ </dependency> </dependencies> </plugin> - <!-- license plugin --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>license-maven-plugin</artifactId> - <version>1.10</version> - <configuration> - <extraExtensions> - <yml>properties</yml> - <yang>java</yang> - </extraExtensions> - <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> - <processStartTag>============LICENSE_START=======================================================</processStartTag> - <processEndTag>============LICENSE_END=========================================================</processEndTag> - <sectionDelimiter>================================================================================</sectionDelimiter> - <licenseName>appc</licenseName> - <!-- This should point to the license directory of the root folder of the base appc project --> - <licenseResolver>file:${user.dir}/license-details</licenseResolver> - <inceptionYear>2017</inceptionYear> - <organizationName>AT&T Intellectual Property. All rights reserved.</organizationName> - <projectName>ONAP : APPC</projectName> - <canUpdateCopyright>true</canUpdateCopyright> - <canUpdateDescription>true</canUpdateDescription> - <canUpdateLicense>true</canUpdateLicense> - <emptyLineAfterHeader>true</emptyLineAfterHeader> - <!-- exclude json files --> - <excludes> - <exclude>**/*.json</exclude> - </excludes> - </configuration> - <executions> - <execution> - <id>first</id> - <goals> - <goal>update-file-header</goal> - </goals> - <phase>process-sources</phase> - <configuration> - <excludes> - <exclude>**/*.json</exclude> - </excludes> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> |