You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/21 20:15:14 UTC

[8/9] git commit: Added teh apache license header in all the files

Added teh apache license header in all the files


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/e5ec67a0
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/e5ec67a0
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/e5ec67a0

Branch: refs/heads/master
Commit: e5ec67a02dc867cd28619dae6cbf695751869c59
Parents: 9f0df36
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Tue Oct 21 20:14:23 2014 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Tue Oct 21 20:14:23 2014 +0200

----------------------------------------------------------------------
 .../java/org/openldap/fortress/AccelMgr.java    | 24 +++++----
 .../org/openldap/fortress/AccelMgrFactory.java  | 24 +++++----
 .../java/org/openldap/fortress/AccessMgr.java   | 24 +++++----
 .../org/openldap/fortress/AccessMgrFactory.java | 24 +++++----
 .../java/org/openldap/fortress/AdminMgr.java    | 24 +++++----
 .../org/openldap/fortress/AdminMgrFactory.java  | 24 +++++----
 .../java/org/openldap/fortress/AuditMgr.java    | 24 +++++----
 .../org/openldap/fortress/AuditMgrFactory.java  | 24 +++++----
 .../fortress/AuthorizationException.java        | 24 +++++----
 .../org/openldap/fortress/BaseException.java    | 24 +++++----
 .../openldap/fortress/BaseRuntimeException.java | 24 +++++----
 .../org/openldap/fortress/CfgException.java     | 24 +++++----
 .../openldap/fortress/CfgRuntimeException.java  | 24 +++++----
 .../org/openldap/fortress/CreateException.java  | 24 +++++----
 .../org/openldap/fortress/DelAccessMgr.java     | 24 +++++----
 .../openldap/fortress/DelAccessMgrFactory.java  | 24 +++++----
 .../java/org/openldap/fortress/DelAdminMgr.java | 24 +++++----
 .../openldap/fortress/DelAdminMgrFactory.java   | 24 +++++----
 .../org/openldap/fortress/DelReviewMgr.java     | 24 +++++----
 .../openldap/fortress/DelReviewMgrFactory.java  | 24 +++++----
 .../org/openldap/fortress/FinderException.java  | 24 +++++----
 .../org/openldap/fortress/GlobalErrIds.java     | 24 +++++----
 .../java/org/openldap/fortress/GlobalIds.java   | 24 +++++----
 .../java/org/openldap/fortress/Manageable.java  | 24 +++++----
 .../org/openldap/fortress/ObjectFactory.java    | 23 +++++----
 .../openldap/fortress/PasswordException.java    | 24 +++++----
 .../java/org/openldap/fortress/PwPolicyMgr.java | 24 +++++----
 .../openldap/fortress/PwPolicyMgrFactory.java   | 24 +++++----
 .../org/openldap/fortress/RemoveException.java  | 24 +++++----
 .../org/openldap/fortress/RestException.java    | 24 +++++----
 .../java/org/openldap/fortress/ReviewMgr.java   | 24 +++++----
 .../org/openldap/fortress/ReviewMgrFactory.java | 24 +++++----
 .../openldap/fortress/SecurityException.java    | 24 +++++----
 .../openldap/fortress/StandardException.java    | 24 +++++----
 .../org/openldap/fortress/UpdateException.java  | 24 +++++----
 .../openldap/fortress/ValidationException.java  | 24 +++++----
 .../org/openldap/fortress/ant/Addadminrole.java | 24 +++++----
 .../fortress/ant/Addadminroleinheritance.java   | 24 +++++----
 .../org/openldap/fortress/ant/Addconfig.java    | 24 +++++----
 .../org/openldap/fortress/ant/Addcontainer.java | 24 +++++----
 .../org/openldap/fortress/ant/Addcontext.java   | 24 +++++----
 .../org/openldap/fortress/ant/Addgroup.java     | 24 +++++----
 .../openldap/fortress/ant/Addgroupmember.java   | 24 +++++----
 .../openldap/fortress/ant/Addgroupproperty.java | 24 +++++----
 .../org/openldap/fortress/ant/Addorgunit.java   | 24 +++++----
 .../org/openldap/fortress/ant/AddpermGrant.java | 24 +++++----
 .../org/openldap/fortress/ant/AddpermObj.java   | 24 +++++----
 .../org/openldap/fortress/ant/AddpermOp.java    | 24 +++++----
 .../fortress/ant/Addpermorgunitinheritance.java | 24 +++++----
 .../org/openldap/fortress/ant/Addpwpolicy.java  | 24 +++++----
 .../java/org/openldap/fortress/ant/Addrole.java | 24 +++++----
 .../fortress/ant/Addroleinheritance.java        | 24 +++++----
 .../org/openldap/fortress/ant/Addsdset.java     | 24 +++++----
 .../org/openldap/fortress/ant/Addsuffix.java    | 24 +++++----
 .../java/org/openldap/fortress/ant/Adduser.java | 24 +++++----
 .../openldap/fortress/ant/Adduseradminrole.java | 24 +++++----
 .../fortress/ant/Adduserorgunitinheritance.java | 24 +++++----
 .../org/openldap/fortress/ant/Adduserrole.java  | 24 +++++----
 .../org/openldap/fortress/ant/AdminRoleAnt.java | 24 +++++----
 .../org/openldap/fortress/ant/ConfigAnt.java    | 24 +++++----
 .../org/openldap/fortress/ant/Deladminrole.java | 24 +++++----
 .../fortress/ant/Deladminroleinheritance.java   | 24 +++++----
 .../org/openldap/fortress/ant/Delconfig.java    | 24 +++++----
 .../org/openldap/fortress/ant/Delcontainer.java | 24 +++++----
 .../org/openldap/fortress/ant/Delgroup.java     | 24 +++++----
 .../openldap/fortress/ant/Delgroupmember.java   | 24 +++++----
 .../openldap/fortress/ant/Delgroupproperty.java | 24 +++++----
 .../org/openldap/fortress/ant/Delorgunit.java   | 24 +++++----
 .../org/openldap/fortress/ant/DelpermGrant.java | 24 +++++----
 .../org/openldap/fortress/ant/DelpermObj.java   | 24 +++++----
 .../org/openldap/fortress/ant/DelpermOp.java    | 24 +++++----
 .../fortress/ant/Delpermorgunitinheritance.java | 24 +++++----
 .../org/openldap/fortress/ant/Delpwpolicy.java  | 24 +++++----
 .../java/org/openldap/fortress/ant/Delrole.java | 24 +++++----
 .../fortress/ant/Delroleinheritance.java        | 24 +++++----
 .../org/openldap/fortress/ant/Delsdset.java     | 24 +++++----
 .../org/openldap/fortress/ant/Delsuffix.java    | 24 +++++----
 .../java/org/openldap/fortress/ant/Deluser.java | 24 +++++----
 .../openldap/fortress/ant/Deluseradminrole.java | 24 +++++----
 .../fortress/ant/Deluserorgunitinheritance.java | 24 +++++----
 .../org/openldap/fortress/ant/Deluserrole.java  | 24 +++++----
 .../openldap/fortress/ant/FortressAntTask.java  | 24 +++++----
 .../java/org/openldap/fortress/ant/PermAnt.java | 24 +++++----
 .../org/openldap/fortress/ant/SDSetAnt.java     | 24 +++++----
 .../java/org/openldap/fortress/ant/UserAnt.java | 24 +++++----
 .../java/org/openldap/fortress/ant/package.html | 31 +++++++-----
 .../java/org/openldap/fortress/cfg/Config.java  | 24 +++++----
 .../org/openldap/fortress/cfg/ConfigDAO.java    | 24 +++++----
 .../org/openldap/fortress/cfg/ConfigMgr.java    | 24 +++++----
 .../openldap/fortress/cfg/ConfigMgrFactory.java | 24 +++++----
 .../openldap/fortress/cfg/ConfigMgrImpl.java    | 24 +++++----
 .../java/org/openldap/fortress/cfg/ConfigP.java | 24 +++++----
 .../java/org/openldap/fortress/cfg/package.html | 32 ++++++------
 .../openldap/fortress/cli/CmdLineParser.java    | 24 +++++----
 .../fortress/cli/CommandLineInterpreter.java    | 23 +++++----
 .../java/org/openldap/fortress/cli/Options.java | 23 +++++----
 .../java/org/openldap/fortress/cli/package.html | 32 ++++++------
 .../fortress/ldap/ApacheDsDataProvider.java     | 24 +++++----
 .../openldap/fortress/ldap/ConnectionPool.java  | 52 ++++++--------------
 .../ldap/LdapClientTrustStoreManager.java       | 23 +++++----
 .../openldap/fortress/ldap/LdapCounters.java    | 34 ++++++-------
 .../org/openldap/fortress/ldap/PoolMgr.java     | 24 +++++----
 .../fortress/ldap/UnboundIdDataProvider.java    | 24 +++++----
 .../ldap/container/OrganizationalUnit.java      | 24 +++++----
 .../ldap/container/OrganizationalUnitDAO.java   | 24 +++++----
 .../ldap/container/OrganizationalUnitP.java     | 24 +++++----
 .../fortress/ldap/container/package.html        | 32 ++++++------
 .../org/openldap/fortress/ldap/group/Group.java | 24 +++++----
 .../openldap/fortress/ldap/group/GroupDAO.java  | 24 +++++----
 .../openldap/fortress/ldap/group/GroupMgr.java  | 24 +++++----
 .../fortress/ldap/group/GroupMgrFactory.java    | 24 +++++----
 .../fortress/ldap/group/GroupMgrImpl.java       | 24 +++++----
 .../openldap/fortress/ldap/group/GroupP.java    | 24 +++++----
 .../openldap/fortress/ldap/group/package.html   | 32 ++++++------
 .../fortress/ldap/openldap/OLPWControlImpl.java | 24 +++++----
 .../fortress/ldap/openldap/package.html         | 32 ++++++------
 .../org/openldap/fortress/ldap/package.html     | 32 ++++++------
 .../openldap/fortress/ldap/suffix/Suffix.java   | 24 +++++----
 .../fortress/ldap/suffix/SuffixDAO.java         | 24 +++++----
 .../openldap/fortress/ldap/suffix/SuffixP.java  | 24 +++++----
 .../openldap/fortress/ldap/suffix/package.html  | 32 ++++++------
 .../java/org/openldap/fortress/overview.html    | 33 +++++++------
 .../java/org/openldap/fortress/package.html     | 31 +++++++-----
 .../openldap/fortress/rbac/AccelMgrImpl.java    | 24 +++++----
 .../openldap/fortress/rbac/AccessMgrImpl.java   | 24 +++++----
 .../org/openldap/fortress/rbac/Address.java     | 23 +++++----
 .../openldap/fortress/rbac/AdminMgrImpl.java    | 24 +++++----
 .../org/openldap/fortress/rbac/AdminRole.java   | 24 +++++----
 .../org/openldap/fortress/rbac/AdminRoleP.java  | 24 +++++----
 .../fortress/rbac/AdminRoleRelationship.java    | 23 +++++----
 .../openldap/fortress/rbac/AdminRoleUtil.java   | 24 +++++----
 .../org/openldap/fortress/rbac/AdminUtil.java   | 24 +++++----
 .../openldap/fortress/rbac/Administrator.java   | 24 +++++----
 .../openldap/fortress/rbac/AuditMgrImpl.java    | 24 +++++----
 .../java/org/openldap/fortress/rbac/AuditP.java | 24 +++++----
 .../java/org/openldap/fortress/rbac/AuthZ.java  | 24 +++++----
 .../java/org/openldap/fortress/rbac/Bind.java   | 24 +++++----
 .../fortress/rbac/CharArrayAdapter.java         | 24 +++++----
 .../org/openldap/fortress/rbac/ClassUtil.java   | 24 +++++----
 .../org/openldap/fortress/rbac/Context.java     | 24 +++++----
 .../org/openldap/fortress/rbac/DSDChecker.java  | 24 +++++----
 .../fortress/rbac/DelAccessMgrImpl.java         | 24 +++++----
 .../openldap/fortress/rbac/DelAdminMgrImpl.java | 24 +++++----
 .../fortress/rbac/DelReviewMgrImpl.java         | 24 +++++----
 .../org/openldap/fortress/rbac/FortEntity.java  | 24 +++++----
 .../openldap/fortress/rbac/GlobalPwMsgIds.java  | 24 +++++----
 .../org/openldap/fortress/rbac/Graphable.java   | 24 +++++----
 .../java/org/openldap/fortress/rbac/Hier.java   | 24 +++++----
 .../org/openldap/fortress/rbac/HierUtil.java    | 24 +++++----
 .../org/openldap/fortress/rbac/Manageable.java  | 24 +++++----
 .../java/org/openldap/fortress/rbac/Mod.java    | 24 +++++----
 .../org/openldap/fortress/rbac/OrgUnit.java     | 23 +++++----
 .../org/openldap/fortress/rbac/OrgUnitAnt.java  | 24 +++++----
 .../org/openldap/fortress/rbac/OrgUnitP.java    | 24 +++++----
 .../fortress/rbac/OrgUnitRelationship.java      | 23 +++++----
 .../org/openldap/fortress/rbac/PermGrant.java   | 24 +++++----
 .../org/openldap/fortress/rbac/PermObj.java     | 24 +++++----
 .../java/org/openldap/fortress/rbac/PermP.java  | 24 +++++----
 .../org/openldap/fortress/rbac/Permission.java  | 24 +++++----
 .../org/openldap/fortress/rbac/PolicyP.java     | 24 +++++----
 .../java/org/openldap/fortress/rbac/Props.java  | 24 +++++----
 .../org/openldap/fortress/rbac/PsoUtil.java     | 24 +++++----
 .../org/openldap/fortress/rbac/PwMessage.java   | 24 +++++----
 .../org/openldap/fortress/rbac/PwPolicy.java    | 24 +++++----
 .../openldap/fortress/rbac/PwPolicyControl.java | 24 +++++----
 .../openldap/fortress/rbac/PwPolicyMgrImpl.java | 24 +++++----
 .../openldap/fortress/rbac/Relationship.java    | 24 +++++----
 .../openldap/fortress/rbac/ReviewMgrImpl.java   | 24 +++++----
 .../java/org/openldap/fortress/rbac/Role.java   | 24 +++++----
 .../java/org/openldap/fortress/rbac/RoleP.java  | 24 +++++----
 .../org/openldap/fortress/rbac/RolePerm.java    | 24 +++++----
 .../fortress/rbac/RoleRelationship.java         | 24 +++++----
 .../org/openldap/fortress/rbac/RoleUtil.java    | 24 +++++----
 .../java/org/openldap/fortress/rbac/SDSet.java  | 24 +++++----
 .../java/org/openldap/fortress/rbac/SDUtil.java | 24 +++++----
 .../java/org/openldap/fortress/rbac/SdP.java    | 24 +++++----
 .../org/openldap/fortress/rbac/Session.java     | 24 +++++----
 .../org/openldap/fortress/rbac/SetAdapter.java  | 24 +++++----
 .../java/org/openldap/fortress/rbac/User.java   | 24 +++++----
 .../openldap/fortress/rbac/UserAdminRole.java   | 24 +++++----
 .../org/openldap/fortress/rbac/UserAudit.java   | 24 +++++----
 .../java/org/openldap/fortress/rbac/UserP.java  | 24 +++++----
 .../org/openldap/fortress/rbac/UserRole.java    | 24 +++++----
 .../org/openldap/fortress/rbac/UsoUtil.java     | 24 +++++----
 .../org/openldap/fortress/rbac/Warning.java     | 24 +++++----
 .../fortress/rbac/dao/AcceleratorDAO.java       | 24 +++++----
 .../fortress/rbac/dao/AdminRoleDAO.java         | 23 +++++----
 .../openldap/fortress/rbac/dao/AuditDAO.java    | 23 +++++----
 .../org/openldap/fortress/rbac/dao/DAOType.java | 24 +++++----
 .../openldap/fortress/rbac/dao/DaoFactory.java  | 23 +++++----
 .../openldap/fortress/rbac/dao/OrgUnitDAO.java  | 23 +++++----
 .../org/openldap/fortress/rbac/dao/PermDAO.java | 23 +++++----
 .../openldap/fortress/rbac/dao/PolicyDAO.java   | 23 +++++----
 .../org/openldap/fortress/rbac/dao/RoleDAO.java | 23 +++++----
 .../org/openldap/fortress/rbac/dao/SdDAO.java   | 24 +++++----
 .../org/openldap/fortress/rbac/dao/UserDAO.java | 23 +++++----
 .../rbac/dao/apache/AcceleratorDAO.java         | 24 +++++----
 .../fortress/rbac/dao/apache/AdminRoleDAO.java  | 24 +++++----
 .../fortress/rbac/dao/apache/AuditDAO.java      | 26 +++++-----
 .../fortress/rbac/dao/apache/OrgUnitDAO.java    | 24 +++++----
 .../fortress/rbac/dao/apache/PermDAO.java       | 24 +++++----
 .../fortress/rbac/dao/apache/PolicyDAO.java     | 24 +++++----
 .../fortress/rbac/dao/apache/RoleDAO.java       | 24 +++++----
 .../fortress/rbac/dao/apache/SdDAO.java         | 24 +++++----
 .../fortress/rbac/dao/apache/UserDAO.java       | 24 +++++----
 .../rbac/dao/unboundid/AdminRoleDAO.java        | 24 +++++----
 .../fortress/rbac/dao/unboundid/AuditDAO.java   | 26 +++++-----
 .../fortress/rbac/dao/unboundid/OrgUnitDAO.java | 24 +++++----
 .../fortress/rbac/dao/unboundid/PermDAO.java    | 24 +++++----
 .../fortress/rbac/dao/unboundid/PolicyDAO.java  | 24 +++++----
 .../fortress/rbac/dao/unboundid/RoleDAO.java    | 24 +++++----
 .../fortress/rbac/dao/unboundid/SdDAO.java      | 24 +++++----
 .../fortress/rbac/dao/unboundid/UserDAO.java    | 24 +++++----
 .../org/openldap/fortress/rbac/package.html     | 32 ++++++------
 .../fortress/rest/AccessMgrRestImpl.java        | 23 +++++----
 .../fortress/rest/AdminMgrRestImpl.java         | 23 +++++----
 .../fortress/rest/AuditMgrRestImpl.java         | 24 +++++----
 .../fortress/rest/CachedJaxbContext.java        | 24 +++++----
 .../fortress/rest/ConfigMgrRestImpl.java        | 24 +++++----
 .../fortress/rest/DelAccessMgrRestImpl.java     | 24 +++++----
 .../fortress/rest/DelAdminMgrRestImpl.java      | 24 +++++----
 .../fortress/rest/DelReviewMgrRestImpl.java     | 24 +++++----
 .../org/openldap/fortress/rest/FortRequest.java | 23 +++++----
 .../openldap/fortress/rest/FortResponse.java    | 23 +++++----
 .../org/openldap/fortress/rest/HttpIds.java     | 23 +++++----
 .../openldap/fortress/rest/JAXBCachedEntry.java | 24 +++++----
 .../fortress/rest/PwPolicyMgrRestImpl.java      | 24 +++++----
 .../org/openldap/fortress/rest/RestUtils.java   | 24 +++++----
 .../fortress/rest/ReviewMgrRestImpl.java        | 24 +++++----
 .../org/openldap/fortress/rest/package.html     | 31 +++++++-----
 .../org/openldap/fortress/util/LogUtil.java     | 24 +++++----
 .../org/openldap/fortress/util/Testable.java    | 24 +++++----
 .../openldap/fortress/util/attr/AttrHelper.java | 24 +++++----
 .../openldap/fortress/util/attr/RegExUtil.java  | 24 +++++----
 .../org/openldap/fortress/util/attr/VUtil.java  | 24 +++++----
 .../openldap/fortress/util/attr/package.html    | 32 ++++++------
 .../org/openldap/fortress/util/cache/Cache.java | 23 +++++----
 .../fortress/util/cache/CacheException.java     | 23 +++++----
 .../fortress/util/cache/CacheFactory.java       | 23 +++++----
 .../openldap/fortress/util/cache/CacheMgr.java  | 23 +++++----
 .../fortress/util/cache/DsdCacheEntry.java      | 23 +++++----
 .../fortress/util/cache/EhCacheImpl.java        | 23 +++++----
 .../openldap/fortress/util/cache/package.html   | 32 ++++++------
 .../fortress/util/crypto/EncryptUtil.java       | 24 +++++----
 .../openldap/fortress/util/crypto/package.html  | 32 ++++++------
 .../org/openldap/fortress/util/package.html     | 32 ++++++------
 .../org/openldap/fortress/util/time/CUtil.java  | 24 +++++----
 .../openldap/fortress/util/time/ClockTime.java  | 24 +++++----
 .../openldap/fortress/util/time/Constraint.java | 24 +++++----
 .../org/openldap/fortress/util/time/Date.java   | 24 +++++----
 .../org/openldap/fortress/util/time/Day.java    | 24 +++++----
 .../openldap/fortress/util/time/LockDate.java   | 24 +++++----
 .../org/openldap/fortress/util/time/TUtil.java  | 24 +++++----
 .../org/openldap/fortress/util/time/Time.java   | 23 +++++----
 .../openldap/fortress/util/time/Timeout.java    | 24 +++++----
 .../openldap/fortress/util/time/Validator.java  | 24 +++++----
 .../openldap/fortress/util/time/package.html    | 32 ++++++------
 .../org/openldap/fortress/AccessMgrConsole.java | 27 +++++-----
 .../org/openldap/fortress/AdminMgrConsole.java  | 27 +++++-----
 .../org/openldap/fortress/AuditMgrConsole.java  | 27 +++++-----
 .../org/openldap/fortress/ConfigMgrConsole.java | 27 +++++-----
 .../fortress/DelegatedAccessMgrConsole.java     | 27 +++++-----
 .../fortress/DelegatedAdminMgrConsole.java      | 27 +++++-----
 .../fortress/DelegatedReviewMgrConsole.java     | 24 +++++----
 .../openldap/fortress/EncryptMgrConsole.java    | 27 +++++-----
 .../org/openldap/fortress/FortressConsole.java  | 28 +++++------
 .../org/openldap/fortress/GroupMgrConsole.java  | 27 +++++-----
 .../org/openldap/fortress/PolicyMgrConsole.java | 27 +++++-----
 .../openldap/fortress/ProcessMenuCommand.java   | 27 +++++-----
 .../java/org/openldap/fortress/ReaderUtil.java  | 24 +++++----
 .../org/openldap/fortress/ReviewMgrConsole.java | 24 +++++----
 .../org/openldap/fortress/ant/TestAddUsers.xml  | 20 +++++++-
 .../openldap/fortress/example/Addexample.java   | 24 +++++----
 .../openldap/fortress/example/Delexample.java   | 24 +++++----
 .../org/openldap/fortress/example/EErrIds.java  | 24 +++++----
 .../org/openldap/fortress/example/EIds.java     | 24 +++++----
 .../org/openldap/fortress/example/Example.java  | 24 +++++----
 .../fortress/example/ExampleAdminMgr.java       | 24 +++++----
 .../example/ExampleAdminMgrFactory.java         | 24 +++++----
 .../fortress/example/ExampleAdminMgrImpl.java   | 24 +++++----
 .../openldap/fortress/example/ExampleDAO.java   | 24 +++++----
 .../org/openldap/fortress/example/ExampleP.java | 24 +++++----
 .../openldap/fortress/example/example.schema    | 21 +++++++-
 .../openldap/fortress/group/GroupAntTest.java   | 24 +++++----
 .../openldap/fortress/group/LoadGroupTest1.xml  | 30 ++++++-----
 .../openldap/fortress/group/LoadGroupTest2.xml  | 30 ++++++-----
 .../openldap/fortress/group/LoadGroupTest3.xml  | 30 ++++++-----
 .../fortress/jmeter/AccelCreateSession.java     | 24 +++++----
 .../openldap/fortress/jmeter/CheckAccess.java   | 24 +++++----
 .../fortress/jmeter/FortressCreateSession.java  | 24 +++++----
 .../fortress/rbac/AccelMgrImplTest.java         | 24 +++++----
 .../fortress/rbac/AccessMgrImplTest.java        | 24 +++++----
 .../fortress/rbac/AdminMgrImplTest.java         | 24 +++++----
 .../fortress/rbac/AdminRoleTestData.java        | 24 +++++----
 .../fortress/rbac/AuditMgrImplTest.java         | 24 +++++----
 .../org/openldap/fortress/rbac/CacheSample.java | 24 +++++----
 .../fortress/rbac/DelegatedMgrImplTest.java     | 24 +++++----
 .../fortress/rbac/FortressAntLoadTest.java      | 24 +++++----
 .../fortress/rbac/FortressJUnitTest.java        | 24 +++++----
 .../openldap/fortress/rbac/MyAnnotation.java    | 24 +++++----
 .../openldap/fortress/rbac/OrgUnitTestData.java | 24 +++++----
 .../java/org/openldap/fortress/rbac/PRA.java    | 24 +++++----
 .../org/openldap/fortress/rbac/PRATestData.java | 24 +++++----
 .../openldap/fortress/rbac/PermTestData.java    | 24 +++++----
 .../openldap/fortress/rbac/PolicyTestData.java  | 24 +++++----
 .../fortress/rbac/PswdPolicyMgrImplTest.java    | 24 +++++----
 .../fortress/rbac/ReviewMgrImplTest.java        | 24 +++++----
 .../openldap/fortress/rbac/RoleTestData.java    | 24 +++++----
 .../org/openldap/fortress/rbac/TestUtils.java   | 24 +++++----
 .../java/org/openldap/fortress/rbac/URA.java    | 24 +++++----
 .../org/openldap/fortress/rbac/URATestData.java | 24 +++++----
 .../openldap/fortress/rbac/UserTestData.java    | 23 +++++----
 .../rbac/accelerator/TestAccelerator.java       | 24 +++++----
 .../rbac/apacheds/AdminManagerTest.java         | 24 +++++----
 .../apacheds/FortressJUnitApachedsTest.java     | 24 +++++----
 .../fortress/samples/AccessMgrSample.java       | 24 +++++----
 .../fortress/samples/AllSamplesJUnitTest.java   | 24 +++++----
 .../samples/CreatePermOrgHierarchySample.java   | 24 +++++----
 .../fortress/samples/CreatePermOrgSample.java   | 24 +++++----
 .../fortress/samples/CreatePermSample.java      | 24 +++++----
 .../samples/CreateRoleHierarchySample.java      | 24 +++++----
 .../fortress/samples/CreateRoleSample.java      | 24 +++++----
 .../fortress/samples/CreateSessionSample.java   | 24 +++++----
 .../samples/CreateUserOrgHierarchySample.java   | 24 +++++----
 .../fortress/samples/CreateUserOrgSample.java   | 24 +++++----
 .../fortress/samples/CreateUserRoleSample.java  | 24 +++++----
 .../fortress/samples/CreateUserSample.java      | 24 +++++----
 src/test/resources/fortress-schema.ldif         | 18 +++++++
 src/test/resources/init-ldap.ldif               | 18 +++++++
 src/test/resources/log4j.xml                    | 19 ++++++-
 src/test/resources/test-data.ldif               | 19 +++++++
 331 files changed, 4741 insertions(+), 3373 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AccelMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AccelMgr.java b/src/main/java/org/openldap/fortress/AccelMgr.java
