summaryrefslogtreecommitdiffstats
path: root/authz-cmd/src/main/java/com/att/cmd/perm
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-cmd/src/main/java/com/att/cmd/perm
parent43854a9e3310ff7a92257d16c4fc0a8321eaec68 (diff)
 [AAF-21] Updated Copyright Headers for AAF
Change-Id: I07906b48431c94131ec95dad79a42fb9b6399382 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-cmd/src/main/java/com/att/cmd/perm')
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/Create.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/Delete.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/Describe.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/Grant.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/List.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/ListActivity.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/ListByNS.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/ListByName.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/ListByRole.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/ListByUser.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/Perm.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/perm/Rename.java3
12 files changed, 12 insertions, 24 deletions
diff --git a/authz-cmd/src/main/java/com/att/cmd/perm/Create.java b/authz-cmd/src/main/java/com/att/cmd/perm/Create.java
index a6bd6802..2c6231f9 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/Create.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/Create.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-cmd/src/main/java/com/att/cmd/perm/Delete.java b/authz-cmd/src/main/java/com/att/cmd/perm/Delete.java
index d5c5401f..b1f09959 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/Delete.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/Delete.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-cmd/src/main/java/com/att/cmd/perm/Describe.java b/authz-cmd/src/main/java/com/att/cmd/perm/Describe.java
index 757c0172..3d6646fa 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/Describe.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/Describe.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-cmd/src/main/java/com/att/cmd/perm/Grant.java b/authz-cmd/src/main/java/com/att/cmd/perm/Grant.java
index f9780dde..0b15fbe6 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/Grant.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/Grant.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-cmd/src/main/java/com/att/cmd/perm/List.java b/authz-cmd/src/main/java/com/att/cmd/perm/List.java
index d65bfcc1..d87c29e4 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/List.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/List.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-cmd/src/main/java/com/att/cmd/perm/ListActivity.java b/authz-cmd/src/main/java/com/att/cmd/perm/ListActivity.java
index be653fad..58affb24 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/ListActivity.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/ListActivity.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-cmd/src/main/java/com/att/cmd/perm/ListByNS.java b/authz-cmd/src/main/java/com/att/cmd/perm/ListByNS.java
index 23b1d422..44eefa38 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/ListByNS.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/ListByNS.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-cmd/src/main/java/com/att/cmd/perm/ListByName.java b/authz-cmd/src/main/java/com/att/cmd/perm/ListByName.java
index d85447cf..1a5566d1 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/ListByName.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/ListByName.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-cmd/src/main/java/com/att/cmd/perm/ListByRole.java b/authz-cmd/src/main/java/com/att/cmd/perm/ListByRole.java
index ec76137a..143c2612 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/ListByRole.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/ListByRole.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-cmd/src/main/java/com/att/cmd/perm/ListByUser.java b/authz-cmd/src/main/java/com/att/cmd/perm/ListByUser.java
index b1c70557..31ce2275 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/ListByUser.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/ListByUser.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-cmd/src/main/java/com/att/cmd/perm/Perm.java b/authz-cmd/src/main/java/com/att/cmd/perm/Perm.java
index ecac7ff5..0c331542 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/Perm.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/Perm.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-cmd/src/main/java/com/att/cmd/perm/Rename.java b/authz-cmd/src/main/java/com/att/cmd/perm/Rename.java
index 05538706..7d22a2ec 100644
--- a/authz-cmd/src/main/java/com/att/cmd/perm/Rename.java
+++ b/authz-cmd/src/main/java/com/att/cmd/perm/Rename.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.