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/07 20:30:46 UTC

[21/27] git commit: updated refs/heads/ui-restyle to 205f22b

Add license header


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

Branch: refs/heads/ui-restyle
Commit: cf4a612cdb0bb3a57e82085abd790c871168ce0b
Parents: f1895ea
Author: Darren Shepherd <da...@gmail.com>
Authored: Sat Oct 5 12:14:51 2013 -0700
Committer: Darren Shepherd <da...@gmail.com>
Committed: Sat Oct 5 12:18:34 2013 -0700

----------------------------------------------------------------------
 server/test/com/cloud/ha/KVMFencerTest.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cf4a612c/server/test/com/cloud/ha/KVMFencerTest.java
----------------------------------------------------------------------
diff --git a/server/test/com/cloud/ha/KVMFencerTest.java b/server/test/com/cloud/ha/KVMFencerTest.java
index 4fa0b70..d34ef01 100644
--- a/server/test/com/cloud/ha/KVMFencerTest.java
+++ b/server/test/com/cloud/ha/KVMFencerTest.java
@@ -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.
+ */
 package com.cloud.ha;
 
 import java.util.Arrays;