You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/12/09 13:30:55 UTC

svn commit: r1043935 - in /myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css: maven-base.css site.css

Author: jakobk
Date: Thu Dec  9 12:30:55 2010
New Revision: 1043935

URL: http://svn.apache.org/viewvc?rev=1043935&view=rev
Log:
add license headers

Modified:
    myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css
    myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/site.css

Modified: myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css
URL: http://svn.apache.org/viewvc/myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css?rev=1043935&r1=1043934&r2=1043935&view=diff
==============================================================================
--- myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css (original)
+++ myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css Thu Dec  9 12:30:55 2010
@@ -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.
+ */
+
 body {
 	margin: 0px;
 	padding: 0px;

Modified: myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/site.css
URL: http://svn.apache.org/viewvc/myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/site.css?rev=1043935&r1=1043934&r2=1043935&view=diff
==============================================================================
--- myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/site.css (original)
+++ myfaces/myfaces-site-skins/trunk/myfaces-site-skin/src/main/resources/css/site.css Thu Dec  9 12:30:55 2010
@@ -1,4 +1,23 @@
 /*
+ * 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.
+ */
+
+/*
 body {
         background-color: #fff;
 	font-family: Verdana, Helvetica, Arial, sans-serif;