You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/09/08 12:10:27 UTC

svn commit: r693042 - in /labs/droids/trunk: src/core/java/ src/core/java/org/apache/droids/ src/examples/java/org/apache/droids/examples/ tools/ivy/ tools/ivy/repository/org.springframework/ tools/ivy/repository/org.umlgraph/

Author: thorsten
Date: Mon Sep  8 03:10:26 2008
New Revision: 693042

URL: http://svn.apache.org/viewvc?rev=693042&view=rev
Log:
Adding missing license headers

Modified:
    labs/droids/trunk/src/core/java/log4j.properties
    labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml
    labs/droids/trunk/src/core/java/org/apache/droids/droids-core-factories-context.xml
    labs/droids/trunk/src/examples/java/org/apache/droids/examples/droids-example-context.xml
    labs/droids/trunk/tools/ivy/ivy-build.xml
    labs/droids/trunk/tools/ivy/repository/org.springframework/ivy-spring-core-2.5.5.xml
    labs/droids/trunk/tools/ivy/repository/org.umlgraph/ivy-UmlGraph-5.1.xml

Modified: labs/droids/trunk/src/core/java/log4j.properties
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/core/java/log4j.properties?rev=693042&r1=693041&r2=693042&view=diff
==============================================================================
--- labs/droids/trunk/src/core/java/log4j.properties (original)
+++ labs/droids/trunk/src/core/java/log4j.properties Mon Sep  8 03:10:26 2008
@@ -1,3 +1,18 @@
+# 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.
+
 log4j.rootLogger=@loglevel@, stdout, logfile
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Modified: labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml?rev=693042&r1=693041&r2=693042&view=diff
==============================================================================
--- labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml (original)
+++ labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml Mon Sep  8 03:10:26 2008
@@ -1,5 +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.
+-->
   <!-- 
      Using your own context
     +++++++++++++++++++++++++ 

Modified: labs/droids/trunk/src/core/java/org/apache/droids/droids-core-factories-context.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/core/java/org/apache/droids/droids-core-factories-context.xml?rev=693042&r1=693041&r2=693042&view=diff
==============================================================================
--- labs/droids/trunk/src/core/java/org/apache/droids/droids-core-factories-context.xml (original)
+++ labs/droids/trunk/src/core/java/org/apache/droids/droids-core-factories-context.xml Mon Sep  8 03:10:26 2008
@@ -1,5 +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.
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:configurator="http://cocoon.apache.org/schema/configurator"

Modified: labs/droids/trunk/src/examples/java/org/apache/droids/examples/droids-example-context.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/examples/java/org/apache/droids/examples/droids-example-context.xml?rev=693042&r1=693041&r2=693042&view=diff
==============================================================================
--- labs/droids/trunk/src/examples/java/org/apache/droids/examples/droids-example-context.xml (original)
+++ labs/droids/trunk/src/examples/java/org/apache/droids/examples/droids-example-context.xml Mon Sep  8 03:10:26 2008
@@ -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.
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:configurator="http://cocoon.apache.org/schema/configurator"

Modified: labs/droids/trunk/tools/ivy/ivy-build.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/tools/ivy/ivy-build.xml?rev=693042&r1=693041&r2=693042&view=diff
==============================================================================
--- labs/droids/trunk/tools/ivy/ivy-build.xml (original)
+++ labs/droids/trunk/tools/ivy/ivy-build.xml Mon Sep  8 03:10:26 2008
@@ -1,4 +1,19 @@
 <?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 xmlns:ivy="antlib:org.apache.ivy.ant" name="hello-ivy"
   default="ivy.resolve">
   <property file="build.properties"/>

Modified: labs/droids/trunk/tools/ivy/repository/org.springframework/ivy-spring-core-2.5.5.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/tools/ivy/repository/org.springframework/ivy-spring-core-2.5.5.xml?rev=693042&r1=693041&r2=693042&view=diff
==============================================================================
--- labs/droids/trunk/tools/ivy/repository/org.springframework/ivy-spring-core-2.5.5.xml (original)
+++ labs/droids/trunk/tools/ivy/repository/org.springframework/ivy-spring-core-2.5.5.xml Mon Sep  8 03:10:26 2008
@@ -1,3 +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.
+-->
 <ivy-module version="1.0">
   <info organisation="org.springframework" module="spring-core"
     revision="2.5.5">

Modified: labs/droids/trunk/tools/ivy/repository/org.umlgraph/ivy-UmlGraph-5.1.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/tools/ivy/repository/org.umlgraph/ivy-UmlGraph-5.1.xml?rev=693042&r1=693041&r2=693042&view=diff
==============================================================================
--- labs/droids/trunk/tools/ivy/repository/org.umlgraph/ivy-UmlGraph-5.1.xml (original)
+++ labs/droids/trunk/tools/ivy/repository/org.umlgraph/ivy-UmlGraph-5.1.xml Mon Sep  8 03:10:26 2008
@@ -1,3 +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.
+-->
 <ivy-module version="1.0">
   <info organisation="org.umlgraph" module="UmlGraph"
     revision="5.1">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org