You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2013/05/20 16:56:20 UTC

[5/5] git commit: JCLOUDS-58: Updated license headers and rat plugin configuration

JCLOUDS-58: Updated license headers and rat plugin configuration


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/commit/2970488a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/tree/2970488a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/diff/2970488a

Branch: refs/heads/master
Commit: 2970488a9f6f9f7f27ef9bab0da899f4f904e600
Parents: 1f0b808
Author: Ignasi Barrera <ig...@gmail.com>
Authored: Sun May 19 15:49:50 2013 +0200
Committer: Ignasi Barrera <ig...@gmail.com>
Committed: Mon May 20 16:53:37 2013 +0200

----------------------------------------------------------------------
 compute/pom.xml                                    |   26 ++--
 .../chef/compute/ChefComputeServiceLiveTest.java   |   28 ++--
 ...ComputeServiceIntegratedChefClientLiveTest.java |   28 ++--
 core/pom.xml                                       |   26 ++--
 core/src/main/clojure/org/jclouds/chef.clj         |   26 ++--
 core/src/main/java/org/jclouds/chef/ChefApi.java   |   28 ++--
 .../java/org/jclouds/chef/ChefApiMetadata.java     |   28 ++--
 .../main/java/org/jclouds/chef/ChefContext.java    |   28 ++--
 .../main/java/org/jclouds/chef/ChefService.java    |   28 ++--
 .../chef/binders/BindChecksumsToJsonPayload.java   |   28 ++--
 .../chef/binders/BindClientnameToJsonPayload.java  |   28 ++--
 .../BindCreateClientOptionsToJsonPayload.java      |   28 ++--
 .../BindGenerateKeyForClientToJsonPayload.java     |   28 ++--
 .../chef/binders/BindIsCompletedToJsonPayload.java |   28 ++--
 .../chef/binders/BindNameToJsonPayload.java        |   28 ++--
 .../org/jclouds/chef/binders/DatabagItemId.java    |   28 ++--
 .../org/jclouds/chef/binders/EnvironmentName.java  |   28 ++--
 .../java/org/jclouds/chef/binders/NodeName.java    |   28 ++--
 .../java/org/jclouds/chef/binders/RoleName.java    |   28 ++--
 .../jclouds/chef/config/BaseChefHttpApiModule.java |   28 ++--
 .../jclouds/chef/config/ChefBootstrapModule.java   |   28 ++--
 .../org/jclouds/chef/config/ChefHttpApiModule.java |   28 ++--
 .../org/jclouds/chef/config/ChefParserModule.java  |   28 ++--
 .../org/jclouds/chef/config/ChefProperties.java    |   28 ++--
 .../org/jclouds/chef/config/CookbookParser.java    |   28 ++--
 .../chef/config/CookbookVersionsParser.java        |   28 ++--
 .../java/org/jclouds/chef/config/Validator.java    |   28 ++--
 .../java/org/jclouds/chef/domain/Attribute.java    |   28 ++--
 .../org/jclouds/chef/domain/BootstrapConfig.java   |   28 ++--
 .../org/jclouds/chef/domain/ChecksumStatus.java    |   28 ++--
 .../main/java/org/jclouds/chef/domain/Client.java  |   28 ++--
 .../jclouds/chef/domain/CookbookDefinition.java    |   28 ++--
 .../org/jclouds/chef/domain/CookbookVersion.java   |   28 ++--
 .../java/org/jclouds/chef/domain/DatabagItem.java  |   28 ++--
 .../java/org/jclouds/chef/domain/Environment.java  |   28 ++--
 .../java/org/jclouds/chef/domain/Metadata.java     |   28 ++--
 .../main/java/org/jclouds/chef/domain/Node.java    |   28 ++--
 .../java/org/jclouds/chef/domain/Resource.java     |   28 ++--
 .../main/java/org/jclouds/chef/domain/Role.java    |   28 ++--
 .../main/java/org/jclouds/chef/domain/Sandbox.java |   28 ++--
 .../java/org/jclouds/chef/domain/SearchResult.java |   28 ++--
 .../org/jclouds/chef/domain/UploadSandbox.java     |   28 ++--
 .../org/jclouds/chef/filters/SignedHeaderAuth.java |   28 ++--
 .../chef/functions/BootstrapConfigForGroup.java    |   28 ++--
 .../org/jclouds/chef/functions/ClientForGroup.java |   28 ++--
 .../jclouds/chef/functions/GroupToBootScript.java  |   28 ++--
 ...ParseCookbookDefinitionCheckingChefVersion.java |   28 ++--
 .../functions/ParseCookbookDefinitionFromJson.java |   28 ++--
 .../ParseCookbookDefinitionFromJsonv10.java        |   28 ++--
 .../ParseCookbookDefinitionListFromJsonv10.java    |   28 ++--
 .../ParseCookbookVersionsCheckingChefVersion.java  |   28 ++--
 .../ParseCookbookVersionsV09FromJson.java          |   28 ++--
 .../ParseCookbookVersionsV10FromJson.java          |   28 ++--
 .../functions/ParseErrorFromJsonOrReturnBody.java  |   28 ++--
 .../chef/functions/ParseKeySetFromJson.java        |   28 ++--
 .../chef/functions/ParseSearchClientsFromJson.java |   28 ++--
 .../chef/functions/ParseSearchDatabagFromJson.java |   28 ++--
 .../functions/ParseSearchEnvironmentsFromJson.java |   28 ++--
 .../chef/functions/ParseSearchNodesFromJson.java   |   28 ++--
 .../chef/functions/ParseSearchResultFromJson.java  |   28 ++--
 .../chef/functions/ParseSearchRolesFromJson.java   |   28 ++--
 .../jclouds/chef/functions/RunListForGroup.java    |   28 ++--
 .../org/jclouds/chef/functions/UriForResource.java |   29 ++--
 .../chef/handlers/ChefApiErrorRetryHandler.java    |   28 ++--
 .../jclouds/chef/handlers/ChefErrorHandler.java    |   28 ++--
 .../org/jclouds/chef/internal/BaseChefService.java |   28 ++--
 .../org/jclouds/chef/internal/ChefContextImpl.java |   28 ++--
 .../jclouds/chef/options/CreateClientOptions.java  |   28 ++--
 .../org/jclouds/chef/options/SearchOptions.java    |   28 ++--
 .../chef/predicates/CookbookVersionPredicates.java |   28 ++--
 .../chef/strategy/CleanupStaleNodesAndClients.java |   28 ++--
 .../CreateNodeAndPopulateAutomaticAttributes.java  |   28 ++--
 .../chef/strategy/DeleteAllClientsInList.java      |   28 ++--
 .../chef/strategy/DeleteAllNodesInList.java        |   28 ++--
 .../org/jclouds/chef/strategy/ListClients.java     |   28 ++--
 .../chef/strategy/ListCookbookVersions.java        |   28 ++--
 .../jclouds/chef/strategy/ListEnvironments.java    |   28 ++--
 .../java/org/jclouds/chef/strategy/ListNodes.java  |   28 ++--
 .../strategy/UpdateAutomaticAttributesOnNode.java  |   28 ++--
 .../internal/CleanupStaleNodesAndClientsImpl.java  |   28 ++--
 ...eateNodeAndPopulateAutomaticAttributesImpl.java |   28 ++--
 .../internal/DeleteAllClientsInListImpl.java       |   28 ++--
 .../internal/DeleteAllNodesInListImpl.java         |   28 ++--
 .../chef/strategy/internal/ListClientsImpl.java    |   28 ++--
 .../internal/ListCookbookVersionsImpl.java         |   28 ++--
 .../strategy/internal/ListEnvironmentsImpl.java    |   28 ++--
 .../chef/strategy/internal/ListNodesImpl.java      |   28 ++--
 .../UpdateAutomaticAttributesOnNodeImpl.java       |   28 ++--
 .../org/jclouds/chef/test/TransientChefApi.java    |   28 ++--
 .../chef/test/TransientChefApiMetadata.java        |   28 ++--
 .../chef/test/config/TransientChefApiModule.java   |   28 ++--
 .../main/java/org/jclouds/chef/util/ChefUtils.java |   28 ++--
 .../java/org/jclouds/chef/util/RunListBuilder.java |   28 ++--
 core/src/main/java/org/jclouds/ohai/Automatic.java |   28 ++--
 .../java/org/jclouds/ohai/AutomaticSupplier.java   |   28 ++--
 .../org/jclouds/ohai/config/ConfiguresOhai.java    |   28 ++--
 .../org/jclouds/ohai/config/JMXOhaiModule.java     |   28 ++--
 .../java/org/jclouds/ohai/config/OhaiModule.java   |   28 ++--
 .../jclouds/ohai/config/multibindings/Element.java |   28 ++--
 .../ohai/config/multibindings/MapBinder.java       |   28 ++--
 .../ohai/config/multibindings/Multibinder.java     |   28 ++--
 .../ohai/config/multibindings/RealElement.java     |   29 ++--
 .../ohai/config/multibindings/package-info.java    |   28 ++--
 .../ohai/functions/ByteArrayToMacAddress.java      |   28 ++--
 .../jclouds/ohai/functions/MapSetToMultimap.java   |   28 ++--
 .../org/jclouds/ohai/functions/NestSlashKeys.java  |   28 ++--
 .../ohai/suppliers/UptimeSecondsSupplier.java      |   28 ++--
 core/src/test/clojure/org/jclouds/chef_test.clj    |   26 ++--
 .../org/jclouds/chef/BaseChefApiExpectTest.java    |   28 ++--
 .../java/org/jclouds/chef/ChefApiLiveTest.java     |   28 ++--
 .../java/org/jclouds/chef/ChefApiMetadataTest.java |   28 ++--
 .../test/java/org/jclouds/chef/ChefApiTest.java    |   28 ++--
 .../BindHexEncodedMD5sToJsonPayloadTest.java       |   28 ++--
 .../jclouds/chef/filters/SignedHeaderAuthTest.java |   28 ++--
 .../functions/BootstrapConfigForGroupTest.java     |   28 ++--
 .../jclouds/chef/functions/ClientForGroupTest.java |   28 ++--
 .../chef/functions/GroupToBootScriptTest.java      |   28 ++--
 .../chef/functions/ParseClientFromJsonTest.java    |   28 ++--
 ...eCookbookDefinitionCheckingChefVersionTest.java |   28 ++--
 .../ParseCookbookDefinitionFromJsonTest.java       |   28 ++--
 .../ParseCookbookDefinitionFromJsonv10Test.java    |   28 ++--
 ...ParseCookbookDefinitionListFromJsonv10Test.java |   28 ++--
 .../ParseCookbookVersionFromJsonTest.java          |   28 ++--
 ...rseCookbookVersionsCheckingChefVersionTest.java |   28 ++--
 .../ParseCookbookVersionsV09FromJsonTest.java      |   28 ++--
 .../ParseCookbookVersionsV10FromJsonTest.java      |   28 ++--
 .../functions/ParseDataBagItemFromJsonTest.java    |   28 ++--
 .../ParseErrorFromJsonOrReturnBodyTest.java        |   28 ++--
 .../chef/functions/ParseKeySetFromJsonTest.java    |   28 ++--
 .../chef/functions/ParseNodeFromJsonTest.java      |   28 ++--
 .../chef/functions/ParseSandboxFromJsonTest.java   |   28 ++--
 .../ParseSearchDataBagItemFromJsonTest.java        |   28 ++--
 .../functions/ParseUploadSandboxFromJsonTest.java  |   28 ++--
 .../chef/functions/RunListForGroupTest.java        |   28 ++--
 .../jclouds/chef/functions/UriForResourceTest.java |   28 ++--
 .../handlers/ChefApiErrorRetryHandlerTest.java     |   28 ++--
 .../jclouds/chef/internal/BaseChefApiLiveTest.java |   28 ++--
 .../jclouds/chef/internal/BaseChefLiveTest.java    |   28 ++--
 .../jclouds/chef/internal/BaseChefServiceTest.java |   28 ++--
 .../chef/internal/BaseStubbedOhaiLiveTest.java     |   28 ++--
 .../org/jclouds/chef/internal/ChefContextTest.java |   28 ++--
 .../CleanupStaleNodesAndClientsImplLiveTest.java   |   28 ++--
 ...AndPopulateAutomaticAttributesImplLiveTest.java |   28 ++--
 ...NodeAndPopulateAutomaticAttributesImplTest.java |   28 ++--
 .../DeleteAllApisAndNodesInListImplLiveTest.java   |   28 ++--
 .../strategy/internal/GetNodesImplLiveTest.java    |   28 ++--
 ...pdateAutomaticAttributesOnNodeImplLiveTest.java |   28 ++--
 .../UpdateAutomaticAttributesOnNodeImplTest.java   |   28 ++--
 .../chef/test/TransientChefApiIntegrationTest.java |   28 ++--
 .../chef/test/TransientChefApiMetadataTest.java    |   28 ++--
 .../java/org/jclouds/chef/util/ChefUtilsTest.java  |   28 ++--
 .../org/jclouds/chef/util/RunListBuilderTest.java  |   28 ++--
 .../test/java/org/jclouds/ohai/config/JMXTest.java |   28 ++--
 .../org/jclouds/ohai/config/OhaiModuleTest.java    |   28 ++--
 .../ohai/functions/ByteArrayToMacAddressTest.java  |   28 ++--
 .../jclouds/ohai/functions/NestSlashKeysTest.java  |   28 ++--
 labs/hostedchef/pom.xml                            |   26 ++--
 .../java/org/jclouds/hostedchef/HostedChefApi.java |   28 ++--
 .../jclouds/hostedchef/HostedChefApiMetadata.java  |   28 ++--
 .../hostedchef/HostedChefProviderMetadata.java     |   28 ++--
 .../binders/BindGroupNameToJsonPayload.java        |   28 ++--
 .../BindGroupToUpdateRequestJsonPayload.java       |   28 ++--
 .../org/jclouds/hostedchef/binders/GroupName.java  |   28 ++--
 .../hostedchef/config/HostedChefHttpApiModule.java |   28 ++--
 .../java/org/jclouds/hostedchef/domain/Group.java  |   28 ++--
 .../java/org/jclouds/hostedchef/domain/User.java   |   28 ++--
 .../hostedchef/HostedChefApiContextTest.java       |   28 ++--
 .../hostedchef/HostedChefApiExpectTest.java        |   28 ++--
 .../jclouds/hostedchef/HostedChefApiLiveTest.java  |   28 ++--
 .../hostedchef/HostedChefProviderMetadataTest.java |   28 ++--
 .../binders/BindGroupNameToJsonPayloadTest.java    |   28 ++--
 .../BindGroupToUpdateRequestJsonPayloadTest.java   |   28 ++--
 .../jclouds/hostedchef/binders/GroupNameTest.java  |   28 ++--
 labs/pom.xml                                       |   26 ++--
 labs/privatechef/pom.xml                           |   26 ++--
 .../org/jclouds/privatechef/PrivateChefApi.java    |   28 ++--
 .../privatechef/PrivateChefApiMetadata.java        |   28 ++--
 .../config/PrivateChefHttpApiModule.java           |   28 ++--
 .../privatechef/PrivateChefApiContextTest.java     |   28 ++--
 .../privatechef/PrivateChefApiMetadataTest.java    |   28 ++--
 pom.xml                                            |  132 +++++++++++----
 project/pom.xml                                    |   26 ++--
 project/src/etc/header.txt                         |   26 ++--
 servlet/pom.xml                                    |   26 ++--
 .../chef/servlet/ChefRegistrationListener.java     |   28 ++--
 .../servlet/functions/InitParamsToProperties.java  |   28 ++--
 .../ohai/servlet/config/ServletOhaiModule.java     |   28 ++--
 .../suppliers/ServletContextInfoSupplier.java      |   28 ++--
 .../servlet/suppliers/ServletContextSupplier.java  |   28 ++--
 .../suppliers/ServletContextInfoSupplierTest.java  |   28 ++--
 190 files changed, 2545 insertions(+), 2861 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/compute/pom.xml
