summaryrefslogtreecommitdiffstats
path: root/authz-cmd/src/main/java/com/att/cmd/role
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/role
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/role')
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/CreateDelete.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/Describe.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/List.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/ListActivity.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/ListByNS.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/ListByNameOnly.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/ListByPerm.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/ListByRole.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/ListByUser.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/Role.java3
-rw-r--r--authz-cmd/src/main/java/com/att/cmd/role/User.java3
11 files changed, 11 insertions, 22 deletions
diff --git a/authz-cmd/src/main/java/com/att/cmd/role/CreateDelete.java b/authz-cmd/src/main/java/com/att/cmd/role/CreateDelete.java
index 9f47c61a..450682d0 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/CreateDelete.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/CreateDelete.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/role/Describe.java b/authz-cmd/src/main/java/com/att/cmd/role/Describe.java
index 3802cc77..52eaac75 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/Describe.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/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/role/List.java b/authz-cmd/src/main/java/com/att/cmd/role/List.java
index 72cf2037..8980d72c 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/List.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/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/role/ListActivity.java b/authz-cmd/src/main/java/com/att/cmd/role/ListActivity.java
index 253a5376..dd5a0c64 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/ListActivity.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/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/role/ListByNS.java b/authz-cmd/src/main/java/com/att/cmd/role/ListByNS.java
index 67c2c508..87edee69 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/ListByNS.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/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/role/ListByNameOnly.java b/authz-cmd/src/main/java/com/att/cmd/role/ListByNameOnly.java
index b47db017..912be45c 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/ListByNameOnly.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/ListByNameOnly.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/role/ListByPerm.java b/authz-cmd/src/main/java/com/att/cmd/role/ListByPerm.java
index 50dff9bb..f57c542b 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/ListByPerm.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/ListByPerm.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/role/ListByRole.java b/authz-cmd/src/main/java/com/att/cmd/role/ListByRole.java
index fad9347d..c75bdf43 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/ListByRole.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/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/role/ListByUser.java b/authz-cmd/src/main/java/com/att/cmd/role/ListByUser.java
index 03db10fa..08466a67 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/ListByUser.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/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/role/Role.java b/authz-cmd/src/main/java/com/att/cmd/role/Role.java
index a3336aef..288cd11c 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/Role.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/Role.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/role/User.java b/authz-cmd/src/main/java/com/att/cmd/role/User.java
index ea8276c1..97689131 100644
--- a/authz-cmd/src/main/java/com/att/cmd/role/User.java
+++ b/authz-cmd/src/main/java/com/att/cmd/role/User.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.