index 9a2da51..6c339de 100644
--- a/src/main/java/org/openldap/fortress/AccelMgr.java
+++ b/src/main/java/org/openldap/fortress/AccelMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AccelMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AccelMgrFactory.java b/src/main/java/org/openldap/fortress/AccelMgrFactory.java
index a382975..5b6f08c 100644
--- a/src/main/java/org/openldap/fortress/AccelMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/AccelMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AccessMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AccessMgr.java b/src/main/java/org/openldap/fortress/AccessMgr.java
index 0a39aba..75c79d1 100755
--- a/src/main/java/org/openldap/fortress/AccessMgr.java
+++ b/src/main/java/org/openldap/fortress/AccessMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AccessMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AccessMgrFactory.java b/src/main/java/org/openldap/fortress/AccessMgrFactory.java
index ba37902..97f84bd 100755
--- a/src/main/java/org/openldap/fortress/AccessMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/AccessMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AdminMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AdminMgr.java b/src/main/java/org/openldap/fortress/AdminMgr.java
index a91b58a..ce99a30 100755
--- a/src/main/java/org/openldap/fortress/AdminMgr.java
+++ b/src/main/java/org/openldap/fortress/AdminMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.rbac.PermObj;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AdminMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AdminMgrFactory.java b/src/main/java/org/openldap/fortress/AdminMgrFactory.java
index 3eed026..db8e5b8 100755
--- a/src/main/java/org/openldap/fortress/AdminMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/AdminMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AuditMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AuditMgr.java b/src/main/java/org/openldap/fortress/AuditMgr.java
index db9ad0c..534d7da 100755
--- a/src/main/java/org/openldap/fortress/AuditMgr.java
+++ b/src/main/java/org/openldap/fortress/AuditMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.rbac.AuthZ;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AuditMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AuditMgrFactory.java b/src/main/java/org/openldap/fortress/AuditMgrFactory.java
index a31ca06..e0d4c98 100755
--- a/src/main/java/org/openldap/fortress/AuditMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/AuditMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/AuthorizationException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/AuthorizationException.java b/src/main/java/org/openldap/fortress/AuthorizationException.java
index 38fb1b4..31e0156 100755
--- a/src/main/java/org/openldap/fortress/AuthorizationException.java
+++ b/src/main/java/org/openldap/fortress/AuthorizationException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/BaseException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/BaseException.java b/src/main/java/org/openldap/fortress/BaseException.java
index 26088fb..84c59f1 100755
--- a/src/main/java/org/openldap/fortress/BaseException.java
+++ b/src/main/java/org/openldap/fortress/BaseException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/BaseRuntimeException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/BaseRuntimeException.java b/src/main/java/org/openldap/fortress/BaseRuntimeException.java
index b0dc063..cce5de4 100755
--- a/src/main/java/org/openldap/fortress/BaseRuntimeException.java
+++ b/src/main/java/org/openldap/fortress/BaseRuntimeException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/CfgException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/CfgException.java b/src/main/java/org/openldap/fortress/CfgException.java
index 6ea0296..cca880d 100755
--- a/src/main/java/org/openldap/fortress/CfgException.java
+++ b/src/main/java/org/openldap/fortress/CfgException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/CfgRuntimeException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/CfgRuntimeException.java b/src/main/java/org/openldap/fortress/CfgRuntimeException.java
index af7b4a8..84733db 100755
--- a/src/main/java/org/openldap/fortress/CfgRuntimeException.java
+++ b/src/main/java/org/openldap/fortress/CfgRuntimeException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/CreateException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/CreateException.java b/src/main/java/org/openldap/fortress/CreateException.java
index 61ceb23..874a10f 100755
--- a/src/main/java/org/openldap/fortress/CreateException.java
+++ b/src/main/java/org/openldap/fortress/CreateException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/DelAccessMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/DelAccessMgr.java b/src/main/java/org/openldap/fortress/DelAccessMgr.java
index 5ff85ff..f0ca4e5 100755
--- a/src/main/java/org/openldap/fortress/DelAccessMgr.java
+++ b/src/main/java/org/openldap/fortress/DelAccessMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.rbac.UserAdminRole;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/DelAccessMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/DelAccessMgrFactory.java b/src/main/java/org/openldap/fortress/DelAccessMgrFactory.java
index 2e0ab5c..7cecd5a 100755
--- a/src/main/java/org/openldap/fortress/DelAccessMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/DelAccessMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/DelAdminMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/DelAdminMgr.java b/src/main/java/org/openldap/fortress/DelAdminMgr.java
index c8dfb56..fe0b315 100755
--- a/src/main/java/org/openldap/fortress/DelAdminMgr.java
+++ b/src/main/java/org/openldap/fortress/DelAdminMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.rbac.AdminRole;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/DelAdminMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/DelAdminMgrFactory.java b/src/main/java/org/openldap/fortress/DelAdminMgrFactory.java
index 2430eb0..849a616 100755
--- a/src/main/java/org/openldap/fortress/DelAdminMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/DelAdminMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/DelReviewMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/DelReviewMgr.java b/src/main/java/org/openldap/fortress/DelReviewMgr.java
index 60331b1..f7805f6 100755
--- a/src/main/java/org/openldap/fortress/DelReviewMgr.java
+++ b/src/main/java/org/openldap/fortress/DelReviewMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.rbac.AdminRole;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/DelReviewMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/DelReviewMgrFactory.java b/src/main/java/org/openldap/fortress/DelReviewMgrFactory.java
index 678321f..e3bc413 100755
--- a/src/main/java/org/openldap/fortress/DelReviewMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/DelReviewMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/FinderException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/FinderException.java b/src/main/java/org/openldap/fortress/FinderException.java
index b445af4..54234eb 100755
--- a/src/main/java/org/openldap/fortress/FinderException.java
+++ b/src/main/java/org/openldap/fortress/FinderException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/GlobalErrIds.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/GlobalErrIds.java b/src/main/java/org/openldap/fortress/GlobalErrIds.java
index 6c116f5..2ec840b 100755
--- a/src/main/java/org/openldap/fortress/GlobalErrIds.java
+++ b/src/main/java/org/openldap/fortress/GlobalErrIds.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/GlobalIds.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/GlobalIds.java b/src/main/java/org/openldap/fortress/GlobalIds.java
index fc55cd3..d598b1b 100755
--- a/src/main/java/org/openldap/fortress/GlobalIds.java
+++ b/src/main/java/org/openldap/fortress/GlobalIds.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/Manageable.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/Manageable.java b/src/main/java/org/openldap/fortress/Manageable.java
index afd9fb0..736cc2f 100644
--- a/src/main/java/org/openldap/fortress/Manageable.java
+++ b/src/main/java/org/openldap/fortress/Manageable.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/ObjectFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/ObjectFactory.java b/src/main/java/org/openldap/fortress/ObjectFactory.java
index 908844e..a0a36c2 100755
--- a/src/main/java/org/openldap/fortress/ObjectFactory.java
+++ b/src/main/java/org/openldap/fortress/ObjectFactory.java
@@ -1,16 +1,21 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
 package org.openldap.fortress;
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/PasswordException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/PasswordException.java b/src/main/java/org/openldap/fortress/PasswordException.java
index f6dd01e..02ec1a1 100755
--- a/src/main/java/org/openldap/fortress/PasswordException.java
+++ b/src/main/java/org/openldap/fortress/PasswordException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/PwPolicyMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/PwPolicyMgr.java b/src/main/java/org/openldap/fortress/PwPolicyMgr.java
index b6529c3..6bda7b2 100755
--- a/src/main/java/org/openldap/fortress/PwPolicyMgr.java
+++ b/src/main/java/org/openldap/fortress/PwPolicyMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.rbac.PwPolicy;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/PwPolicyMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/PwPolicyMgrFactory.java b/src/main/java/org/openldap/fortress/PwPolicyMgrFactory.java
index 9677ffa..fd5afb5 100755
--- a/src/main/java/org/openldap/fortress/PwPolicyMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/PwPolicyMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/RemoveException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/RemoveException.java b/src/main/java/org/openldap/fortress/RemoveException.java
index ce74d75..b803d8c 100755
--- a/src/main/java/org/openldap/fortress/RemoveException.java
+++ b/src/main/java/org/openldap/fortress/RemoveException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/RestException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/RestException.java b/src/main/java/org/openldap/fortress/RestException.java
index 4942925..a2744cf 100644
--- a/src/main/java/org/openldap/fortress/RestException.java
+++ b/src/main/java/org/openldap/fortress/RestException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/ReviewMgr.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/ReviewMgr.java b/src/main/java/org/openldap/fortress/ReviewMgr.java
index 0987a19..74bdbbd 100755
--- a/src/main/java/org/openldap/fortress/ReviewMgr.java
+++ b/src/main/java/org/openldap/fortress/ReviewMgr.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.rbac.OrgUnit;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/ReviewMgrFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/ReviewMgrFactory.java b/src/main/java/org/openldap/fortress/ReviewMgrFactory.java
index cc9b222..587242d 100755
--- a/src/main/java/org/openldap/fortress/ReviewMgrFactory.java
+++ b/src/main/java/org/openldap/fortress/ReviewMgrFactory.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 import org.openldap.fortress.cfg.Config;

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/SecurityException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/SecurityException.java b/src/main/java/org/openldap/fortress/SecurityException.java
index b39cb4e..bba7b4d 100755
--- a/src/main/java/org/openldap/fortress/SecurityException.java
+++ b/src/main/java/org/openldap/fortress/SecurityException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/StandardException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/StandardException.java b/src/main/java/org/openldap/fortress/StandardException.java
index 8faf10b..ccd5a58 100755
--- a/src/main/java/org/openldap/fortress/StandardException.java
+++ b/src/main/java/org/openldap/fortress/StandardException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/e5ec67a0/src/main/java/org/openldap/fortress/UpdateException.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/openldap/fortress/UpdateException.java b/src/main/java/org/openldap/fortress/UpdateException.java
index 8e5dafc..26db0ce 100755
--- a/src/main/java/org/openldap/fortress/UpdateException.java
+++ b/src/main/java/org/openldap/fortress/UpdateException.java
@@ -1,18 +1,22 @@
 /*
- * This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you 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
  *
- * Copyright 1998-2014 The OpenLDAP Foundation.
- * All rights reserved.
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted only as authorized by the OpenLDAP
- * Public License.
+ *   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.
  *
- * A copy of this license is available in the file LICENSE in the
- * top-level directory of the distribution or, alternatively, at
- * <http://www.OpenLDAP.org/license.html>.
  */
-
 package org.openldap.fortress;
 
 /**