Updated Branches: refs/heads/master 7998362b1 -> 95ce55f0a
License header updates for the utils folder Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/95ce55f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/95ce55f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/95ce55f0 Branch: refs/heads/master Commit: 95ce55f0a1500d1caeffab02a85075438d0163aa Parents: 1ba95ec Author: Chip Childers <[email protected]> Authored: Fri Aug 3 14:15:09 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Fri Aug 3 14:15:09 2012 -0400 ---------------------------------------------------------------------- utils/.classpath | 18 ++++++++++++++++++ utils/.project | 18 ++++++++++++++++++ utils/conf/db.properties | 18 ++++++++++++++++++ utils/conf/log4j-vmops.xml | 18 ++++++++++++++++++ utils/src/com/cloud/utils/ssh/SshHelper.java | 4 ++-- utils/test/resources/log4j.xml | 18 ++++++++++++++++++ 6 files changed, 92 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/95ce55f0/utils/.classpath ---------------------------------------------------------------------- diff --git a/utils/.classpath b/utils/.classpath index 82a4ea9..0d8ee3d 100644 --- a/utils/.classpath +++ b/utils/.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/95ce55f0/utils/.project ---------------------------------------------------------------------- diff --git a/utils/.project b/utils/.project index c6ef21e..3c00c9d 100644 --- a/utils/.project +++ b/utils/.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>utils</name> <comment></comment> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/95ce55f0/utils/conf/db.properties ---------------------------------------------------------------------- diff --git a/utils/conf/db.properties b/utils/conf/db.properties index 7dc3b11..6bdb6d6 100644 --- a/utils/conf/db.properties +++ b/utils/conf/db.properties @@ -1,3 +1,21 @@ +# 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. + + # management server clustering parameters, change cluster.node.IP to the machine IP address # in which the management server(Tomcat) is running cluster.node.IP=127.0.0.1 http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/95ce55f0/utils/conf/log4j-vmops.xml ---------------------------------------------------------------------- diff --git a/utils/conf/log4j-vmops.xml b/utils/conf/log4j-vmops.xml index 0ac6083..fafb8ee 100644 --- a/utils/conf/log4j-vmops.xml +++ b/utils/conf/log4j-vmops.xml @@ -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/95ce55f0/utils/src/com/cloud/utils/ssh/SshHelper.java ---------------------------------------------------------------------- diff --git a/utils/src/com/cloud/utils/ssh/SshHelper.java b/utils/src/com/cloud/utils/ssh/SshHelper.java index dca7acb..6ee87ad 100755 --- a/utils/src/com/cloud/utils/ssh/SshHelper.java +++ b/utils/src/com/cloud/utils/ssh/SshHelper.java @@ -6,7 +6,7 @@ // "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 +// 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 @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -// + package com.cloud.utils.ssh; import java.io.File; http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/95ce55f0/utils/test/resources/log4j.xml ---------------------------------------------------------------------- diff --git a/utils/test/resources/log4j.xml b/utils/test/resources/log4j.xml index 70de00b..e1b0af5 100755 --- a/utils/test/resources/log4j.xml +++ b/utils/test/resources/log4j.xml @@ -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">
