svn commit: r422880 - /incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r422880 - /incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/

jacopoc
Author: jacopoc
Date: Mon Jul 17 14:24:00 2006
New Revision: 422880

URL: http://svn.apache.org/viewvc?rev=422880&view=rev
Log:
License change from MIT to ASL2.0 for the files of the content component.
Thanks to Scott Gray for the patch (Apache OFBIZ-87).

Modified:
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditCharacterSet.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataCategory.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceType.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceTypeAttr.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditFileExtension.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMetaDataPredicate.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMimeType.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/datasetup_menu.ftl

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml Mon Jul 17 14:24:00 2006
@@ -1,24 +1,18 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
- *  Copyright (c) 2003 The Open For Business Project - www.ofbiz.org
- *
- *  Permission is hereby granted, free of charge, to any person obtaining a
- *  copy of this software and associated documentation files (the "Software"),
- *  to deal in the Software without restriction, including without limitation
- *  the rights to use, copy, modify, merge, publish, distribute, sublicense,
- *  and/or sell copies of the Software, and to permit persons to whom the
- *  Software is furnished to do so, subject to the following conditions:
- *
- *  The above copyright notice and this permission notice shall be included
- *  in all copies or substantial portions of the Software.
- *
- *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- *  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- *  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
- *  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
- *  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
- *  THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
 -->
 
 <forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditCharacterSet.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditCharacterSet.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditCharacterSet.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditCharacterSet.ftl Mon Jul 17 14:24:00 2006
@@ -1,4 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 ${listWrapper.renderFormString()}
 <hr/>
 ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataCategory.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataCategory.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataCategory.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataCategory.ftl Mon Jul 17 14:24:00 2006
@@ -1,4 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 ${listWrapper.renderFormString()}
 <hr/>
 ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceType.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceType.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceType.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceType.ftl Mon Jul 17 14:24:00 2006
@@ -1,4 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 ${listWrapper.renderFormString()}
 <hr/>
 ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceTypeAttr.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceTypeAttr.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceTypeAttr.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditDataResourceTypeAttr.ftl Mon Jul 17 14:24:00 2006
@@ -1,4 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 ${listWrapper.renderFormString()}
 <hr/>
 ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditFileExtension.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditFileExtension.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditFileExtension.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditFileExtension.ftl Mon Jul 17 14:24:00 2006
@@ -1,4 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 ${listWrapper.renderFormString()}
 <hr/>
 ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMetaDataPredicate.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMetaDataPredicate.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMetaDataPredicate.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMetaDataPredicate.ftl Mon Jul 17 14:24:00 2006
@@ -1,4 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 ${listWrapper.renderFormString()}
 <hr/>
 ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMimeType.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMimeType.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMimeType.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/EditMimeType.ftl Mon Jul 17 14:24:00 2006
@@ -1,4 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 ${listWrapper.renderFormString()}
 <hr/>
 ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/datasetup_menu.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/datasetup_menu.ftl?rev=422880&r1=422879&r2=422880&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/datasetup_menu.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/datasetup/datasetup_menu.ftl Mon Jul 17 14:24:00 2006
@@ -1,3 +1,18 @@
+<#--
+Copyright 2001-2006 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations
+under the License.
+-->
 <#if (requestAttributes.uiLabelMap)?exists><#assign uiLabelMap = requestAttributes.uiLabelMap></#if>
 <#assign currentPage = "Edit" + page.entityName?default("ContentType") >
 <#assign unselectedClassName = "tabButton">