Updated Branches: refs/heads/master 36adfb3d7 -> 404993634
JCLOUDS-31. License header cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/commit/40499363 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/tree/40499363 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/diff/40499363 Branch: refs/heads/master Commit: 404993634c1d4d7a80a89b0d62cb2f4e91cf2cd6 Parents: 36adfb3 Author: Andrew Bayer <[email protected]> Authored: Fri May 24 12:01:40 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Fri May 24 12:01:40 2013 -0700 ---------------------------------------------------------------------- .../src/test/resources/logback.xml | 30 +++++++-------- oauth/src/test/resources/logback.xml | 30 +++++++-------- 2 files changed, 28 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/40499363/google-compute-engine/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/test/resources/logback.xml b/google-compute-engine/src/test/resources/logback.xml index 43f2f8a..6bd571e 100644 --- a/google-compute-engine/src/test/resources/logback.xml +++ b/google-compute-engine/src/test/resources/logback.xml @@ -1,22 +1,20 @@ <?xml version="1.0"?> <!-- -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. + 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. --> <configuration scan="false"> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/40499363/oauth/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/oauth/src/test/resources/logback.xml b/oauth/src/test/resources/logback.xml index 385a383..3a640aa 100644 --- a/oauth/src/test/resources/logback.xml +++ b/oauth/src/test/resources/logback.xml @@ -1,22 +1,20 @@ <?xml version="1.0"?> <!-- -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. + 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. --> <configuration scan="false">
