Author: rfrovarp
Date: Fri May 13 02:10:09 2011
New Revision: 1102540
URL: http://svn.apache.org/viewvc?rev=1102540&view=rev
Log:
Adding license
Modified:
incubator/droids/trunk/droids-core/src/site/resources/css/site.css
incubator/droids/trunk/droids-core/src/site/site.xml
incubator/droids/trunk/droids-core/src/test/resources/resources/page1_html
incubator/droids/trunk/droids-core/src/test/resources/resources/page2_html
incubator/droids/trunk/droids-core/src/test/resources/resources/page3_html
incubator/droids/trunk/droids-core/src/test/resources/resources/page4_html
incubator/droids/trunk/droids-core/src/test/resources/resources/start_html
Modified: incubator/droids/trunk/droids-core/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/site/resources/css/site.css?rev=1102540&r1=1102539&r2=1102540&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/site/resources/css/site.css
(original)
+++ incubator/droids/trunk/droids-core/src/site/resources/css/site.css Fri May
13 02:10:09 2011
@@ -1,3 +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.
+ */
+
+
#banner {
height: 121px;
background-image: none;
@@ -10,4 +30,4 @@
#bannerRight {
margin-top: 40px;
margin-right: 10px;
-}
\ No newline at end of file
+}
Modified: incubator/droids/trunk/droids-core/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/site/site.xml?rev=1102540&r1=1102539&r2=1102540&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-core/src/site/site.xml Fri May 13 02:10:09
2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<project name="Apache Droids">
<skin>
<groupId>org.apache.maven.skins</groupId>
@@ -41,4 +57,4 @@
<item name="Dependencies" href="/dependencies.html" />
</menu>
</body>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/droids/trunk/droids-core/src/test/resources/resources/page1_html
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/test/resources/resources/page1_html?rev=1102540&r1=1102539&r2=1102540&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/test/resources/resources/page1_html
(original)
+++ incubator/droids/trunk/droids-core/src/test/resources/resources/page1_html
Fri May 13 02:10:09 2011
@@ -1,6 +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.
+-->
<html>
<head>Page 1</head>
<body>
<a href="/page3_html">Page1</a>
</body>
-</html>
\ No newline at end of file
+</html>
Modified:
incubator/droids/trunk/droids-core/src/test/resources/resources/page2_html
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/test/resources/resources/page2_html?rev=1102540&r1=1102539&r2=1102540&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/test/resources/resources/page2_html
(original)
+++ incubator/droids/trunk/droids-core/src/test/resources/resources/page2_html
Fri May 13 02:10:09 2011
@@ -1,6 +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.
+-->
<html>
<head>Page 2</head>
<body>
<a href="/page4_html">Page1</a>
</body>
-</html>
\ No newline at end of file
+</html>
Modified:
incubator/droids/trunk/droids-core/src/test/resources/resources/page3_html
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/test/resources/resources/page3_html?rev=1102540&r1=1102539&r2=1102540&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/test/resources/resources/page3_html
(original)
+++ incubator/droids/trunk/droids-core/src/test/resources/resources/page3_html
Fri May 13 02:10:09 2011
@@ -1,6 +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.
+-->
+
<html>
<head>Page 4</head>
<body>
<p>Yada yada</p>
</body>
-</html>
\ No newline at end of file
+</html>
Modified:
incubator/droids/trunk/droids-core/src/test/resources/resources/page4_html
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/test/resources/resources/page4_html?rev=1102540&r1=1102539&r2=1102540&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/test/resources/resources/page4_html
(original)
+++ incubator/droids/trunk/droids-core/src/test/resources/resources/page4_html
Fri May 13 02:10:09 2011
@@ -1,6 +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.
+-->
<html>
<head>Page 4</head>
<body>
<p>Blah blah blah</p>
</body>
-</html>
\ No newline at end of file
+</html>
Modified:
incubator/droids/trunk/droids-core/src/test/resources/resources/start_html
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/test/resources/resources/start_html?rev=1102540&r1=1102539&r2=1102540&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/test/resources/resources/start_html
(original)
+++ incubator/droids/trunk/droids-core/src/test/resources/resources/start_html
Fri May 13 02:10:09 2011
@@ -1,7 +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.
+-->
<html>
<head>Start page</head>
<body>
<a href="/page1_html">Page1</a>
<a href="/page2_html">Page1</a>
</body>
-</html>
\ No newline at end of file
+</html>