You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2012/08/03 23:33:31 UTC

[14/30] git commit: License header updates for the top level folder

License header updates for the top level folder


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

Branch: refs/heads/vpc
Commit: 46e6482fc0469e853b29917db54048e565e5b76d
Parents: 95ce55f
Author: Chip Childers <ch...@gmail.com>
Authored: Fri Aug 3 14:33:32 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Fri Aug 3 14:33:32 2012 -0400

----------------------------------------------------------------------
 version-info.in   |   19 +++++++++++++++++++
 waf.bat           |   18 +++++++++++++++++-
 wscript           |   17 +++++++++++++++++
 wscript_build     |   16 ++++++++++++++++
 wscript_configure |   17 +++++++++++++++++
 5 files changed, 86 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/46e6482f/version-info.in
----------------------------------------------------------------------
diff --git a/version-info.in b/version-info.in
index 36eaac3..a99d370 100644
--- a/version-info.in
+++ b/version-info.in
@@ -1,3 +1,22 @@
+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.
+
+
+
 This is the version information for the manifests in the JAR files.
 
 Implementation_Version:                           @Implementation_Version@

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/46e6482f/waf.bat
----------------------------------------------------------------------
diff --git a/waf.bat b/waf.bat
index 49ddf57..afc94cd 100755
--- a/waf.bat
+++ b/waf.bat
@@ -1,4 +1,20 @@
 @echo off
+rem  Licensed to the Apache Software Foundation (ASF) under one
+rem  or more contributor license agreements.  See the NOTICE file
+rem  distributed with this work for additional information
+rem  regarding copyright ownership.  The ASF licenses this file
+rem  to you under the Apache License, Version 2.0 (the
+rem  "License"); you may not use this file except in compliance
+rem  with the License.  You may obtain a copy of the License at
+rem  
+rem    http://www.apache.org/licenses/LICENSE-2.0
+rem  
+rem  Unless required by applicable law or agreed to in writing,
+rem  software distributed under the License is distributed on an
+rem  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem  KIND, either express or implied.  See the License for the
+rem  specific language governing permissions and limitations
+rem  under the License.
 
 if exist jython.jar goto runjython
 if exist C:\Python26\Python.exe goto runpython
@@ -25,4 +41,4 @@ goto end
 C:\Python26\Python.exe waf %*
 goto end
 
-:end
\ No newline at end of file
+:end

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/46e6482f/wscript
----------------------------------------------------------------------
diff --git a/wscript b/wscript
index 7ff0de3..9e9acbd 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,22 @@
 #! /usr/bin/env python
 # -*- coding: utf-8 -*-
+# 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.
+
 
 # the following two variables are used by the target "waf dist"
 # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/46e6482f/wscript_build
----------------------------------------------------------------------
diff --git a/wscript_build b/wscript_build
index a257122..ff4b22f 100644
--- a/wscript_build
+++ b/wscript_build
@@ -1,4 +1,20 @@
 #!/usr/bin/env python
+# 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.
 
 """builds the entire stack"""
 #For every matching build change here, that produces new installable

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/46e6482f/wscript_configure
----------------------------------------------------------------------
diff --git a/wscript_configure b/wscript_configure
index f9f4c3e..9a9b358 100644
--- a/wscript_configure
+++ b/wscript_configure
@@ -1,4 +1,21 @@
 #!/usr/bin/env python
+# 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.
+
 """examines environment, then:
 	- configures classpath as per environment or command-line options
 	- detects Tomcat (on Windows)