diff options
author | nandika | 2010-08-19 06:44:58 +0000 |
---|---|---|
committer | nandika | 2010-08-19 06:44:58 +0000 |
commit | 04699f5c967a13bdd15e38f2c223691ff16e6911 (patch) | |
tree | ce6b0097d2dd7ce961f88bc7a1b093b250403060 /build | |
parent | aa92eb0948f954dc35b69d9b67142845527f472e (diff) | |
download | axis2c-04699f5c967a13bdd15e38f2c223691ff16e6911.tar.gz axis2c-04699f5c967a13bdd15e38f2c223691ff16e6911.tar.bz2 |
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987040 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/configure.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/win32/configure.in b/build/win32/configure.in index 0d29f4f..c9d93a1 100644 --- a/build/win32/configure.in +++ b/build/win32/configure.in @@ -1,3 +1,18 @@ +# 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.
+#############################################################################
#############################################################################
### Build Details ###
#############################################################################
|