diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2005-01-13 11:20:53 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2005-01-13 11:20:53 +0000 |
commit | f6dbb1844caa235634bf48365b98ab4ce8ab6607 (patch) | |
tree | 1ce116270e7538d23055c3038294c865548a6756 /build/apr_threads.m4 | |
parent | bbafa80a16ffa413bf1888fd7dbf1cd469b361a1 (diff) | |
download | libapr-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
Diffstat (limited to 'build/apr_threads.m4')
-rw-r--r-- | build/apr_threads.m4 | 15 |
1 files changed, 15 insertions, 0 deletions
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 |