Add license to policy-engine files 47/43747/1
authorJim Hahn <jrh3@att.com>
Thu, 19 Apr 2018 15:28:41 +0000 (11:28 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 19 Apr 2018 15:29:53 +0000 (11:29 -0400)
commitdaee922e51e60c3cad6a3cc691214a34aad9ac7f
tree870e967760cd2b2d2916377558b91b5f47eeb124
parent19f797e3d37c5fde0da8d58208e1256be9376e82
Add license to policy-engine files

Added license to various files.
Updated XACMLPolicyScanner to work even when license comment
is added to the Policy.xml file.
Moved DOCTYPE before license in html files.
Removed license from css files, as many are generated or
come from third-party software.
Removed license from other generated files.

Change-Id: I9d98ca9f552a6eae17e80ef27fc7045cc4f27b8e
Issue-ID: POLICY-741
Signed-off-by: Jim Hahn <jrh3@att.com>
98 files changed:
BRMSGateway/src/test/resources/META-INF/drop.ddl
ONAP-PAP-REST/pip.properties
ONAP-PAP-REST/src/main/resources/Decision_GuardBLPolicyTemplate.xml
ONAP-PAP-REST/src/main/resources/Decision_GuardPolicyTemplate.xml
ONAP-PAP-REST/src/main/resources/META-INF/drop.ddl
ONAP-PAP-REST/src/test/resources/Config_SampleTest1206.1.xml
ONAP-PAP-REST/src/test/resources/pdps/testgroup2/com.Config_SampleBasePolicy.1.xml
ONAP-PAP-REST/src/test/resources/pdps/testgroup2/xacml.pip.properties
ONAP-PAP-REST/src/test/resources/pdps/testgroup2/xacml.policy.properties
ONAP-PAP-REST/src/test/resources/pdps/xacml.properties
ONAP-PDP-REST/client.properties
ONAP-PDP-REST/config/xacml.pip.properties
ONAP-PDP-REST/config/xacml.policy.properties
ONAP-PDP-REST/src/test/resources/META-INF/drop.ddl
ONAP-PDP-REST/src/test/resources/client.properties
ONAP-REST/src/test/resources/policy_tosca_tca-v1707.yml
ONAP-SDK-APP/distribution.xml
ONAP-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml
ONAP-SDK-APP/src/main/webapp/WEB-INF/web.xml
ONAP-XACML/src/main/java/org/onap/policy/xacml/util/XACMLPolicyScanner.java
ONAP-XACML/src/test/resources/Action_TestActionPolicy.1.xml
ONAP-XACML/src/test/resources/Config_SampleTest1206.1.xml
ONAP-XACML/src/test/resources/emptyPapGroupsDefault/xacml.properties
ONAP-XACML/src/test/resources/pdps/default/com.Config_BRMS_Param_BRMSParamvFWDemoPolicy.1.xml
ONAP-XACML/src/test/resources/pdps/default/xacml.pip.properties
ONAP-XACML/src/test/resources/pdps/default/xacml.policy.properties
ONAP-XACML/src/test/resources/pdps/xacml.properties
ONAP-XACML/testsets/conformance/xacml3.0-ct-v.0.4/IIA001Response.xml
POLICY-SDK-APP/config/policyLogger.properties
POLICY-SDK-APP/policyLogger.properties
POLICY-SDK-APP/src/main/webapp/WEB-INF/conf/system.properties
POLICY-SDK-APP/src/main/webapp/WEB-INF/defs/definitions.xml
POLICY-SDK-APP/src/main/webapp/WEB-INF/web.xml
POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/lockdownIcon.css
POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/w3.css
POLICY-SDK-APP/src/main/webapp/app/policyApp/Windows/Dictionary/FWServiceGroupDictionary.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/ActionPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BRMSParamPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BRMSRawPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/BasePolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/ClosedLoopFaultPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/ClosedLoopPMPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DecisionPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DescribePolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/ExportPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/FirewallPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/OptimizationPolicyTemplate.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/current-folder-breadcrumb.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/item-context-menu.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/item-toolbar.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/main-icons.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/main-table-modal.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/main-table.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/modals.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/navbar.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/policyEditor.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/search-main-table.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/searchNavbar.html
POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/spinner.html
POLICY-SDK-APP/src/test/resources/Action_TestActionPolicy.1.xml
POLICY-SDK-APP/src/test/resources/Config_BRMS_Param_BRMSParamvFWDemoPolicy.1.xml
POLICY-SDK-APP/src/test/resources/Config_BRMS_Raw_TestBRMSRawPolicy.1.xml
POLICY-SDK-APP/src/test/resources/Config_FW_TestFireWallPolicy.1.xml
POLICY-SDK-APP/src/test/resources/Config_Fault_TestClosedLoopPolicy.1.xml
POLICY-SDK-APP/src/test/resources/Config_MS_vFirewall.1.xml
POLICY-SDK-APP/src/test/resources/Config_PM_TestClosedLoopPMPolicy.1.xml
POLICY-SDK-APP/src/test/resources/Config_SampleTest1206.1.xml
POLICY-SDK-APP/src/test/resources/Decision_TestDecisionPolicyWithRuleAlgorithms.1.xml
POLICY-SDK-APP/src/test/resources/pdps/default/xacml.pip.properties
POLICY-SDK-APP/src/test/resources/pdps/default/xacml.policy.properties
POLICY-SDK-APP/src/test/resources/pdps/xacml.properties
POLICY-SDK-APP/src/test/resources/policy_tosca_tca-v1707.yml
PolicyEngineUtils/src/test/resources/META-INF/drop.ddl
docker_build.sh
docker_merge.sh
docker_verify.sh
packages/base/src/files/etc/logrotate.d/elk.conf
packages/base/src/files/etc/logrotate.d/monitor.conf
packages/base/src/files/etc/monitor/monitor.cfg
packages/base/src/files/etc/profile.d/su.cfg
packages/base/src/files/install/elk/bin/elk.sh
packages/base/src/files/install/elk/config/elasticsearch.yml
packages/base/src/files/install/servers/pap/bin/pdps/xacml.properties
packages/base/src/files/install/servers/pap/bin/pip.properties
packages/docker/src/main/docker/do-start.sh
packages/docker/src/main/docker/docker-install.sh
packages/docker/src/main/docker/wait-for-port.sh
packages/install/src/files/base.conf
packages/install/src/files/brmsgw.conf
packages/install/src/files/console.conf
packages/install/src/files/elk.conf
packages/install/src/files/mysql.conf
packages/install/src/files/pap.conf
packages/install/src/files/paplp.conf
packages/install/src/files/pdp.conf
packages/install/src/files/pdplp.conf
version.properties