You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/05/14 19:46:18 UTC

[4/7] JCLOUDS-37. Fix RAT violations in incubator-jclouds, 1.5.x branch

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/SSHKey.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/SSHKey.java b/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/SSHKey.java
index 83c617f..57c6985 100644
--- a/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/SSHKey.java
+++ b/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/SSHKey.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.azure.management.domain.role.conf;
 
 import javax.xml.bind.annotation.XmlElement;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/WindowsProvisioningConfiguration.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/WindowsProvisioningConfiguration.java b/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/WindowsProvisioningConfiguration.java
index 038ebc3..af37572 100644
--- a/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/WindowsProvisioningConfiguration.java
+++ b/labs/azure-management/src/main/java/org/jclouds/azure/management/domain/role/conf/WindowsProvisioningConfiguration.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.azure.management.domain.role.conf;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/main/java/org/jclouds/azure/management/xml/HostedServiceWithDetailedPropertiesHandler.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/main/java/org/jclouds/azure/management/xml/HostedServiceWithDetailedPropertiesHandler.java b/labs/azure-management/src/main/java/org/jclouds/azure/management/xml/HostedServiceWithDetailedPropertiesHandler.java
index 09cbfb7..7762309 100644
--- a/labs/azure-management/src/main/java/org/jclouds/azure/management/xml/HostedServiceWithDetailedPropertiesHandler.java
+++ b/labs/azure-management/src/main/java/org/jclouds/azure/management/xml/HostedServiceWithDetailedPropertiesHandler.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.azure.management.xml;
 
 import javax.inject.Inject;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/test/java/org/jclouds/azure/management/AzureManagementProviderMetadataTest.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/test/java/org/jclouds/azure/management/AzureManagementProviderMetadataTest.java b/labs/azure-management/src/test/java/org/jclouds/azure/management/AzureManagementProviderMetadataTest.java
index dda5408..da20792 100644
--- a/labs/azure-management/src/test/java/org/jclouds/azure/management/AzureManagementProviderMetadataTest.java
+++ b/labs/azure-management/src/test/java/org/jclouds/azure/management/AzureManagementProviderMetadataTest.java
@@ -4,7 +4,7 @@
  * 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 computee this file except in compliance
+ * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/test/java/org/jclouds/azure/management/features/DiskApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/DiskApiExpectTest.java b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/DiskApiExpectTest.java
index b99923b..4e00309 100644
--- a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/DiskApiExpectTest.java
+++ b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/DiskApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.azure.management.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/test/java/org/jclouds/azure/management/features/HostedServiceApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/HostedServiceApiExpectTest.java b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/HostedServiceApiExpectTest.java
index 2c35936..6e925e9 100644
--- a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/HostedServiceApiExpectTest.java
+++ b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/HostedServiceApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.azure.management.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/test/java/org/jclouds/azure/management/features/LocationApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/LocationApiExpectTest.java b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/LocationApiExpectTest.java
index 6ec2ff5..7d533c1 100644
--- a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/LocationApiExpectTest.java
+++ b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/LocationApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.azure.management.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OSImageApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OSImageApiExpectTest.java b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OSImageApiExpectTest.java
index 7431b7e..001022d 100644
--- a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OSImageApiExpectTest.java
+++ b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OSImageApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.azure.management.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OperationApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OperationApiExpectTest.java b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OperationApiExpectTest.java
index 321c67f..1817243 100644
--- a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OperationApiExpectTest.java
+++ b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/OperationApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.azure.management.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/azure-management/src/test/java/org/jclouds/azure/management/features/RoleApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/RoleApiExpectTest.java b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/RoleApiExpectTest.java
index 8626b88..2083bff 100644
--- a/labs/azure-management/src/test/java/org/jclouds/azure/management/features/RoleApiExpectTest.java
+++ b/labs/azure-management/src/test/java/org/jclouds/azure/management/features/RoleApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.azure.management.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateCDMIObjectOptions.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateCDMIObjectOptions.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateCDMIObjectOptions.java
index 7fcdfc3..72300a5 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateCDMIObjectOptions.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateCDMIObjectOptions.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.options;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateContainerOptions.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateContainerOptions.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateContainerOptions.java
index de76fe4..d0fdefb 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateContainerOptions.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateContainerOptions.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.options;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectNonCDMIOptions.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectNonCDMIOptions.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectNonCDMIOptions.java
index 2e05750..f5f65d4 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectNonCDMIOptions.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectNonCDMIOptions.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.options;
 
 import org.jclouds.http.options.BaseHttpRequestOptions;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectOptions.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectOptions.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectOptions.java
