You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/15 22:19:57 UTC

[02/25] git commit: updated refs/heads/ui-restyle to 3fdb61f

add missing license headers to PasswordGeneratorTest.java and an agent.properties


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

Branch: refs/heads/ui-restyle
Commit: d430473fe0b89c6a23e2deac503f5f23d30c26c0
Parents: 4e0e741
Author: Marcus Sorensen <ma...@betterservers.com>
Authored: Mon Oct 14 11:56:21 2013 -0600
Committer: Marcus Sorensen <ma...@betterservers.com>
Committed: Mon Oct 14 11:56:21 2013 -0600

----------------------------------------------------------------------
 systemvm/conf/agent.properties                      | 16 ++++++++++++++++
 .../test/com/cloud/utils/PasswordGeneratorTest.java | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d430473f/systemvm/conf/agent.properties
----------------------------------------------------------------------
diff --git a/systemvm/conf/agent.properties b/systemvm/conf/agent.properties
index 246cb1c..051cf61 100644
--- a/systemvm/conf/agent.properties
+++ b/systemvm/conf/agent.properties
@@ -1,2 +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.
 instance=ConsoleProxy
 resource=com.cloud.agent.resource.consoleproxy.ConsoleProxyResource

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d430473f/utils/test/com/cloud/utils/PasswordGeneratorTest.java
----------------------------------------------------------------------
diff --git a/utils/test/com/cloud/utils/PasswordGeneratorTest.java b/utils/test/com/cloud/utils/PasswordGeneratorTest.java
index 50f9560..ebcd7fb 100644
--- a/utils/test/com/cloud/utils/PasswordGeneratorTest.java
+++ b/utils/test/com/cloud/utils/PasswordGeneratorTest.java
@@ -1,3 +1,19 @@
+// 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
+// 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.
 package com.cloud.utils;
 
 import org.junit.Assert;