Author: jacopoc
Date: Mon Mar 29 10:24:30 2010 New Revision: 928684 URL: http://svn.apache.org/viewvc?rev=928684&view=rev Log: Added missing license headers Modified: ofbiz/branches/release09.04/framework/bi/webapp/bi/main.ftl ofbiz/branches/release09.04/framework/webtools/webapp/webtools/labelmanager/ViewHardcodedLabels.ftl ofbiz/branches/release09.04/specialpurpose/myportal/widget/RegisterPerson.ftl ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaCode.ftl ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaImage.ftl ofbiz/branches/release09.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml ofbiz/branches/release09.04/specialpurpose/projectmgr/main.ftl ofbiz/branches/release09.04/specialpurpose/webpos/webapp/webpos/images/js/SearchProducts.js Modified: ofbiz/branches/release09.04/framework/bi/webapp/bi/main.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/bi/webapp/bi/main.ftl?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/framework/bi/webapp/bi/main.ftl (original) +++ ofbiz/branches/release09.04/framework/bi/webapp/bi/main.ftl Mon Mar 29 10:24:30 2010 @@ -1,4 +1,21 @@ - +<#-- +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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <h1>${uiLabelMap.BusinessIntelligenceIntegratedFramework}</h1> <p> ${uiLabelMap.BusinessIntelligenceNote1} Modified: ofbiz/branches/release09.04/framework/webtools/webapp/webtools/labelmanager/ViewHardcodedLabels.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/webtools/webapp/webtools/labelmanager/ViewHardcodedLabels.ftl?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/framework/webtools/webapp/webtools/labelmanager/ViewHardcodedLabels.ftl (original) +++ ofbiz/branches/release09.04/framework/webtools/webapp/webtools/labelmanager/ViewHardcodedLabels.ftl Mon Mar 29 10:24:30 2010 @@ -1,3 +1,21 @@ +<#-- +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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <div class="screenlet-body"> <#if parameters.searchLabels?exists> <table class="basic-table hover-bar" cellspacing="3"> Modified: ofbiz/branches/release09.04/specialpurpose/myportal/widget/RegisterPerson.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/myportal/widget/RegisterPerson.ftl?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/specialpurpose/myportal/widget/RegisterPerson.ftl (original) +++ ofbiz/branches/release09.04/specialpurpose/myportal/widget/RegisterPerson.ftl Mon Mar 29 10:24:30 2010 @@ -1,4 +1,21 @@ +<#-- +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 +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <!-- Begin Form Widget - Form Element component://myportal/widget/MyPortalForms.xml#RegisterPerson --> <form name="RegisterPerson" onsubmit="javascript:submitFormDisableSubmits(this)" class="basic-form" id="RegisterPerson" action="/myportal/control/createRegister" method="post"> <input type="hidden" value="${webSiteId}" name="webSiteId"/> Modified: ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaCode.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaCode.ftl?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaCode.ftl (original) +++ ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaCode.ftl Mon Mar 29 10:24:30 2010 @@ -1,3 +1,21 @@ +<#-- +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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <#assign idkey = Static["org.ofbiz.common.Captcha"].ID_KEY> <input type="hidden" value="${idkey?if_exists}" name="captchaCode"/> \ No newline at end of file Modified: ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaImage.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaImage.ftl?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaImage.ftl (original) +++ ofbiz/branches/release09.04/specialpurpose/myportal/widget/reloadCaptchaImage.ftl Mon Mar 29 10:24:30 2010 @@ -1,3 +1,21 @@ +<#-- +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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <#-- For add Captcha Capture --> <#assign fileName = Static["org.ofbiz.common.Captcha"].getCodeCaptcha(request,response)> <#assign fileName = Static["org.ofbiz.common.Captcha"].CAPTCHA_FILE_NAME> Modified: ofbiz/branches/release09.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml (original) +++ ofbiz/branches/release09.04/specialpurpose/projectmgr/data/ProjectMgrDemoData.xml Mon Mar 29 10:24:30 2010 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <entity-engine-xml> <!-- Resources --> Modified: ofbiz/branches/release09.04/specialpurpose/projectmgr/main.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/projectmgr/main.ftl?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/specialpurpose/projectmgr/main.ftl (original) +++ ofbiz/branches/release09.04/specialpurpose/projectmgr/main.ftl Mon Mar 29 10:24:30 2010 @@ -1,3 +1,21 @@ +<#-- +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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> <br/> <h2>${text1}</h2> Modified: ofbiz/branches/release09.04/specialpurpose/webpos/webapp/webpos/images/js/SearchProducts.js URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/webpos/webapp/webpos/images/js/SearchProducts.js?rev=928684&r1=928683&r2=928684&view=diff ============================================================================== --- ofbiz/branches/release09.04/specialpurpose/webpos/webapp/webpos/images/js/SearchProducts.js (original) +++ ofbiz/branches/release09.04/specialpurpose/webpos/webapp/webpos/images/js/SearchProducts.js Mon Mar 29 10:24:30 2010 @@ -1,3 +1,21 @@ +/* +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 + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +*/ Event.observe(window, 'load', function() { // Autocompleter for good identification field |
Free forum by Nabble | Edit this page |