Updated Branches: refs/heads/1.5.x bf80c5d5e -> f57ac8d93
Fixing a couple license headers Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/f57ac8d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/f57ac8d9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/f57ac8d9 Branch: refs/heads/1.5.x Commit: f57ac8d937a7a8ebdf91539187345b5fa83a21ed Parents: bf80c5d Author: Andrew Bayer <[email protected]> Authored: Wed May 22 10:58:20 2013 -0400 Committer: Andrew Bayer <[email protected]> Committed: Wed May 22 10:59:51 2013 -0400 ---------------------------------------------------------------------- chef/pom.xml | 32 +++++++------- .../org/jclouds/karaf/core/CredentialStore.java | 28 ++++++------- .../itests/GreenQloudFeaturesInstallationTest.java | 28 ++++++------- .../itests/JoyentFeaturesInstallationTest.java | 28 ++++++------- 4 files changed, 55 insertions(+), 61 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f57ac8d9/chef/pom.xml ---------------------------------------------------------------------- diff --git a/chef/pom.xml b/chef/pom.xml index d454aec..c713ed4 100644 --- a/chef/pom.xml +++ b/chef/pom.xml @@ -1,24 +1,24 @@ <?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/xsd/maven-4.0.0.xsd"> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>jclouds-karaf-pom</artifactId> <groupId>org.apache.jclouds</groupId> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f57ac8d9/core/src/main/java/org/jclouds/karaf/core/CredentialStore.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/jclouds/karaf/core/CredentialStore.java b/core/src/main/java/org/jclouds/karaf/core/CredentialStore.java index 214f30d..2bfb95c 100644 --- a/core/src/main/java/org/jclouds/karaf/core/CredentialStore.java +++ b/core/src/main/java/org/jclouds/karaf/core/CredentialStore.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.karaf.core; http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f57ac8d9/itests/src/test/java/org/jclouds/karaf/itests/GreenQloudFeaturesInstallationTest.java ---------------------------------------------------------------------- diff --git a/itests/src/test/java/org/jclouds/karaf/itests/GreenQloudFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/GreenQloudFeaturesInstallationTest.java index e7f1266..1876c50 100644 --- a/itests/src/test/java/org/jclouds/karaf/itests/GreenQloudFeaturesInstallationTest.java +++ b/itests/src/test/java/org/jclouds/karaf/itests/GreenQloudFeaturesInstallationTest.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.karaf.itests; http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/f57ac8d9/itests/src/test/java/org/jclouds/karaf/itests/JoyentFeaturesInstallationTest.java ---------------------------------------------------------------------- diff --git a/itests/src/test/java/org/jclouds/karaf/itests/JoyentFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/JoyentFeaturesInstallationTest.java index 95892a2..0d4d220 100644 --- a/itests/src/test/java/org/jclouds/karaf/itests/JoyentFeaturesInstallationTest.java +++ b/itests/src/test/java/org/jclouds/karaf/itests/JoyentFeaturesInstallationTest.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.karaf.itests;
