summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2013-10-02 12:12:36 +0000
committerJim Jagielski <jim@apache.org>2013-10-02 12:12:36 +0000
commit898365fd1d0dbde88531f5ea0ab1c7a88c7bf178 (patch)
treee3997f0e30616aea94229cb2e74bd2b277fafb05 /LICENSE
parent22ac3c32bedbe3a0f450fd517d65a40696c76258 (diff)
downloadhttpd-898365fd1d0dbde88531f5ea0ab1c7a88c7bf178.tar.gz
skiplist is now in apr 1.5 and above
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1528437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE19
1 files changed, 0 insertions, 19 deletions
diff --git a/LICENSE b/LICENSE
index 1c38a63504..cfe471617e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -544,24 +544,5 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-for the server/skiplist.c component:
-
-/* ======================================================================
- * Copyright (c) 2000,2006 Theo Schlossnagle
- * All rights reserved.
- * The following code was written by Theo Schlossnagle for use in the
- * Backhand project at The Center for Networking and Distributed Systems
- * at The Johns Hopkins University.
- *
- * This is a skiplist implementation to be used for abstract structures
- * and is release under the LGPL license version 2.1 or later. A copy
- * of this license can be found file LGPL.
- *
- * Alternatively, this file may be licensed under the new BSD license.
- * A copy of this license can be found file BSD.
- *
- * ======================================================================
- */
-
====================================================================