You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2014/08/10 07:48:46 UTC

git commit: Correct license headers

Repository: jclouds-labs
Updated Branches:
  refs/heads/master b851f0ac3 -> c005b29f9


Correct license headers


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

Branch: refs/heads/master
Commit: c005b29f9edfe97654a7f471f6d635355e67d4e3
Parents: b851f0a
Author: Andrew Gaul <ga...@apache.org>
Authored: Sat Aug 9 22:46:37 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Sat Aug 9 22:47:40 2014 -0700

----------------------------------------------------------------------
 .../docker/compute/functions/ContainerToNodeMetadataTest.java  | 6 +++---
 .../org/jclouds/docker/compute/functions/ImageToImageTest.java | 6 +++---
 .../jclouds/docker/compute/functions/StateToStatusTest.java    | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/c005b29f/docker/src/test/java/org/jclouds/docker/compute/functions/ContainerToNodeMetadataTest.java
----------------------------------------------------------------------
diff --git a/docker/src/test/java/org/jclouds/docker/compute/functions/ContainerToNodeMetadataTest.java b/docker/src/test/java/org/jclouds/docker/compute/functions/ContainerToNodeMetadataTest.java
index f7a3b57..b062f2f 100644
--- a/docker/src/test/java/org/jclouds/docker/compute/functions/ContainerToNodeMetadataTest.java
+++ b/docker/src/test/java/org/jclouds/docker/compute/functions/ContainerToNodeMetadataTest.java
@@ -1,9 +1,9 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
- *  work for additional information regarding copyright ownership.
- * The ASF licenses  file to You under the Apache License, Version 2.0
- * (the "License"); you may not use  file except in compliance 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

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/c005b29f/docker/src/test/java/org/jclouds/docker/compute/functions/ImageToImageTest.java
----------------------------------------------------------------------
diff --git a/docker/src/test/java/org/jclouds/docker/compute/functions/ImageToImageTest.java b/docker/src/test/java/org/jclouds/docker/compute/functions/ImageToImageTest.java
index e9754d0..0141c70 100644
--- a/docker/src/test/java/org/jclouds/docker/compute/functions/ImageToImageTest.java
+++ b/docker/src/test/java/org/jclouds/docker/compute/functions/ImageToImageTest.java
@@ -1,9 +1,9 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
- *  work for additional information regarding copyright ownership.
- * The ASF licenses  file to You under the Apache License, Version 2.0
- * (the "License"); you may not use  file except in compliance 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

http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/c005b29f/docker/src/test/java/org/jclouds/docker/compute/functions/StateToStatusTest.java
----------------------------------------------------------------------
diff --git a/docker/src/test/java/org/jclouds/docker/compute/functions/StateToStatusTest.java b/docker/src/test/java/org/jclouds/docker/compute/functions/StateToStatusTest.java
index 899a66c..b9739ab 100644
--- a/docker/src/test/java/org/jclouds/docker/compute/functions/StateToStatusTest.java
+++ b/docker/src/test/java/org/jclouds/docker/compute/functions/StateToStatusTest.java
@@ -1,9 +1,9 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
- *  work for additional information regarding copyright ownership.
- * The ASF licenses  file to You under the Apache License, Version 2.0
- * (the "License"); you may not use  file except in compliance 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