[AAF-23] Updated Copyright Headers for AAF Inno 85/7185/1
authorsg481n <sg481n@att.com>
Thu, 10 Aug 2017 03:35:37 +0000 (23:35 -0400)
committersg481n <sg481n@att.com>
Thu, 10 Aug 2017 03:35:37 +0000 (23:35 -0400)
Change-Id: Ie0a8b071325243a50270424f398653a62ca2cda6
Signed-off-by: sg481n <sg481n@att.com>
138 files changed:
LICENSE [new file with mode: 0644]
env/.gitignore [deleted file]
env/pom.xml
env/src/main/java/com/att/inno/env/APIException.java
env/src/main/java/com/att/inno/env/BaseDataFactory.java
env/src/main/java/com/att/inno/env/Creatable.java
env/src/main/java/com/att/inno/env/Data.java
env/src/main/java/com/att/inno/env/DataFactory.java
env/src/main/java/com/att/inno/env/Decryptor.java
env/src/main/java/com/att/inno/env/Encryptor.java
env/src/main/java/com/att/inno/env/Env.java
env/src/main/java/com/att/inno/env/EnvJAXB.java
env/src/main/java/com/att/inno/env/EnvJAXBProps.java
env/src/main/java/com/att/inno/env/EnvProps.java
env/src/main/java/com/att/inno/env/EnvStore.java
env/src/main/java/com/att/inno/env/IOObjectifier.java
env/src/main/java/com/att/inno/env/IOStringifier.java
env/src/main/java/com/att/inno/env/LifeCycle.java
env/src/main/java/com/att/inno/env/LogTarget.java
env/src/main/java/com/att/inno/env/Objectifier.java
env/src/main/java/com/att/inno/env/Slot.java
env/src/main/java/com/att/inno/env/StaticSlot.java
env/src/main/java/com/att/inno/env/Store.java
env/src/main/java/com/att/inno/env/StoreImpl.java
env/src/main/java/com/att/inno/env/Stringifier.java
env/src/main/java/com/att/inno/env/TimeTaken.java
env/src/main/java/com/att/inno/env/Trans.java
env/src/main/java/com/att/inno/env/TransCreate.java
env/src/main/java/com/att/inno/env/TransJAXB.java
env/src/main/java/com/att/inno/env/TransStore.java
env/src/main/java/com/att/inno/env/impl/AbsTrans.java
env/src/main/java/com/att/inno/env/impl/AbsTransJAXB.java
env/src/main/java/com/att/inno/env/impl/BasicEnv.java
env/src/main/java/com/att/inno/env/impl/BasicTrans.java
env/src/main/java/com/att/inno/env/impl/EnvFactory.java
env/src/main/java/com/att/inno/env/impl/JavaUtilLogTarget.java
env/src/main/java/com/att/inno/env/impl/Log4JLogTarget.java
env/src/main/java/com/att/inno/env/impl/NullLifeCycle.java
env/src/main/java/com/att/inno/env/jaxb/JAXBDF.java
env/src/main/java/com/att/inno/env/jaxb/JAXBData.java
env/src/main/java/com/att/inno/env/jaxb/JAXBObjectifier.java
env/src/main/java/com/att/inno/env/jaxb/JAXBStringifier.java
env/src/main/java/com/att/inno/env/jaxb/JAXBmar.java
env/src/main/java/com/att/inno/env/jaxb/JAXBumar.java
env/src/main/java/com/att/inno/env/old/IOObjectifier.java
env/src/main/java/com/att/inno/env/old/IOStringifier.java
env/src/main/java/com/att/inno/env/old/Objectifier.java
env/src/main/java/com/att/inno/env/old/OldDataFactory.java
env/src/main/java/com/att/inno/env/old/Stringifier.java
env/src/main/java/com/att/inno/env/util/Chrono.java
env/src/main/java/com/att/inno/env/util/DoubleOutputStream.java
env/src/main/java/com/att/inno/env/util/IndentPrintWriter.java
env/src/main/java/com/att/inno/env/util/Pool.java
env/src/main/java/com/att/inno/env/util/RefreshableThreadObject.java
env/src/main/java/com/att/inno/env/util/Split.java
env/src/main/java/com/att/inno/env/util/StringBuilderOutputStream.java
env/src/main/java/com/att/inno/env/util/StringBuilderWriter.java
log4j/.gitignore [deleted file]
log4j/pom.xml
log4j/src/main/java/com/att/inno/env/log4j/LogFileNamer.java
log4j/src/main/java/com/att/inno/env/log4j/PIDAccess.java
log4j/src/test/java/com/att/inno/env/log4j/LogTest.java
log4j/src/test/resources/log4j-test.properties
rosetta/.gitignore [deleted file]
rosetta/pom.xml
rosetta/src/main/java/com/att/rosetta/InJson.java
rosetta/src/main/java/com/att/rosetta/InXML.java
rosetta/src/main/java/com/att/rosetta/JaxEval.java
rosetta/src/main/java/com/att/rosetta/JaxInfo.java
rosetta/src/main/java/com/att/rosetta/JaxSet.java
rosetta/src/main/java/com/att/rosetta/Ladder.java
rosetta/src/main/java/com/att/rosetta/Marshal.java
rosetta/src/main/java/com/att/rosetta/Nulls.java
rosetta/src/main/java/com/att/rosetta/Out.java
rosetta/src/main/java/com/att/rosetta/OutJax.java
rosetta/src/main/java/com/att/rosetta/OutJson.java
rosetta/src/main/java/com/att/rosetta/OutRaw.java
rosetta/src/main/java/com/att/rosetta/OutXML.java
rosetta/src/main/java/com/att/rosetta/Parse.java
rosetta/src/main/java/com/att/rosetta/ParseException.java
rosetta/src/main/java/com/att/rosetta/Parsed.java
rosetta/src/main/java/com/att/rosetta/Prop.java
rosetta/src/main/java/com/att/rosetta/Saved.java
rosetta/src/main/java/com/att/rosetta/XmlEscape.java
rosetta/src/main/java/com/att/rosetta/env/RosettaDF.java
rosetta/src/main/java/com/att/rosetta/env/RosettaData.java
rosetta/src/main/java/com/att/rosetta/env/RosettaEnv.java
rosetta/src/main/java/com/att/rosetta/marshal/DataWriter.java
rosetta/src/main/java/com/att/rosetta/marshal/DocMarshal.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldArray.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldBlob.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldDate.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldDateTime.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldHexBinary.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldMarshal.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldNumeric.java
rosetta/src/main/java/com/att/rosetta/marshal/FieldString.java
rosetta/src/main/java/com/att/rosetta/marshal/ListIterator.java
rosetta/src/main/java/com/att/rosetta/marshal/ObjArray.java
rosetta/src/main/java/com/att/rosetta/marshal/ObjMarshal.java
rosetta/src/main/xsd/inherit.xsd
rosetta/src/main/xsd/s.xsd
rosetta/src/main/xsd/types.xsd
rosetta/src/test/java/com/data/test/JU_FromJSON.java
rosetta/src/test/java/com/data/test/JU_FromXML.java
rosetta/src/test/java/com/data/test/JU_JSON.java
rosetta/src/test/java/com/data/test/JU_Ladder.java
rosetta/src/test/java/com/data/test/JU_Nulls.java
rosetta/src/test/java/com/data/test/JU_RosettaDF.java
rosetta/src/test/java/com/data/test/JU_Saved.java
rosetta/src/test/java/com/data/test/JU_Stream2Obj.java
rosetta/src/test/java/com/data/test/JU_Struct.java
rosetta/src/test/java/com/data/test/JU_Types.java
rosetta/src/test/java/com/data/test/OutDump.java
rosetta/src/test/java/com/data/test/Report.java
rosetta/src/test/java/com/data/test/obj/MultiMarshal.java
rosetta/src/test/java/com/data/test/obj/SingleMarshal.java
xgen/.gitignore [deleted file]
xgen/pom.xml
xgen/src/main/java/com/att/xgen/Back.java
xgen/src/main/java/com/att/xgen/Cache.java
xgen/src/main/java/com/att/xgen/CacheGen.java
xgen/src/main/java/com/att/xgen/Code.java
xgen/src/main/java/com/att/xgen/DynamicCode.java
xgen/src/main/java/com/att/xgen/Mark.java
xgen/src/main/java/com/att/xgen/Section.java
xgen/src/main/java/com/att/xgen/XGen.java
xgen/src/main/java/com/att/xgen/XGenBuff.java
xgen/src/main/java/com/att/xgen/html/HTML4Gen.java
xgen/src/main/java/com/att/xgen/html/HTML5Gen.java
xgen/src/main/java/com/att/xgen/html/HTMLCacheGen.java
xgen/src/main/java/com/att/xgen/html/HTMLGen.java
xgen/src/main/java/com/att/xgen/html/Imports.java
xgen/src/main/java/com/att/xgen/html/JSGen.java
xgen/src/main/java/com/att/xgen/html/State.java
xgen/src/main/java/com/att/xgen/html/Thematic.java
xgen/src/main/java/com/att/xgen/xml/XMLCacheGen.java
xgen/src/main/java/com/att/xgen/xml/XMLGen.java

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..cd88bf0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+<!--
+ ============LICENSE_START====================================================
+* org.onap.aaf
+* ===========================================================================
+* Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+* ===========================================================================
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+* 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+* 
+ * Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+* ============LICENSE_END====================================================
+*
+* ECOMP is a trademark and service mark of AT&T Intellectual Property.
+*
+
+-->
\ No newline at end of file
diff --git a/env/.gitignore b/env/.gitignore
deleted file mode 100644 (file)
index cf85207..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
index 6d87fee..2a99965 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 3b5242a..677513b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3947441..b04f115 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index cce9898..e7d7907 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 221bf7e..f52eec3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c2ce717..5243ec9 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ababe37..13e0270 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3604fc1..8f3877b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4078fc6..aa71709 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2aef19f..f75203c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 87b2760..2e0f977 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a7801c9..e18787a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1629718..5872a3e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6e00031..35358aa 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bcc1530..c1dccce 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 36f4d34..7a359bd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 03ddff9..ca4f8b3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3f69fac..ed3c38e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3a9157d..8f976d8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 584704c..0fe8f36 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5e4a661..fa7e339 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 98859c6..482d0d6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ce27289..3d3f43c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2560dd8..5bdaa1b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 138ca91..2e584c1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 804a89e..b6db5b4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ad8beae..ffd25d7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a1cf6b5..acfcf47 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 23f3c03..4f370c7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5c15500..186d0af 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e18248a..af2f103 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c390cd5..ec36b57 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6018990..1826265 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6577ef1..87a1b64 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 295f3dd..d176cd6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5725cf1..1897195 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 981f257..d2ef3c6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b502331..9f51edb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bbd3227..c311c9f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c47a392..c98214b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 86e3c65..dbdf092 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5b53429..eab30e6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 928c589..9932e20 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 61dc188..18ef170 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 19e19de..55e9685 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a76e1fb..6bf0995 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fa3cee0..db9401f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7d81d3d..8b840d0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 212f0c8..eab33b1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 48c5243..a312dfa 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e631c98..e8ba8ce 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 78adcb9..10bb8aa 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a25f36c..b813ac0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a3f8f4b..0151448 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 833bd7c..632ff60 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
diff --git a/log4j/.gitignore b/log4j/.gitignore
deleted file mode 100644 (file)
index b981306..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/target/
-.settings
-.project
-.classpath
index 66e307c..fca6593 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 3ef0f52..335fbcd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 77b77a6..a4f1d98 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 69ff8c4..f3594f5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b56e904..ff29059 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
diff --git a/rosetta/.gitignore b/rosetta/.gitignore
deleted file mode 100644 (file)
index cf85207..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
index b073fcb..5463aa8 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 9462e67..ba14c4a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1c56e14..945fb75 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 72a89f2..22bdde2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 23785af..c7c0430 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 515c2c1..ff9d696 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 95f5174..46377db 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 52c97c6..07480b3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 74cc56e..a261888 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c2ad448..e870eb5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ec04f43..7f0e1f4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 98dd162..69994d4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1a5d8d0..105d676 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index cfef897..b062d3c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 93415b4..e66f798 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f086d00..ac51dbd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 412251f..705dd8e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 78a8125..aa728fe 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bc7e106..7e27a58 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c61a80d..a98cf56 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7198c76..6dac5fd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e07e883..9b2b508 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 78f963b..42877af 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8d972d8..f5b13d8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 27a4364..555f419 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7931e73..6a300dd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b80cb48..5c569e6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c2a8c03..b23232c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ce14c7f..4caf247 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 125f332..199e52f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 63ba3b9..f0916be 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b53f12e..595ce63 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6fd3424..482c211 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b444c68..9aa75b5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 89e07c5..abfb483 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 981dd78..bef128b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9c11ef0..758d935 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 8a530a7..0558cb2 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 588d9d4..82e8d94 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 4e3d211..5ad6546 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 506b6c8..62db4f9 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9b1d715..7840573 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 78d6a10..5f19ed8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 657b883..af18a2f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 90342b4..7915a60 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 220bdf7..6314b72 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c714b57..b5a6c9d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1d1ee96..66c83c0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 02f5ac3..d34815f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index cd65e15..6e9d0fb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d05443a..9a970dc 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1ef81e2..ca105b3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1546622..b1ac110 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
diff --git a/xgen/.gitignore b/xgen/.gitignore
deleted file mode 100644 (file)
index cf85207..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
index 5b558ea..ab97c6d 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index e2b94b2..154ba88 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 31f7420..6c887cc 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b3e0491..371cf87 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 556b05a..70d0c74 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 810f918..f1cc4c4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e2e87d3..4b148d2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7fa5761..1b16986 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1ca6f46..fe6acba 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d27b030..bf63e19 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7be425a..88cae0a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f41575c..217a764 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 23a4234..a53370a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e40b588..3827884 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d47b663..941fe5f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 664f399..02662ab 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 23b0807..6a73ad6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a0d4ddb..865be9b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8fc2692..0e00a41 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2321724..ac9d689 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r