diff options
Diffstat (limited to 'authz-fs')
-rw-r--r-- | authz-fs/.gitignore | 5 | ||||
-rw-r--r-- | authz-fs/pom.xml | 3 | ||||
-rw-r--r-- | authz-fs/src/main/config/log4j.properties | 3 | ||||
-rw-r--r-- | authz-fs/src/main/config/lrm-authz-fs.xml | 3 | ||||
-rw-r--r-- | authz-fs/src/main/data/test.html | 3 | ||||
-rw-r--r-- | authz-fs/src/main/java/com/att/authz/fs/FileServer.java | 3 | ||||
-rw-r--r-- | authz-fs/src/test/java/com/att/authz/fs/JU_FileServer.java | 3 |
7 files changed, 6 insertions, 17 deletions
diff --git a/authz-fs/.gitignore b/authz-fs/.gitignore deleted file mode 100644 index f99ab6a2..00000000 --- a/authz-fs/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.metadata -.settings -.classpath -.project -target diff --git a/authz-fs/pom.xml b/authz-fs/pom.xml index aa896d6c..d4ae5032 100644 --- a/authz-fs/pom.xml +++ b/authz-fs/pom.xml @@ -1,10 +1,9 @@ <?xml version="1.0" encoding="UTF-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-fs/src/main/config/log4j.properties b/authz-fs/src/main/config/log4j.properties index 38593d6a..65a4ca7a 100644 --- a/authz-fs/src/main/config/log4j.properties +++ b/authz-fs/src/main/config/log4j.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/authz-fs/src/main/config/lrm-authz-fs.xml b/authz-fs/src/main/config/lrm-authz-fs.xml index a51db07b..b5d1ffd3 100644 --- a/authz-fs/src/main/config/lrm-authz-fs.xml +++ b/authz-fs/src/main/config/lrm-authz-fs.xml @@ -1,10 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
============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-fs/src/main/data/test.html b/authz-fs/src/main/data/test.html index 428a2742..7ea73028 100644 --- a/authz-fs/src/main/data/test.html +++ b/authz-fs/src/main/data/test.html @@ -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-fs/src/main/java/com/att/authz/fs/FileServer.java b/authz-fs/src/main/java/com/att/authz/fs/FileServer.java index d7d2995f..30ac1a6b 100644 --- a/authz-fs/src/main/java/com/att/authz/fs/FileServer.java +++ b/authz-fs/src/main/java/com/att/authz/fs/FileServer.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-fs/src/test/java/com/att/authz/fs/JU_FileServer.java b/authz-fs/src/test/java/com/att/authz/fs/JU_FileServer.java index 3ea025a9..3417cb09 100644 --- a/authz-fs/src/test/java/com/att/authz/fs/JU_FileServer.java +++ b/authz-fs/src/test/java/com/att/authz/fs/JU_FileServer.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.
|