----------------------------------------------------------------------
diff --git a/compute/pom.xml b/compute/pom.xml
index c54c3d3..46c9208 100644
--- a/compute/pom.xml
+++ b/compute/pom.xml
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-Licensed to jclouds, Inc. (jclouds) under one or more
-contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  jclouds 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/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/compute/src/test/java/org/jclouds/chef/compute/ChefComputeServiceLiveTest.java
----------------------------------------------------------------------
diff --git a/compute/src/test/java/org/jclouds/chef/compute/ChefComputeServiceLiveTest.java b/compute/src/test/java/org/jclouds/chef/compute/ChefComputeServiceLiveTest.java
index 097cd57..4e6ae16 100644
--- a/compute/src/test/java/org/jclouds/chef/compute/ChefComputeServiceLiveTest.java
+++ b/compute/src/test/java/org/jclouds/chef/compute/ChefComputeServiceLiveTest.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.compute;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/compute/src/test/java/org/jclouds/chef/compute/internal/BaseComputeServiceIntegratedChefClientLiveTest.java
----------------------------------------------------------------------
diff --git a/compute/src/test/java/org/jclouds/chef/compute/internal/BaseComputeServiceIntegratedChefClientLiveTest.java b/compute/src/test/java/org/jclouds/chef/compute/internal/BaseComputeServiceIntegratedChefClientLiveTest.java
index a4024a4..4eca736 100644
--- a/compute/src/test/java/org/jclouds/chef/compute/internal/BaseComputeServiceIntegratedChefClientLiveTest.java
+++ b/compute/src/test/java/org/jclouds/chef/compute/internal/BaseComputeServiceIntegratedChefClientLiveTest.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds licenses this file
- * to you under the Apache License, ComputeServiceContextersion 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.
  */
 package org.jclouds.chef.compute.internal;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index c10bb3f..f4c4ac8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-Licensed to jclouds, Inc. (jclouds) under one or more
-contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  jclouds 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/maven-v4_0_0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/clojure/org/jclouds/chef.clj
----------------------------------------------------------------------
diff --git a/core/src/main/clojure/org/jclouds/chef.clj b/core/src/main/clojure/org/jclouds/chef.clj
index c5cdbd8..ad0f200 100644
--- a/core/src/main/clojure/org/jclouds/chef.clj
+++ b/core/src/main/clojure/org/jclouds/chef.clj
@@ -1,20 +1,18 @@
 ;
-; Licensed to jclouds, Inc. (jclouds) under one or more
-; contributor license agreements.  See the NOTICE file
-; distributed with this work for additional information
-; regarding copyright ownership.  jclouds 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.
 ;
 
 (ns 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/ChefApi.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/ChefApi.java b/core/src/main/java/org/jclouds/chef/ChefApi.java
index cd70ccb..3c3d2bc 100644
--- a/core/src/main/java/org/jclouds/chef/ChefApi.java
+++ b/core/src/main/java/org/jclouds/chef/ChefApi.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/ChefApiMetadata.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/ChefApiMetadata.java b/core/src/main/java/org/jclouds/chef/ChefApiMetadata.java
index 63b4adf..302e01b 100644
--- a/core/src/main/java/org/jclouds/chef/ChefApiMetadata.java
+++ b/core/src/main/java/org/jclouds/chef/ChefApiMetadata.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/ChefContext.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/ChefContext.java b/core/src/main/java/org/jclouds/chef/ChefContext.java
index d5a3845..f1ffb3b 100644
--- a/core/src/main/java/org/jclouds/chef/ChefContext.java
+++ b/core/src/main/java/org/jclouds/chef/ChefContext.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/ChefService.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/ChefService.java b/core/src/main/java/org/jclouds/chef/ChefService.java
index c78899a..a1c95b5 100644
--- a/core/src/main/java/org/jclouds/chef/ChefService.java
+++ b/core/src/main/java/org/jclouds/chef/ChefService.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/BindChecksumsToJsonPayload.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/BindChecksumsToJsonPayload.java b/core/src/main/java/org/jclouds/chef/binders/BindChecksumsToJsonPayload.java
index bf90473..21aca39 100644
--- a/core/src/main/java/org/jclouds/chef/binders/BindChecksumsToJsonPayload.java
+++ b/core/src/main/java/org/jclouds/chef/binders/BindChecksumsToJsonPayload.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/BindClientnameToJsonPayload.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/BindClientnameToJsonPayload.java b/core/src/main/java/org/jclouds/chef/binders/BindClientnameToJsonPayload.java
index d8219dc..3f6dd97 100644
--- a/core/src/main/java/org/jclouds/chef/binders/BindClientnameToJsonPayload.java
+++ b/core/src/main/java/org/jclouds/chef/binders/BindClientnameToJsonPayload.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/BindCreateClientOptionsToJsonPayload.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/BindCreateClientOptionsToJsonPayload.java b/core/src/main/java/org/jclouds/chef/binders/BindCreateClientOptionsToJsonPayload.java
index 6a39ac6..043b6be 100644
--- a/core/src/main/java/org/jclouds/chef/binders/BindCreateClientOptionsToJsonPayload.java
+++ b/core/src/main/java/org/jclouds/chef/binders/BindCreateClientOptionsToJsonPayload.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/BindGenerateKeyForClientToJsonPayload.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/BindGenerateKeyForClientToJsonPayload.java b/core/src/main/java/org/jclouds/chef/binders/BindGenerateKeyForClientToJsonPayload.java
index 4673082..691587f 100644
--- a/core/src/main/java/org/jclouds/chef/binders/BindGenerateKeyForClientToJsonPayload.java
+++ b/core/src/main/java/org/jclouds/chef/binders/BindGenerateKeyForClientToJsonPayload.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/BindIsCompletedToJsonPayload.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/BindIsCompletedToJsonPayload.java b/core/src/main/java/org/jclouds/chef/binders/BindIsCompletedToJsonPayload.java
index b489272..105178e 100644
--- a/core/src/main/java/org/jclouds/chef/binders/BindIsCompletedToJsonPayload.java
+++ b/core/src/main/java/org/jclouds/chef/binders/BindIsCompletedToJsonPayload.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/BindNameToJsonPayload.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/BindNameToJsonPayload.java b/core/src/main/java/org/jclouds/chef/binders/BindNameToJsonPayload.java
index 090d0d6..02fabef 100644
--- a/core/src/main/java/org/jclouds/chef/binders/BindNameToJsonPayload.java
+++ b/core/src/main/java/org/jclouds/chef/binders/BindNameToJsonPayload.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/DatabagItemId.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/DatabagItemId.java b/core/src/main/java/org/jclouds/chef/binders/DatabagItemId.java
index 4af14e1..5abe592 100644
--- a/core/src/main/java/org/jclouds/chef/binders/DatabagItemId.java
+++ b/core/src/main/java/org/jclouds/chef/binders/DatabagItemId.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/EnvironmentName.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/EnvironmentName.java b/core/src/main/java/org/jclouds/chef/binders/EnvironmentName.java
index 6305d9d..1650521 100644
--- a/core/src/main/java/org/jclouds/chef/binders/EnvironmentName.java
+++ b/core/src/main/java/org/jclouds/chef/binders/EnvironmentName.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/NodeName.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/NodeName.java b/core/src/main/java/org/jclouds/chef/binders/NodeName.java
index b942605..affaf74 100644
--- a/core/src/main/java/org/jclouds/chef/binders/NodeName.java
+++ b/core/src/main/java/org/jclouds/chef/binders/NodeName.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/binders/RoleName.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/binders/RoleName.java b/core/src/main/java/org/jclouds/chef/binders/RoleName.java
index db24916..b2401c8 100644
--- a/core/src/main/java/org/jclouds/chef/binders/RoleName.java
+++ b/core/src/main/java/org/jclouds/chef/binders/RoleName.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.binders;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/BaseChefHttpApiModule.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/BaseChefHttpApiModule.java b/core/src/main/java/org/jclouds/chef/config/BaseChefHttpApiModule.java
index 44fb37d..c7816cb 100644
--- a/core/src/main/java/org/jclouds/chef/config/BaseChefHttpApiModule.java
+++ b/core/src/main/java/org/jclouds/chef/config/BaseChefHttpApiModule.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/ChefBootstrapModule.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/ChefBootstrapModule.java b/core/src/main/java/org/jclouds/chef/config/ChefBootstrapModule.java
index 46eb3f2..3d9d04f 100644
--- a/core/src/main/java/org/jclouds/chef/config/ChefBootstrapModule.java
+++ b/core/src/main/java/org/jclouds/chef/config/ChefBootstrapModule.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/ChefHttpApiModule.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/ChefHttpApiModule.java b/core/src/main/java/org/jclouds/chef/config/ChefHttpApiModule.java
index 0bc4f1c..b8c068f 100644
--- a/core/src/main/java/org/jclouds/chef/config/ChefHttpApiModule.java
+++ b/core/src/main/java/org/jclouds/chef/config/ChefHttpApiModule.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java b/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
index 30908bd..7a92064 100644
--- a/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
+++ b/core/src/main/java/org/jclouds/chef/config/ChefParserModule.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/ChefProperties.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/ChefProperties.java b/core/src/main/java/org/jclouds/chef/config/ChefProperties.java
index 53bff62..3618ef6 100644
--- a/core/src/main/java/org/jclouds/chef/config/ChefProperties.java
+++ b/core/src/main/java/org/jclouds/chef/config/ChefProperties.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/CookbookParser.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/CookbookParser.java b/core/src/main/java/org/jclouds/chef/config/CookbookParser.java
index 96d1388..22a3dea 100644
--- a/core/src/main/java/org/jclouds/chef/config/CookbookParser.java
+++ b/core/src/main/java/org/jclouds/chef/config/CookbookParser.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/CookbookVersionsParser.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/CookbookVersionsParser.java b/core/src/main/java/org/jclouds/chef/config/CookbookVersionsParser.java
index 9346241..6e4f5a1 100644
--- a/core/src/main/java/org/jclouds/chef/config/CookbookVersionsParser.java
+++ b/core/src/main/java/org/jclouds/chef/config/CookbookVersionsParser.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/config/Validator.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/config/Validator.java b/core/src/main/java/org/jclouds/chef/config/Validator.java
index 661a39f..677b170 100644
--- a/core/src/main/java/org/jclouds/chef/config/Validator.java
+++ b/core/src/main/java/org/jclouds/chef/config/Validator.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.config;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/domain/Attribute.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/domain/Attribute.java b/core/src/main/java/org/jclouds/chef/domain/Attribute.java
index 037eaf8..942593e 100644
--- a/core/src/main/java/org/jclouds/chef/domain/Attribute.java
+++ b/core/src/main/java/org/jclouds/chef/domain/Attribute.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.domain;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/domain/BootstrapConfig.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/domain/BootstrapConfig.java b/core/src/main/java/org/jclouds/chef/domain/BootstrapConfig.java
index 6d00ff2..2c16514 100644
--- a/core/src/main/java/org/jclouds/chef/domain/BootstrapConfig.java
+++ b/core/src/main/java/org/jclouds/chef/domain/BootstrapConfig.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.domain;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/domain/ChecksumStatus.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/domain/ChecksumStatus.java b/core/src/main/java/org/jclouds/chef/domain/ChecksumStatus.java
index 0ba57d0..0b91453 100644
--- a/core/src/main/java/org/jclouds/chef/domain/ChecksumStatus.java
+++ b/core/src/main/java/org/jclouds/chef/domain/ChecksumStatus.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.domain;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/domain/Client.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/domain/Client.java b/core/src/main/java/org/jclouds/chef/domain/Client.java
index f6b4b5f..47dc4e0 100644
--- a/core/src/main/java/org/jclouds/chef/domain/Client.java
+++ b/core/src/main/java/org/jclouds/chef/domain/Client.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.domain;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/domain/CookbookDefinition.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/domain/CookbookDefinition.java b/core/src/main/java/org/jclouds/chef/domain/CookbookDefinition.java
index 4d10744..7b0dea2 100644
--- a/core/src/main/java/org/jclouds/chef/domain/CookbookDefinition.java
+++ b/core/src/main/java/org/jclouds/chef/domain/CookbookDefinition.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.domain;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/domain/CookbookVersion.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/domain/CookbookVersion.java b/core/src/main/java/org/jclouds/chef/domain/CookbookVersion.java
index d4c7c4d..04ef11f 100644
--- a/core/src/main/java/org/jclouds/chef/domain/CookbookVersion.java
+++ b/core/src/main/java/org/jclouds/chef/domain/CookbookVersion.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.domain;
 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-chef/blob/2970488a/core/src/main/java/org/jclouds/chef/domain/DatabagItem.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/chef/domain/DatabagItem.java b/core/src/main/java/org/jclouds/chef/domain/DatabagItem.java
index 76f60e6..7fe434a 100644
--- a/core/src/main/java/org/jclouds/chef/domain/DatabagItem.java
+++ b/core/src/main/java/org/jclouds/chef/domain/DatabagItem.java
@@ -1,20 +1,18 @@
-/**
- * Licensed to jclouds, Inc. (jclouds) under one or more
- * contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  jclouds 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.
  */
 package org.jclouds.chef.domain;