]> granicus.if.org Git - pgbouncer/commitdiff
Mark hash.c as public domain because Jenkins original code is
authorMarko Kreen <markokr@gmail.com>
Thu, 24 Jan 2008 13:04:30 +0000 (13:04 +0000)
committerMarko Kreen <markokr@gmail.com>
Thu, 24 Jan 2008 13:04:30 +0000 (13:04 +0000)
include/hash.h
src/hash.c

index fb2e67f826d2a96a8311b49781322410fc542f43..a676f87f2a40ca833c804511ed5dabfcd4b08533 100644 (file)
@@ -1,3 +1,4 @@
+/* The contents of this file are public domain. */
 
 uint32_t lookup3_hash(const void *data, size_t len);
 
index 5c9a73639ad098c296c0be562c34573189f3e083..bb60ceced0e7860c2d184228d843d75aa21f7d18 100644 (file)
@@ -1,19 +1,7 @@
 /*
- * PgBouncer - Lightweight connection pooler for PostgreSQL.
- * 
- * Copyright (c) 2007 Marko Kreen, Skype Technologies OÜ
- * 
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- * 
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ * The contents of this file are public domain.
+ *
+ * Based on: lookup3.c, by Bob Jenkins, May 2006, Public Domain.
  */
 
 #include "system.h"