Updated Branches: refs/heads/1.6.x 3595d2528 -> a67afcb21
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/a67afcb2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/a67afcb2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/a67afcb2 Branch: refs/heads/1.6.x Commit: a67afcb21118321c633dda24cca1b45d9d83d6c4 Parents: 3595d25 Author: Andrew Bayer <[email protected]> Authored: Fri May 24 11:59:12 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Fri May 24 11:59:12 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/a67afcb2/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