index 3461db7..4fdefb6 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectOptions.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/CreateDataObjectOptions.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.options;
 
 import java.io.ByteArrayInputStream;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetCDMIObjectOptions.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetCDMIObjectOptions.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetCDMIObjectOptions.java
index 01d5f68..b278869 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetCDMIObjectOptions.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetCDMIObjectOptions.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.options;
 
 import org.jclouds.http.options.BaseHttpRequestOptions;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetContainerOptions.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetContainerOptions.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetContainerOptions.java
index ab96e67..f1e2882 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetContainerOptions.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/options/GetContainerOptions.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.options;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/CDMIObjectQueryParams.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/CDMIObjectQueryParams.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/CDMIObjectQueryParams.java
index cfd9f9b..e4a581d 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/CDMIObjectQueryParams.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/CDMIObjectQueryParams.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.queryparams;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/ContainerQueryParams.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/ContainerQueryParams.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/ContainerQueryParams.java
index fe7a1f0..4e0e494 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/ContainerQueryParams.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/ContainerQueryParams.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.queryparams;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/DataObjectQueryParams.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/DataObjectQueryParams.java b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/DataObjectQueryParams.java
index f7e8fa1..84c30b4 100644
--- a/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/DataObjectQueryParams.java
+++ b/labs/cdmi/src/main/java/org/jclouds/snia/cdmi/v1/queryparams/DataObjectQueryParams.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.snia.cdmi.v1.queryparams;
 
 /**

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DomainApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DomainApiExpectTest.java b/labs/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DomainApiExpectTest.java
index 39891a0..b0ca49a 100644
--- a/labs/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DomainApiExpectTest.java
+++ b/labs/cdmi/src/test/java/org/jclouds/snia/cdmi/v1/features/DomainApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.snia.cdmi.v1.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dmtf/src/main/java/org/jclouds/dmtf/cim/CimUnsignedShort.java
----------------------------------------------------------------------
diff --git a/labs/dmtf/src/main/java/org/jclouds/dmtf/cim/CimUnsignedShort.java b/labs/dmtf/src/main/java/org/jclouds/dmtf/cim/CimUnsignedShort.java
index 47e420f..d671ba4 100644
--- a/labs/dmtf/src/main/java/org/jclouds/dmtf/cim/CimUnsignedShort.java
+++ b/labs/dmtf/src/main/java/org/jclouds/dmtf/cim/CimUnsignedShort.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.
+ */
 //
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/CreatePrimaryZone.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/CreatePrimaryZone.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/CreatePrimaryZone.java
index 69a1594..95e3605 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/CreatePrimaryZone.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/CreatePrimaryZone.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Record.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Record.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Record.java
index c54e1fe..04be06b 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Record.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Record.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/RecordId.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/RecordId.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/RecordId.java
index a69f4cd..c4669fc 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/RecordId.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/RecordId.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SOARecord.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SOARecord.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SOARecord.java
index 9df4468..e41b867 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SOARecord.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SOARecord.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Session.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Session.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Session.java
index 1928f06..8d2d86c 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Session.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Session.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SessionCredentials.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SessionCredentials.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SessionCredentials.java
index 87489a3..a1d7c88 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SessionCredentials.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/SessionCredentials.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.dynect.v3.domain;
 
 import static com.google.common.base.Preconditions.checkNotNull;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Zone.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Zone.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Zone.java
