[AAF-21] Updated Copyright Headers for AAF 79/7179/1
authorsg481n <sg481n@att.com>
Thu, 10 Aug 2017 03:25:05 +0000 (23:25 -0400)
committersg481n <sg481n@att.com>
Thu, 10 Aug 2017 03:26:14 +0000 (23:26 -0400)
Change-Id: I07906b48431c94131ec95dad79a42fb9b6399382
Signed-off-by: sg481n <sg481n@att.com>
380 files changed:
LICENSE [new file with mode: 0644]
authz-batch/.gitignore [deleted file]
authz-cass/.gitignore [deleted file]
authz-cass/pom.xml
authz-cass/src/main/java/com/att/dao/AbsCassDAO.java
authz-cass/src/main/java/com/att/dao/Bytification.java
authz-cass/src/main/java/com/att/dao/CIDAO.java
authz-cass/src/main/java/com/att/dao/Cacheable.java
authz-cass/src/main/java/com/att/dao/Cached.java
authz-cass/src/main/java/com/att/dao/CachedDAO.java
authz-cass/src/main/java/com/att/dao/CassAccess.java
authz-cass/src/main/java/com/att/dao/CassDAOImpl.java
authz-cass/src/main/java/com/att/dao/DAO.java
authz-cass/src/main/java/com/att/dao/DAOException.java
authz-cass/src/main/java/com/att/dao/DAO_RO.java
authz-cass/src/main/java/com/att/dao/Loader.java
authz-cass/src/main/java/com/att/dao/Streamer.java
authz-cass/src/main/java/com/att/dao/Touchable.java
authz-cass/src/main/java/com/att/dao/aaf/cached/CachedCertDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cached/CachedCredDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cached/CachedNSDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cached/CachedPermDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cached/CachedRoleDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cached/CachedUserRoleDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/ApprovalDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/ArtiDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/CacheInfoDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/CacheableData.java
authz-cass/src/main/java/com/att/dao/aaf/cass/CertDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/CredDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/DelegateDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/FutureDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/HistoryDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/Namespace.java
authz-cass/src/main/java/com/att/dao/aaf/cass/NsDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/NsSplit.java
authz-cass/src/main/java/com/att/dao/aaf/cass/NsType.java
authz-cass/src/main/java/com/att/dao/aaf/cass/PermDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/RoleDAO.java
authz-cass/src/main/java/com/att/dao/aaf/cass/Status.java
authz-cass/src/main/java/com/att/dao/aaf/cass/UserRoleDAO.java
authz-cass/src/main/java/com/att/dao/aaf/hl/CassExecutor.java
authz-cass/src/main/java/com/att/dao/aaf/hl/Function.java
authz-cass/src/main/java/com/att/dao/aaf/hl/PermLookup.java
authz-cass/src/main/java/com/att/dao/aaf/hl/Question.java
authz-cass/src/main/java/com/att/dao/session/SessionFilter.java
authz-cass/src/test/java/com/att/authz/cass/hl/JU_Question.java
authz-cass/src/test/java/com/att/dao/JU_Cached.java
authz-cass/src/test/java/com/att/dao/JU_CachedDAO.java
authz-cass/src/test/java/com/att/dao/JU_CassAccess.java
authz-cass/src/test/java/com/att/dao/JU_CassDAOImpl.java
authz-cass/src/test/java/com/att/dao/JU_DAOException.java
authz-cass/src/test/java/com/att/dao/aaf/test/AbsJUCass.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_ApprovalDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_ArtiDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_Bytification.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_CacheInfoDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_CertDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_CredDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_DelegateDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_FastCalling.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_HistoryDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_NsDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_NsType.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_PermDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/JU_RoleDAO.java
authz-cass/src/test/java/com/att/dao/aaf/test/NS_ChildUpdate.java
authz-cass/src/test/resources/cadi.properties
authz-certman/.gitignore [deleted file]
authz-certman/pom.xml
authz-certman/src/main/config/log4j.properties
authz-certman/src/main/config/lrm-authz-certman.xml
authz-certman/src/main/java/com/att/authz/cm/api/API_Artifact.java
authz-certman/src/main/java/com/att/authz/cm/api/API_Cert.java
authz-certman/src/main/java/com/att/authz/cm/ca/AppCA.java
authz-certman/src/main/java/com/att/authz/cm/ca/CA.java
authz-certman/src/main/java/com/att/authz/cm/ca/DevlCA.java
authz-certman/src/main/java/com/att/authz/cm/cert/BCFactory.java
authz-certman/src/main/java/com/att/authz/cm/cert/CSRMeta.java
authz-certman/src/main/java/com/att/authz/cm/cert/StandardFields.java
authz-certman/src/main/java/com/att/authz/cm/data/CertDrop.java
authz-certman/src/main/java/com/att/authz/cm/data/CertRenew.java
authz-certman/src/main/java/com/att/authz/cm/data/CertReq.java
authz-certman/src/main/java/com/att/authz/cm/data/CertResp.java
authz-certman/src/main/java/com/att/authz/cm/facade/Facade.java
authz-certman/src/main/java/com/att/authz/cm/facade/Facade1_0.java
authz-certman/src/main/java/com/att/authz/cm/facade/FacadeFactory.java
authz-certman/src/main/java/com/att/authz/cm/facade/FacadeImpl.java
authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper.java
authz-certman/src/main/java/com/att/authz/cm/mapper/Mapper1_0.java
authz-certman/src/main/java/com/att/authz/cm/service/CMService.java
authz-certman/src/main/java/com/att/authz/cm/service/CertManAPI.java
authz-certman/src/main/java/com/att/authz/cm/service/Code.java
authz-certman/src/main/java/com/att/authz/cm/validation/Validator.java
authz-certman/src/test/java/com/att/authz/cm/api/JU_API_Artifact.java
authz-certman/src/test/java/com/att/authz/cm/api/JU_API_Cert.java
authz-certman/src/test/java/com/att/authz/cm/ca/JU_AppCA.java
authz-certman/src/test/java/com/att/authz/cm/ca/JU_DevlCA.java
authz-certman/src/test/java/com/att/authz/cm/cert/JU_BCFactory.java
authz-certman/src/test/java/com/att/authz/cm/cert/JU_CSRMeta.java
authz-certman/src/test/java/com/att/authz/cm/data/JU_CertReq.java
authz-certman/src/test/java/com/att/authz/cm/facade/JU_FacadeImpl.java
authz-certman/src/test/java/com/att/authz/cm/validation/JU_Validator.java
authz-client/.gitignore [deleted file]
authz-cmd/.gitignore [deleted file]
authz-cmd/etc/log4j.properties
authz-cmd/pom.xml
authz-cmd/src/main/assemble/authz-cmd.xml
authz-cmd/src/main/assemble/swm.xml
authz-cmd/src/main/config/log4j.properties
authz-cmd/src/main/java/com/att/cmd/AAFcli.java
authz-cmd/src/main/java/com/att/cmd/BaseCmd.java
authz-cmd/src/main/java/com/att/cmd/BasicAuth.java
authz-cmd/src/main/java/com/att/cmd/Cmd.java
authz-cmd/src/main/java/com/att/cmd/Help.java
authz-cmd/src/main/java/com/att/cmd/MessageException.java
authz-cmd/src/main/java/com/att/cmd/Param.java
authz-cmd/src/main/java/com/att/cmd/Version.java
authz-cmd/src/main/java/com/att/cmd/mgmt/Cache.java
authz-cmd/src/main/java/com/att/cmd/mgmt/Clear.java
authz-cmd/src/main/java/com/att/cmd/mgmt/Deny.java
authz-cmd/src/main/java/com/att/cmd/mgmt/Log.java
authz-cmd/src/main/java/com/att/cmd/mgmt/Mgmt.java
authz-cmd/src/main/java/com/att/cmd/mgmt/SessClear.java
authz-cmd/src/main/java/com/att/cmd/mgmt/Session.java
authz-cmd/src/main/java/com/att/cmd/ns/Admin.java
authz-cmd/src/main/java/com/att/cmd/ns/Attrib.java
authz-cmd/src/main/java/com/att/cmd/ns/Create.java
authz-cmd/src/main/java/com/att/cmd/ns/Delete.java
authz-cmd/src/main/java/com/att/cmd/ns/Describe.java
authz-cmd/src/main/java/com/att/cmd/ns/List.java
authz-cmd/src/main/java/com/att/cmd/ns/ListActivity.java
authz-cmd/src/main/java/com/att/cmd/ns/ListAdminResponsible.java
authz-cmd/src/main/java/com/att/cmd/ns/ListByName.java
authz-cmd/src/main/java/com/att/cmd/ns/ListChildren.java
authz-cmd/src/main/java/com/att/cmd/ns/ListNsKeysByAttrib.java
authz-cmd/src/main/java/com/att/cmd/ns/ListUsers.java
authz-cmd/src/main/java/com/att/cmd/ns/ListUsersInRole.java
authz-cmd/src/main/java/com/att/cmd/ns/ListUsersWithPerm.java
authz-cmd/src/main/java/com/att/cmd/ns/NS.java
authz-cmd/src/main/java/com/att/cmd/ns/Responsible.java
authz-cmd/src/main/java/com/att/cmd/perm/Create.java
authz-cmd/src/main/java/com/att/cmd/perm/Delete.java
authz-cmd/src/main/java/com/att/cmd/perm/Describe.java
authz-cmd/src/main/java/com/att/cmd/perm/Grant.java
authz-cmd/src/main/java/com/att/cmd/perm/List.java
authz-cmd/src/main/java/com/att/cmd/perm/ListActivity.java
authz-cmd/src/main/java/com/att/cmd/perm/ListByNS.java
authz-cmd/src/main/java/com/att/cmd/perm/ListByName.java
authz-cmd/src/main/java/com/att/cmd/perm/ListByRole.java
authz-cmd/src/main/java/com/att/cmd/perm/ListByUser.java
authz-cmd/src/main/java/com/att/cmd/perm/Perm.java
authz-cmd/src/main/java/com/att/cmd/perm/Rename.java
authz-cmd/src/main/java/com/att/cmd/role/CreateDelete.java
authz-cmd/src/main/java/com/att/cmd/role/Describe.java
authz-cmd/src/main/java/com/att/cmd/role/List.java
authz-cmd/src/main/java/com/att/cmd/role/ListActivity.java
authz-cmd/src/main/java/com/att/cmd/role/ListByNS.java
authz-cmd/src/main/java/com/att/cmd/role/ListByNameOnly.java
authz-cmd/src/main/java/com/att/cmd/role/ListByPerm.java
authz-cmd/src/main/java/com/att/cmd/role/ListByRole.java
authz-cmd/src/main/java/com/att/cmd/role/ListByUser.java
authz-cmd/src/main/java/com/att/cmd/role/Role.java
authz-cmd/src/main/java/com/att/cmd/role/User.java
authz-cmd/src/main/java/com/att/cmd/user/Cred.java
authz-cmd/src/main/java/com/att/cmd/user/Delg.java
authz-cmd/src/main/java/com/att/cmd/user/List.java
authz-cmd/src/main/java/com/att/cmd/user/ListActivity.java
authz-cmd/src/main/java/com/att/cmd/user/ListApprovals.java
authz-cmd/src/main/java/com/att/cmd/user/ListDelegates.java
authz-cmd/src/main/java/com/att/cmd/user/ListForCreds.java
authz-cmd/src/main/java/com/att/cmd/user/ListForPermission.java
authz-cmd/src/main/java/com/att/cmd/user/ListForRoles.java
authz-cmd/src/main/java/com/att/cmd/user/Role.java
authz-cmd/src/main/java/com/att/cmd/user/User.java
authz-cmd/src/test/java/com/att/cmd/JU_AAFCli.java
authz-cmd/src/test/java/com/att/cmd/JU_BaseCmd.java
authz-cmd/src/test/java/com/att/cmd/JU_BasicAuth.java
authz-cmd/src/test/java/com/att/cmd/JU_Help.java
authz-cmd/src/test/java/com/att/cmd/JU_Version.java
authz-cmd/src/test/java/com/att/cmd/mgmt/JU_Clear.java
authz-cmd/src/test/java/com/att/cmd/mgmt/JU_Log.java
authz-cmd/src/test/java/com/att/cmd/mgmt/JU_SessClear.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_Admin.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_Attrib.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_Create.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_Delete.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_Describe.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_ListActivity.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_ListAdminResponsible.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_ListByName.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_ListChildren.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_ListNsKeysByAttrib.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_ListUsersInRole.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_ListUsersWithPerm.java
authz-cmd/src/test/java/com/att/cmd/ns/JU_Responsible.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_Create.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_Delete.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_Describe.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_Grant.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_ListActivity.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_ListByNS.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_ListByName.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_ListByRole.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_ListByUser.java
authz-cmd/src/test/java/com/att/cmd/perm/JU_Rename.java
authz-cmd/src/test/java/com/att/cmd/role/JU_CreateDelete.java
authz-cmd/src/test/java/com/att/cmd/role/JU_Describe.java
authz-cmd/src/test/java/com/att/cmd/role/JU_ListActivity.java
authz-cmd/src/test/java/com/att/cmd/role/JU_ListByNS.java
authz-cmd/src/test/java/com/att/cmd/role/JU_ListByNameOnly.java
authz-cmd/src/test/java/com/att/cmd/role/JU_ListByPerm.java
authz-cmd/src/test/java/com/att/cmd/role/JU_ListByRole.java
authz-cmd/src/test/java/com/att/cmd/role/JU_ListByUser.java
authz-cmd/src/test/java/com/att/cmd/role/JU_User.java
authz-cmd/src/test/java/com/att/cmd/user/JU_Cred.java
authz-cmd/src/test/java/com/att/cmd/user/JU_Delg.java
authz-cmd/src/test/java/com/att/cmd/user/JU_ListActivity.java
authz-cmd/src/test/java/com/att/cmd/user/JU_ListApprovals.java
authz-cmd/src/test/java/com/att/cmd/user/JU_ListDelegates.java
authz-cmd/src/test/java/com/att/cmd/user/JU_ListForCreds.java
authz-cmd/src/test/java/com/att/cmd/user/JU_ListForPermission.java
authz-cmd/src/test/java/com/att/cmd/user/JU_ListForRoles.java
authz-cmd/src/test/java/com/att/cmd/user/JU_Role.java
authz-core/.gitignore [deleted file]
authz-core/pom.xml
authz-core/src/main/java/com/att/authz/common/Define.java
authz-core/src/main/java/com/att/authz/env/AuthzEnv.java
authz-core/src/main/java/com/att/authz/env/AuthzTrans.java
authz-core/src/main/java/com/att/authz/env/AuthzTransFilter.java
authz-core/src/main/java/com/att/authz/env/AuthzTransImpl.java
authz-core/src/main/java/com/att/authz/env/AuthzTransOnlyFilter.java
authz-core/src/main/java/com/att/authz/env/NullTrans.java
authz-core/src/main/java/com/att/authz/layer/FacadeImpl.java
authz-core/src/main/java/com/att/authz/layer/Result.java
authz-core/src/main/java/com/att/authz/local/AbsData.java
authz-core/src/main/java/com/att/authz/local/DataFile.java
authz-core/src/main/java/com/att/authz/local/TextIndex.java
authz-core/src/main/java/com/att/authz/org/EmailWarnings.java
authz-core/src/main/java/com/att/authz/org/Executor.java
authz-core/src/main/java/com/att/authz/org/Organization.java
authz-core/src/main/java/com/att/authz/org/OrganizationException.java
authz-core/src/main/java/com/att/authz/org/OrganizationFactory.java
authz-core/src/main/java/com/att/authz/server/AbsServer.java
authz-core/src/main/java/com/att/cache/Cache.java
authz-core/src/main/java/com/att/cssa/rserv/Acceptor.java
authz-core/src/main/java/com/att/cssa/rserv/CachingFileAccess.java
authz-core/src/main/java/com/att/cssa/rserv/CodeSetter.java
authz-core/src/main/java/com/att/cssa/rserv/Content.java
authz-core/src/main/java/com/att/cssa/rserv/HttpCode.java
authz-core/src/main/java/com/att/cssa/rserv/HttpMethods.java
authz-core/src/main/java/com/att/cssa/rserv/Match.java
authz-core/src/main/java/com/att/cssa/rserv/Pair.java
authz-core/src/main/java/com/att/cssa/rserv/RServlet.java
authz-core/src/main/java/com/att/cssa/rserv/Route.java
authz-core/src/main/java/com/att/cssa/rserv/RouteReport.java
authz-core/src/main/java/com/att/cssa/rserv/Routes.java
authz-core/src/main/java/com/att/cssa/rserv/TransFilter.java
authz-core/src/main/java/com/att/cssa/rserv/TransOnlyFilter.java
authz-core/src/main/java/com/att/cssa/rserv/TypedCode.java
authz-core/src/main/java/com/att/cssa/rserv/Version.java
authz-core/src/main/java/com/att/cssa/rserv/doc/ApiDoc.java
authz-core/src/test/java/com/att/authz/common/JU_Define.java
authz-core/src/test/java/com/att/authz/env/JU_AuthzEnv.java
authz-core/src/test/java/com/att/authz/env/JU_AuthzTransFilter.java
authz-core/src/test/java/com/att/authz/env/JU_AuthzTransImpl.java
authz-core/src/test/java/com/att/authz/env/JU_AuthzTransOnlyFilter.java
authz-core/src/test/java/com/att/authz/env/JU_NullTrans.java
authz-core/src/test/java/com/att/authz/layer/JU_Result.java
authz-core/src/test/java/com/att/authz/local/JU_DataFile.java
authz-core/src/test/java/com/att/authz/local/JU_TextIndex.java
authz-core/src/test/java/com/att/authz/org/JU_OrganizationException.java
authz-core/src/test/java/com/att/authz/org/JU_OrganizationFactory.java
authz-core/src/test/java/com/att/cssa/rserv/JU_CachingFileAccess.java
authz-core/src/test/java/com/att/cssa/rserv/JU_CodeSetter.java
authz-core/src/test/java/com/att/cssa/rserv/JU_Pair.java
authz-core/src/test/java/com/att/cssa/rserv/JU_Routes.java
authz-core/src/test/java/com/att/cssa/rserv/JU_TypedCode.java
authz-core/src/test/java/com/att/cssa/rserv/JU_Version.java
authz-core/src/test/java/com/att/cssa/rserv/test/JU_BetterMatch.java
authz-core/src/test/java/com/att/cssa/rserv/test/JU_Content.java
authz-defOrg/.gitignore [deleted file]
authz-defOrg/pom.xml
authz-defOrg/src/main/java/com/osaaf/defOrg/DefaultOrg.java
authz-defOrg/src/main/java/com/osaaf/defOrg/DefaultOrgIdentity.java
authz-defOrg/src/main/java/com/osaaf/defOrg/DefaultOrgWarnings.java
authz-defOrg/src/main/java/com/osaaf/defOrg/Identities.java
authz-defOrg/src/test/java/com/osaaf/defOrd/test/JU_Identities.java
authz-defOrg/src/test/java/com/osaaf/defOrg/JU_DefaultOrg.java
authz-defOrg/src/test/java/com/osaaf/defOrg/JU_DefaultOrgIdentity.java
authz-defOrg/src/test/java/com/osaaf/defOrg/JU_DefaultOrgWarnings.java
authz-defOrg/src/test/java/com/osaaf/defOrg/JU_Identities.java
authz-fs/.gitignore [deleted file]
authz-fs/pom.xml
authz-fs/src/main/config/log4j.properties
authz-fs/src/main/config/lrm-authz-fs.xml
authz-fs/src/main/data/test.html
authz-fs/src/main/java/com/att/authz/fs/FileServer.java
authz-fs/src/test/java/com/att/authz/fs/JU_FileServer.java
authz-gui/.gitignore [deleted file]
authz-gw/.gitignore [deleted file]
authz-gw/pom.xml
authz-gw/src/main/config/log4j.properties
authz-gw/src/main/config/lrm-authz-gw.xml
authz-gw/src/main/java/com/att/authz/gw/GwAPI.java
authz-gw/src/main/java/com/att/authz/gw/GwCode.java
authz-gw/src/main/java/com/att/authz/gw/api/API_AAFAccess.java
authz-gw/src/main/java/com/att/authz/gw/api/API_Api.java
authz-gw/src/main/java/com/att/authz/gw/api/API_Find.java
authz-gw/src/main/java/com/att/authz/gw/api/API_Proxy.java
authz-gw/src/main/java/com/att/authz/gw/api/API_TGuard.java
authz-gw/src/main/java/com/att/authz/gw/facade/GwFacade.java
authz-gw/src/main/java/com/att/authz/gw/facade/GwFacadeFactory.java
authz-gw/src/main/java/com/att/authz/gw/facade/GwFacadeImpl.java
authz-gw/src/main/java/com/att/authz/gw/facade/GwFacade_1_0.java
authz-gw/src/main/java/com/att/authz/gw/mapper/Mapper.java
authz-gw/src/main/java/com/att/authz/gw/mapper/Mapper_1_0.java
authz-gw/src/main/java/com/att/authz/gw/service/GwService.java
authz-gw/src/main/java/com/att/authz/gw/service/GwServiceImpl.java
authz-gw/src/test/java/com/att/authz/gw/JU_GwAPI.java
authz-service/.gitignore [deleted file]
authz-service/pom.xml
authz-service/src/main/assemble/swm.xml
authz-service/src/main/config/log4j.properties
authz-service/src/main/config/lrm-authz-service.xml
authz-service/src/main/java/com/att/authz/cadi/DirectAAFLur.java
authz-service/src/main/java/com/att/authz/cadi/DirectAAFUserPass.java
authz-service/src/main/java/com/att/authz/cadi/DirectCertIdentity.java
authz-service/src/main/java/com/att/authz/facade/AuthzFacade.java
authz-service/src/main/java/com/att/authz/facade/AuthzFacadeFactory.java
authz-service/src/main/java/com/att/authz/facade/AuthzFacadeImpl.java
authz-service/src/main/java/com/att/authz/facade/AuthzFacade_2_0.java
authz-service/src/main/java/com/att/authz/service/AuthAPI.java
authz-service/src/main/java/com/att/authz/service/AuthzCassServiceImpl.java
authz-service/src/main/java/com/att/authz/service/AuthzService.java
authz-service/src/main/java/com/att/authz/service/Code.java
authz-service/src/main/java/com/att/authz/service/MayChange.java
authz-service/src/main/java/com/att/authz/service/api/API_Api.java
authz-service/src/main/java/com/att/authz/service/api/API_Approval.java
authz-service/src/main/java/com/att/authz/service/api/API_Creds.java
authz-service/src/main/java/com/att/authz/service/api/API_Delegate.java
authz-service/src/main/java/com/att/authz/service/api/API_History.java
authz-service/src/main/java/com/att/authz/service/api/API_Mgmt.java
authz-service/src/main/java/com/att/authz/service/api/API_NS.java
authz-service/src/main/java/com/att/authz/service/api/API_Perms.java
authz-service/src/main/java/com/att/authz/service/api/API_Roles.java
authz-service/src/main/java/com/att/authz/service/api/API_User.java
authz-service/src/main/java/com/att/authz/service/api/API_UserRole.java
authz-service/src/main/java/com/att/authz/service/mapper/Mapper.java
authz-service/src/main/java/com/att/authz/service/mapper/Mapper_2_0.java
authz-service/src/main/java/com/att/authz/service/validation/Validator.java
authz-service/src/main/resources/docker-compose/docker-compose.yml
authz-service/src/main/sample/log4j.properties
authz-service/src/main/swm/descriptor.xml
authz-service/src/main/swm/packageNotes.txt
authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFLur.java
authz-service/src/test/java/com/att/authz/cadi/JU_DirectAAFUserPass.java
authz-service/src/test/java/com/att/authz/cadi/JU_DirectCertIdentity.java
authz-service/src/test/java/com/att/authz/service/JU_AuthAPI.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_Api.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_Approval.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_Creds.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_Delegate.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_History.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_Mgmt.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_NS.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_Perms.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_Roles.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_User.java
authz-service/src/test/java/com/att/authz/service/api/JU_API_UserRole.java
authz-service/src/test/java/com/att/authz/service/mapper/JU_Mapper_2_0.java
authz-service/src/test/java/com/att/authz/service/test/JU_Validator.java
authz-service/src/test/java/com/att/authz/service/validation/JU_Validator.java
authz-test/.gitignore [deleted file]
authz-test/TestSuite/Instructions_for_MTCs/MTC_Appr_README.txt
authz-test/pom.xml
authz-test/src/main/assemble/swm.xml
authz-test/src/main/config/lrm-authz-service.xml
authz-test/src/main/swm/descriptor.xml
authz-test/src/main/swm/packageNotes.txt

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/authz-batch/.gitignore b/authz-batch/.gitignore
deleted file mode 100644 (file)
index cabe13d..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
diff --git a/authz-cass/.gitignore b/authz-cass/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index 266485a..baea96a 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 2ea4e6e..987a3f2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b563be9..1bb16c4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ee5e611..d1a8d62 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 71b4896..20fa156 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2cdd2b2..302d4f4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bcfccbd..a490f20 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a935aff..00802c9 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 84d3532..82ae8b1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e214416..f1a59de 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8c9a701..652ae7d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2b6173c..ceea722 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6b09df9..fb364ac 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 385877e..6bc482a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4f8b7f6..c3fab88 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 611aa4e..7623069 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b9f20c2..2d0f91e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0008dff..0ffc705 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e900f69..659bde8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b783644..a0f375f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 45e61bd..2478759 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f2f25e7..f7f4eed 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 397a883..d24d4fa 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ef8201a..da18caa 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2afefb1..5b434db 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6952841..bae6a24 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9d403fe..94c43d2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7cebc88..6d6534e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5db689d..f4a8c2d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4a9d105..adaf0d8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fa61372..d3b1181 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 39a52af..ed30dc0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ad896fc..2d9d8a1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 442e26e..6b61ba6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b54b6fc..f02f335 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 84290ef..f25a2f6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d275f3d..ff71b3a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d3fffe8..d55a95c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6f62ace..4dc22e1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d1db39d..6d04b1d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f2564fc..522db0a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ce868fb..b9bb9ee 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6f83519..cbc05c7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 941c86e..eadd958 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4e6bf7d..b48a0f1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4cd38f2..35acbd7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b9c55a2..d6aaff5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6abf198..6592556 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fb63418..637b951 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0f1994c..f26a37c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3a884b4..0c93beb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 219d302..7ae692b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 34bfc3e..76f9077 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2a41a70..4847e3f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 52238ef..172eb24 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5cd6d4c..918e0bd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index cb71faf..ea829bc 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 120b6f0..ff77c9b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 605b132..8d44495 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 562694c..55f990a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c250862..64023aa 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7022a81..d045a0e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d797cfb..d625adc 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index dc3f13e..bc044d5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed 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
diff --git a/authz-certman/.gitignore b/authz-certman/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index 53e0781..91b5dae 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index ad853f5..ed7f1ca 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index 689c2db..9fd99a3 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index be41751..26c8614 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3a7bbe1..067bedd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 761867d..485684e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fab8994..b41801d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bc999f2..df0b640 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 52621e5..53a7c7e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 91168dc..c3a32ea 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e9c2457..3092603 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c0a219d..9fe9562 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4c13ab4..7a93259 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6806a58..9c24538 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8257e5c..2c0edc7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 249f218..36e391a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6dd012d..8002469 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e9e5d54..af02f13 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2242144..7fbc8bf 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7218b15..47e4872 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 63c4f6a..9f5a677 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9e6d5fa..3c60f21 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fa8ac6f..adf65ed 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c29404e..587d235 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 85163f0..d9f360f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 73e7160..d48afb6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 31465a8..756f0d4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 898ddf6..1f0d245 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c18afe5..b877e48 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b504f6a..00c83fd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 541d5fb..bdae91b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f40268d..7e2f9d0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e613e59..126d0f6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e3a428a..3ee0218 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * 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/authz-client/.gitignore b/authz-client/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
diff --git a/authz-cmd/.gitignore b/authz-cmd/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index 054ad57..fcd9da8 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index c79adfc..94a6c59 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 4fa723e..c1f2ad6 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 089cfbe..f2e8683 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 054ad57..fcd9da8 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index e499aa4..357d312 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 44724dc..8fc6eba 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3dce84c..68826c6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0439eb8..49ffaeb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ae3c4c1..a9a9dfc 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 329f019..c932462 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a944859..9a5995e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 318d223..7e31a37 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2ef030f..7dcd5a1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 89a99f9..670beec 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f345cfa..c3ce9d2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index aa10c58..544ed0c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b428af8..e43bd78 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8258422..d2671a1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fb60f27..73ae923 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a67ff2e..2406f8e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ffe9b08..9877580 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c314a10..8a28741 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a957def..ab717eb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6e57b09..56db604 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fe80d62..72ca77a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index afc041f..f8d87af 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9e559a9..c8bc07e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7459c22..c711e28 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7ad60a7..43b1008 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3ce9d7d..43b8349 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e77df59..0dc1212 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d4c5a59..3a5f73f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c8cbe5e..bb41bd1 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7ebe3f9..c5557ba 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b7f4406..ddbb752 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a6bd680..2c6231f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d5c5401..b1f0995 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 757c017..3d6646f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f9780dd..0b15fbe 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d65bfcc..d87c29e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index be653fa..58affb2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 23b1d42..44eefa3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d85447c..1a5566d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ec76137..143c261 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b1c7055..31ce227 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ecac7ff..0c33154 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0553870..7d22a2e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9f47c61..450682d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3802cc7..52eaac7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 72cf203..8980d72 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 253a537..dd5a0c6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 67c2c50..87edee6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b47db01..912be45 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 50dff9b..f57c542 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fad9347..c75bdf4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 03db10f..08466a6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a3336ae..288cd11 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ea8276c..9768913 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1319889..daa68e0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index af4095f..f61e66c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d88c15d..fc5afec 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bf384f6..31c0149 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 85569f4..410085a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 779f625..a35191a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8ede118..3ce4ac7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fb13bbb..e05813a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e2a8990..f2eb855 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1d660c6..af88437 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 13f1111..27be777 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f3d721c..9cd76a2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3e1eefa..d722020 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 67a6d22..0096bfb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c5af6f9..2856372 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f9c5727..988dabc 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ce900f7..9ca61ba 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 78b630c..ce760a4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1ab0ae0..57e4a9c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ab67de3..59391ee 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7bf8403..9a8147a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fe07b74..4d53601 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c2ea19c..bc58491 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 85b7b22..b5a82be 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 93b7e3d..775a80b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c730069..53b5f36 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a986ff5..5362d87 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b9228b0..253a9c5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 895693c..263a406 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4ef7384..1f80e8f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 78b65da..32a4576 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9e291c2..d533550 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fa90e5f..cfcbf44 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c2b6463..1f5dfc9 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5bcd774..1dc317c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fb789ec..51befc3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f4cf7cf..50f35ac 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 228b46a..851667b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b88bc74..9621026 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7835f22..5db384e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a0b6ccd..fb25ba7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3fffc9d..a812f0a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e64fe93..03708a6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c0f3ff5..ee1c15d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f18c20a..66c3914 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c088a6b..f56c4d5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ccd687c..92cdf33 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3d5fcad..d015b38 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 750543f..f892a3c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5ef38c3..c53ac19 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 33319a5..90946de 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 279fe2d..570d79f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0f80a81..4abdf59 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e1e2d4b..4676382 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index cc4f648..622d020 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e1d9149..c5f9402 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5600d5a..bf453d6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 51e20c1..5ad1a95 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b68e597..f90c834 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c24531b..076a68a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * 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/authz-core/.gitignore b/authz-core/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index 7120f35..10a47f2 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 747ab50..58f6d9a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b5015b0..caae114 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 129dddd..b835d64 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 46bec11..a546af7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 77f94a4..6859788 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ecc9577..bec9231 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b65994b..1158ad4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0739445..6e657e5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1af9a26..2934491 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index cc00eff..69d6d69 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a54e856..1513c58 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a689964..8304329 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0f87eb2..2073800 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index dcdf646..c3c0e40 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e8938cd..4163e3c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a3928fb..14be05b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c97111e..81f5376 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index aa935d0..75db79b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2930e09..74b1577 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ea2850a..6b6399d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 80de269..29328fb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 01ecf38..f4108bb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fd6c8a5..f58cd42 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ca07843..72213f3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c247aad..0aa053f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1f5a60f..5c40df5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7d3b88c..8291dc7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ed116e6..330dffb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0a8cffe..644ee72 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6dee8d3..7093407 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c2d7fb8..e7d559b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 244609b..8d045be 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1ef5456..c2b37ca 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 6fd7049..5094e08 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e24c48e..183d3be 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 76e589a..5e254df 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index af0cd26..92da6ea 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bda84f0..1c63915 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c00ff68..b6d0490 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f9a934e..dbee3fa 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 640fbdc..f5f33dd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7853a20..6cb5645 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8bebfa7..415aee6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 27c7ad6..40e0400 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index be0746b..df6a8d2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 91a5412..212a3dc 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 75f2a52..8876d50 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3716b19..a82429a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d6405c2..b155552 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5cc362f..f185958 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 67328f6..f6b2bba 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 76d5553..cb1502b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 47ea35b..12815b2 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5a82591..b0f270f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index dd2a33e..7bc51b5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * 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/authz-defOrg/.gitignore b/authz-defOrg/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index a61aa57..abd5d41 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 5a3abc8..fc25260 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 5178779..21ea63e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index cb184e3..3d55ce0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 73c579b..26ac2a9 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e8078e6..68fc15f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a86ca4e..2ffa1f7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 97ae02e..3a51b6f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d1c3107..164566d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 65c6f1c..2bda77f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * 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/authz-fs/.gitignore b/authz-fs/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index aa896d6..d4ae503 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 38593d6..65a4ca7 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index a51db07..b5d1ffd 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 428a274..7ea7302 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index d7d2995..30ac1a6 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3ea025a..3417cb0 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * 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/authz-gui/.gitignore b/authz-gui/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
diff --git a/authz-gw/.gitignore b/authz-gw/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index c4399f3..29564b5 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 963c6f0..fb5f22c 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index 7e6c427..f48470d 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 9411bcd..959baf3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 07717db..e5a48df 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ffe42e1..31cbd1b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index a752e67..22b68eb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7705c4a..c6a1e0f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 14d8c41..0c23455 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 52dae40..3236106 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e4eb635..daeea34 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4b79b07..463931d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9f1c3f1..6045ad4 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index fbaa91e..7b6e914 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c2f3049..143dcce 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 49f2f84..49ee4b8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index aaa5489..c1f7e35 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3113d9d..d1b1c33 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 2a53c31..80ab0ec 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * 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/authz-service/.gitignore b/authz-service/.gitignore
deleted file mode 100644 (file)
index b85845b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
-/dme2reg/
-/logs/
index 85b9d5d..6abe62d 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 20f5ade..561d7b4 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 1b55ee8..75507e7 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index d7824cf..ef14fbd 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 9c7234d..984d1d5 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 78b2922..dedc1a3 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7067646..abc0f10 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f562d62..3bed07a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 98e09bb..be4d8e7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3ba557f..00b288d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 1e0fa64..7791079 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index e6e3c82..6a5b045 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 55f41f5..dcd0273 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d3a61e9..f766364 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index f948aac..b70712c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 05d5bfc..651a517 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ee2cd18..d0e6744 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d1b00f1..c8eb18c 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4545ffc..f204f1b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 08183a6..15e7eeb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3f4c19b..a4702cf 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 0fc630a..6df0845 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8c8aa13..6b5c2dd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 83915a8..3c45a7a 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9351945..a8e8a39 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 85fc1a1..8d8fea8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 288d325..96afb79 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 88001ba..626ba4b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4a7e97b..67c929e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 529a2d3..e11c268 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index d04f40d..fce6824 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index 52eff0e..b1976ed 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index c3c6d71..c262524 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index c566813..cc8c7ee 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index f2e566d..5256091 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index bc1eca1..4fc015d 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 441a6f3..6a3f0ca 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index de3c1ed..69738ad 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index ecd13e6..3d0b7c8 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 8ad520e..9b4c9eb 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index c0105de..a44d667 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 23d0924..af18d0e 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 4cbab1c..714f05b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 474af92..a7ce97f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 726a754..74c56bd 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b0f95e5..9e4f84f 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 9eed4a2..26f2699 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index b1be0dd..fef7c75 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 3ac84a4..bc38538 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index aee5d5b..8896fba 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 40ab451..9de77e7 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * Licensed under the Apache License, Version 2.0 (the "License");\r
  * * you may not use this file except in compliance with the License.\r
