From e308c3059b8e0610c245a1f0b3e6bfef85e7f00f Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 18 Aug 2010 13:15:48 +0000 Subject: license added git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986658 13f79535-47bb-0310-9956-ffa450edef68 --- build/win32/axis2_env.bat | 14 ++++++++++++++ build/win32/bindist.bat | 14 ++++++++++++++ build/win32/build.bat | 14 ++++++++++++++ build/win32/clean.bat | 14 ++++++++++++++ 4 files changed, 56 insertions(+) (limited to 'build') diff --git a/build/win32/axis2_env.bat b/build/win32/axis2_env.bat index e6b35f0..81623ac 100644 --- a/build/win32/axis2_env.bat +++ b/build/win32/axis2_env.bat @@ -1,3 +1,17 @@ +REM Licensed to the Apache Software Foundation (ASF) under one or more +REM contributor license agreements. See the NOTICE file distributed with +REM this work for additional information regarding copyright ownership. +REM The ASF licenses this file to You under the Apache License, Version 2.0 +REM (the "License"); you may not use this file except in compliance with +REM 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, software +REM distributed under the License is distributed on an "AS IS" BASIS, +REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +REM See the License for the specific language governing permissions and +REM limitations under the License. SET AXIS2C_HOME=%AXIS2C_HOME% PATH=%PATH%;%ZLIB_HOME%\bin PATH=%PATH%;%CURL_HOME%\bin diff --git a/build/win32/bindist.bat b/build/win32/bindist.bat index 91697a2..94b6419 100644 --- a/build/win32/bindist.bat +++ b/build/win32/bindist.bat @@ -1,3 +1,17 @@ +REM Licensed to the Apache Software Foundation (ASF) under one or more +REM contributor license agreements. See the NOTICE file distributed with +REM this work for additional information regarding copyright ownership. +REM The ASF licenses this file to You under the Apache License, Version 2.0 +REM (the "License"); you may not use this file except in compliance with +REM 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, software +REM distributed under the License is distributed on an "AS IS" BASIS, +REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +REM See the License for the specific language governing permissions and +REM limitations under the License. @if "%VV32CALLED%"=="" goto call_vv32 :call_nmake diff --git a/build/win32/build.bat b/build/win32/build.bat index 02d2d15..0694eb8 100644 --- a/build/win32/build.bat +++ b/build/win32/build.bat @@ -1,3 +1,17 @@ +REM Licensed to the Apache Software Foundation (ASF) under one or more +REM contributor license agreements. See the NOTICE file distributed with +REM this work for additional information regarding copyright ownership. +REM The ASF licenses this file to You under the Apache License, Version 2.0 +REM (the "License"); you may not use this file except in compliance with +REM 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, software +REM distributed under the License is distributed on an "AS IS" BASIS, +REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +REM See the License for the specific language governing permissions and +REM limitations under the License. @if "%VV32CALLED%"=="" goto call_vv32 :call_nmake diff --git a/build/win32/clean.bat b/build/win32/clean.bat index a0351f5..5417eaa 100644 --- a/build/win32/clean.bat +++ b/build/win32/clean.bat @@ -1,2 +1,16 @@ +REM Licensed to the Apache Software Foundation (ASF) under one or more +REM contributor license agreements. See the NOTICE file distributed with +REM this work for additional information regarding copyright ownership. +REM The ASF licenses this file to You under the Apache License, Version 2.0 +REM (the "License"); you may not use this file except in compliance with +REM 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, software +REM distributed under the License is distributed on an "AS IS" BASIS, +REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +REM See the License for the specific language governing permissions and +REM limitations under the License. @nmake /nologo clean -- cgit v1.1-32-gdbae