index 9d064ec..2636e4f 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Zone.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/Zone.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AAAAData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AAAAData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AAAAData.java
index 22f9a3d..5ab687d 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AAAAData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AAAAData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AData.java
index 64deaa0..09ee870 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/AData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/CNAMEData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/CNAMEData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/CNAMEData.java
index be8c0ed..9d84f06 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/CNAMEData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/CNAMEData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/MXData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/MXData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/MXData.java
index 3e47816..9e93ec8 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/MXData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/MXData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/NSData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/NSData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/NSData.java
index f1752fe..619e297 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/NSData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/NSData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/PTRData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/PTRData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/PTRData.java
index 57d2e74..9888b77 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/PTRData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/PTRData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SOAData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SOAData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SOAData.java
index 1ccacaf..5796ddf 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SOAData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SOAData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SRVData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SRVData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SRVData.java
index c1a2576..3466eda 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SRVData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/SRVData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/TXTData.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/TXTData.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/TXTData.java
index e208379..5b7951a 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/TXTData.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/domain/rdata/TXTData.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordApi.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordApi.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordApi.java
index 8d09ebd..e5e288e 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordApi.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordApi.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordAsyncApi.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordAsyncApi.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordAsyncApi.java
index fb9b308..5ac99ec 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordAsyncApi.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/RecordAsyncApi.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneApi.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneApi.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneApi.java
index 02d6886..0a8e07e 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneApi.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneApi.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneAsyncApi.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneAsyncApi.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneAsyncApi.java
index d280f86..b2547fd 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneAsyncApi.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/features/ZoneAsyncApi.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ExtractZoneNames.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ExtractZoneNames.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ExtractZoneNames.java
index 6df9142..0259735 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ExtractZoneNames.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ExtractZoneNames.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ToRecordIds.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ToRecordIds.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ToRecordIds.java
index 34edead..be610fb 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ToRecordIds.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/functions/ToRecordIds.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/main/java/org/jclouds/dynect/v3/predicates/RecordPredicates.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/main/java/org/jclouds/dynect/v3/predicates/RecordPredicates.java b/labs/dynect/src/main/java/org/jclouds/dynect/v3/predicates/RecordPredicates.java
index cf93969..b6bab9b 100644
--- a/labs/dynect/src/main/java/org/jclouds/dynect/v3/predicates/RecordPredicates.java
+++ b/labs/dynect/src/main/java/org/jclouds/dynect/v3/predicates/RecordPredicates.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiExpectTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiExpectTest.java
index 944847e..461ee92 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiExpectTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiExpectTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiLiveTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiLiveTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiLiveTest.java
index 953fa0e..e95cf2d 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiLiveTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/RecordApiLiveTest.java
@@ -1,9 +1,9 @@
 /**
  * Licensed to jclouds, Inc. (jclouds) under one or more
  * contributor license agreements.  See the NOTICE file
- * distributed with this work additional information
+ * distributed with this work for additional information
  * regarding copyright ownership.  jclouds licenses this file
- * to you under the Apache License, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/SessionApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/SessionApiExpectTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/SessionApiExpectTest.java
index 20b339b..8873045 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/SessionApiExpectTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/SessionApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.dynect.v3.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiExpectTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiExpectTest.java
index 5fbb7a5..963c8d7 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiExpectTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiExpectTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiLiveTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiLiveTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiLiveTest.java
index 92bc68a..9f92a6e 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiLiveTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/features/ZoneApiLiveTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetAAAARecordResponseTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetAAAARecordResponseTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetAAAARecordResponseTest.java
index 93374c0..c4b579a 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetAAAARecordResponseTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetAAAARecordResponseTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetARecordResponseTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetARecordResponseTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetARecordResponseTest.java
index bffd860..f151cb2 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetARecordResponseTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetARecordResponseTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetCNAMERecordResponseTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetCNAMERecordResponseTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetCNAMERecordResponseTest.java
index 15cb8b5..e64c810 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetCNAMERecordResponseTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetCNAMERecordResponseTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetMXRecordResponseTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetMXRecordResponseTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetMXRecordResponseTest.java
index 6d9ca6c..bba3ca0 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetMXRecordResponseTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetMXRecordResponseTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetPTRRecordResponseTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetPTRRecordResponseTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetPTRRecordResponseTest.java
index 8a12ec8..f18847d 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetPTRRecordResponseTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetPTRRecordResponseTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetTXTRecordResponseTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetTXTRecordResponseTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetTXTRecordResponseTest.java
index f5209b3..5ee8d4a 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetTXTRecordResponseTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/parse/GetTXTRecordResponseTest.java
@@ -3,7 +3,7 @@
  * 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, String 2.0 (the
+ * 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://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/dynect/src/test/java/org/jclouds/dynect/v3/predicates/RecordPredicatesTest.java
----------------------------------------------------------------------
diff --git a/labs/dynect/src/test/java/org/jclouds/dynect/v3/predicates/RecordPredicatesTest.java b/labs/dynect/src/test/java/org/jclouds/dynect/v3/predicates/RecordPredicatesTest.java
index d61afd2..bbc4588 100644
--- a/labs/dynect/src/test/java/org/jclouds/dynect/v3/predicates/RecordPredicatesTest.java
+++ b/labs/dynect/src/test/java/org/jclouds/dynect/v3/predicates/RecordPredicatesTest.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.dynect.v3.predicates;
 
 import static org.jclouds.dynect.v3.domain.RecordId.recordIdBuilder;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/elb/src/main/java/org/jclouds/elb/domain/regionscoped/LoadBalancerInRegion.java
----------------------------------------------------------------------
diff --git a/labs/elb/src/main/java/org/jclouds/elb/domain/regionscoped/LoadBalancerInRegion.java b/labs/elb/src/main/java/org/jclouds/elb/domain/regionscoped/LoadBalancerInRegion.java
index 8351009..564ba65 100644
--- a/labs/elb/src/main/java/org/jclouds/elb/domain/regionscoped/LoadBalancerInRegion.java
+++ b/labs/elb/src/main/java/org/jclouds/elb/domain/regionscoped/LoadBalancerInRegion.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.elb.domain.regionscoped;
 
 import static com.google.common.base.Preconditions.checkNotNull;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/elb/src/test/java/org/jclouds/elb/features/AvailabilityZoneApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/elb/src/test/java/org/jclouds/elb/features/AvailabilityZoneApiExpectTest.java b/labs/elb/src/test/java/org/jclouds/elb/features/AvailabilityZoneApiExpectTest.java
index 1230bf7..28f6f34 100644
--- a/labs/elb/src/test/java/org/jclouds/elb/features/AvailabilityZoneApiExpectTest.java
+++ b/labs/elb/src/test/java/org/jclouds/elb/features/AvailabilityZoneApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.elb.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/elb/src/test/java/org/jclouds/elb/features/InstanceApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/elb/src/test/java/org/jclouds/elb/features/InstanceApiExpectTest.java b/labs/elb/src/test/java/org/jclouds/elb/features/InstanceApiExpectTest.java
index 5a05d69..be0939a 100644
--- a/labs/elb/src/test/java/org/jclouds/elb/features/InstanceApiExpectTest.java
+++ b/labs/elb/src/test/java/org/jclouds/elb/features/InstanceApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.elb.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/elb/src/test/java/org/jclouds/elb/features/LoadBalancerApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/elb/src/test/java/org/jclouds/elb/features/LoadBalancerApiExpectTest.java b/labs/elb/src/test/java/org/jclouds/elb/features/LoadBalancerApiExpectTest.java
index 1179ef9..ffcdc69 100644
--- a/labs/elb/src/test/java/org/jclouds/elb/features/LoadBalancerApiExpectTest.java
+++ b/labs/elb/src/test/java/org/jclouds/elb/features/LoadBalancerApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.elb.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/elb/src/test/java/org/jclouds/elb/features/PolicyApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/elb/src/test/java/org/jclouds/elb/features/PolicyApiExpectTest.java b/labs/elb/src/test/java/org/jclouds/elb/features/PolicyApiExpectTest.java
index e9499c5..a93bff5 100644
--- a/labs/elb/src/test/java/org/jclouds/elb/features/PolicyApiExpectTest.java
+++ b/labs/elb/src/test/java/org/jclouds/elb/features/PolicyApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.elb.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/fgcp/src/main/java/org/jclouds/fujitsu/fgcp/domain/VServerWithVNICs.java
----------------------------------------------------------------------
diff --git a/labs/fgcp/src/main/java/org/jclouds/fujitsu/fgcp/domain/VServerWithVNICs.java b/labs/fgcp/src/main/java/org/jclouds/fujitsu/fgcp/domain/VServerWithVNICs.java
index 8e46a1d..8a1d081 100644
--- a/labs/fgcp/src/main/java/org/jclouds/fujitsu/fgcp/domain/VServerWithVNICs.java
+++ b/labs/fgcp/src/main/java/org/jclouds/fujitsu/fgcp/domain/VServerWithVNICs.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.fujitsu.fgcp.domain;
 
 import java.util.LinkedHashSet;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/domain/jaxb.index
----------------------------------------------------------------------
diff --git a/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/domain/jaxb.index b/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/domain/jaxb.index
index 4917877..e9df9f0 100644
--- a/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/domain/jaxb.index
+++ b/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/domain/jaxb.index
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance 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.
+#
 #listing of all classes in the domain package (at this time of writing)
 #as some or all are likely to contain JAXB annotations
 #note that even if (newer) classes are missing, as long as they are statically referenced from
@@ -42,4 +58,4 @@ VServerWithDetails
 VSystem
 VSystemDescriptor
 VSystemStatus
-VSystemWithDetails
\ No newline at end of file
+VSystemWithDetails

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/xml/internal/jaxb.index
----------------------------------------------------------------------
diff --git a/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/xml/internal/jaxb.index b/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/xml/internal/jaxb.index
index 3e4a1e8..132fc93 100644
--- a/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/xml/internal/jaxb.index
+++ b/labs/fgcp/src/main/resources/org/jclouds/fujitsu/fgcp/xml/internal/jaxb.index
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance 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.
+#
 #listing of all classes in the xml.internal package (at this time of writing)
 CreateVDiskResponse
 CreateEFMResponse

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPBaseTemplateBuilderLiveTest.java
----------------------------------------------------------------------
diff --git a/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPBaseTemplateBuilderLiveTest.java b/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPBaseTemplateBuilderLiveTest.java
index 66da95e..b9f7167 100644
--- a/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPBaseTemplateBuilderLiveTest.java
+++ b/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPBaseTemplateBuilderLiveTest.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.fujitsu.fgcp.compute;
 
 import static org.jclouds.compute.util.ComputeServiceUtils.getCores;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/config/FGCPBaseComputeServiceLiveTest.java
----------------------------------------------------------------------
diff --git a/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/config/FGCPBaseComputeServiceLiveTest.java b/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/config/FGCPBaseComputeServiceLiveTest.java
index c51c2dc..f5c01a2 100644
--- a/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/config/FGCPBaseComputeServiceLiveTest.java
+++ b/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/config/FGCPBaseComputeServiceLiveTest.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.fujitsu.fgcp.compute.config;
 
 import java.util.Properties;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/functions/DiskImageToOperatingSystemTest.java
----------------------------------------------------------------------
diff --git a/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/functions/DiskImageToOperatingSystemTest.java b/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/functions/DiskImageToOperatingSystemTest.java
index 2c947e5..c6e0825 100644
--- a/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/functions/DiskImageToOperatingSystemTest.java
+++ b/labs/fgcp/src/test/java/org/jclouds/fujitsu/fgcp/compute/functions/DiskImageToOperatingSystemTest.java
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *   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.fujitsu.fgcp.compute.functions;
 
 import static org.testng.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/iam/src/main/java/org/jclouds/iam/features/RolePolicyAsyncApi.java
----------------------------------------------------------------------
diff --git a/labs/iam/src/main/java/org/jclouds/iam/features/RolePolicyAsyncApi.java b/labs/iam/src/main/java/org/jclouds/iam/features/RolePolicyAsyncApi.java
index 19e43f3..cc59e7e 100644
--- a/labs/iam/src/main/java/org/jclouds/iam/features/RolePolicyAsyncApi.java
+++ b/labs/iam/src/main/java/org/jclouds/iam/features/RolePolicyAsyncApi.java
@@ -1,4 +1,5 @@
 /**
+ * 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

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/iam/src/test/java/org/jclouds/iam/features/InstanceProfileApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/iam/src/test/java/org/jclouds/iam/features/InstanceProfileApiExpectTest.java b/labs/iam/src/test/java/org/jclouds/iam/features/InstanceProfileApiExpectTest.java
index 3d799fe..4073452 100644
--- a/labs/iam/src/test/java/org/jclouds/iam/features/InstanceProfileApiExpectTest.java
+++ b/labs/iam/src/test/java/org/jclouds/iam/features/InstanceProfileApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.iam.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/iam/src/test/java/org/jclouds/iam/features/RoleApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/iam/src/test/java/org/jclouds/iam/features/RoleApiExpectTest.java b/labs/iam/src/test/java/org/jclouds/iam/features/RoleApiExpectTest.java
index 71fd210..223f22e 100644
--- a/labs/iam/src/test/java/org/jclouds/iam/features/RoleApiExpectTest.java
+++ b/labs/iam/src/test/java/org/jclouds/iam/features/RoleApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.iam.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/iam/src/test/java/org/jclouds/iam/features/RolePolicyApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/iam/src/test/java/org/jclouds/iam/features/RolePolicyApiExpectTest.java b/labs/iam/src/test/java/org/jclouds/iam/features/RolePolicyApiExpectTest.java
index 654602a..086d98c 100644
--- a/labs/iam/src/test/java/org/jclouds/iam/features/RolePolicyApiExpectTest.java
+++ b/labs/iam/src/test/java/org/jclouds/iam/features/RolePolicyApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.iam.features;

http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/70754d86/labs/iam/src/test/java/org/jclouds/iam/features/UserApiExpectTest.java
----------------------------------------------------------------------
diff --git a/labs/iam/src/test/java/org/jclouds/iam/features/UserApiExpectTest.java b/labs/iam/src/test/java/org/jclouds/iam/features/UserApiExpectTest.java
index cadc55f..405d358 100644
--- a/labs/iam/src/test/java/org/jclouds/iam/features/UserApiExpectTest.java
+++ b/labs/iam/src/test/java/org/jclouds/iam/features/UserApiExpectTest.java
@@ -9,11 +9,11 @@
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Unles required by applicable law or agreed to in writing,
+ * 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 expres or implied.  See the License for the
- * specific language governing permisions and limitations
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
  * under the License.
  */
 package org.jclouds.iam.features;