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/24 20:41:31 UTC

git commit: JCLOUDS-31. License header cleanup

Updated Branches:
  refs/heads/1.6.x 4e1ca1f01 -> b2f96a67c


JCLOUDS-31. License header cleanup


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/b2f96a67
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/b2f96a67
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/b2f96a67

Branch: refs/heads/1.6.x
Commit: b2f96a67cfa8dec532b80662f689d96cb70ca0ef
Parents: 4e1ca1f
Author: Andrew Bayer <an...@gmail.com>
Authored: Fri May 24 11:41:25 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Fri May 24 11:41:25 2013 -0700

----------------------------------------------------------------------
 .../main/java/org/jclouds/io/InputSuppliers.java   |   28 +++++++--------
 1 files changed, 13 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/b2f96a67/core/src/main/java/org/jclouds/io/InputSuppliers.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/io/InputSuppliers.java b/core/src/main/java/org/jclouds/io/InputSuppliers.java
index 15c2ae3..cc3c9af 100644
--- a/core/src/main/java/org/jclouds/io/InputSuppliers.java
+++ b/core/src/main/java/org/jclouds/io/InputSuppliers.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.io;