summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-13 11:20:53 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2005-01-13 11:20:53 +0000
commitf6dbb1844caa235634bf48365b98ab4ce8ab6607 (patch)
tree1ce116270e7538d23055c3038294c865548a6756
parentbbafa80a16ffa413bf1888fd7dbf1cd469b361a1 (diff)
downloadlibapr-f6dbb1844caa235634bf48365b98ab4ce8ab6607.tar.gz
* build/*apr*.m4: Add copyright headers.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125064 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/apr_common.m418
-rw-r--r--build/apr_hints.m415
-rw-r--r--build/apr_network.m415
-rw-r--r--build/apr_threads.m415
-rw-r--r--build/find_apr.m415
5 files changed, 77 insertions, 1 deletions
diff --git a/build/apr_common.m4 b/build/apr_common.m4
index 82d3e087c..8298022ab 100644
--- a/build/apr_common.m4
+++ b/build/apr_common.m4
@@ -1,7 +1,23 @@
-dnl -----------------------------------------------------------------
+dnl -------------------------------------------------------- -*- autoconf -*-
+dnl Copyright 2000-2005 The Apache Software Foundation
+dnl
+dnl Licensed under the Apache License, Version 2.0 (the "License");
+dnl you may not use this file except in compliance with the License.
+dnl You may obtain a copy of the License at
+dnl
+dnl http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+
+dnl
dnl apr_common.m4: APR's general-purpose autoconf macros
dnl
+dnl
dnl APR_CONFIG_NICE(filename)
dnl
dnl Saves a snapshot of the configure command-line for later reuse
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index edd5f9770..15c470c69 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -1,3 +1,18 @@
+dnl -------------------------------------------------------- -*- autoconf -*-
+dnl Copyright 2000-2005 The Apache Software Foundation
+dnl
+dnl Licensed under the Apache License, Version 2.0 (the "License");
+dnl you may not use this file except in compliance with the License.
+dnl You may obtain a copy of the License at
+dnl
+dnl http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+
dnl -----------------------------------------------------------------
dnl apr_hints.m4: APR's autoconf macros for platform-specific hints
dnl
diff --git a/build/apr_network.m4 b/build/apr_network.m4
index 5d9c8e740..a16cf7930 100644
--- a/build/apr_network.m4
+++ b/build/apr_network.m4
@@ -1,3 +1,18 @@
+dnl -------------------------------------------------------- -*- autoconf -*-
+dnl Copyright 2000-2005 The Apache Software Foundation
+dnl
+dnl Licensed under the Apache License, Version 2.0 (the "License");
+dnl you may not use this file except in compliance with the License.
+dnl You may obtain a copy of the License at
+dnl
+dnl http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+
dnl -----------------------------------------------------------------
dnl apr_network.m4: APR's autoconf macros for testing network support
dnl
diff --git a/build/apr_threads.m4 b/build/apr_threads.m4
index 80f7f2eb6..6fd1e2348 100644
--- a/build/apr_threads.m4
+++ b/build/apr_threads.m4
@@ -1,3 +1,18 @@
+dnl -------------------------------------------------------- -*- autoconf -*-
+dnl Copyright 2000-2005 The Apache Software Foundation
+dnl
+dnl Licensed under the Apache License, Version 2.0 (the "License");
+dnl you may not use this file except in compliance with the License.
+dnl You may obtain a copy of the License at
+dnl
+dnl http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+
dnl -----------------------------------------------------------------
dnl apr_threads.m4: APR's autoconf macros for testing thread support
dnl
diff --git a/build/find_apr.m4 b/build/find_apr.m4
index 555fca59e..54e339f74 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -1,3 +1,18 @@
+dnl -------------------------------------------------------- -*- autoconf -*-
+dnl Copyright 2000-2005 The Apache Software Foundation
+dnl
+dnl Licensed under the Apache License, Version 2.0 (the "License");
+dnl you may not use this file except in compliance with the License.
+dnl You may obtain a copy of the License at
+dnl
+dnl http://www.apache.org/licenses/LICENSE-2.0
+dnl
+dnl Unless required by applicable law or agreed to in writing, software
+dnl distributed under the License is distributed on an "AS IS" BASIS,
+dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+dnl See the License for the specific language governing permissions and
+dnl limitations under the License.
+
dnl
dnl find_apr.m4 : locate the APR include files and libraries
dnl