Author: markt Date: Sat Aug 4 20:43:38 2007 New Revision: 562812 URL: http://svn.apache.org/viewvc?view=rev&rev=562812 Log: Add missing licence header to all files in native
Modified: tomcat/connectors/trunk/jni/native/BUILDING tomcat/connectors/trunk/jni/native/Makefile.in tomcat/connectors/trunk/jni/native/build.conf tomcat/connectors/trunk/jni/native/build/buildcheck.sh tomcat/connectors/trunk/jni/native/build/get-version.sh tomcat/connectors/trunk/jni/native/build/lineends.pl tomcat/connectors/trunk/jni/native/build/mkdir.sh tomcat/connectors/trunk/jni/native/build/rpm/tcnative.spec.in tomcat/connectors/trunk/jni/native/build/tcnative.m4 tomcat/connectors/trunk/jni/native/config.layout tomcat/connectors/trunk/jni/native/configure.in tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc tomcat/connectors/trunk/jni/native/tcnative.pc.in Modified: tomcat/connectors/trunk/jni/native/BUILDING URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/BUILDING?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/BUILDING (original) +++ tomcat/connectors/trunk/jni/native/BUILDING Sat Aug 4 20:43:38 2007 @@ -1,3 +1,20 @@ +================================================================================ + 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. +================================================================================ + Building from the cvs tree: sh buildconf --with-apr=apr_source_location. configure --with-apr=apr_install_location --with-ssl=openssl_install_location Modified: tomcat/connectors/trunk/jni/native/Makefile.in URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/Makefile.in?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/Makefile.in (original) +++ tomcat/connectors/trunk/jni/native/Makefile.in Sat Aug 4 20:43:38 2007 @@ -1,4 +1,21 @@ # +# 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. +# + +# # Top-level Makefile for TCNATIVE # Modified: tomcat/connectors/trunk/jni/native/build.conf URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build.conf?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/build.conf (original) +++ tomcat/connectors/trunk/jni/native/build.conf Sat Aug 4 20:43:38 2007 @@ -1,4 +1,21 @@ # +# 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. +# + +# # Configuration file for APRJAVA. Used by APR/build/gen-build.py # Modified: tomcat/connectors/trunk/jni/native/build/buildcheck.sh URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/buildcheck.sh?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/build/buildcheck.sh (original) +++ tomcat/connectors/trunk/jni/native/build/buildcheck.sh Sat Aug 4 20:43:38 2007 @@ -1,5 +1,21 @@ #! /bin/sh +# 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 "buildconf: checking installation..." # any python Modified: tomcat/connectors/trunk/jni/native/build/get-version.sh URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/get-version.sh?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/build/get-version.sh (original) +++ tomcat/connectors/trunk/jni/native/build/get-version.sh Sat Aug 4 20:43:38 2007 @@ -1,4 +1,20 @@ #!/bin/sh + +# 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. + # # extract version numbers from a header file # Modified: tomcat/connectors/trunk/jni/native/build/lineends.pl URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/lineends.pl?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/build/lineends.pl (original) +++ tomcat/connectors/trunk/jni/native/build/lineends.pl Sat Aug 4 20:43:38 2007 @@ -1,4 +1,20 @@ #!/usr/local/bin/perl + +# 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. + # # Heuristically converts line endings to the current OS's preferred format # Modified: tomcat/connectors/trunk/jni/native/build/mkdir.sh URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/mkdir.sh?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/build/mkdir.sh (original) +++ tomcat/connectors/trunk/jni/native/build/mkdir.sh Sat Aug 4 20:43:38 2007 @@ -1,4 +1,22 @@ #!/bin/sh + +# +# 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. +# + ## ## mkdir.sh -- make directory hierarchy ## @@ -7,9 +25,6 @@ ## Cleaned up for Apache's Autoconf-style Interface (APACI) ## by Ralf S. Engelschall <[EMAIL PROTECTED]> ## -# -# This script falls under the Apache License. -# See http://www.apache.org/docs/LICENSE umask 022 Modified: tomcat/connectors/trunk/jni/native/build/rpm/tcnative.spec.in URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/rpm/tcnative.spec.in?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/build/rpm/tcnative.spec.in (original) +++ tomcat/connectors/trunk/jni/native/build/rpm/tcnative.spec.in Sat Aug 4 20:43:38 2007 @@ -1,3 +1,19 @@ +# +# 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. +# %define tcnver 1 Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4 URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/tcnative.m4?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/build/tcnative.m4 (original) +++ tomcat/connectors/trunk/jni/native/build/tcnative.m4 Sat Aug 4 20:43:38 2007 @@ -1,3 +1,20 @@ +# +# 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. +# + dnl dnl TCN_FIND_APR: figure out where APR is located dnl Modified: tomcat/connectors/trunk/jni/native/config.layout URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/config.layout?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/config.layout (original) +++ tomcat/connectors/trunk/jni/native/config.layout Sat Aug 4 20:43:38 2007 @@ -1,3 +1,20 @@ +# +# 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. +# + ## ## config.layout -- Pre-defined Installation Path Layouts ## Modified: tomcat/connectors/trunk/jni/native/configure.in URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/configure.in?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/configure.in (original) +++ tomcat/connectors/trunk/jni/native/configure.in Sat Aug 4 20:43:38 2007 @@ -1,3 +1,20 @@ +# +# 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. +# + dnl dnl Process this file with autoconf to produce a configure script dnl Modified: tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc (original) +++ tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Sat Aug 4 20:43:38 2007 @@ -6,18 +6,21 @@ #define TCN_COPYRIGHT "Copyright 2000-2007 The Apache Software " \ "Foundation or its licensors, as applicable." -#define TCN_LICENSE "Licensed 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\r\n\r\n" \ - "http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n" \ - "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." +#define TCN_LICENSE "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\r\n\r\n" + "http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n" \ + "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." #define TCN_VERISON "1.1.12" 1000 ICON "apache.ico" Modified: tomcat/connectors/trunk/jni/native/tcnative.pc.in URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/tcnative.pc.in?view=diff&rev=562812&r1=562811&r2=562812 ============================================================================== --- tomcat/connectors/trunk/jni/native/tcnative.pc.in (original) +++ tomcat/connectors/trunk/jni/native/tcnative.pc.in Sat Aug 4 20:43:38 2007 @@ -1,3 +1,20 @@ +# +# 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. +# + [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]