You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ev...@apache.org on 2014/04/01 20:25:58 UTC

git commit: JCLOUDS-389: Updated license headers, broken links, and fixed minor whitespace issues

Repository: jclouds-examples
Updated Branches:
  refs/heads/master 3f6a2892f -> f5beea587


JCLOUDS-389: Updated license headers, broken links, and fixed minor whitespace issues


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

Branch: refs/heads/master
Commit: f5beea5875c001751632c705d15cb4fd0cecf0cf
Parents: 3f6a289
Author: Jeremy Daggett <je...@rackspace.com>
Authored: Thu Mar 27 17:24:03 2014 -0700
Committer: Everett Toews <ev...@rackspace.com>
Committed: Tue Apr 1 13:25:26 2014 -0500

----------------------------------------------------------------------
 blobstore-basics/README.md                      |  4 +--
 blobstore-basics/pom.xml                        | 28 ++++++++----------
 .../examples/blobstore/basics/MainApp.java      | 19 +++++-------
 blobstore-clojure/README.md                     |  2 +-
 blobstore-hdfs/README.md                        |  4 +--
 blobstore-hdfs/pom.xml                          | 28 ++++++++----------
 .../examples/blobstore/hdfs/MainApp.java        | 19 +++++-------
 .../blobstore/hdfs/config/HdfsModule.java       | 19 +++++-------
 .../blobstore/hdfs/io/HdfsPayloadSlicer.java    | 19 +++++-------
 .../blobstore/hdfs/io/payloads/HdfsPayload.java | 19 +++++-------
 blobstore-hdfs/src/main/resources/log4j.xml     | 29 +++++++++---------
 blobstore-karaf-shell/README.md                 |  5 ++--
 blobstore-karaf-shell/pom.xml                   | 28 ++++++++----------
 .../blobstore/osgi/BlobStoreService.java        | 18 ++++++------
 .../blobstore/osgi/BlobStoreServiceImpl.java    | 15 +++++-----
 .../osgi/shell/BlobStoreCommandSupport.java     | 16 +++++-----
 .../blobstore/osgi/shell/ReadCommand.java       | 16 +++++-----
 .../blobstore/osgi/shell/WriteCommand.java      | 16 +++++-----
 .../resources/OSGI-INF/blueprint/blueprint.xml  | 18 +++++-------
 blobstore-largeblob/README.md                   |  4 +--
 blobstore-largeblob/pom.xml                     | 26 ++++++++--------
 .../examples/blobstore/largeblob/MainApp.java   | 19 +++++-------
 .../src/main/resources/log4j.xml                | 29 +++++++++---------
 blobstore-scala-filesystem/README.md            |  6 ++--
 camel-notifications/pom.xml                     | 30 +++++++++----------
 .../resources/META-INF/spring/camel-context.xml | 30 +++++++++----------
 chef-basics/README.md                           |  4 +--
 chef-basics/pom.xml                             | 28 +++++++++---------
 cloudwatch-basics/README.md                     |  2 +-
 cloudwatch-basics/pom.xml                       | 26 ++++++++--------
 compute-basics/README.md                        |  4 +--
 compute-basics/pom.xml                          | 28 +++++++++---------
 compute-clojure/README.md                       |  2 +-
 deploy-war-via-ant/README.md                    |  3 +-
 deploy-war-via-ant/build.xml                    | 17 +++++------
 ec2-computeservice-spot/README.md               |  2 +-
 ec2-computeservice-spot/pom.xml                 | 27 ++++++++---------
 .../org/jclouds/examples/ec2/spot/MainApp.java  | 19 +++++-------
 ec2-createlamp/README.md                        |  2 +-
 ec2-createlamp/pom.xml                          | 27 ++++++++---------
 .../examples/ec2/createlamp/MainApp.java        | 19 +++++-------
 ec2-windows/pom.xml                             | 26 ++++++++--------
 minecraft-compute/README.md                     |  2 +-
 minecraft-compute/pom.xml                       | 27 ++++++++---------
 pom.xml                                         |  4 ---
 rackspace/pom.xml                               | 31 ++++++++++----------
 46 files changed, 349 insertions(+), 417 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-basics/README.md
----------------------------------------------------------------------
diff --git a/blobstore-basics/README.md b/blobstore-basics/README.md
index c6a4f1f..32cb8fd 100755
--- a/blobstore-basics/README.md
+++ b/blobstore-basics/README.md
@@ -1,6 +1,6 @@
 # blobstore-basics
 
