You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/05/06 19:17:55 UTC

svn commit: r941811 - in /incubator/libcloud/trunk/dist: hash-sign.sh release.sh

Author: pquerna
Date: Thu May  6 17:17:54 2010
New Revision: 941811

URL: http://svn.apache.org/viewvc?rev=941811&view=rev
Log:
Add license blcoks for release shell scripts

Modified:
    incubator/libcloud/trunk/dist/hash-sign.sh
    incubator/libcloud/trunk/dist/release.sh

Modified: incubator/libcloud/trunk/dist/hash-sign.sh
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/dist/hash-sign.sh?rev=941811&r1=941810&r2=941811&view=diff
==============================================================================
--- incubator/libcloud/trunk/dist/hash-sign.sh (original)
+++ incubator/libcloud/trunk/dist/hash-sign.sh Thu May  6 17:17:54 2010
@@ -1,4 +1,18 @@
 #!/bin/sh
+# 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.
+# libcloud.org 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.
 #
 # hash-sign.sh : hash and sign the specified files
 #

Modified: incubator/libcloud/trunk/dist/release.sh
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/dist/release.sh?rev=941811&r1=941810&r2=941811&view=diff
==============================================================================
--- incubator/libcloud/trunk/dist/release.sh (original)
+++ incubator/libcloud/trunk/dist/release.sh Thu May  6 17:17:54 2010
@@ -1,4 +1,18 @@
 #!/bin/sh
+# 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.
+# libcloud.org 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.
 
 set -e