[AAF-21] Updated Copyright Headers for AAF 83/7183/1
authorsg481n <sg481n@att.com>
Thu, 10 Aug 2017 03:34:20 +0000 (23:34 -0400)
committersg481n <sg481n@att.com>
Thu, 10 Aug 2017 03:34:20 +0000 (23:34 -0400)
Change-Id: I6075e7a49fc6ad61db0c89a980d39e8d8691fd5f
Signed-off-by: sg481n <sg481n@att.com>
251 files changed:
LICENSE [new file with mode: 0644]
aaf/.gitignore [deleted file]
aaf/pom.xml
aaf/src/assemble/cadi-aaf-test.xml
aaf/src/assemble/cadi-aaf.xml
aaf/src/main/java/Examples.java
aaf/src/main/java/com/att/cadi/aaf/AAFPermission.java
aaf/src/main/java/com/att/cadi/aaf/AAFTransmutate.java
aaf/src/main/java/com/att/cadi/aaf/ConnectivityTest.java
aaf/src/main/java/com/att/cadi/aaf/PermEval.java
aaf/src/main/java/com/att/cadi/aaf/cert/AAFListedCertIdentity.java
aaf/src/main/java/com/att/cadi/aaf/client/ErrMessage.java
aaf/src/main/java/com/att/cadi/aaf/client/Examples.java
aaf/src/main/java/com/att/cadi/aaf/marshal/CertMarshal.java
aaf/src/main/java/com/att/cadi/aaf/marshal/CertsMarshal.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AAFAuthn.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AAFCon.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AAFConDME2.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AAFConHttp.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AAFLurPerm.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AAFTaf.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AAFTrustChecker.java
aaf/src/main/java/com/att/cadi/aaf/v2_0/AbsAAFLur.java
aaf/src/main/java/com/att/cadi/cm/ArtifactDir.java
aaf/src/main/java/com/att/cadi/cm/CertException.java
aaf/src/main/java/com/att/cadi/cm/CmAgent.java
aaf/src/main/java/com/att/cadi/cm/Factory.java
aaf/src/main/java/com/att/cadi/cm/PlaceArtifact.java
aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInFiles.java
aaf/src/main/java/com/att/cadi/cm/PlaceArtifactInKeystore.java
aaf/src/main/java/com/att/cadi/cm/PlaceArtifactOnStream.java
aaf/src/main/java/com/att/cadi/cm/PlaceArtifactScripts.java
aaf/src/main/java/com/att/cadi/sso/AAFSSO.java
aaf/src/src/assemble/cadi-aaf-test.xml
aaf/src/src/assemble/cadi-aaf.xml
aaf/src/src/main/java/Examples.java
aaf/src/src/main/java/com/att/cadi/aaf/AAFPermission.java
aaf/src/src/main/java/com/att/cadi/aaf/AAFTransmutate.java
aaf/src/src/main/java/com/att/cadi/aaf/PermEval.java
aaf/src/src/main/java/com/att/cadi/aaf/client/ErrMessage.java
aaf/src/src/main/java/com/att/cadi/aaf/client/Examples.java
aaf/src/src/main/java/com/att/cadi/aaf/marshal/CertMarshal.java
aaf/src/src/main/java/com/att/cadi/aaf/marshal/CertsMarshal.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AAFAuthn.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AAFCon.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AAFConDME2.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AAFConHttp.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AAFLurPerm.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AAFTaf.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AAFTrustChecker.java
aaf/src/src/main/java/com/att/cadi/aaf/v2_0/AbsAAFLur.java
aaf/src/src/main/java/com/att/cadi/cm/ArtifactDir.java
aaf/src/src/main/java/com/att/cadi/cm/CertException.java
aaf/src/src/main/java/com/att/cadi/cm/CmAgent.java
aaf/src/src/main/java/com/att/cadi/cm/Factory.java
aaf/src/src/main/java/com/att/cadi/cm/PlaceArtifact.java
aaf/src/src/main/java/com/att/cadi/cm/PlaceArtifactInFiles.java
aaf/src/src/main/java/com/att/cadi/cm/PlaceArtifactInKeystore.java
aaf/src/src/main/java/com/att/cadi/cm/PlaceArtifactOnStream.java
aaf/src/src/main/java/com/att/cadi/cm/PlaceArtifactScripts.java
aaf/src/src/test/java/com/att/cadi/lur/aaf/test/TestAccess.java
aaf/src/src/test/resources/cadi.properties
aaf/src/src/test/resources/log4j.properties
aaf/src/test/java/com/att/aaf/content/JU_Content.java
aaf/src/test/java/com/att/aaf/example/CadiTest.java
aaf/src/test/java/com/att/aaf/example/ExampleAuthCheck.java
aaf/src/test/java/com/att/aaf/example/ExamplePerm2_0.java
aaf/src/test/java/com/att/aaf/example/ExamplePerm2_0_DME2.java
aaf/src/test/java/com/att/aaf/example/X509Test.java
aaf/src/test/java/com/att/cadi/lur/aaf/test/JU_JMeter.java
aaf/src/test/java/com/att/cadi/lur/aaf/test/JU_Lur2_0Call.java
aaf/src/test/java/com/att/cadi/lur/aaf/test/JU_PermEval.java
aaf/src/test/java/com/att/cadi/lur/aaf/test/MultiThreadPermHit.java
aaf/src/test/java/com/att/cadi/lur/aaf/test/TestAccess.java
aaf/src/test/resources/cadi.properties
aaf/src/test/resources/log4j.properties
cass/.gitignore [deleted file]
cass/etc/cadi.properties
cass/pom.xml
cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticatedUser.java
cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthenticator.java
cass/src/main/java/com/att/cadi/aaf/cass/AAFAuthorizer.java
cass/src/main/java/com/att/cadi/aaf/cass/AAFBase.java
cass/src/test/java/com/att/aaf/cass/JU_CASS.java
cass/src/test/java/com/att/cadi/aaf/cass/test/JU_CASS.java
client/.gitignore [deleted file]
client/pom.xml
client/src/main/java/com/att/cadi/client/AAFClient.java
client/src/main/java/com/att/cadi/client/AbsBasicAuth.java
client/src/main/java/com/att/cadi/client/AbsTransferSS.java
client/src/main/java/com/att/cadi/client/Delete.java
client/src/main/java/com/att/cadi/client/EClient.java
client/src/main/java/com/att/cadi/client/EnvAccess.java
client/src/main/java/com/att/cadi/client/Future.java
client/src/main/java/com/att/cadi/client/Get.java
client/src/main/java/com/att/cadi/client/Holder.java
client/src/main/java/com/att/cadi/client/Post.java
client/src/main/java/com/att/cadi/client/PropertyLocator.java
client/src/main/java/com/att/cadi/client/Put.java
client/src/main/java/com/att/cadi/client/RawClient.java
client/src/main/java/com/att/cadi/client/Rcli.java
client/src/main/java/com/att/cadi/client/Result.java
client/src/main/java/com/att/cadi/client/Retryable.java
client/src/main/java/com/att/cadi/dme2/DEClient.java
client/src/main/java/com/att/cadi/dme2/DME2BasicAuth.java
client/src/main/java/com/att/cadi/dme2/DME2ClientSS.java
client/src/main/java/com/att/cadi/dme2/DME2Locator.java
client/src/main/java/com/att/cadi/dme2/DME2TransferSS.java
client/src/main/java/com/att/cadi/dme2/DME2x509SS.java
client/src/main/java/com/att/cadi/dme2/DRcli.java
client/src/main/java/com/att/cadi/dnsloc/DNSLocator.java
client/src/main/java/com/att/cadi/http/HBasicAuthSS.java
client/src/main/java/com/att/cadi/http/HClient.java
client/src/main/java/com/att/cadi/http/HMangr.java
client/src/main/java/com/att/cadi/http/HRcli.java
client/src/main/java/com/att/cadi/http/HTransferSS.java
client/src/main/java/com/att/cadi/http/HX509SS.java
client/src/main/java/com/att/cadi/locator/DME2Locator.java
client/src/main/java/com/att/cadi/locator/DNSLocator.java
client/src/main/java/com/att/cadi/locator/HClientHotPeerLocator.java
client/src/main/java/com/att/cadi/locator/HotPeerLocator.java
client/src/main/java/com/att/cadi/locator/PropertyLocator.java
client/src/main/java/com/att/cadi/routing/GreatCircle.java
client/src/test/java/com/client/test/BasicDME2Client.java
client/src/test/java/com/client/test/JU_DNSLocator.java
client/src/test/java/com/client/test/JU_PropertyLocator.java
client/src/test/java/com/client/test/PaulUzee.java
client/src/test/java/com/client/test/TestAccess.java
client/src/test/java/com/client/test/TestDME2Client.java
client/src/test/java/com/client/test/TestDME2RcliClient.java
client/src/test/java/com/client/test/TestHClient.java
core/.gitignore [deleted file]
core/conf/cadi.properties
core/pom.xml
core/src/assemble/cadi.xml
core/src/assemble/poll.xml
core/src/main/java/com/att/cadi/AES.java
core/src/main/java/com/att/cadi/AbsCachedPrincipal.java
core/src/main/java/com/att/cadi/AbsUserCache.java
core/src/main/java/com/att/cadi/Access.java
core/src/main/java/com/att/cadi/BasicCred.java
core/src/main/java/com/att/cadi/BufferedCadiWrap.java
core/src/main/java/com/att/cadi/BufferedServletInputStream.java
core/src/main/java/com/att/cadi/CachedPrincipal.java
core/src/main/java/com/att/cadi/CachingLur.java
core/src/main/java/com/att/cadi/CadiException.java
core/src/main/java/com/att/cadi/CadiWrap.java
core/src/main/java/com/att/cadi/Capacitor.java
core/src/main/java/com/att/cadi/CmdLine.java
core/src/main/java/com/att/cadi/Connector.java
core/src/main/java/com/att/cadi/CredVal.java
core/src/main/java/com/att/cadi/GetCred.java
core/src/main/java/com/att/cadi/Hash.java
core/src/main/java/com/att/cadi/Locator.java
core/src/main/java/com/att/cadi/LocatorException.java
core/src/main/java/com/att/cadi/Lur.java
core/src/main/java/com/att/cadi/Permission.java
core/src/main/java/com/att/cadi/PropAccess.java
core/src/main/java/com/att/cadi/Revalidator.java
core/src/main/java/com/att/cadi/SLF4JAccess.java
core/src/main/java/com/att/cadi/SecuritySetter.java
core/src/main/java/com/att/cadi/ServletContextAccess.java
core/src/main/java/com/att/cadi/StrLur.java
core/src/main/java/com/att/cadi/Symm.java
core/src/main/java/com/att/cadi/Taf.java
core/src/main/java/com/att/cadi/Transmutate.java
core/src/main/java/com/att/cadi/TrustChecker.java
core/src/main/java/com/att/cadi/User.java
core/src/main/java/com/att/cadi/UserChain.java
core/src/main/java/com/att/cadi/config/Config.java
core/src/main/java/com/att/cadi/config/Get.java
core/src/main/java/com/att/cadi/config/GetAccess.java
core/src/main/java/com/att/cadi/config/MultiGet.java
core/src/main/java/com/att/cadi/config/SecurityInfo.java
core/src/main/java/com/att/cadi/config/SecurityInfoC.java
core/src/main/java/com/att/cadi/config/UsersDump.java
core/src/main/java/com/att/cadi/filter/AUTHZ.java
core/src/main/java/com/att/cadi/filter/AUTHZServlet.java
core/src/main/java/com/att/cadi/filter/AccessGetter.java
core/src/main/java/com/att/cadi/filter/CadiAccess.java
core/src/main/java/com/att/cadi/filter/CadiFilter.java
core/src/main/java/com/att/cadi/filter/CadiHTTPManip.java
core/src/main/java/com/att/cadi/filter/FCGet.java
core/src/main/java/com/att/cadi/filter/MapPermConverter.java
core/src/main/java/com/att/cadi/filter/NullPermConverter.java
core/src/main/java/com/att/cadi/filter/PathFilter.java
core/src/main/java/com/att/cadi/filter/PermConverter.java
core/src/main/java/com/att/cadi/filter/RolesAllowed.java
core/src/main/java/com/att/cadi/filter/ServletImpl.java
core/src/main/java/com/att/cadi/lur/ConfigPrincipal.java
core/src/main/java/com/att/cadi/lur/EpiLur.java
core/src/main/java/com/att/cadi/lur/LocalLur.java
core/src/main/java/com/att/cadi/lur/LocalPermission.java
core/src/main/java/com/att/cadi/lur/NullLur.java
core/src/main/java/com/att/cadi/principal/BasicPrincipal.java
core/src/main/java/com/att/cadi/principal/BearerPrincipal.java
core/src/main/java/com/att/cadi/principal/CSPPrincipal_T.java
core/src/main/java/com/att/cadi/principal/CachedBasicPrincipal.java
core/src/main/java/com/att/cadi/principal/TGuardPrincipal.java
core/src/main/java/com/att/cadi/principal/TGuardPrincipal_T.java
core/src/main/java/com/att/cadi/principal/TrustPrincipal.java
core/src/main/java/com/att/cadi/principal/X509Principal.java
core/src/main/java/com/att/cadi/taf/AbsTafResp.java
core/src/main/java/com/att/cadi/taf/EpiTaf.java
core/src/main/java/com/att/cadi/taf/HttpEpiTaf.java
core/src/main/java/com/att/cadi/taf/HttpTaf.java
core/src/main/java/com/att/cadi/taf/LoginPageTafResp.java
core/src/main/java/com/att/cadi/taf/NullTaf.java
core/src/main/java/com/att/cadi/taf/NullTafResp.java
core/src/main/java/com/att/cadi/taf/PuntTafResp.java
core/src/main/java/com/att/cadi/taf/Redirectable.java
core/src/main/java/com/att/cadi/taf/TafResp.java
core/src/main/java/com/att/cadi/taf/TrustNotTafResp.java
core/src/main/java/com/att/cadi/taf/TrustTafResp.java
core/src/main/java/com/att/cadi/taf/basic/BasicHttpTaf.java
core/src/main/java/com/att/cadi/taf/basic/BasicHttpTafResp.java
core/src/main/java/com/att/cadi/taf/cert/CertIdentity.java
core/src/main/java/com/att/cadi/taf/cert/X509HttpTafResp.java
core/src/main/java/com/att/cadi/taf/cert/X509Taf.java
core/src/main/java/com/att/cadi/taf/dos/DenialOfServiceTaf.java
core/src/main/java/com/att/cadi/taf/dos/DenialOfServiceTafResp.java
core/src/main/java/com/att/cadi/taf/localhost/LocalhostTaf.java
core/src/main/java/com/att/cadi/taf/localhost/LocalhostTafResp.java
core/src/main/java/com/att/cadi/util/Chmod.java
core/src/main/java/com/att/cadi/util/JsonOutputStream.java
core/src/main/java/com/att/cadi/util/MaskFormatException.java
core/src/main/java/com/att/cadi/util/MyConsole.java
core/src/main/java/com/att/cadi/util/NetMask.java
core/src/main/java/com/att/cadi/util/Split.java
core/src/main/java/com/att/cadi/util/SubStandardConsole.java
core/src/main/java/com/att/cadi/util/TheConsole.java
core/src/main/java/com/att/cadi/util/UserChainManip.java
core/src/main/java/com/att/cadi/util/Vars.java
core/src/main/java/com/att/cadi/wsse/Action.java
core/src/main/java/com/att/cadi/wsse/Match.java
core/src/main/java/com/att/cadi/wsse/WSSEParser.java
core/src/main/java/com/att/cadi/wsse/XEvent.java
core/src/main/java/com/att/cadi/wsse/XReader.java
core/src/test/java/com/att/cadi/JU_AES.java
core/src/test/java/com/att/cadi/lur/test/JU_LocalLur.java
core/src/test/java/com/att/cadi/lur/test/TestAccess.java
core/src/test/java/com/att/cadi/test/JU_Base64.java
core/src/test/java/com/att/cadi/test/JU_BufferedServletInputStream.java
core/src/test/java/com/att/cadi/test/JU_Capacitor.java
core/src/test/java/com/att/cadi/test/JU_Hash.java
core/src/test/java/com/att/cadi/test/JU_Passcode.java
core/src/test/java/com/att/cadi/test/JU_UserChainManip.java
core/src/test/java/com/att/cadi/test/JU_Vars.java
core/src/test/java/com/att/cadi/test/Test.java
core/src/test/java/com/att/cadi/wsse/test/JU_WSSE_Read.java
core/src/test/java/com/att/cadi/wsse/test/JU_XReader.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/aaf/.gitignore b/aaf/.gitignore
deleted file mode 100644 (file)
index cf85207..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
index 9673067..5803cb9 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 a6671ba..20626ad 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 578037b..3460028 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 91f313f..7ea379b 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 e604053..79dd9ee 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 a6a9bb7..c7f0e2c 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 070d48d..7508522 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 b661df4..448f60a 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 ecdaf24..e029765 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 7fc776a..4b619c6 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 e8a4756..d469805 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 4193d43..ad75dc5 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 16fc580..3a27a9c 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 db60495..33005a3 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 573c85e..a9d53f3 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 7092613..6fce97a 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 5454773..e126f08 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 db03347..7188224 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 35df38f..4e189ce 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 3bc4faf..5ee3199 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 8626588..297ad8a 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 39854d6..512be78 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 a2694ce..ce38c21 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 424ef83..0240962 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 178cc81..85b5dfb 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 b5a3fb0..60434c3 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 219eb4a..c9145ec 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 6859ba5..61374e9 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 7815a8e..4c2c900 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 ab77ca2..714b233 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 5d0d342..4f66dd2 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 a6671ba..20626ad 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 578037b..3460028 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 91f313f..7ea379b 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 c436db4..7a3f175 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 fca8e8f..cb01068 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 b721968..e581745 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 7fc776a..4b619c6 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 e8a4756..d469805 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 4193d43..ad75dc5 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 16fc580..3a27a9c 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 0c72dcd..263f730 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 c58dd9a..9b458c7 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 07bc390..0ff8958 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 ffe1331..8a63680 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 c1c25c2..aae79f4 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 a36c11a..c294ed1 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 cc1e16c..175f699 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 0e831b9..03f6c70 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 7ddf529..8fe1f7a 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 a2694ce..ce38c21 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 9e5e77a..fe76082 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 6fc9b27..20b77d3 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 b5a3fb0..60434c3 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 219eb4a..c9145ec 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 abe0586..c1c8c89 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 7815a8e..4c2c900 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 0525739..f09e0bf 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 f65f03f..7afb25e 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 4f38cf5..8f1209a 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 91b81ef..c4686fd 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 676dcc1..80215c9 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 f6cbce2..f50d6ac 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 78b5e99..53f8c8e 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 11092df..5f6179e 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 2012465..5ebbe9f 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 e1b6be6..517393f 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 b71a9ba..d5f92c1 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 2608980..f85a4e2 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 efd108f..8dee6cf 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 cec5404..c4f5f7c 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 0554d1d..7d83625 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 4f38cf5..8f1209a 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 91b81ef..c4686fd 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/cass/.gitignore b/cass/.gitignore
deleted file mode 100644 (file)
index cf85207..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
index f9676b0..c5f9c2c 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 89582d6..a20d8e5 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 d720e28..e847bd0 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 8228899..631a3fa 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 a923e9b..650e570 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 32690f4..4d82a6b 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 f25a6b5..9eca242 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 9bfc17e..0eb95be 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/client/.gitignore b/client/.gitignore
deleted file mode 100644 (file)
index cf85207..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
index 562a92a..bb04333 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 843f3b1..3f8fb47 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 ef8abf4..a0ab06d 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 3056187..69647e6 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 9367d4d..f780af1 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 f508029..166d150 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 f331c9a..f78f2ff 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 1752907..18987a6 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 d05654d..a39aaf1 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 93067f9..3ad7ce3 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 7cc1b8c..001f1b3 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 37bc7b6..acd3b4a 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 033216b..b14bfac 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 d1a1fc2..c1ad633 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 f14645e..c25cb2b 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 1e4909e..b86d9b9 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 e276837..4f49a72 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 6810916..138fb63 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 988c92f..3fb1f13 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 f64367b..8895e9f 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 b81cf4a..f28fe94 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 d4612f1..a8d7ac9 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 f60f791..45978e4 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 9ff56ca..8a1f5fb 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 498b013..3bf9080 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 8d8826e..dfedcc1 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 d17dcc7..6704bf4 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 78aff4e..13fe815 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 a55b55a..cfbb5c1 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 180a341..89a38c3 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 3022c0f..b790ede 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 72a5f73..c750448 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 9fbf2d4..baa65ed 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 ecbdfaa..db95d91 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 f8a1546..5b756b2 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 011e42c..216be4f 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 5a58920..8558f8e 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 a7b2f41..f26d3b1 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 fcd14c8..04a4f17 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 be8e587..89bef62 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 6f82146..24aeb49 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 3724f1b..434ae62 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 5e5e822..415f992 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 61bc76a..6ff5d6f 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 0c6a162..7fcd113 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/core/.gitignore b/core/.gitignore
deleted file mode 100644 (file)
index cf85207..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/bin/
-/target/
-/.classpath
-/.project
-.settings
index d60fc23..abc4800 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 15c7e63..a42cc80 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 0bbb8e8..16394a0 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 c33dd83..c5735d6 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 4041ae5..7304932 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 bb76e3d..f244d09 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 0229a71..d374faa 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 34ae9d4..4c238ee 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 f2411c4..6f0aff5 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 cc9b40d..74dd126 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 88114b2..10e7b1f 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 741d579..3968f1b 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 b7a194f..ee87431 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 123b394..66b7b5b 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 1961c6e..64c565f 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 0745875..73fd83c 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 2d19234..89685e2 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 4f5576d..ab96010 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 040781d..4fe0a28 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 f5289f0..d2c99f2 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 190049f..b4e114f 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 a1593bb..ab1a7f9 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 b9260b9..9c3b804 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 7ca94c9..d8ae6a3 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 b8cd56e..adb80a1 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 25573a0..d7c9d99 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 ded7b2d..5d492aa 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 e3d8451..b222e35 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 dadbd06..295148f 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 896f824..2d1cfa1 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 dc4c992..f191203 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 0b34b58..1504c2d 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 7ba6fb4..4017866 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 e392e86..1d6ff6f 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 2cf2203..60b9a17 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 6903cb3..bde3488 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 90c47c1..df493c5 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 dd8e56d..ada6117 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 d6bb35b..7a2eab5 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 bdd6afd..1df9b0e 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 a304319..83cd21d 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 a1ef35b..6d0f3c2 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 5e2fd54..2b0ec43 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 7d47b7e..992b365 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 8f33105..ab32a98 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 dab6b47..c1ad627 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 a36b7c7..37d2c04 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 c7a9250..e9bc5a8 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 578cbba..da24f44 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 821dae9..6969b8c 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 97840d4..b8f95da 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 19aeb18..09b6f93 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 07c565d..d73008e 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 3ea6536..328977d 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 e5bfcb7..ba098c4 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 ec350fd..97a8f54 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 3db6d4e..13a251c 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 03a7961..443d7e7 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 de6c057..1eff70e 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 80b302a..5980769 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 8fdaec2..b44f840 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 91fb7bb..7b01f5a 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 58f7d71..800628d 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 11bc22a..0d215a5 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 36c75b8..e3ccb42 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 37c6a83..de1ebaf 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 aa610d3..e2a6400 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 97907ac..cfd8564 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 67b76c6..744560f 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 8e17033..89a8dc2 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 94d2e5d..f57b975 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 d3f5493..613f317 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 7f6d9af..3036f07 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 4270a81..ad22872 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 d9da3fa..8a6acad 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 ec4a15b..0a6f4bb 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 c95b195..8dcfc1e 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 d9f9b67..8951145 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 e83e7ce..4ef31bc 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 3a1a6f4..140ac13 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 127450c..29a299f 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 27c6034..25c665b 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 672c463..f954a00 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 c768587..1d43054 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 6e46481..5d9624a 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 3435d52..8148a4e 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 cb93046..6bef245 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 88a6721..6bb9252 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 7cbbf73..1b4efed 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 89500a6..67754a9 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 29ddf92..2a074d1 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 9991616..ddde50b 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 f85efa4..33deed0 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 7a8c773..fa3f220 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 eb148ee..4083dea 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 befed88..9707047 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 4a695fb..07332dd 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 3d57332..8a44568 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 60f3f79..05fcd9b 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 89851aa..9f6eeec 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 b712e31..8d0b27e 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 a9b171c..0ed99c0 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 657976a..e1c1078 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 dd8af4d..4c7ba90 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 d023519..51a2734 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 135b28c..833eb60 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 2143e5b..fb2482a 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 a4ada86..f11c74d 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 f8e911c..81d5092 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 fdafb84..1a82298 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 c30d944..5f299bb 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 c3f6d77..5584911 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 85e4209..e5d2d6b 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 68c7dc8..122ecf7 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 40b9266..65f5ebd 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 daf2c0f..e681622 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 53729b4..4fe9111 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 a262780..65338ae 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 7f38d94..ee69561 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