You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/07/31 22:40:02 UTC

[5/50] [abbrv] git commit: Agent directory license headers.

Agent directory license headers.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/90c5e893
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/90c5e893
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/90c5e893

Branch: refs/heads/vpc
Commit: 90c5e89320b16646f1e3990f53e3cea82eb40996
Parents: 9a9c96d
Author: chip.childers@gmail.com <ch...@gmail.com>
Authored: Tue Jul 31 14:06:21 2012 -0400
Committer: chip.childers@gmail.com <ch...@gmail.com>
Committed: Tue Jul 31 14:07:01 2012 -0400

----------------------------------------------------------------------
 agent/.classpath                  |   18 ++++++++++++++++++
 agent/.project                    |   18 ++++++++++++++++++
 agent/conf/dummy.agent.properties |   17 +++++++++++++++++
 agent/conf/log4j-cloud.xml.in     |   18 ++++++++++++++++++
 agent/doc/README-iscsi.txt        |   17 +++++++++++++++++
 agent/doc/README.txt              |   17 +++++++++++++++++
 6 files changed, 105 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90c5e893/agent/.classpath
----------------------------------------------------------------------
diff --git a/agent/.classpath b/agent/.classpath
index 536dd38..6046323 100644
--- a/agent/.classpath
+++ b/agent/.classpath
@@ -1,4 +1,22 @@
 <?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.
+-->
 <classpath>
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test"/>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90c5e893/agent/.project
----------------------------------------------------------------------
diff --git a/agent/.project b/agent/.project
index 166ff6c..8ee5c2a 100644
--- a/agent/.project
+++ b/agent/.project
@@ -1,4 +1,22 @@
 <?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.
+-->
 <projectDescription>
 	<name>agent</name>
 	<comment></comment>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90c5e893/agent/conf/dummy.agent.properties
----------------------------------------------------------------------
diff --git a/agent/conf/dummy.agent.properties b/agent/conf/dummy.agent.properties
index ab3f638..5f8fefa 100644
--- a/agent/conf/dummy.agent.properties
+++ b/agent/conf/dummy.agent.properties
@@ -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.
+
 resource=com.cloud.agent.resource.DummyResource
 host.mac.address=06\:95\:a4\:00\:03\:ee
 guest.network.device=cloudbr0

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90c5e893/agent/conf/log4j-cloud.xml.in
----------------------------------------------------------------------
diff --git a/agent/conf/log4j-cloud.xml.in b/agent/conf/log4j-cloud.xml.in
index 7cb5c6d..fdbba19 100644
--- a/agent/conf/log4j-cloud.xml.in
+++ b/agent/conf/log4j-cloud.xml.in
@@ -1,4 +1,22 @@
 <?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.
+-->
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90c5e893/agent/doc/README-iscsi.txt
----------------------------------------------------------------------
diff --git a/agent/doc/README-iscsi.txt b/agent/doc/README-iscsi.txt
index 6ad468c..03e6d00 100644
--- a/agent/doc/README-iscsi.txt
+++ b/agent/doc/README-iscsi.txt
@@ -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.
+
 0. Contents
 ===========
 ../sbin/vnetd: userspace daemon that runs the vnet

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/90c5e893/agent/doc/README.txt
----------------------------------------------------------------------
diff --git a/agent/doc/README.txt b/agent/doc/README.txt
index 3eb90d5..f36f503 100644
--- a/agent/doc/README.txt
+++ b/agent/doc/README.txt
@@ -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.
+
 0. Contents
 ===========
 sbin/vnetd: userspace daemon that runs the vnet