diff options
author | sg481n <sg481n@att.com> | 2017-08-09 23:34:20 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-09 23:34:20 -0400 |
commit | be977ba3cfefdc1576f92994e282119cc6d4fd96 (patch) | |
tree | 2f6c22f06b2d4291753947c4e474e837f699a940 /cass | |
parent | 4a51a8f96715ffb2a42189b93b9fa91b453b8530 (diff) |
 [AAF-21] Updated Copyright Headers for AAF
Change-Id: I6075e7a49fc6ad61db0c89a980d39e8d8691fd5f
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'cass')
-rw-r--r-- | cass/.gitignore | 5 | ||||
-rw-r--r-- | cass/etc/cadi.properties | 3 | ||||
-rw-r--r-- | cass/pom.xml | 3 | ||||
-rw-r--r-- | cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticatedUser.java | 3 | ||||
-rw-r--r-- | cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticator.java | 3 | ||||
-rw-r--r-- | cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthorizer.java | 3 | ||||
-rw-r--r-- | cass/src/main/java/com/att/cadi/aaf/cass/AAFBase.java | 3 | ||||
-rw-r--r-- | cass/src/test/java/com/att/aaf/cass/JU_CASS.java | 3 | ||||
-rw-r--r-- | cass/src/test/java/com/att/cadi/aaf/cass/test/JU_CASS.java | 3 |
9 files changed, 8 insertions, 21 deletions
diff --git a/cass/.gitignore b/cass/.gitignore deleted file mode 100644 index cf85207..0000000 --- a/cass/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/bin/ -/target/ -/.classpath -/.project -.settings diff --git a/cass/etc/cadi.properties b/cass/etc/cadi.properties index f9676b0..c5f9c2c 100644 --- a/cass/etc/cadi.properties +++ b/cass/etc/cadi.properties @@ -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/cass/pom.xml b/cass/pom.xml index 89582d6..a20d8e5 100644 --- a/cass/pom.xml +++ b/cass/pom.xml @@ -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/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticatedUser.java b/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticatedUser.java index d720e28..e847bd0 100644 --- a/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticatedUser.java +++ b/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticatedUser.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/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticator.java b/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticator.java index 8228899..631a3fa 100644 --- a/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticator.java +++ b/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticator.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/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthorizer.java b/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthorizer.java index a923e9b..650e570 100644 --- a/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthorizer.java +++ b/cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthorizer.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/cass/src/main/java/com/att/cadi/aaf/cass/AAFBase.java b/cass/src/main/java/com/att/cadi/aaf/cass/AAFBase.java index 32690f4..4d82a6b 100644 --- a/cass/src/main/java/com/att/cadi/aaf/cass/AAFBase.java +++ b/cass/src/main/java/com/att/cadi/aaf/cass/AAFBase.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/cass/src/test/java/com/att/aaf/cass/JU_CASS.java b/cass/src/test/java/com/att/aaf/cass/JU_CASS.java index f25a6b5..9eca242 100644 --- a/cass/src/test/java/com/att/aaf/cass/JU_CASS.java +++ b/cass/src/test/java/com/att/aaf/cass/JU_CASS.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/cass/src/test/java/com/att/cadi/aaf/cass/test/JU_CASS.java b/cass/src/test/java/com/att/cadi/aaf/cass/test/JU_CASS.java index 9bfc17e..0eb95be 100644 --- a/cass/src/test/java/com/att/cadi/aaf/cass/test/JU_CASS.java +++ b/cass/src/test/java/com/att/cadi/aaf/cass/test/JU_CASS.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.
|