svn commit: r463895 - in /incubator/ofbiz/trunk/applications: content/webapp/content/images/wrap.css content/widget/ContentMenus.xml ecommerce/data/DemoContentPermissionsData.xml product/widget/facility/ReportForms.xml

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

svn commit: r463895 - in /incubator/ofbiz/trunk/applications: content/webapp/content/images/wrap.css content/widget/ContentMenus.xml ecommerce/data/DemoContentPermissionsData.xml product/widget/facility/ReportForms.xml

jacopoc
Author: jacopoc
Date: Sat Oct 14 00:28:02 2006
New Revision: 463895

URL: http://svn.apache.org/viewvc?view=rev&rev=463895
Log:
Removed a few empty or unused files and added license header to a few files still without it (found running the aRAT tools from Robert Burrel Donkin).

Removed:
    incubator/ofbiz/trunk/applications/content/widget/ContentMenus.xml
    incubator/ofbiz/trunk/applications/ecommerce/data/DemoContentPermissionsData.xml
    incubator/ofbiz/trunk/applications/product/widget/facility/ReportForms.xml
Modified:
    incubator/ofbiz/trunk/applications/content/webapp/content/images/wrap.css

Modified: incubator/ofbiz/trunk/applications/content/webapp/content/images/wrap.css
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/images/wrap.css?view=diff&rev=463895&r1=463894&r2=463895
==============================================================================
--- incubator/ofbiz/trunk/applications/content/webapp/content/images/wrap.css (original)
+++ incubator/ofbiz/trunk/applications/content/webapp/content/images/wrap.css Sat Oct 14 00:28:02 2006
@@ -1,2 +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.
+ */
+
 .wrapOuter {background-color: #D4D0C8;}
 .wrapInner {background-color: #FFFFFF; border-color:#D4D0C8; border-width:thin; border-style:solid;}