summaryrefslogtreecommitdiffstats
path: root/authz-certman/src/main/java/com/att
diff options
context:
space:
mode:
Diffstat (limited to 'authz-certman/src/main/java/com/att')
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/api/API_Artifact.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/api/API_Cert.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/ca/AppCA.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/ca/CA.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/ca/DevlCA.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/cert/BCFactory.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/cert/CSRMeta.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/cert/StandardFields.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/data/CertDrop.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/data/CertRenew.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/data/CertReq.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/data/CertResp.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/facade/Facade.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/facade/Facade1_0.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/facade/FacadeFactory.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/facade/FacadeImpl.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper1_0.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/service/CMService.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/service/CertManAPI.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/service/Code.java3
-rw-r--r--authz-certman/src/main/java/com/att/authz/cm/validation/Validator.java3
22 files changed, 22 insertions, 44 deletions
diff --git a/authz-certman/src/main/java/com/att/authz/cm/api/API_Artifact.java b/authz-certman/src/main/java/com/att/authz/cm/api/API_Artifact.java
index be417515..26c86143 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/api/API_Artifact.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/api/API_Artifact.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/authz-certman/src/main/java/com/att/authz/cm/api/API_Cert.java b/authz-certman/src/main/java/com/att/authz/cm/api/API_Cert.java
index 3a7bbe16..067bedd4 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/api/API_Cert.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/api/API_Cert.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/authz-certman/src/main/java/com/att/authz/cm/ca/AppCA.java b/authz-certman/src/main/java/com/att/authz/cm/ca/AppCA.java
index 761867d7..485684e1 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/ca/AppCA.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/ca/AppCA.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/authz-certman/src/main/java/com/att/authz/cm/ca/CA.java b/authz-certman/src/main/java/com/att/authz/cm/ca/CA.java
index fab89941..b41801d6 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/ca/CA.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/ca/CA.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/authz-certman/src/main/java/com/att/authz/cm/ca/DevlCA.java b/authz-certman/src/main/java/com/att/authz/cm/ca/DevlCA.java
index bc999f29..df0b6407 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/ca/DevlCA.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/ca/DevlCA.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/authz-certman/src/main/java/com/att/authz/cm/cert/BCFactory.java b/authz-certman/src/main/java/com/att/authz/cm/cert/BCFactory.java
index 52621e54..53a7c7e0 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/cert/BCFactory.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/cert/BCFactory.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/authz-certman/src/main/java/com/att/authz/cm/cert/CSRMeta.java b/authz-certman/src/main/java/com/att/authz/cm/cert/CSRMeta.java
index 91168dc9..c3a32ea2 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/cert/CSRMeta.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/cert/CSRMeta.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/authz-certman/src/main/java/com/att/authz/cm/cert/StandardFields.java b/authz-certman/src/main/java/com/att/authz/cm/cert/StandardFields.java
index e9c2457a..30926034 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/cert/StandardFields.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/cert/StandardFields.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/authz-certman/src/main/java/com/att/authz/cm/data/CertDrop.java b/authz-certman/src/main/java/com/att/authz/cm/data/CertDrop.java
index c0a219db..9fe9562a 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/data/CertDrop.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/data/CertDrop.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/authz-certman/src/main/java/com/att/authz/cm/data/CertRenew.java b/authz-certman/src/main/java/com/att/authz/cm/data/CertRenew.java
index 4c13ab40..7a93259e 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/data/CertRenew.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/data/CertRenew.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/authz-certman/src/main/java/com/att/authz/cm/data/CertReq.java b/authz-certman/src/main/java/com/att/authz/cm/data/CertReq.java
index 6806a588..9c245389 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/data/CertReq.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/data/CertReq.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/authz-certman/src/main/java/com/att/authz/cm/data/CertResp.java b/authz-certman/src/main/java/com/att/authz/cm/data/CertResp.java
index 8257e5cf..2c0edc7d 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/data/CertResp.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/data/CertResp.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/authz-certman/src/main/java/com/att/authz/cm/facade/Facade.java b/authz-certman/src/main/java/com/att/authz/cm/facade/Facade.java
index 249f218e..36e391ab 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/facade/Facade.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/facade/Facade.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/authz-certman/src/main/java/com/att/authz/cm/facade/Facade1_0.java b/authz-certman/src/main/java/com/att/authz/cm/facade/Facade1_0.java
index 6dd012dd..80024695 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/facade/Facade1_0.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/facade/Facade1_0.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/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeFactory.java b/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeFactory.java
index e9e5d54a..af02f13e 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeFactory.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeFactory.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/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeImpl.java b/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeImpl.java
index 22421442..7fbc8bf4 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeImpl.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/facade/FacadeImpl.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/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper.java b/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper.java
index 7218b150..47e48726 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper.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/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper1_0.java b/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper1_0.java
index 63c4f6a9..9f5a6772 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper1_0.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper1_0.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/authz-certman/src/main/java/com/att/authz/cm/service/CMService.java b/authz-certman/src/main/java/com/att/authz/cm/service/CMService.java
index 9e6d5fa9..3c60f215 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/service/CMService.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/service/CMService.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/authz-certman/src/main/java/com/att/authz/cm/service/CertManAPI.java b/authz-certman/src/main/java/com/att/authz/cm/service/CertManAPI.java
index fa8ac6fd..adf65edd 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/service/CertManAPI.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/service/CertManAPI.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/authz-certman/src/main/java/com/att/authz/cm/service/Code.java b/authz-certman/src/main/java/com/att/authz/cm/service/Code.java
index c29404e2..587d235c 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/service/Code.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/service/Code.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/authz-certman/src/main/java/com/att/authz/cm/validation/Validator.java b/authz-certman/src/main/java/com/att/authz/cm/validation/Validator.java
index 85163f09..d9f360f6 100644
--- a/authz-certman/src/main/java/com/att/authz/cm/validation/Validator.java
+++ b/authz-certman/src/main/java/com/att/authz/cm/validation/Validator.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.