mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
License header updates for the top level folder
This commit is contained in:
parent
95ce55f0a1
commit
46e6482fc0
@ -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.
|
This is the version information for the manifests in the JAR files.
|
||||||
|
|
||||||
Implementation_Version: @Implementation_Version@
|
Implementation_Version: @Implementation_Version@
|
||||||
|
|||||||
18
waf.bat
18
waf.bat
@ -1,4 +1,20 @@
|
|||||||
@echo off
|
@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 jython.jar goto runjython
|
||||||
if exist C:\Python26\Python.exe goto runpython
|
if exist C:\Python26\Python.exe goto runpython
|
||||||
@ -25,4 +41,4 @@ goto end
|
|||||||
C:\Python26\Python.exe waf %*
|
C:\Python26\Python.exe waf %*
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
:end
|
:end
|
||||||
|
|||||||
17
wscript
17
wscript
@ -1,5 +1,22 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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"
|
# 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
|
# 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
|
||||||
|
|||||||
@ -1,4 +1,20 @@
|
|||||||
#!/usr/bin/env python
|
#!/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"""
|
"""builds the entire stack"""
|
||||||
#For every matching build change here, that produces new installable
|
#For every matching build change here, that produces new installable
|
||||||
|
|||||||
@ -1,4 +1,21 @@
|
|||||||
#!/usr/bin/env python
|
#!/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:
|
"""examines environment, then:
|
||||||
- configures classpath as per environment or command-line options
|
- configures classpath as per environment or command-line options
|
||||||
- detects Tomcat (on Windows)
|
- detects Tomcat (on Windows)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user