Author: sebb
Date: Sun Feb 7 01:43:10 2010
New Revision: 907364
URL: http://svn.apache.org/viewvc?rev=907364&view=rev
Log:
AL 2.0 headers
Modified:
commons/proper/daemon/trunk/doap_daemon.rdf
commons/proper/daemon/trunk/src/samples/build.xml
Modified: commons/proper/daemon/trunk/doap_daemon.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/doap_daemon.rdf?rev=907364&r1=907363&r2=907364&view=diff
==============================================================================
--- commons/proper/daemon/trunk/doap_daemon.rdf (original)
+++ commons/proper/daemon/trunk/doap_daemon.rdf Sun Feb 7 01:43:10 2010
@@ -1,4 +1,20 @@
<?xml version="1.0"?>
+<!--
+ 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.
+-->
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
<Project rdf:about="http://commons.apache.org/daemon/">
<name>Apache Commons Daemon</name>
Modified: commons/proper/daemon/trunk/src/samples/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/samples/build.xml?rev=907364&r1=907363&r2=907364&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/samples/build.xml (original)
+++ commons/proper/daemon/trunk/src/samples/build.xml Sun Feb 7 01:43:10 2010
@@ -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.
+-->
+
<project name="daemons samples" default="jars" basedir=".">
<!-- ========== Initialize Properties ===================================== -->