You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by na...@apache.org on 2010/08/18 13:46:34 UTC

svn commit: r986633 - in /axis/axis2/c/core/trunk: ./ axiom/ axiom/test/util/ guththila/ neethi/ neethi/test/security_context_token/ samples/ tools/md5/ tools/tcpmon/ util/ util/test/allocator/ util/test/date_time/ util/test/duration/ util/test/link_li...

Author: nandika
Date: Wed Aug 18 11:46:33 2010
New Revision: 986633

URL: http://svn.apache.org/viewvc?rev=986633&view=rev
Log:
license added

Modified:
    axis/axis2/c/core/trunk/autogen.sh
    axis/axis2/c/core/trunk/axiom/autogen.sh
    axis/axis2/c/core/trunk/axiom/build.sh
    axis/axis2/c/core/trunk/axiom/test/util/build.sh
    axis/axis2/c/core/trunk/build.sh
    axis/axis2/c/core/trunk/build_for_dist.sh
    axis/axis2/c/core/trunk/clean.sh
    axis/axis2/c/core/trunk/guththila/autogen.sh
    axis/axis2/c/core/trunk/neethi/autogen.sh
    axis/axis2/c/core/trunk/neethi/test/security_context_token/build.sh
    axis/axis2/c/core/trunk/samples/autogen.sh
    axis/axis2/c/core/trunk/samples/build.sh
    axis/axis2/c/core/trunk/tools/md5/autogen.sh
    axis/axis2/c/core/trunk/tools/md5/build.sh
    axis/axis2/c/core/trunk/tools/tcpmon/autogen.sh
    axis/axis2/c/core/trunk/tools/tcpmon/build.sh
    axis/axis2/c/core/trunk/util/autogen.sh
    axis/axis2/c/core/trunk/util/build.sh
    axis/axis2/c/core/trunk/util/test/allocator/build.sh
    axis/axis2/c/core/trunk/util/test/date_time/build.sh
    axis/axis2/c/core/trunk/util/test/duration/build.sh
    axis/axis2/c/core/trunk/util/test/link_list/build.sh
    axis/axis2/c/core/trunk/util/test/properties/build.sh
    axis/axis2/c/core/trunk/util/test/rand/build.sh
    axis/axis2/c/core/trunk/util/test/stack/build.sh
    axis/axis2/c/core/trunk/util/test/string_util/build.sh
    axis/axis2/c/core/trunk/util/test/uri/build.sh
    axis/axis2/c/core/trunk/util/test/url/build.sh
    axis/axis2/c/core/trunk/util/test/utils/build.sh

Modified: axis/axis2/c/core/trunk/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/autogen.sh (original)
+++ axis/axis2/c/core/trunk/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 echo 'Running autogen.sh in Util'
 cd util
 sh autogen.sh

Modified: axis/axis2/c/core/trunk/axiom/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/autogen.sh (original)
+++ axis/axis2/c/core/trunk/axiom/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]

Modified: axis/axis2/c/core/trunk/axiom/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/build.sh (original)
+++ axis/axis2/c/core/trunk/axiom/build.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 ./autogen.sh
 ./configure --prefix=${AXIS2C_HOME} --enable-static=no --enable-tests=no

Modified: axis/axis2/c/core/trunk/axiom/test/util/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/axiom/test/util/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/axiom/test/util/build.sh (original)
+++ axis/axis2/c/core/trunk/axiom/test/util/build.sh Wed Aug 18 11:46:33 2010
@@ -1,2 +1,16 @@
 #!/bin/bash
+# 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.
 gcc axiom_util_test.c ../../../util/test/util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.2 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o axiom

Modified: axis/axis2/c/core/trunk/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/build.sh (original)
+++ axis/axis2/c/core/trunk/build.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 set -e
 sh autogen.sh
 AXIS2C_HOME=${AXIS2C_HOME:=`pwd`/deploy}

Modified: axis/axis2/c/core/trunk/build_for_dist.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/build_for_dist.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/build_for_dist.sh (original)
+++ axis/axis2/c/core/trunk/build_for_dist.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 set -e
 sh autogen.sh
 

Modified: axis/axis2/c/core/trunk/clean.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/clean.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/clean.sh (original)
+++ axis/axis2/c/core/trunk/clean.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 cd samples
 make distclean
 cd ..

Modified: axis/axis2/c/core/trunk/guththila/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/guththila/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/guththila/autogen.sh (original)
+++ axis/axis2/c/core/trunk/guththila/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]

Modified: axis/axis2/c/core/trunk/neethi/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/neethi/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/neethi/autogen.sh (original)
+++ axis/axis2/c/core/trunk/neethi/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]