-This is a simple example command line client that creates a container in a [BlobStore](http://code.google.com/p/jclouds/wiki/BlobStore) provider and lists the size of all the other containers.
+This is a simple example command line client that creates a container in a [BlobStore](http://jclouds.apache.org/start/blobstore/) provider and lists the size of all the other containers.
 
 ## Build
 
@@ -21,6 +21,6 @@ java -jar target/blobstore-basics-jar-with-dependencies.jar cloudfiles-us userna
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-basics/pom.xml
----------------------------------------------------------------------
diff --git a/blobstore-basics/pom.xml b/blobstore-basics/pom.xml
index 3fe87cc..066bfc6 100644
--- a/blobstore-basics/pom.xml
+++ b/blobstore-basics/pom.xml
@@ -1,25 +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
+    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
+        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.
+    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.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -62,6 +59,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <archive>
             <manifest>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-basics/src/main/java/org/jclouds/examples/blobstore/basics/MainApp.java
----------------------------------------------------------------------
diff --git a/blobstore-basics/src/main/java/org/jclouds/examples/blobstore/basics/MainApp.java b/blobstore-basics/src/main/java/org/jclouds/examples/blobstore/basics/MainApp.java
index 53d89c2..42fe96a 100755
--- a/blobstore-basics/src/main/java/org/jclouds/examples/blobstore/basics/MainApp.java
+++ b/blobstore-basics/src/main/java/org/jclouds/examples/blobstore/basics/MainApp.java
@@ -1,22 +1,19 @@
-/**
- *
- * Copyright (C) 2010 Cloud Conscious, LLC. <in...@cloudconscious.com>
+/*
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.basics;
 
 import static com.google.common.base.Preconditions.checkArgument;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-clojure/README.md
----------------------------------------------------------------------
diff --git a/blobstore-clojure/README.md b/blobstore-clojure/README.md
index 3de963d..74b5729 100644
--- a/blobstore-clojure/README.md
+++ b/blobstore-clojure/README.md
@@ -16,7 +16,7 @@ Ensure you have [Leiningen](http://github.com/technomancy/leiningen) installed,
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 
 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-hdfs/README.md
----------------------------------------------------------------------
diff --git a/blobstore-hdfs/README.md b/blobstore-hdfs/README.md
index 0b2b9bd..183c0c7 100755
--- a/blobstore-hdfs/README.md
+++ b/blobstore-hdfs/README.md
@@ -30,6 +30,6 @@ The hdfs input file size has to be at least 32Mbytes size to be used multipart u
 
 ## License
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+Copyright (C) 2009-2014 The Apache Software Foundation
 
-Licensed under the Apache License, Version 2.0 
+Licensed under the Apache License, Version 2.0

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/blobstore-hdfs/pom.xml b/blobstore-hdfs/pom.xml
index 3259d26..85cd2da 100644
--- a/blobstore-hdfs/pom.xml
+++ b/blobstore-hdfs/pom.xml
@@ -1,25 +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
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+        http://www.apache.org/licenses/LICENSE-2.0
 
-====================================================================
-Licensed 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.
-====================================================================
+    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.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -52,7 +49,6 @@ limitations under the License.
     </repository>
   </repositories>
 
-
   <dependencies>
     <dependency>
       <groupId>org.jclouds</groupId>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/MainApp.java
----------------------------------------------------------------------
diff --git a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/MainApp.java b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/MainApp.java
index 6754f2b..0d323c8 100755
--- a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/MainApp.java
+++ b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/MainApp.java
@@ -1,22 +1,19 @@
-/**
- *
- * Copyright (C) 2010 Cloud Conscious, LLC. <in...@cloudconscious.com>
+/*
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.hdfs;
 
 import static org.jclouds.Constants.PROPERTY_ENDPOINT;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/config/HdfsModule.java
----------------------------------------------------------------------
diff --git a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/config/HdfsModule.java b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/config/HdfsModule.java
index 3044338..c356dfe 100644
--- a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/config/HdfsModule.java
+++ b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/config/HdfsModule.java
@@ -1,22 +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 with
+ * the License.  You may obtain a copy of the License at
  *
- * Copyright (C) 2010 Cloud Conscious, LLC. <in...@cloudconscious.com>
- *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.hdfs.config;
 
 import org.jclouds.io.PayloadSlicer;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/HdfsPayloadSlicer.java
----------------------------------------------------------------------
diff --git a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/HdfsPayloadSlicer.java b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/HdfsPayloadSlicer.java
index cb23a4b..f2ddc68 100644
--- a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/HdfsPayloadSlicer.java
+++ b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/HdfsPayloadSlicer.java
@@ -1,22 +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 with
+ * the License.  You may obtain a copy of the License at
  *
- * Copyright (C) 2010 Cloud Conscious, LLC. <in...@cloudconscious.com>
- *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.hdfs.io;
 
 import static com.google.common.base.Preconditions.checkArgument;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/payloads/HdfsPayload.java
----------------------------------------------------------------------
diff --git a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/payloads/HdfsPayload.java b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/payloads/HdfsPayload.java
index d58780a..adbb0fa 100644
--- a/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/payloads/HdfsPayload.java
+++ b/blobstore-hdfs/src/main/java/org/jclouds/examples/blobstore/hdfs/io/payloads/HdfsPayload.java
@@ -1,22 +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 with
+ * the License.  You may obtain a copy of the License at
  *
- * Copyright (C) 2010 Cloud Conscious, LLC. <in...@cloudconscious.com>
- *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.hdfs.io.payloads;
 
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-hdfs/src/main/resources/log4j.xml
----------------------------------------------------------------------
diff --git a/blobstore-hdfs/src/main/resources/log4j.xml b/blobstore-hdfs/src/main/resources/log4j.xml
index c46d9ed..9db501e 100644
--- a/blobstore-hdfs/src/main/resources/log4j.xml
+++ b/blobstore-hdfs/src/main/resources/log4j.xml
@@ -1,23 +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
 
-        Copyright (C) 2010 Cloud Conscious, LLC.
-        <in...@cloudconscious.com>
+        http://www.apache.org/licenses/LICENSE-2.0
 
-        ====================================================================
-        Licensed 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
+    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.
 
-        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">
 
     <!--

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/README.md
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/README.md b/blobstore-karaf-shell/README.md
index 9ea2b68..c2dc989 100644
--- a/blobstore-karaf-shell/README.md
+++ b/blobstore-karaf-shell/README.md
@@ -1,6 +1,7 @@
 # blobstore-karaf-shell
 
-This is a simple examples that demonstrates the use of blob store from within Apache Karaf Runtime.
+This is a simple examples that demonstrates the using a [BlobStore](http://jclouds.apache.org/start/blobstore/) provider from within [Apache Karaf](http://karaf.apache.org/) Runtime.
+
 This example adds two osgi shell commands, that read and write to a blobstore. The context of the blobstore can be configured via OSGi Configuration Admin, which allows the switching blobstore contexts (providers, keys etc) "on the fly". 
 ## Build
 
@@ -31,6 +32,6 @@ JCloudsRocks!
 
 ## License
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/pom.xml
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/pom.xml b/blobstore-karaf-shell/pom.xml
index d4eab86..6240132 100644
--- a/blobstore-karaf-shell/pom.xml
+++ b/blobstore-karaf-shell/pom.xml
@@ -1,26 +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
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
-
-====================================================================
-Licensed 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://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.
-====================================================================
+    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.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreService.java
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreService.java b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreService.java
index 8972b4d..04d6ad3 100644
--- a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreService.java
+++ b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreService.java
@@ -1,20 +1,20 @@
-package org.jclouds.examples.blobstore.osgi;/*
- * Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+/*
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.osgi;
 
 import java.io.IOException;
 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreServiceImpl.java
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreServiceImpl.java b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreServiceImpl.java
index 092ad28..d8533cd 100644
--- a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreServiceImpl.java
+++ b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/BlobStoreServiceImpl.java
@@ -1,19 +1,18 @@
 /*
- * Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.osgi;
 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/BlobStoreCommandSupport.java
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/BlobStoreCommandSupport.java b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/BlobStoreCommandSupport.java
index 1b2a389..a4a62fb 100644
--- a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/BlobStoreCommandSupport.java
+++ b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/BlobStoreCommandSupport.java
@@ -1,21 +1,19 @@
 /*
- * Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.osgi.shell;
 
 import org.apache.karaf.shell.console.OsgiCommandSupport;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/ReadCommand.java
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/ReadCommand.java b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/ReadCommand.java
index a21b5f4..b83432c 100644
--- a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/ReadCommand.java
+++ b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/ReadCommand.java
@@ -1,21 +1,19 @@
 /*
- * Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.osgi.shell;
 
 import org.apache.felix.gogo.commands.Argument;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/WriteCommand.java
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/WriteCommand.java b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/WriteCommand.java
index d7132da..af35bb8 100644
--- a/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/WriteCommand.java
+++ b/blobstore-karaf-shell/src/main/java/org/jclouds/examples/blobstore/osgi/shell/WriteCommand.java
@@ -1,21 +1,19 @@
 /*
- * Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.osgi.shell;
 
 import org.apache.felix.gogo.commands.Argument;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-karaf-shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml
----------------------------------------------------------------------
diff --git a/blobstore-karaf-shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/blobstore-karaf-shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index ce7d691..8d6519c 100644
--- a/blobstore-karaf-shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ b/blobstore-karaf-shell/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
 
-    ====================================================================
-    Licensed 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
+    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
+        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.
-    ====================================================================
 
 -->
 <blueprint
@@ -38,11 +38,9 @@
         </command>
     </command-bundle>
 
-
     <bean id="blobStoreServiceImpl" class="org.jclouds.examples.blobstore.osgi.BlobStoreServiceImpl">
         <cm:managed-properties persistent-id="org.jclouds.blobstore" update-method="createOrUpdate"
                                update-strategy="container-managed"/>
     </bean>
 
-
-</blueprint>
\ No newline at end of file
+</blueprint>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-largeblob/README.md
----------------------------------------------------------------------
diff --git a/blobstore-largeblob/README.md b/blobstore-largeblob/README.md
index 5cf0dda..ff3df52 100755
--- a/blobstore-largeblob/README.md
+++ b/blobstore-largeblob/README.md
@@ -1,6 +1,6 @@
 # blobstore-largeblob
 
-This is a simple example command line client that creates a container in a [BlobStore](http://code.google.com/p/jclouds/wiki/BlobStore) provider and uploads a large file
+This is a simple example command line client that creates a container in a [BlobStore](http://jclouds.apache.org/start/blobstore/) provider and uploads a large file.
 
 ## Build
 
@@ -20,6 +20,6 @@ The inputfile size has to be at least 32Mbytes size to be used multipart upload.
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-largeblob/pom.xml
----------------------------------------------------------------------
diff --git a/blobstore-largeblob/pom.xml b/blobstore-largeblob/pom.xml
index 55aff40..9564cb6 100644
--- a/blobstore-largeblob/pom.xml
+++ b/blobstore-largeblob/pom.xml
@@ -1,22 +1,20 @@
 <?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
+    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
+        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.
+    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.
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-largeblob/src/main/java/org/jclouds/examples/blobstore/largeblob/MainApp.java
----------------------------------------------------------------------
diff --git a/blobstore-largeblob/src/main/java/org/jclouds/examples/blobstore/largeblob/MainApp.java b/blobstore-largeblob/src/main/java/org/jclouds/examples/blobstore/largeblob/MainApp.java
index b7d5cb7..6b9bffe 100755
--- a/blobstore-largeblob/src/main/java/org/jclouds/examples/blobstore/largeblob/MainApp.java
+++ b/blobstore-largeblob/src/main/java/org/jclouds/examples/blobstore/largeblob/MainApp.java
@@ -1,22 +1,19 @@
-/**
- *
- * Copyright (C) 2010 Cloud Conscious, LLC. <in...@cloudconscious.com>
+/*
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.blobstore.largeblob;
 
 import static com.google.common.collect.Iterables.transform;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-largeblob/src/main/resources/log4j.xml
----------------------------------------------------------------------
diff --git a/blobstore-largeblob/src/main/resources/log4j.xml b/blobstore-largeblob/src/main/resources/log4j.xml
index c46d9ed..9db501e 100644
--- a/blobstore-largeblob/src/main/resources/log4j.xml
+++ b/blobstore-largeblob/src/main/resources/log4j.xml
@@ -1,23 +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
 
-        Copyright (C) 2010 Cloud Conscious, LLC.
-        <in...@cloudconscious.com>
+        http://www.apache.org/licenses/LICENSE-2.0
 
-        ====================================================================
-        Licensed 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
+    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.
 
-        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">
 
     <!--

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/blobstore-scala-filesystem/README.md
----------------------------------------------------------------------
diff --git a/blobstore-scala-filesystem/README.md b/blobstore-scala-filesystem/README.md
index b6e3a67..25b34e1 100644
--- a/blobstore-scala-filesystem/README.md
+++ b/blobstore-scala-filesystem/README.md
@@ -1,6 +1,6 @@
 # blobstore-scala-filesystem
 
-This is a simple example command line client that creates a container and test blob in a filesystem [BlobStore](http://jclouds.incubator.apache.org/documentation/userguide/blobstore-guide/) using Scala. This example uses [scala-arm](https://github.com/jsuereth/scala-arm) to manage the [BlobStoreContext](http://javadocs.jclouds.cloudbees.net/org/jclouds/blobstore/BlobStoreContext.html)
+This is a simple example command line client that creates a container and test blob in a filesystem [BlobStore](http://jclouds.apache.org/start/blobstore/) using Scala. This example uses [scala-arm](https://github.com/jsuereth/scala-arm) to manage the [BlobStoreContext](http://javadocs.jclouds.cloudbees.net/org/jclouds/blobstore/BlobStoreContext.html)
 
 ## Build
 
@@ -19,4 +19,6 @@ run /home/blobstore mycontainer myblob
 
 ## License
 
-Licensed under the Apache License, Version 2.0
\ No newline at end of file
+Copyright (C) 2009-2014 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/camel-notifications/pom.xml
----------------------------------------------------------------------
diff --git a/camel-notifications/pom.xml b/camel-notifications/pom.xml
index a2a18b1..203986f 100644
--- a/camel-notifications/pom.xml
+++ b/camel-notifications/pom.xml
@@ -1,22 +1,20 @@
 <?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.
+    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.
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/camel-notifications/src/main/resources/META-INF/spring/camel-context.xml
----------------------------------------------------------------------
diff --git a/camel-notifications/src/main/resources/META-INF/spring/camel-context.xml b/camel-notifications/src/main/resources/META-INF/spring/camel-context.xml
index 560fed1..d52a694 100644
--- a/camel-notifications/src/main/resources/META-INF/spring/camel-context.xml
+++ b/camel-notifications/src/main/resources/META-INF/spring/camel-context.xml
@@ -1,22 +1,20 @@
 <?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.
+    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.
 
 -->
 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/chef-basics/README.md
----------------------------------------------------------------------
diff --git a/chef-basics/README.md b/chef-basics/README.md
index b85ce18..09de356 100755
--- a/chef-basics/README.md
+++ b/chef-basics/README.md
@@ -1,6 +1,6 @@
 # chef-basics
 
-This is a simple example command line client that creates a node in a [ComputeService](http://code.google.com/p/jclouds/wiki/ComputeGuide) provider and installs an Apache web server on everything in its group using Chef.
+This is a simple example command line client that creates a node in a [ComputeService](http://jclouds.apache.org/start/compute/) provider and installs an Apache web server on everything in its group using Chef.
 
 ## Build
 
@@ -53,6 +53,6 @@ java -Dopenstack-nova-ec2.image-id=nova/ami-00000009 -Dopenstack-nova-ec2.login-
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/chef-basics/pom.xml
----------------------------------------------------------------------
diff --git a/chef-basics/pom.xml b/chef-basics/pom.xml
index e6ac05d..781b498 100644
--- a/chef-basics/pom.xml
+++ b/chef-basics/pom.xml
@@ -1,22 +1,20 @@
 <?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
+    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
+        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.
+    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.
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -120,6 +118,7 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
         <configuration>
           <encoding>${project.build.sourceEncoding}</encoding>
           <source>1.6</source>
@@ -129,6 +128,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <archive>
             <manifest>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/cloudwatch-basics/README.md
----------------------------------------------------------------------
diff --git a/cloudwatch-basics/README.md b/cloudwatch-basics/README.md
index 3bdadc1..aa4a8b2 100755
--- a/cloudwatch-basics/README.md
+++ b/cloudwatch-basics/README.md
@@ -14,6 +14,6 @@ java -jar target/cloudwatch-basics-jar-with-dependencies.jar accessKeyId secretK
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/cloudwatch-basics/pom.xml
----------------------------------------------------------------------
diff --git a/cloudwatch-basics/pom.xml b/cloudwatch-basics/pom.xml
index 2b299f3..45a302f 100644
--- a/cloudwatch-basics/pom.xml
+++ b/cloudwatch-basics/pom.xml
@@ -1,22 +1,20 @@
 <?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
+    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
+        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.
+    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.
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/compute-basics/README.md
----------------------------------------------------------------------
diff --git a/compute-basics/README.md b/compute-basics/README.md
index d36abc3..abf8866 100755
--- a/compute-basics/README.md
+++ b/compute-basics/README.md
@@ -1,6 +1,6 @@
 # compute-basics
 
-This is a simple example command line client that creates a node in a [ComputeService](http://www.jclouds.org/documentation/userguide/compute/) provider and executes `echo hello` on everything in its group.
+This is a simple example command line client that creates a node in a [ComputeService](http://jclouds.apache.org/start/compute/) provider and executes `echo hello` on everything in its group.
 
 ## Build
 
@@ -99,6 +99,6 @@ To list the images:  *groupname* parameter is not used
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/compute-basics/pom.xml
----------------------------------------------------------------------
diff --git a/compute-basics/pom.xml b/compute-basics/pom.xml
index a69700d..008814e 100644
--- a/compute-basics/pom.xml
+++ b/compute-basics/pom.xml
@@ -1,22 +1,20 @@
 <?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
+    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
+        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.
+    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.
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -110,6 +108,7 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
         <configuration>
           <encoding>${project.build.sourceEncoding}</encoding>
           <source>1.6</source>
@@ -119,6 +118,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <archive>
             <manifest>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/compute-clojure/README.md
----------------------------------------------------------------------
diff --git a/compute-clojure/README.md b/compute-clojure/README.md
index 50f42ea..0372b44 100644
--- a/compute-clojure/README.md
+++ b/compute-clojure/README.md
@@ -18,6 +18,6 @@ Ensure you have [Leiningen](http://github.com/technomancy/leiningen) installed,
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/deploy-war-via-ant/README.md
----------------------------------------------------------------------
diff --git a/deploy-war-via-ant/README.md b/deploy-war-via-ant/README.md
index 50253cb..0128601 100755
--- a/deploy-war-via-ant/README.md
+++ b/deploy-war-via-ant/README.md
@@ -50,5 +50,6 @@ Note that you should run 'ant destroy' to cleanup cloud nodes after you are fini
 
 ## License
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+Copyright (C) 2009-2014 The Apache Software Foundation
 
+Licensed under the Apache License, Version 2.0

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/deploy-war-via-ant/build.xml
----------------------------------------------------------------------
diff --git a/deploy-war-via-ant/build.xml b/deploy-war-via-ant/build.xml
index ff9a17b..3871956 100644
--- a/deploy-war-via-ant/build.xml
+++ b/deploy-war-via-ant/build.xml
@@ -1,25 +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
 
-    Copyright (C) 2010 Cloud Conscious, LLC. <in...@cloudconscious.com>
-
-    ====================================================================
-    Licensed 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://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.
-    ====================================================================
 
 -->
-
 <project xmlns:artifact="urn:maven-artifact-ant" name="cargooverssh" default="cargooverssh" basedir=".">
   <property file="build.properties" />
   <property name="privatekeyfile" value="${user.home}/.ssh/id_rsa" />

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/ec2-computeservice-spot/README.md
----------------------------------------------------------------------
diff --git a/ec2-computeservice-spot/README.md b/ec2-computeservice-spot/README.md
index f3e1a3e..994ebb9 100755
--- a/ec2-computeservice-spot/README.md
+++ b/ec2-computeservice-spot/README.md
@@ -26,6 +26,6 @@ java -jar target/ec2-computeservice-spot-jar-with-dependencies.jar accesskey sec
 
 ## License
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/ec2-computeservice-spot/pom.xml
----------------------------------------------------------------------
diff --git a/ec2-computeservice-spot/pom.xml b/ec2-computeservice-spot/pom.xml
index b0aef2b..4a2be31 100644
--- a/ec2-computeservice-spot/pom.xml
+++ b/ec2-computeservice-spot/pom.xml
@@ -1,25 +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
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+        http://www.apache.org/licenses/LICENSE-2.0
 
-====================================================================
-Licensed 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.
-====================================================================
+    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.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/ec2-computeservice-spot/src/main/java/org/jclouds/examples/ec2/spot/MainApp.java
----------------------------------------------------------------------
diff --git a/ec2-computeservice-spot/src/main/java/org/jclouds/examples/ec2/spot/MainApp.java b/ec2-computeservice-spot/src/main/java/org/jclouds/examples/ec2/spot/MainApp.java
index 483f5c4..80bbfa6 100755
--- a/ec2-computeservice-spot/src/main/java/org/jclouds/examples/ec2/spot/MainApp.java
+++ b/ec2-computeservice-spot/src/main/java/org/jclouds/examples/ec2/spot/MainApp.java
@@ -1,22 +1,19 @@
-/**
- *
- * Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+/*
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.ec2.spot;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/ec2-createlamp/README.md
----------------------------------------------------------------------
diff --git a/ec2-createlamp/README.md b/ec2-createlamp/README.md
index c0536e8..943f7db 100755
--- a/ec2-createlamp/README.md
+++ b/ec2-createlamp/README.md
@@ -24,6 +24,6 @@ java -jar target/ec2-createlamp-jar-with-dependencies.jar accesskey secretkey de
 
 ## License
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/ec2-createlamp/pom.xml
----------------------------------------------------------------------
diff --git a/ec2-createlamp/pom.xml b/ec2-createlamp/pom.xml
index 7c51301..ab18342 100644
--- a/ec2-createlamp/pom.xml
+++ b/ec2-createlamp/pom.xml
@@ -1,25 +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
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+        http://www.apache.org/licenses/LICENSE-2.0
 
-====================================================================
-Licensed 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.
-====================================================================
+    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.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/ec2-createlamp/src/main/java/org/jclouds/examples/ec2/createlamp/MainApp.java
----------------------------------------------------------------------
diff --git a/ec2-createlamp/src/main/java/org/jclouds/examples/ec2/createlamp/MainApp.java b/ec2-createlamp/src/main/java/org/jclouds/examples/ec2/createlamp/MainApp.java
index f9d2e33..42c4e99 100755
--- a/ec2-createlamp/src/main/java/org/jclouds/examples/ec2/createlamp/MainApp.java
+++ b/ec2-createlamp/src/main/java/org/jclouds/examples/ec2/createlamp/MainApp.java
@@ -1,22 +1,19 @@
-/**
- *
- * Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+/*
+ * 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
  *
- * ====================================================================
- * Licensed 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://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 org.jclouds.examples.ec2.createlamp;
 
 import static org.jclouds.ec2.options.RunInstancesOptions.Builder.asType;

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/ec2-windows/pom.xml
----------------------------------------------------------------------
diff --git a/ec2-windows/pom.xml b/ec2-windows/pom.xml
index 9aad80f..2d2648a 100644
--- a/ec2-windows/pom.xml
+++ b/ec2-windows/pom.xml
@@ -1,22 +1,20 @@
 <?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
+    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
+        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.
+    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.
 
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/minecraft-compute/README.md
----------------------------------------------------------------------
diff --git a/minecraft-compute/README.md b/minecraft-compute/README.md
index 7cd56de..968a8d0 100755
--- a/minecraft-compute/README.md
+++ b/minecraft-compute/README.md
@@ -41,7 +41,7 @@ ssh 15.185.168.16 -L 25565:15.185.168.16:22
 
 ## License
 
-Copyright (C) 2009-2012 jclouds, Inc.
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0
 

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/minecraft-compute/pom.xml
----------------------------------------------------------------------
diff --git a/minecraft-compute/pom.xml b/minecraft-compute/pom.xml
index 9ebc21c..1ffa956 100644
--- a/minecraft-compute/pom.xml
+++ b/minecraft-compute/pom.xml
@@ -1,25 +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
+    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
+        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.
+    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.
 
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fd122c6..6d509a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,10 +141,6 @@
             <exclude>**/README.txt</exclude>
             <exclude>**/header.txt</exclude>
           </excludes>
-          <properties>
-            <year>2011</year>
-            <copyrightHolder>jclouds, Inc.</copyrightHolder>
-          </properties>
         </configuration>
       </plugin>
     </plugins>

http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/f5beea58/rackspace/pom.xml
----------------------------------------------------------------------
diff --git a/rackspace/pom.xml b/rackspace/pom.xml
index 83ce268..9dc7b67 100644
--- a/rackspace/pom.xml
+++ b/rackspace/pom.xml
@@ -1,23 +1,22 @@
-<?xml version="1.0"?>
+<?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
+    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
 
-  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.
--->
+        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.
 
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>