From 46e6482fc0469e853b29917db54048e565e5b76d Mon Sep 17 00:00:00 2001 From: Chip Childers Date: Fri, 3 Aug 2012 14:33:32 -0400 Subject: [PATCH] License header updates for the top level folder --- version-info.in | 19 +++++++++++++++++++ waf.bat | 18 +++++++++++++++++- wscript | 17 +++++++++++++++++ wscript_build | 16 ++++++++++++++++ wscript_configure | 17 +++++++++++++++++ 5 files changed, 86 insertions(+), 1 deletion(-) diff --git a/version-info.in b/version-info.in index 36eaac3b0a4..a99d3705145 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@ diff --git a/waf.bat b/waf.bat index 49ddf5760ee..afc94cd12bd 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 diff --git a/wscript b/wscript index 7ff0de394c1..9e9acbd340f 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 diff --git a/wscript_build b/wscript_build index a257122a58c..ff4b22f4155 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 diff --git a/wscript_configure b/wscript_configure index f9f4c3eaef2..9a9b3584f6c 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)