Modified: axis/axis2/c/core/trunk/neethi/test/security_context_token/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/neethi/test/security_context_token/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/neethi/test/security_context_token/build.sh (original)
+++ axis/axis2/c/core/trunk/neethi/test/security_context_token/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc security_context_token_test.c ../../../util/test/util/create_env.c -Werror -g -I$AXIS2C_HOME/include/axis2-1.2 -L$AXIS2C_HOME/lib -lneethi -laxutil -laxis2_axiom -laxis2_parser -o security_context_token 

Modified: axis/axis2/c/core/trunk/samples/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/autogen.sh (original)
+++ axis/axis2/c/core/trunk/samples/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]
 then

Modified: axis/axis2/c/core/trunk/samples/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/samples/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/samples/build.sh (original)
+++ axis/axis2/c/core/trunk/samples/build.sh Wed Aug 18 11:46:33 2010
@@ -1,6 +1,20 @@
 #!/bin/bash
+# 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.
 
-./autogen.sh
+sh autogen.sh
 
 ./configure --prefix=${AXIS2C_HOME}
 make -j 10

Modified: axis/axis2/c/core/trunk/tools/md5/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/md5/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/md5/autogen.sh (original)
+++ axis/axis2/c/core/trunk/tools/md5/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]

Modified: axis/axis2/c/core/trunk/tools/md5/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/md5/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/md5/build.sh (original)
+++ axis/axis2/c/core/trunk/tools/md5/build.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 ./autogen.sh
 

Modified: axis/axis2/c/core/trunk/tools/tcpmon/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/tcpmon/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/tcpmon/autogen.sh (original)
+++ axis/axis2/c/core/trunk/tools/tcpmon/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]

Modified: axis/axis2/c/core/trunk/tools/tcpmon/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/tcpmon/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/tools/tcpmon/build.sh (original)
+++ axis/axis2/c/core/trunk/tools/tcpmon/build.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 ./autogen.sh
 

Modified: axis/axis2/c/core/trunk/util/autogen.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/autogen.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/autogen.sh (original)
+++ axis/axis2/c/core/trunk/util/autogen.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 echo -n 'Running libtoolize...'
 if [ `uname -s` = Darwin ]

Modified: axis/axis2/c/core/trunk/util/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/build.sh (original)
+++ axis/axis2/c/core/trunk/util/build.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 ./autogen.sh
 ./configure --prefix=${AXIS2C_HOME} --enable-static=no

Modified: axis/axis2/c/core/trunk/util/test/allocator/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/allocator/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/allocator/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/allocator/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc allocator_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.2 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o allocator_test 

Modified: axis/axis2/c/core/trunk/util/test/date_time/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/date_time/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/date_time/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/date_time/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc date_time_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o date_time_test  -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib 

Modified: axis/axis2/c/core/trunk/util/test/duration/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/duration/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/duration/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/duration/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc duration_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o duration_test  -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib 

Modified: axis/axis2/c/core/trunk/util/test/link_list/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/link_list/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/link_list/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/link_list/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc link_list_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o link_list_test

Modified: axis/axis2/c/core/trunk/util/test/properties/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/properties/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/properties/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/properties/build.sh Wed Aug 18 11:46:33 2010
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 gcc property_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.2 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o property_test
                                       

Modified: axis/axis2/c/core/trunk/util/test/rand/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/rand/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/rand/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/rand/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc rand_test.c ../util/create_env.c -g -Werror -I$AXIS2C_HOME/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o rand_test -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib 

Modified: axis/axis2/c/core/trunk/util/test/stack/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/stack/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/stack/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/stack/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc stack_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o stack_test  -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib

Modified: axis/axis2/c/core/trunk/util/test/string_util/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/string_util/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/string_util/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/string_util/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc string_util_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.2 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o string_util_test

Modified: axis/axis2/c/core/trunk/util/test/uri/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/uri/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/uri/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/uri/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc uri_test.c ../util/create_env.c -g -Werror -I$AXIS2C_HOME/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o uri_test   -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib 

Modified: axis/axis2/c/core/trunk/util/test/url/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/url/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/url/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/url/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc url_test.c ../util/create_env.c -g -Werror -I$AXIS2C_HOME/include/axis2-1.3.0 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o url_test -ldl -Wl,--rpath -Wl,$AXIS2C_HOME/lib 

Modified: axis/axis2/c/core/trunk/util/test/utils/build.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/utils/build.sh?rev=986633&r1=986632&r2=986633&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/test/utils/build.sh (original)
+++ axis/axis2/c/core/trunk/util/test/utils/build.sh Wed Aug 18 11:46:33 2010
@@ -1,3 +1,17 @@
 #!/bin/bash
+# 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.
 
 gcc utils_test.c ../util/create_env.c -g -I$AXIS2C_HOME/include/axis2-1.2 -L$AXIS2C_HOME/lib -laxutil -laxis2_axiom -laxis2_parser -o utils_test