From c548cc96e7cf048894686a12dce8d77111378317 Mon Sep 17 00:00:00 2001 From: sg481n Date: Wed, 9 Aug 2017 23:25:05 -0400 Subject:  [AAF-21] Updated Copyright Headers for AAF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I07906b48431c94131ec95dad79a42fb9b6399382 Signed-off-by: sg481n --- authz-cmd/src/main/java/com/att/cmd/ns/Admin.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/Attrib.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/Create.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/Delete.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/Describe.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/List.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListActivity.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListAdminResponsible.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListByName.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListChildren.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListNsKeysByAttrib.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListUsers.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListUsersInRole.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/ListUsersWithPerm.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/NS.java | 3 +-- authz-cmd/src/main/java/com/att/cmd/ns/Responsible.java | 3 +-- 16 files changed, 16 insertions(+), 32 deletions(-) (limited to 'authz-cmd/src/main/java/com/att/cmd/ns') diff --git a/authz-cmd/src/main/java/com/att/cmd/ns/Admin.java b/authz-cmd/src/main/java/com/att/cmd/ns/Admin.java index a67ff2ee..2406f8ed 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/Admin.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/Admin.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/ns/Attrib.java b/authz-cmd/src/main/java/com/att/cmd/ns/Attrib.java index ffe9b087..9877580e 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/Attrib.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/Attrib.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/ns/Create.java b/authz-cmd/src/main/java/com/att/cmd/ns/Create.java index c314a107..8a28741d 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/Create.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/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/ns/Delete.java b/authz-cmd/src/main/java/com/att/cmd/ns/Delete.java index a957def6..ab717eb0 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/Delete.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/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/ns/Describe.java b/authz-cmd/src/main/java/com/att/cmd/ns/Describe.java index 6e57b094..56db604f 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/Describe.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/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/ns/List.java b/authz-cmd/src/main/java/com/att/cmd/ns/List.java index fe80d62e..72ca77a1 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/List.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/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/ns/ListActivity.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListActivity.java index afc041fb..f8d87af0 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListActivity.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/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/ns/ListAdminResponsible.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListAdminResponsible.java index 9e559a9c..c8bc07e0 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListAdminResponsible.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/ListAdminResponsible.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/ns/ListByName.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListByName.java index 7459c221..c711e28e 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListByName.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/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/ns/ListChildren.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListChildren.java index 7ad60a71..43b1008f 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListChildren.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/ListChildren.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/ns/ListNsKeysByAttrib.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListNsKeysByAttrib.java index 3ce9d7de..43b83495 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListNsKeysByAttrib.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/ListNsKeysByAttrib.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/ns/ListUsers.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListUsers.java index e77df593..0dc12128 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListUsers.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/ListUsers.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/ns/ListUsersInRole.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListUsersInRole.java index d4c5a59d..3a5f73f2 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListUsersInRole.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/ListUsersInRole.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/ns/ListUsersWithPerm.java b/authz-cmd/src/main/java/com/att/cmd/ns/ListUsersWithPerm.java index c8cbe5eb..bb41bd10 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/ListUsersWithPerm.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/ListUsersWithPerm.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/ns/NS.java b/authz-cmd/src/main/java/com/att/cmd/ns/NS.java index 7ebe3f9a..c5557bae 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/NS.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/NS.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/ns/Responsible.java b/authz-cmd/src/main/java/com/att/cmd/ns/Responsible.java index b7f4406d..ddbb752d 100644 --- a/authz-cmd/src/main/java/com/att/cmd/ns/Responsible.java +++ b/authz-cmd/src/main/java/com/att/cmd/ns/Responsible.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. -- cgit 1.2.3-korg