svn commit: r422405 - /incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/

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

svn commit: r422405 - /incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/

jacopoc
Author: jacopoc
Date: Sun Jul 16 01:40:18 2006
New Revision: 422405

URL: http://svn.apache.org/viewvc?rev=422405&view=rev
Log:
Conversion from MIT to ASL2.0 for the files of the ecommerce component.
Many thanks to Ashish Vijaywargiya for the patch (Apache OFBIZ-87).

Modified:
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/bloglib.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumarticle.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumresponse.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddforumdata.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddimage.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforuminfo.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forumPaging.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forums.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/mostrecent.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforum.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumarticle.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl
    incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.xml

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml Sun Jul 16 01:40:18 2006
@@ -1,24 +1,19 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
- *  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/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/ViewComboResponse.ftl Sun Jul 16 01:40:18 2006
@@ -1,3 +1,20 @@
+<#--
+
+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._ERROR_MESSAGE_?exists>
 <br/><div class='errorMessage'>${requestAttributes._ERROR_MESSAGE_}</div><br/>
 <#else>
@@ -32,4 +49,3 @@
     ${singleWrapper.renderFormString()}
 <br/>
 </#if>
-

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/bloglib.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/bloglib.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/bloglib.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/bloglib.ftl Sun Jul 16 01:40:18 2006
@@ -1,3 +1,19 @@
+<#--
+
+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.
+-->
 
 <#macro renderBlog contentId="" targetPurpose="" stdWrapId="">
 <#if contentId?has_content>

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumarticle.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumarticle.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumarticle.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumarticle.ftl Sun Jul 16 01:40:18 2006
@@ -1,4 +1,20 @@
+<#--
+
+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.
+-->
+
 <#import "bloglib.ftl" as blog/>
 <@blog.renderAncestryPath trail=ancestorList?default([])/>
     ${singleWrapper.renderFormString()}
-

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumresponse.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumresponse.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumresponse.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/createforumresponse.ftl Sun Jul 16 01:40:18 2006
@@ -1,3 +1,20 @@
+<#--
+
+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.
+-->
+
 <#import "bloglib.ftl" as blog/>
 <div class="screenlet" >
 <div style="margin:10px;" >
@@ -9,4 +26,3 @@
     ${singleWrapper.renderFormString()}
 </div>
 </div>
-

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddforumdata.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddforumdata.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddforumdata.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddforumdata.ftl Sun Jul 16 01:40:18 2006
@@ -1,2 +1,18 @@
-${singleWrapper.renderFormString()}
+<#--
+
+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.
+-->
+
+${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddimage.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddimage.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddimage.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editaddimage.ftl Sun Jul 16 01:40:18 2006
@@ -1,2 +1,18 @@
-    ${singleWrapper.renderFormString()}
+<#--
+
+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.
+-->
+
+    ${singleWrapper.renderFormString()}

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforumarticle.ftl Sun Jul 16 01:40:18 2006
@@ -1,27 +1,18 @@
 <#--
- *  Copyright (c) 2004-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.
- *
- *@author     Al Byers ([hidden email])
- *@version    $Rev$
- *@since      2.1
+
+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.
 -->
 <#import "bloglib.ftl" as blog/>
 <@blog.renderAncestryPath trail=ancestorList?default([]) endIndexOffset=1/>

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforuminfo.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforuminfo.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforuminfo.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/editforuminfo.ftl Sun Jul 16 01:40:18 2006
@@ -1,4 +1,20 @@
+<#--
+
+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.
+-->
+
 <#import "bloglib.ftl" as blog/>
 <@blog.renderAncestryPath trail=ancestorList?default([]) endIndexOffset=1/>
 ${singleWrapper.renderFormString()}
-

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forumPaging.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forumPaging.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forumPaging.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forumPaging.ftl Sun Jul 16 01:40:18 2006
@@ -1,5 +1,4 @@
 <#--
-$Id: $
 
 Copyright 2001-2006 The Apache Software Foundation
 

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forums.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forums.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forums.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/forums.ftl Sun Jul 16 01:40:18 2006
@@ -1,5 +1,4 @@
 <#--
-$Id: forums.ftl 7615 2006-05-16 03:15:25Z jonesde $
 
 Copyright 2001-2006 The Apache Software Foundation
 

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/messageDisplay.ftl Sun Jul 16 01:40:18 2006
@@ -1,5 +1,4 @@
 <#--
-$Id: $
 
 Copyright 2001-2006 The Apache Software Foundation
 

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/mostrecent.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/mostrecent.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/mostrecent.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/mostrecent.ftl Sun Jul 16 01:40:18 2006
@@ -1,3 +1,20 @@
+<#--
+
+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="javascript">
     function submitRows(rowCount) {
         var rowCountElement = document.createElement("input");

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showblog.ftl Sun Jul 16 01:40:18 2006
@@ -1,3 +1,19 @@
+<#--
+
+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.
+-->
 
 <#import "/includes/bloglib.ftl" as blog/>
 

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforum.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforum.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforum.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforum.ftl Sun Jul 16 01:40:18 2006
@@ -1,5 +1,4 @@
 <#--
-$Id: showforum.ftl 7615 2006-05-16 03:15:25Z jonesde $
 
 Copyright 2001-2006 The Apache Software Foundation
 

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumarticle.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumarticle.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumarticle.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumarticle.ftl Sun Jul 16 01:40:18 2006
@@ -1,3 +1,20 @@
+<#--
+
+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.
+-->
+
 <#import "bloglib.ftl" as blog/>
 <div class="screenlet" >
 <div style="margin:10px;" >
@@ -71,5 +88,3 @@
 </table>
 </div>
 </div>
-
-

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.ftl Sun Jul 16 01:40:18 2006
@@ -1,3 +1,20 @@
+<#--
+
+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.
+-->
+
 <#import "bloglib.ftl" as blog/>
 <div class="screenlet" >
 <div class="head1">&nbsp;&nbsp;&nbsp;&nbsp;{${uiLabelMap.EcommerceFromSite}</div><br/>

Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.xml?rev=422405&r1=422404&r2=422405&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.xml (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/forum/showforumresponse.xml Sun Jul 16 01:40:18 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+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.
+-->
+
 <page>
     <template>main</template>
     <property name="title">View Response</property>