svn commit: r422879 - /incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/

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

svn commit: r422879 - /incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/

jacopoc
Author: jacopoc
Date: Mon Jul 17 14:22:50 2006
New Revision: 422879

URL: http://svn.apache.org/viewvc?rev=422879&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/contentsetup/ContentSetupForms.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocPredicate.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocType.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentOperation.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeOperation.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeType.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentRole.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentType.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentTypeAttr.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/UserPermissions.ftl
    incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/contentsetup_menu.ftl

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml Mon Jul 17 14:22:50 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/contentsetup/ContentSetupMenus.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/ContentSetupMenus.xml Mon Jul 17 14:22:50 2006
@@ -1,24 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- *  Copyright (c) 2003-2005 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.
 -->
 
 <menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocPredicate.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocPredicate.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocPredicate.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocPredicate.ftl Mon Jul 17 14:22:50 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/contentsetup/EditContentAssocType.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocType.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocType.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentAssocType.ftl Mon Jul 17 14:22:50 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/contentsetup/EditContentOperation.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentOperation.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentOperation.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentOperation.ftl Mon Jul 17 14:22:50 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/contentsetup/EditContentPurposeOperation.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeOperation.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeOperation.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeOperation.ftl Mon Jul 17 14:22:50 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/contentsetup/EditContentPurposeType.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeType.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeType.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentPurposeType.ftl Mon Jul 17 14:22:50 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/contentsetup/EditContentRole.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentRole.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentRole.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentRole.ftl Mon Jul 17 14:22:50 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/contentsetup/EditContentType.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentType.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentType.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentType.ftl Mon Jul 17 14:22:50 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/contentsetup/EditContentTypeAttr.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentTypeAttr.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentTypeAttr.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/EditContentTypeAttr.ftl Mon Jul 17 14:22:50 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/contentsetup/UserPermissions.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/UserPermissions.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/UserPermissions.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/UserPermissions.ftl Mon Jul 17 14:22:50 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.
+-->
 <script language="javascript1.2">
 function call_fieldlookup3(view_name) {
  var obj_lookupwindow = window.open(view_name + "?webSitePublishPoint=" + webSitePublishPoint,'FieldLookup', 'width=700,height=550,scrollbars=yes,status=no,top='+my+',left='+mx+',dependent=yes,alwaysRaised=yes');
@@ -102,4 +117,4 @@
       </table>
     </TD>
   </TR>
-</TABLE>
\ No newline at end of file
+</TABLE>

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/contentsetup_menu.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/contentsetup_menu.ftl?rev=422879&r1=422878&r2=422879&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/contentsetup_menu.ftl (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/contentsetup/contentsetup_menu.ftl Mon Jul 17 14:22:50 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.
+-->
 <#assign currentPage = "Edit" + page.entityName?default("ContentType") >
 <#assign unselectedClassName = "tabButton">
 <#assign selectedClassMap = {currentPage : "tabButtonSelected"}>