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-service/src/test/java/com/att/authz/cadi/JU_DirectAAFLur.java | 3 +-- .../src/test/java/com/att/authz/cadi/JU_DirectAAFUserPass.java | 3 +-- .../src/test/java/com/att/authz/cadi/JU_DirectCertIdentity.java | 3 +-- authz-service/src/test/java/com/att/authz/service/JU_AuthAPI.java | 3 +-- authz-service/src/test/java/com/att/authz/service/api/JU_API_Api.java | 3 +-- .../src/test/java/com/att/authz/service/api/JU_API_Approval.java | 3 +-- .../src/test/java/com/att/authz/service/api/JU_API_Creds.java | 3 +-- .../src/test/java/com/att/authz/service/api/JU_API_Delegate.java | 3 +-- .../src/test/java/com/att/authz/service/api/JU_API_History.java | 3 +-- authz-service/src/test/java/com/att/authz/service/api/JU_API_Mgmt.java | 3 +-- authz-service/src/test/java/com/att/authz/service/api/JU_API_NS.java | 3 +-- .../src/test/java/com/att/authz/service/api/JU_API_Perms.java | 3 +-- .../src/test/java/com/att/authz/service/api/JU_API_Roles.java | 3 +-- authz-service/src/test/java/com/att/authz/service/api/JU_API_User.java | 3 +-- .../src/test/java/com/att/authz/service/api/JU_API_UserRole.java | 3 +-- .../src/test/java/com/att/authz/service/mapper/JU_Mapper_2_0.java | 3 +-- .../src/test/java/com/att/authz/service/test/JU_Validator.java | 3 +-- .../src/test/java/com/att/authz/service/validation/JU_Validator.java | 3 +-- 18 files changed, 18 insertions(+), 36 deletions(-) (limited to 'authz-service/src/test') diff --git a/authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFLur.java b/authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFLur.java index f2e566dd..52560915 100644 --- a/authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFLur.java +++ b/authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFLur.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-service/src/test/java/com/att/authz/cadi/JU_DirectAAFUserPass.java b/authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFUserPass.java index bc1eca11..4fc015da 100644 --- a/authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFUserPass.java +++ b/authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFUserPass.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-service/src/test/java/com/att/authz/cadi/JU_DirectCertIdentity.java b/authz-service/src/test/java/com/att/authz/cadi/JU_DirectCertIdentity.java index 441a6f3a..6a3f0ca0 100644 --- a/authz-service/src/test/java/com/att/authz/cadi/JU_DirectCertIdentity.java +++ b/authz-service/src/test/java/com/att/authz/cadi/JU_DirectCertIdentity.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-service/src/test/java/com/att/authz/service/JU_AuthAPI.java b/authz-service/src/test/java/com/att/authz/service/JU_AuthAPI.java index de3c1ed5..69738ad1 100644 --- a/authz-service/src/test/java/com/att/authz/service/JU_AuthAPI.java +++ b/authz-service/src/test/java/com/att/authz/service/JU_AuthAPI.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-service/src/test/java/com/att/authz/service/api/JU_API_Api.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Api.java index ecd13e68..3d0b7c86 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_Api.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Api.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-service/src/test/java/com/att/authz/service/api/JU_API_Approval.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Approval.java index 8ad520ee..9b4c9eb4 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_Approval.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Approval.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-service/src/test/java/com/att/authz/service/api/JU_API_Creds.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Creds.java index c0105de9..a44d667a 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_Creds.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Creds.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-service/src/test/java/com/att/authz/service/api/JU_API_Delegate.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Delegate.java index 23d09248..af18d0ed 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_Delegate.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Delegate.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-service/src/test/java/com/att/authz/service/api/JU_API_History.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_History.java index 4cbab1cd..714f05b1 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_History.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_History.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-service/src/test/java/com/att/authz/service/api/JU_API_Mgmt.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Mgmt.java index 474af92c..a7ce97fd 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_Mgmt.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Mgmt.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-service/src/test/java/com/att/authz/service/api/JU_API_NS.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_NS.java index 726a7548..74c56bdc 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_NS.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_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-service/src/test/java/com/att/authz/service/api/JU_API_Perms.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Perms.java index b0f95e5b..9e4f84f8 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_Perms.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Perms.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-service/src/test/java/com/att/authz/service/api/JU_API_Roles.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Roles.java index 9eed4a27..26f26996 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_Roles.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_Roles.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-service/src/test/java/com/att/authz/service/api/JU_API_User.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_User.java index b1be0dd3..fef7c75b 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_User.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_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. diff --git a/authz-service/src/test/java/com/att/authz/service/api/JU_API_UserRole.java b/authz-service/src/test/java/com/att/authz/service/api/JU_API_UserRole.java index 3ac84a49..bc385388 100644 --- a/authz-service/src/test/java/com/att/authz/service/api/JU_API_UserRole.java +++ b/authz-service/src/test/java/com/att/authz/service/api/JU_API_UserRole.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-service/src/test/java/com/att/authz/service/mapper/JU_Mapper_2_0.java b/authz-service/src/test/java/com/att/authz/service/mapper/JU_Mapper_2_0.java index aee5d5bd..8896fba7 100644 --- a/authz-service/src/test/java/com/att/authz/service/mapper/JU_Mapper_2_0.java +++ b/authz-service/src/test/java/com/att/authz/service/mapper/JU_Mapper_2_0.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-service/src/test/java/com/att/authz/service/test/JU_Validator.java b/authz-service/src/test/java/com/att/authz/service/test/JU_Validator.java index 40ab4517..9de77e72 100644 --- a/authz-service/src/test/java/com/att/authz/service/test/JU_Validator.java +++ b/authz-service/src/test/java/com/att/authz/service/test/JU_Validator.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-service/src/test/java/com/att/authz/service/validation/JU_Validator.java b/authz-service/src/test/java/com/att/authz/service/validation/JU_Validator.java index 7c0b2206..df7222b8 100644 --- a/authz-service/src/test/java/com/att/authz/service/validation/JU_Validator.java +++ b/authz-service/src/test/java/com/att/authz/service/validation/JU_Validator.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