summaryrefslogtreecommitdiffstats
path: root/authz-core/src/main/java/com
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-08-09 23:25:05 -0400
committersg481n <sg481n@att.com>2017-08-09 23:26:14 -0400
commitc548cc96e7cf048894686a12dce8d77111378317 (patch)
tree80a6ed7c312133a29bb5f5912fbeb4cc82c65331 /authz-core/src/main/java/com
parent43854a9e3310ff7a92257d16c4fc0a8321eaec68 (diff)
 [AAF-21] Updated Copyright Headers for AAF
Change-Id: I07906b48431c94131ec95dad79a42fb9b6399382 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-core/src/main/java/com')
-rw-r--r--authz-core/src/main/java/com/att/authz/common/Define.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/env/AuthzEnv.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/env/AuthzTrans.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/env/AuthzTransFilter.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/env/AuthzTransImpl.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/env/AuthzTransOnlyFilter.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/env/NullTrans.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/layer/FacadeImpl.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/layer/Result.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/local/AbsData.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/local/DataFile.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/local/TextIndex.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/org/EmailWarnings.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/org/Executor.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/org/Organization.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/org/OrganizationException.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/org/OrganizationFactory.java3
-rw-r--r--authz-core/src/main/java/com/att/authz/server/AbsServer.java3
-rw-r--r--authz-core/src/main/java/com/att/cache/Cache.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/Acceptor.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/CachingFileAccess.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/CodeSetter.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/Content.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/HttpCode.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/HttpMethods.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/Match.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/Pair.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/RServlet.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/Route.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/RouteReport.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/Routes.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/TransFilter.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/TransOnlyFilter.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/TypedCode.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/Version.java3
-rw-r--r--authz-core/src/main/java/com/att/cssa/rserv/doc/ApiDoc.java3
36 files changed, 36 insertions, 72 deletions
diff --git a/authz-core/src/main/java/com/att/authz/common/Define.java b/authz-core/src/main/java/com/att/authz/common/Define.java
index 747ab508..58f6d9a8 100644
--- a/authz-core/src/main/java/com/att/authz/common/Define.java
+++ b/authz-core/src/main/java/com/att/authz/common/Define.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-core/src/main/java/com/att/authz/env/AuthzEnv.java b/authz-core/src/main/java/com/att/authz/env/AuthzEnv.java
index b5015b0c..caae1143 100644
--- a/authz-core/src/main/java/com/att/authz/env/AuthzEnv.java
+++ b/authz-core/src/main/java/com/att/authz/env/AuthzEnv.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-core/src/main/java/com/att/authz/env/AuthzTrans.java b/authz-core/src/main/java/com/att/authz/env/AuthzTrans.java
index 129ddddc..b835d64b 100644
--- a/authz-core/src/main/java/com/att/authz/env/AuthzTrans.java
+++ b/authz-core/src/main/java/com/att/authz/env/AuthzTrans.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-core/src/main/java/com/att/authz/env/AuthzTransFilter.java b/authz-core/src/main/java/com/att/authz/env/AuthzTransFilter.java
index 46bec117..a546af7a 100644
--- a/authz-core/src/main/java/com/att/authz/env/AuthzTransFilter.java
+++ b/authz-core/src/main/java/com/att/authz/env/AuthzTransFilter.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-core/src/main/java/com/att/authz/env/AuthzTransImpl.java b/authz-core/src/main/java/com/att/authz/env/AuthzTransImpl.java
index 77f94a41..68597886 100644
--- a/authz-core/src/main/java/com/att/authz/env/AuthzTransImpl.java
+++ b/authz-core/src/main/java/com/att/authz/env/AuthzTransImpl.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-core/src/main/java/com/att/authz/env/AuthzTransOnlyFilter.java b/authz-core/src/main/java/com/att/authz/env/AuthzTransOnlyFilter.java
index ecc95774..bec92318 100644
--- a/authz-core/src/main/java/com/att/authz/env/AuthzTransOnlyFilter.java
+++ b/authz-core/src/main/java/com/att/authz/env/AuthzTransOnlyFilter.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-core/src/main/java/com/att/authz/env/NullTrans.java b/authz-core/src/main/java/com/att/authz/env/NullTrans.java
index b65994b6..1158ad4c 100644
--- a/authz-core/src/main/java/com/att/authz/env/NullTrans.java
+++ b/authz-core/src/main/java/com/att/authz/env/NullTrans.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-core/src/main/java/com/att/authz/layer/FacadeImpl.java b/authz-core/src/main/java/com/att/authz/layer/FacadeImpl.java
index 07394454..6e657e54 100644
--- a/authz-core/src/main/java/com/att/authz/layer/FacadeImpl.java
+++ b/authz-core/src/main/java/com/att/authz/layer/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-core/src/main/java/com/att/authz/layer/Result.java b/authz-core/src/main/java/com/att/authz/layer/Result.java
index 1af9a26b..29344914 100644
--- a/authz-core/src/main/java/com/att/authz/layer/Result.java
+++ b/authz-core/src/main/java/com/att/authz/layer/Result.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-core/src/main/java/com/att/authz/local/AbsData.java b/authz-core/src/main/java/com/att/authz/local/AbsData.java
index cc00efff..69d6d698 100644
--- a/authz-core/src/main/java/com/att/authz/local/AbsData.java
+++ b/authz-core/src/main/java/com/att/authz/local/AbsData.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-core/src/main/java/com/att/authz/local/DataFile.java b/authz-core/src/main/java/com/att/authz/local/DataFile.java
index a54e8563..1513c583 100644
--- a/authz-core/src/main/java/com/att/authz/local/DataFile.java
+++ b/authz-core/src/main/java/com/att/authz/local/DataFile.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-core/src/main/java/com/att/authz/local/TextIndex.java b/authz-core/src/main/java/com/att/authz/local/TextIndex.java
index a6899642..83043299 100644
--- a/authz-core/src/main/java/com/att/authz/local/TextIndex.java
+++ b/authz-core/src/main/java/com/att/authz/local/TextIndex.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-core/src/main/java/com/att/authz/org/EmailWarnings.java b/authz-core/src/main/java/com/att/authz/org/EmailWarnings.java
index 0f87eb21..20738005 100644
--- a/authz-core/src/main/java/com/att/authz/org/EmailWarnings.java
+++ b/authz-core/src/main/java/com/att/authz/org/EmailWarnings.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-core/src/main/java/com/att/authz/org/Executor.java b/authz-core/src/main/java/com/att/authz/org/Executor.java
index dcdf6462..c3c0e407 100644
--- a/authz-core/src/main/java/com/att/authz/org/Executor.java
+++ b/authz-core/src/main/java/com/att/authz/org/Executor.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-core/src/main/java/com/att/authz/org/Organization.java b/authz-core/src/main/java/com/att/authz/org/Organization.java
index e8938cdc..4163e3c0 100644
--- a/authz-core/src/main/java/com/att/authz/org/Organization.java
+++ b/authz-core/src/main/java/com/att/authz/org/Organization.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-core/src/main/java/com/att/authz/org/OrganizationException.java b/authz-core/src/main/java/com/att/authz/org/OrganizationException.java
index a3928fb9..14be05ba 100644
--- a/authz-core/src/main/java/com/att/authz/org/OrganizationException.java
+++ b/authz-core/src/main/java/com/att/authz/org/OrganizationException.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-core/src/main/java/com/att/authz/org/OrganizationFactory.java b/authz-core/src/main/java/com/att/authz/org/OrganizationFactory.java
index c97111e9..81f53762 100644
--- a/authz-core/src/main/java/com/att/authz/org/OrganizationFactory.java
+++ b/authz-core/src/main/java/com/att/authz/org/OrganizationFactory.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-core/src/main/java/com/att/authz/server/AbsServer.java b/authz-core/src/main/java/com/att/authz/server/AbsServer.java
index aa935d09..75db79ba 100644
--- a/authz-core/src/main/java/com/att/authz/server/AbsServer.java
+++ b/authz-core/src/main/java/com/att/authz/server/AbsServer.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-core/src/main/java/com/att/cache/Cache.java b/authz-core/src/main/java/com/att/cache/Cache.java
index 2930e09c..74b15771 100644
--- a/authz-core/src/main/java/com/att/cache/Cache.java
+++ b/authz-core/src/main/java/com/att/cache/Cache.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-core/src/main/java/com/att/cssa/rserv/Acceptor.java b/authz-core/src/main/java/com/att/cssa/rserv/Acceptor.java
index ea2850aa..6b6399d3 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/Acceptor.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/Acceptor.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-core/src/main/java/com/att/cssa/rserv/CachingFileAccess.java b/authz-core/src/main/java/com/att/cssa/rserv/CachingFileAccess.java
index 80de2692..29328fb7 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/CachingFileAccess.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/CachingFileAccess.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-core/src/main/java/com/att/cssa/rserv/CodeSetter.java b/authz-core/src/main/java/com/att/cssa/rserv/CodeSetter.java
index 01ecf38d..f4108bb7 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/CodeSetter.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/CodeSetter.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-core/src/main/java/com/att/cssa/rserv/Content.java b/authz-core/src/main/java/com/att/cssa/rserv/Content.java
index fd6c8a58..f58cd42e 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/Content.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/Content.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-core/src/main/java/com/att/cssa/rserv/HttpCode.java b/authz-core/src/main/java/com/att/cssa/rserv/HttpCode.java
index ca078431..72213f38 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/HttpCode.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/HttpCode.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-core/src/main/java/com/att/cssa/rserv/HttpMethods.java b/authz-core/src/main/java/com/att/cssa/rserv/HttpMethods.java
index c247aad0..0aa053f8 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/HttpMethods.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/HttpMethods.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-core/src/main/java/com/att/cssa/rserv/Match.java b/authz-core/src/main/java/com/att/cssa/rserv/Match.java
index 1f5a60f5..5c40df5a 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/Match.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/Match.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-core/src/main/java/com/att/cssa/rserv/Pair.java b/authz-core/src/main/java/com/att/cssa/rserv/Pair.java
index 7d3b88c6..8291dc78 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/Pair.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/Pair.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-core/src/main/java/com/att/cssa/rserv/RServlet.java b/authz-core/src/main/java/com/att/cssa/rserv/RServlet.java
index ed116e64..330dffb5 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/RServlet.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/RServlet.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-core/src/main/java/com/att/cssa/rserv/Route.java b/authz-core/src/main/java/com/att/cssa/rserv/Route.java
index 0a8cffe0..644ee72e 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/Route.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/Route.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-core/src/main/java/com/att/cssa/rserv/RouteReport.java b/authz-core/src/main/java/com/att/cssa/rserv/RouteReport.java
index 6dee8d32..7093407f 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/RouteReport.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/RouteReport.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-core/src/main/java/com/att/cssa/rserv/Routes.java b/authz-core/src/main/java/com/att/cssa/rserv/Routes.java
index c2d7fb82..e7d559bd 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/Routes.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/Routes.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-core/src/main/java/com/att/cssa/rserv/TransFilter.java b/authz-core/src/main/java/com/att/cssa/rserv/TransFilter.java
index 244609bc..8d045be9 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/TransFilter.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/TransFilter.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-core/src/main/java/com/att/cssa/rserv/TransOnlyFilter.java b/authz-core/src/main/java/com/att/cssa/rserv/TransOnlyFilter.java
index 1ef5456a..c2b37caa 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/TransOnlyFilter.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/TransOnlyFilter.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-core/src/main/java/com/att/cssa/rserv/TypedCode.java b/authz-core/src/main/java/com/att/cssa/rserv/TypedCode.java
index 6fd7049a..5094e08e 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/TypedCode.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/TypedCode.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-core/src/main/java/com/att/cssa/rserv/Version.java b/authz-core/src/main/java/com/att/cssa/rserv/Version.java
index e24c48eb..183d3beb 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/Version.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/Version.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-core/src/main/java/com/att/cssa/rserv/doc/ApiDoc.java b/authz-core/src/main/java/com/att/cssa/rserv/doc/ApiDoc.java
index 76e589a9..5e254dfd 100644
--- a/authz-core/src/main/java/com/att/cssa/rserv/doc/ApiDoc.java
+++ b/authz-core/src/main/java/com/att/cssa/rserv/doc/ApiDoc.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.