summaryrefslogtreecommitdiffstats
path: root/env/src/main/java/com/att/inno/env/util
diff options
context:
space:
mode:
Diffstat (limited to 'env/src/main/java/com/att/inno/env/util')
-rw-r--r--env/src/main/java/com/att/inno/env/util/Chrono.java3
-rw-r--r--env/src/main/java/com/att/inno/env/util/DoubleOutputStream.java3
-rw-r--r--env/src/main/java/com/att/inno/env/util/IndentPrintWriter.java3
-rw-r--r--env/src/main/java/com/att/inno/env/util/Pool.java3
-rw-r--r--env/src/main/java/com/att/inno/env/util/RefreshableThreadObject.java3
-rw-r--r--env/src/main/java/com/att/inno/env/util/Split.java3
-rw-r--r--env/src/main/java/com/att/inno/env/util/StringBuilderOutputStream.java3
-rw-r--r--env/src/main/java/com/att/inno/env/util/StringBuilderWriter.java3
8 files changed, 8 insertions, 16 deletions
diff --git a/env/src/main/java/com/att/inno/env/util/Chrono.java b/env/src/main/java/com/att/inno/env/util/Chrono.java
index 7d81d3d..8b840d0 100644
--- a/env/src/main/java/com/att/inno/env/util/Chrono.java
+++ b/env/src/main/java/com/att/inno/env/util/Chrono.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/env/src/main/java/com/att/inno/env/util/DoubleOutputStream.java b/env/src/main/java/com/att/inno/env/util/DoubleOutputStream.java
index 212f0c8..eab33b1 100644
--- a/env/src/main/java/com/att/inno/env/util/DoubleOutputStream.java
+++ b/env/src/main/java/com/att/inno/env/util/DoubleOutputStream.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/env/src/main/java/com/att/inno/env/util/IndentPrintWriter.java b/env/src/main/java/com/att/inno/env/util/IndentPrintWriter.java
index 48c5243..a312dfa 100644
--- a/env/src/main/java/com/att/inno/env/util/IndentPrintWriter.java
+++ b/env/src/main/java/com/att/inno/env/util/IndentPrintWriter.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/env/src/main/java/com/att/inno/env/util/Pool.java b/env/src/main/java/com/att/inno/env/util/Pool.java
index e631c98..e8ba8ce 100644
--- a/env/src/main/java/com/att/inno/env/util/Pool.java
+++ b/env/src/main/java/com/att/inno/env/util/Pool.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/env/src/main/java/com/att/inno/env/util/RefreshableThreadObject.java b/env/src/main/java/com/att/inno/env/util/RefreshableThreadObject.java
index 78adcb9..10bb8aa 100644
--- a/env/src/main/java/com/att/inno/env/util/RefreshableThreadObject.java
+++ b/env/src/main/java/com/att/inno/env/util/RefreshableThreadObject.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/env/src/main/java/com/att/inno/env/util/Split.java b/env/src/main/java/com/att/inno/env/util/Split.java
index a25f36c..b813ac0 100644
--- a/env/src/main/java/com/att/inno/env/util/Split.java
+++ b/env/src/main/java/com/att/inno/env/util/Split.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/env/src/main/java/com/att/inno/env/util/StringBuilderOutputStream.java b/env/src/main/java/com/att/inno/env/util/StringBuilderOutputStream.java
index a3f8f4b..0151448 100644
--- a/env/src/main/java/com/att/inno/env/util/StringBuilderOutputStream.java
+++ b/env/src/main/java/com/att/inno/env/util/StringBuilderOutputStream.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/env/src/main/java/com/att/inno/env/util/StringBuilderWriter.java b/env/src/main/java/com/att/inno/env/util/StringBuilderWriter.java
index 833bd7c..632ff60 100644
--- a/env/src/main/java/com/att/inno/env/util/StringBuilderWriter.java
+++ b/env/src/main/java/com/att/inno/env/util/StringBuilderWriter.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.