Updated Branches: refs/heads/master 22d3af1a9 -> 0832905c5
JCLOUDS-31. License header cleanup 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/0832905c Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/0832905c Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/0832905c Branch: refs/heads/master Commit: 0832905c53e7af54f9c49b52b9f372596f3a93ea Parents: 22d3af1 Author: Andrew Bayer <[email protected]> Authored: Fri May 24 11:59:53 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Fri May 24 11:59:53 2013 -0700 ---------------------------------------------------------------------- .../commands/blobstore/BlobExistsCommand.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/0832905c/commands/src/main/java/org/jclouds/karaf/commands/blobstore/BlobExistsCommand.java ---------------------------------------------------------------------- diff --git a/commands/src/main/java/org/jclouds/karaf/commands/blobstore/BlobExistsCommand.java b/commands/src/main/java/org/jclouds/karaf/commands/blobstore/BlobExistsCommand.java index dafd668..b39b3f1 100644 --- a/commands/src/main/java/org/jclouds/karaf/commands/blobstore/BlobExistsCommand.java +++ b/commands/src/main/java/org/jclouds/karaf/commands/blobstore/BlobExistsCommand.java @@ -1,14 +1,14 @@ -/** - * Licensed to jclouds, Inc. (jclouds) under one or more - * contributor license agreements. See the NOTICE file +/* + * 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. jclouds licenses this file + * 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
