summaryrefslogtreecommitdiffstats
path: root/authz-core/src/main/java/com/att/cssa
diff options
context:
space:
mode:
Diffstat (limited to 'authz-core/src/main/java/com/att/cssa')
-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
17 files changed, 17 insertions, 34 deletions
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.