You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/08/24 08:09:00 UTC

svn commit: r807085 - in /ofbiz/trunk/themes: bizznesstime/webapp/bizznesstime/css/links.css bluelight/webapp/bluelight/dropdown.js

Author: ashish
Date: Mon Aug 24 06:09:00 2009
New Revision: 807085

URL: http://svn.apache.org/viewvc?rev=807085&view=rev
Log:
Adding missing license on the files present inside "themes" folder.

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css
    ofbiz/trunk/themes/bluelight/webapp/bluelight/dropdown.js

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css?rev=807085&r1=807084&r2=807085&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/links.css Mon Aug 24 06:09:00 2009
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /* Make sure the icons are not cut */
 a[href^="http:"], a[href^="mailto:"], a[href^="http:"]:visited, 
 a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/dropdown.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/dropdown.js?rev=807085&r1=807084&r2=807085&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/dropdown.js (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/dropdown.js Mon Aug 24 06:09:00 2009
@@ -1,3 +1,22 @@
+/*
+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.
+*/
+
 var DropDownMenu = Class.create();
 DropDownMenu.prototype = {
  initialize: function(menuElement) {