diff --git a/utils/.classpath b/utils/.classpath index 82a4ea9d46e..0d8ee3ddadd 100644 --- a/utils/.classpath +++ b/utils/.classpath @@ -1,4 +1,22 @@ + diff --git a/utils/.project b/utils/.project index c6ef21e71c5..3c00c9dd799 100644 --- a/utils/.project +++ b/utils/.project @@ -1,4 +1,22 @@ + utils diff --git a/utils/conf/db.properties b/utils/conf/db.properties index 7dc3b11abde..6bdb6d61667 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 diff --git a/utils/conf/log4j-vmops.xml b/utils/conf/log4j-vmops.xml index 0ac6083d512..fafb8eee6cc 100644 --- a/utils/conf/log4j-vmops.xml +++ b/utils/conf/log4j-vmops.xml @@ -1,4 +1,22 @@ + diff --git a/utils/src/com/cloud/utils/ssh/SshHelper.java b/utils/src/com/cloud/utils/ssh/SshHelper.java index dca7acb0ab9..6ee87ad722c 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; diff --git a/utils/test/resources/log4j.xml b/utils/test/resources/log4j.xml index 70de00b6df0..e1b0af51cab 100755 --- a/utils/test/resources/log4j.xml +++ b/utils/test/resources/log4j.xml @@ -1,4 +1,22 @@ +