Author: frankbille
Date: Sun Nov 19 15:19:49 2006
New Revision: 476973

URL: http://svn.apache.org/viewvc?view=rev&rev=476973
Log:
WICKET-53: Added ASL header to .css files.

Modified:
    
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/tree/tree.css
    incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/print.css
    incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/site.css
    
incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/tree/tree.css
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/tree/tree.css?view=diff&rev=476973&r1=476972&r2=476973
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/tree/tree.css
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/tree/tree.css
 Sun Nov 19 15:19:49 2006
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 .tree {
        font-weight: bold;
        margin: 0;

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/print.css
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/print.css?view=diff&rev=476973&r1=476972&r2=476973
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/print.css 
(original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/print.css 
Sun Nov 19 15:19:49 2006
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, 
#leftColumn, #navColumn {
        display: none;
 }

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/site.css?view=diff&rev=476973&r1=476972&r2=476973
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/site.css 
(original)
+++ incubator/wicket/branches/wicket-1.x/wicket/src/site/resources/css/site.css 
Sun Nov 19 15:19:49 2006
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 .clear,br,#projectLogo,#organizationLogo,#poweredBy {
        display: none;
 }

Modified: 
incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java?view=diff&rev=476973&r1=476972&r2=476973
==============================================================================
--- 
incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
 (original)
+++ 
incubator/wicket/branches/wicket-1.x/wicket/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
 Sun Nov 19 15:19:49 2006
@@ -36,9 +36,13 @@
 //                             "" 
 //             };
                
-//             cssIgnore = new String[] { 
-//                             "" 
-//             };
+               cssIgnore = new String[] {
+                               /*
+                                * .css in test is very test specific and a 
license header would confuse
+                                * and make it unclear what the test is about. 
+                                */
+                               "src/test/java" 
+               };
                
 //             xmlIgnore = new String[] { 
 //                             "" 


Reply via email to