index 7c0b220..df7222b 100644 (file)
@@ -1,9 +1,8 @@
 /*******************************************************************************\r
  * ============LICENSE_START====================================================\r
- * * org.onap.aai\r
+ * * org.onap.aaf\r
  * * ===========================================================================\r
  * * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
- * * Copyright © 2017 Amdocs\r
  * * ===========================================================================\r
  * * 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/authz-test/.gitignore b/authz-test/.gitignore
deleted file mode 100644 (file)
index f99ab6a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.metadata
-.settings
-.classpath
-.project
-target
index 058508a..d7ecee4 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r
index 21df6d4..6affb59 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 089cfbe..f2e8683 100644 (file)
@@ -1,9 +1,8 @@
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index ec5e5c5..8cb7c9d 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index 31f9508..625ed2d 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <!--\r
   ============LICENSE_START====================================================\r
-  * org.onap.aai\r
+  * org.onap.aaf\r
   * ===========================================================================\r
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-  * Copyright © 2017 Amdocs\r
   * ===========================================================================\r
   * Licensed under the Apache License, Version 2.0 (the "License");\r
   * you may not use this file except in compliance with the License.\r
index c566813..cc8c7ee 100644 (file)
@@ -1,9 +1,8 @@
 #-------------------------------------------------------------------------------\r
 # ============LICENSE_START====================================================\r
-# * org.onap.aai\r
+# * org.onap.aaf\r
 # * ===========================================================================\r
 # * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
-# * Copyright © 2017 Amdocs\r
 # * ===========================================================================\r
 # * Licensed under the Apache License, Version 2.0 (the "License");\r
 # * you may not use this file except in compliance with the License.\r