diff options
author | nandika | 2010-08-18 13:15:48 +0000 |
---|---|---|
committer | nandika | 2010-08-18 13:15:48 +0000 |
commit | e308c3059b8e0610c245a1f0b3e6bfef85e7f00f (patch) | |
tree | 9535f8d5adcc7f692c722f573230136f5dd82dc4 /build | |
parent | b0dd829fa5f2e1548edbb8eb2fb4a260be7723a9 (diff) | |
download | axis2c-e308c3059b8e0610c245a1f0b3e6bfef85e7f00f.tar.gz axis2c-e308c3059b8e0610c245a1f0b3e6bfef85e7f00f.tar.bz2 |
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986658 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/axis2_env.bat | 14 | ||||
-rw-r--r-- | build/win32/bindist.bat | 14 | ||||
-rw-r--r-- | build/win32/build.bat | 14 | ||||
-rw-r--r-- | build/win32/clean.bat | 14 |
4 files changed, 56 insertions, 0 deletions
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
|