diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-08 11:08:01 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-05-08 11:08:01 -0400 |
commit | 9353c6f5049a20350de7e827efb07a0f6c150aaf (patch) | |
tree | 99f825f81b4fa293c3fdd0f67fd5324d8e7022eb | |
parent | 2828d58e8965622a5d44298bec1b8f8ce103238d (diff) |
Remove erroneous license header
Remove erroneous license headers from pom.xml files. These should
be licensed under master license (no separate license header needed).
Change-Id: Icaab3bffec0490d2904aa2e9b0a7a6d588ec07a6
Issue-ID: CCSDK-269
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rw-r--r-- | sli/features/odl-sli/pom.xml | 4 | ||||
-rw-r--r-- | sli/features/pom.xml | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sli/features/odl-sli/pom.xml b/sli/features/odl-sli/pom.xml index d94aed57..1e02867e 100644 --- a/sli/features/odl-sli/pom.xml +++ b/sli/features/odl-sli/pom.xml @@ -1,8 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright © 2017 APL and others. All rights reserved. This program and - the accompanying materials are made available under the terms of the Eclipse - Public License v1.0 which accompanies this distribution, and is available - at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/sli/features/pom.xml b/sli/features/pom.xml index 79626b8e..11d48b0f 100644 --- a/sli/features/pom.xml +++ b/sli/features/pom.xml @@ -1,11 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright © 2017 APL and others. All rights reserved. - -This program and the accompanying materials are made available under the -terms of the Eclipse Public License v1.0 which accompanies this distribution, -and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL ---> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> |