diff options
author | sg481n <sg481n@att.com> | 2017-08-09 23:35:37 -0400 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-08-09 23:35:37 -0400 |
commit | a1dc496156f9a9eb0cb2f1b74544fc91d966d2cf (patch) | |
tree | 60f8be4aec5460b547ab55a833ef32a68657e9f3 /log4j | |
parent | 37e47101836b20ee495962a6d813a9d5f8d9109a (diff) |
 [AAF-23] Updated Copyright Headers for AAF Inno
Change-Id: Ie0a8b071325243a50270424f398653a62ca2cda6
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'log4j')
-rw-r--r-- | log4j/.gitignore | 4 | ||||
-rw-r--r-- | log4j/pom.xml | 3 | ||||
-rw-r--r-- | log4j/src/main/java/com/att/inno/env/log4j/LogFileNamer.java | 3 | ||||
-rw-r--r-- | log4j/src/main/java/com/att/inno/env/log4j/PIDAccess.java | 3 | ||||
-rw-r--r-- | log4j/src/test/java/com/att/inno/env/log4j/LogTest.java | 3 | ||||
-rw-r--r-- | log4j/src/test/resources/log4j-test.properties | 3 |
6 files changed, 5 insertions, 14 deletions
diff --git a/log4j/.gitignore b/log4j/.gitignore deleted file mode 100644 index b981306..0000000 --- a/log4j/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/target/ -.settings -.project -.classpath diff --git a/log4j/pom.xml b/log4j/pom.xml index 66e307c..fca6593 100644 --- a/log4j/pom.xml +++ b/log4j/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/log4j/src/main/java/com/att/inno/env/log4j/LogFileNamer.java b/log4j/src/main/java/com/att/inno/env/log4j/LogFileNamer.java index 3ef0f52..335fbcd 100644 --- a/log4j/src/main/java/com/att/inno/env/log4j/LogFileNamer.java +++ b/log4j/src/main/java/com/att/inno/env/log4j/LogFileNamer.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/log4j/src/main/java/com/att/inno/env/log4j/PIDAccess.java b/log4j/src/main/java/com/att/inno/env/log4j/PIDAccess.java index 77b77a6..a4f1d98 100644 --- a/log4j/src/main/java/com/att/inno/env/log4j/PIDAccess.java +++ b/log4j/src/main/java/com/att/inno/env/log4j/PIDAccess.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/log4j/src/test/java/com/att/inno/env/log4j/LogTest.java b/log4j/src/test/java/com/att/inno/env/log4j/LogTest.java index 69ff8c4..f3594f5 100644 --- a/log4j/src/test/java/com/att/inno/env/log4j/LogTest.java +++ b/log4j/src/test/java/com/att/inno/env/log4j/LogTest.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/log4j/src/test/resources/log4j-test.properties b/log4j/src/test/resources/log4j-test.properties index b56e904..ff29059 100644 --- a/log4j/src/test/resources/log4j-test.properties +++ b/log4j/src/test/resources/log4j-test.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.
|