summaryrefslogtreecommitdiffstats
path: root/aaf/src/main/java/com/att/cadi/cm
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-08-09 23:34:20 -0400
committersg481n <sg481n@att.com>2017-08-09 23:34:20 -0400
commitbe977ba3cfefdc1576f92994e282119cc6d4fd96 (patch)
tree2f6c22f06b2d4291753947c4e474e837f699a940 /aaf/src/main/java/com/att/cadi/cm
parent4a51a8f96715ffb2a42189b93b9fa91b453b8530 (diff)
 [AAF-21] Updated Copyright Headers for AAF
Change-Id: I6075e7a49fc6ad61db0c89a980d39e8d8691fd5f Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'aaf/src/main/java/com/att/cadi/cm')
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/ArtifactDir.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/CertException.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/CmAgent.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/Factory.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/PlaceArtifact.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInFiles.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInKeystore.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/PlaceArtifactOnStream.java3
-rw-r--r--aaf/src/main/java/com/att/cadi/cm/PlaceArtifactScripts.java3
9 files changed, 9 insertions, 18 deletions
diff --git a/aaf/src/main/java/com/att/cadi/cm/ArtifactDir.java b/aaf/src/main/java/com/att/cadi/cm/ArtifactDir.java
index 39854d6..512be78 100644
--- a/aaf/src/main/java/com/att/cadi/cm/ArtifactDir.java
+++ b/aaf/src/main/java/com/att/cadi/cm/ArtifactDir.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/CertException.java b/aaf/src/main/java/com/att/cadi/cm/CertException.java
index a2694ce..ce38c21 100644
--- a/aaf/src/main/java/com/att/cadi/cm/CertException.java
+++ b/aaf/src/main/java/com/att/cadi/cm/CertException.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/CmAgent.java b/aaf/src/main/java/com/att/cadi/cm/CmAgent.java
index 424ef83..0240962 100644
--- a/aaf/src/main/java/com/att/cadi/cm/CmAgent.java
+++ b/aaf/src/main/java/com/att/cadi/cm/CmAgent.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/Factory.java b/aaf/src/main/java/com/att/cadi/cm/Factory.java
index 178cc81..85b5dfb 100644
--- a/aaf/src/main/java/com/att/cadi/cm/Factory.java
+++ b/aaf/src/main/java/com/att/cadi/cm/Factory.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifact.java b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifact.java
index b5a3fb0..60434c3 100644
--- a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifact.java
+++ b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifact.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInFiles.java b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInFiles.java
index 219eb4a..c9145ec 100644
--- a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInFiles.java
+++ b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInFiles.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInKeystore.java b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInKeystore.java
index 6859ba5..61374e9 100644
--- a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInKeystore.java
+++ b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInKeystore.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactOnStream.java b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactOnStream.java
index 7815a8e..4c2c900 100644
--- a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactOnStream.java
+++ b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactOnStream.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
diff --git a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactScripts.java b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactScripts.java
index ab77ca2..714b233 100644
--- a/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactScripts.java
+++ b/aaf/src/main/java/com/att/cadi/cm/PlaceArtifactScripts.java
@@ -1,9 +1,8 @@
/*******************************************************************************
* ============LICENSE_START====================================================
- * * org.onap.aai
+ * * org.onap.aaf
* * ===========================================================================
* * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * * Copyright © 2017 Amdocs
* * ===========================================================================
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.