Author: rfrovarp
Date: Fri May 13 02:27:06 2011
New Revision: 1102544
URL: http://svn.apache.org/viewvc?rev=1102544&view=rev
Log:
Add license headers
Modified:
incubator/droids/trunk/droids-spring/DROIDS-README.txt
incubator/droids/trunk/droids-spring/src/main/resources/org/apache/droids/dynamic/droids-core.properties
incubator/droids/trunk/droids-spring/src/site/resources/css/site.css
incubator/droids/trunk/droids-spring/src/site/site.xml
incubator/droids/trunk/droids-spring/src/test/java/org/apache/droids/dynamic/DroidsConfigTest.java
incubator/droids/trunk/droids-spring/src/test/resources/droids-core.properties
Modified: incubator/droids/trunk/droids-spring/DROIDS-README.txt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/DROIDS-README.txt?rev=1102544&r1=1102543&r2=1102544&view=diff
==============================================================================
--- incubator/droids/trunk/droids-spring/DROIDS-README.txt (original)
+++ incubator/droids/trunk/droids-spring/DROIDS-README.txt Fri May 13 02:27:06
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.
+
+
TODO:
- Add instructions how to work with components
-- how to write documentation
-- how to write the classes
-- how to add dependencies
-
\ No newline at end of file
+
Modified:
incubator/droids/trunk/droids-spring/src/main/resources/org/apache/droids/dynamic/droids-core.properties
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/src/main/resources/org/apache/droids/dynamic/droids-core.properties?rev=1102544&r1=1102543&r2=1102544&view=diff
==============================================================================
---
incubator/droids/trunk/droids-spring/src/main/resources/org/apache/droids/dynamic/droids-core.properties
(original)
+++
incubator/droids/trunk/droids-spring/src/main/resources/org/apache/droids/dynamic/droids-core.properties
Fri May 13 02:27:06 2011
@@ -1,7 +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.
+
droids.maxThreads=5
droids.queue.maxSize=-1
droids.protocol.http.force=true
droids.filter.regex=classpath:/regex-urlfilter.txt
droids.handler.save.dir=tmp/
droids.handler.save.includeHost=true
-droids.delay.request=100
\ No newline at end of file
+droids.delay.request=100
Modified: incubator/droids/trunk/droids-spring/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/src/site/resources/css/site.css?rev=1102544&r1=1102543&r2=1102544&view=diff
==============================================================================
--- incubator/droids/trunk/droids-spring/src/site/resources/css/site.css
(original)
+++ incubator/droids/trunk/droids-spring/src/site/resources/css/site.css Fri
May 13 02:27:06 2011
@@ -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 {
height: 121px;
background-image: none;
@@ -10,4 +26,4 @@
#bannerRight {
margin-top: 40px;
margin-right: 10px;
-}
\ No newline at end of file
+}
Modified: incubator/droids/trunk/droids-spring/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/src/site/site.xml?rev=1102544&r1=1102543&r2=1102544&view=diff
==============================================================================
--- incubator/droids/trunk/droids-spring/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-spring/src/site/site.xml Fri May 13 02:27:06
2011
@@ -1,4 +1,21 @@
<?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 +58,4 @@
<item name="Dependencies" href="/dependencies.html" />
</menu>
</body>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/droids/trunk/droids-spring/src/test/java/org/apache/droids/dynamic/DroidsConfigTest.java
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/src/test/java/org/apache/droids/dynamic/DroidsConfigTest.java?rev=1102544&r1=1102543&r2=1102544&view=diff
==============================================================================
---
incubator/droids/trunk/droids-spring/src/test/java/org/apache/droids/dynamic/DroidsConfigTest.java
(original)
+++
incubator/droids/trunk/droids-spring/src/test/java/org/apache/droids/dynamic/DroidsConfigTest.java
Fri May 13 02:27:06 2011
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
package org.apache.droids.dynamic;
Modified:
incubator/droids/trunk/droids-spring/src/test/resources/droids-core.properties
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/src/test/resources/droids-core.properties?rev=1102544&r1=1102543&r2=1102544&view=diff
==============================================================================
---
incubator/droids/trunk/droids-spring/src/test/resources/droids-core.properties
(original)
+++
incubator/droids/trunk/droids-spring/src/test/resources/droids-core.properties
Fri May 13 02:27:06 2011
@@ -1,7 +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.
+
droids.maxThreads=5
droids.queue.maxSize=-1
droids.protocol.http.force=true
droids.filter.regex=classpath:/regex-urlfilter.txt
droids.handler.save.dir=tmp/
droids.handler.save.includeHost=true
-droids.delay.request=100
\ No newline at end of file
+droids.delay.request=100