]> err.no Git - varnish/commitdiff
Assert my right to be identified as the author of this work.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Sep 2006 22:00:31 +0000 (22:00 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 18 Sep 2006 22:00:31 +0000 (22:00 +0000)
A couple of files were written by me previous to this project and
in the public domain.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1091 d4fa192b-c00b-0410-8231-f00ffab90ce4

83 files changed:
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_acceptor.h
varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
varnish-cache/bin/varnishd/cache_acceptor_poll.c
varnish-cache/bin/varnishd/cache_backend.c
varnish-cache/bin/varnishd/cache_ban.c
varnish-cache/bin/varnishd/cache_center.c
varnish-cache/bin/varnishd/cache_cli.c
varnish-cache/bin/varnishd/cache_expire.c
varnish-cache/bin/varnishd/cache_fetch.c
varnish-cache/bin/varnishd/cache_hash.c
varnish-cache/bin/varnishd/cache_http.c
varnish-cache/bin/varnishd/cache_main.c
varnish-cache/bin/varnishd/cache_pass.c
varnish-cache/bin/varnishd/cache_pipe.c
varnish-cache/bin/varnishd/cache_pool.c
varnish-cache/bin/varnishd/cache_response.c
varnish-cache/bin/varnishd/cache_session.c
varnish-cache/bin/varnishd/cache_vcl.c
varnish-cache/bin/varnishd/cache_vrt.c
varnish-cache/bin/varnishd/cache_vrt_acl.c
varnish-cache/bin/varnishd/cache_vrt_re.c
varnish-cache/bin/varnishd/common.h
varnish-cache/bin/varnishd/hash_classic.c
varnish-cache/bin/varnishd/hash_simple_list.c
varnish-cache/bin/varnishd/hash_slinger.h
varnish-cache/bin/varnishd/heritage.h
varnish-cache/bin/varnishd/mgt.h
varnish-cache/bin/varnishd/mgt_child.c
varnish-cache/bin/varnishd/mgt_cli.c
varnish-cache/bin/varnishd/mgt_cli.h
varnish-cache/bin/varnishd/mgt_event.c
varnish-cache/bin/varnishd/mgt_event.h
varnish-cache/bin/varnishd/mgt_param.c
varnish-cache/bin/varnishd/mgt_vcc.c
varnish-cache/bin/varnishd/rfc2616.c
varnish-cache/bin/varnishd/shmlog.c
varnish-cache/bin/varnishd/steps.h
varnish-cache/bin/varnishd/stevedore.h
varnish-cache/bin/varnishd/storage_file.c
varnish-cache/bin/varnishd/storage_malloc.c
varnish-cache/bin/varnishd/tcp.c
varnish-cache/bin/varnishd/varnishd.c
varnish-cache/bin/varnishhist/varnishhist.c
varnish-cache/bin/varnishlog/varnishlog.c
varnish-cache/bin/varnishstat/varnishstat.c
varnish-cache/bin/varnishtop/varnishtop.c
varnish-cache/include/binary_heap.h
varnish-cache/include/cli.h
varnish-cache/include/cli_common.h
varnish-cache/include/cli_priv.h
varnish-cache/include/http_headers.h
varnish-cache/include/libvarnish.h
varnish-cache/include/libvcl.h
varnish-cache/include/miniobj.h
varnish-cache/include/shmlog_tags.h
varnish-cache/include/stat_field.h
varnish-cache/include/stats.h
varnish-cache/include/varnishapi.h
varnish-cache/include/vcl.h
varnish-cache/include/vcl_returns.h
varnish-cache/include/vrt.h
varnish-cache/include/vrt_obj.h
varnish-cache/lib/libvarnish/argv.c
varnish-cache/lib/libvarnish/assert.c
varnish-cache/lib/libvarnish/binary_heap.c
varnish-cache/lib/libvarnish/cli.c
varnish-cache/lib/libvarnish/cli_common.c
varnish-cache/lib/libvarnish/crc32.c
varnish-cache/lib/libvarnish/time.c
varnish-cache/lib/libvarnishapi/base64.c
varnish-cache/lib/libvarnishapi/shmlog.c
varnish-cache/lib/libvcl/vcc_acl.c
varnish-cache/lib/libvcl/vcc_compile.c
varnish-cache/lib/libvcl/vcc_compile.h
varnish-cache/lib/libvcl/vcc_fixed_token.c
varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl
varnish-cache/lib/libvcl/vcc_gen_obj.tcl
varnish-cache/lib/libvcl/vcc_obj.c
varnish-cache/lib/libvcl/vcc_priv.h
varnish-cache/lib/libvcl/vcc_token.c
varnish-cache/lib/libvcl/vcc_token_defs.h

index 31254ef233f863e038ae784e2ef6a832dcbaa0fd..e24b5546cdaa9c472d5ba66a694244f6776d4e80 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index ee492b89ea10d63edbeec641c8211b8f4b9109aa..0bab6fa37250a9354e06141528b69be21531e4a1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 4d247a83712c5a6b9448cafb7ed7c3ca4958e090..472da6a890ede46c894ca4d7c176bba978d87d5d 100644 (file)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk@phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * 
+ * $Id$ 
  *
- * $Id$
  */
 
 struct sess;
index a2261f2232609a52b8ffac931ff0527f3c743c34..49aa98e6dbdebc60aacee45675c59e7d807e9ef7 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index bcb233ffa0af132ecbd2db0dc158d5c8c33f0fe0..bb6eabb149a7b8ae092fd6cc7ae351e2f98dbe99 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index e0ce65662d89cc8976d1b59298ac7bfb9c1edccd..d981dd5840bab0130be0e23d820be00c77b70e5d 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index ecf8ae45e90747a4abcaa114e62240586cf7b494..df720b07e4849216c05355a27ca604e76339ece1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index ae9ca1d6a6054868a1fb0e93902f2482669ab8f6..2580de7f347c65193ca80320ed914f3f3a9aa7e4 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index b66792c0ac33f049d0bf459685f5fdb0b890b689..8db576486ab5604f569f9f0debf6821b8dc8828b 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index e870ca1223261026120fb4b51a2c43fcc9ef4186..f745cb5a1d11d8080413cb779776a7b2375d57c8 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 298a563ea886c589872d0c795c2044de3a2bbbbf..f4c4e89f982b859b9e4ecc68f800fbc2c1554e98 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 72a478d8f0569b7c0e8eebc79569bb6bc95498b1..89749d15896111087c80853370e3261d6dc429c3 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 7357e1eb65bee41b0bc52f9e9ac5ded93c65b3d1..fc9017c2be91d99177af1d20b3a50a3420fee985 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index d07941b2ce8db267579493ae7f795d55a11699c3..9a2e1f382a0e0305c2d7926a4dccbbc7fb45cb7f 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 608f638c028b3069932d8fe5048206f8bf6a6ed8..18ed05a71de1e47b119e44d53ab4d296f97592e2 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index ad4f64a2f4812c08f7dddab9c8ff15326fbb2434..f54039984c537057dbe0c9f5480286c1c8cce717 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 8e65b86b696916f2ae94c50dc197c3e874d69e1c..43bf3e2656f37210cd0a442c18977813ec7ec3b7 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 054cad8e2684aa75804da6e8464a8c0c7a93591b..1e46a5b38ccbe1211990af24cb06ff7e556ece64 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 90ed59d7c3fdd73ecd154e8a321fc50f97156d34..57ac1e92f886e33de184f257fa5b860623602a88 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 3074e62f03ec0d312ce0d8887188b84605562652..f3931232b717403a44ff2d3533a835fd573e0c3f 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index dbd69a9ad3f9c6869d342bc4d36155afdae370b4..407549c5856e269b7675d242640800743f18770e 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index b5cb02b714f1c95f49631b575953efadadb0b775..be43d56af2ff1e9f49f6538a2cfdd7df8f92e8a6 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index bef70cc911f5ace12dd61f34e2ba680eaf82a8e9..90303264a740ec76783404d2d0c2f2a6be7450f1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 38b3fd47e19a2a0ee529c38358f4417cb30fa853..a92de80d8c66f70fc3e2f7959e5b0f5aefcae303 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 02106c28d840a0c56aaf02ec72e5317b0ff1d6f4..44c93f0aea81c30d94ccaefc3cb6557b00a7ce2d 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 6670e3e653704c0d4e7b4d15f4780ec83f5fe909..573fa51e527bb3450ae3593f58ae9e4efd6477d1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 7834a79831adaa9c95405b13d5de87e3bf8a962a..183f1aff6cb8e94a11253278fa758cc6c91e3f10 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 1b5d9e1d2f8fc6e4022a996fb25b8a42e132c093..ab19ae4d490027fd34d2b7cf4e4f9fb7b00bb2cc 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 72600977b2371a8d6419914b79808feb09e37276..5c08241804e21284ff7585284a439ee47bb2b6ef 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 39becf60a3e2ea69f355b4f264094a34b594e7d0..84a82671f24779794750372f5e692ab71f04e5a5 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index badabccff9d924bb779a4e6fd9bdfe59ca602821..81cde489e3ca0640301ef4cf2d1ff309accd12e3 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index e1a6a4b0130f8f084a1a12425370fc85d5692421..fa21b2b97b5e24e2bcc9d27723d7778954ec8a17 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 27f69e33ac575f982d95ef7846d660eaf8ad24e6..9290e9525307be4b56c37f3ba1b5cc1df4466a65 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 96f00f27102cc5078acb94c7bcfb83d340aa0d67..9023db876ea3e1213d0acae525995b76939ee3e0 100644 (file)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk@phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
  *
  * $Id$
+ *
  */
 
 #include <poll.h>
index cf15244d2e235680df7318ab8b73d2ae81b18d65..c72f2c47783143639a27d951b11097dd3a957435 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index e9a04d498fdadaa9d535018938414ac9ddf0793b..f5b1655e7e3bc9a04a354ca76a519f8f87c204a1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 670827ae8ecd7e2df0da6316796af7cc7a89f1cc..7a6e56c826e88a5608cda21260ab9698427509fc 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 0d8682efb9d1f23a8e33abe167fb54baca3fb81d..333de2a715c22d03a1dad618c9ddbaae81593812 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 80c1fd644a678d7b94f3682ae1df50d7bc48a41e..4761720cc4fbf06fc5fb0b1789a7e2e5427ecaef 100644 (file)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk@phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
  *
  * $Id$
+ *
  */
 
 STEP(again,    AGAIN)
index d5aeecf1e08759c163bc5a3f546d382d5e3ecd6d..87a07b9e0362da2ca9c9fb0c18647e8c70a0e2d2 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 06a08463bc5eb6efd219ff245ffc7c73de992d9e..08658931532cfb643afe48c322dcd67934a412cf 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 59057570526f3613117fdeb090b7c8cc1973706c..e9337550d45c979ebae7000e3eb1ad5b1d11d268 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 98a0551027c191f6e881bc5881e17de46927c1e4..8cc836bfa6ea816df2a3e397163f194ba9871ad1 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 8bdd25e74f379eafd007546de48e4b8d189e44a9..02547da0516a65da419b4ffef8c2b1cf1397fcb4 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index a1bf615d88aaff7d0c35138466c525b7fd9f367c..071a62a30acd59e1eee759c4f94422f1102177fa 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 25a720fd7b12052fcf79c0da6954e7c873c3ef3c..0f979be53f71000ca284000ea82d059fccb2cc93 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 88e4c51541784e7fa676995b5b72a19bf5acecac..78e850d05b63e45c2d21bcaeb9f65bbe3077fd32 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index fdb9115d345e9a1da396754059a0ebf0d8a20d8a..f0ebe5326b93cdfa9261f63b1126183a7f5d9d46 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index d8f1e03db3175cd988891e576dd7273bf57649e1..063d6f0aeb5ea81284f3e1bb0de2fb98c3c928ab 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index bf06c12383e7a48ac76fd0e4f87f072bba4a2a67..db603bdc5deac325ec2bb772bfb5bb414c57cc24 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 7afc0e1e75e3bd0ea0d101e2c4614e213402b25a..bd524c3ac963e315702e6d7f55b71b37e2649416 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index aa19618343f03531f44aeb4844078a6b043467b3..4fcdd38f4c61342558f588b6c66286a84c3ce502 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 2d417cb31501c0d54b66d1ff1eed4bb6e4bcb55c..ef1849488315d5a50d9b4b1e603ac1a2002082d8 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index abc48a49fe48aa181ff2ed4b94a0639159da18b1..e97bd752457499ee7ceab412915d9e3da7c9d45c 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index d26cfc363bdad9f2ca3e821acb7d7904e89a6219..bd8f57087597782a778efc0259e9149dde2326f9 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 9fc2ec49f538934111e810bd910fb6f463c16489..3c714be1b00e79018d52a6e92c6d76acc7eb577c 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Initial implementation by Poul-Henning Kamp <phk@phk.freebsd.dk>
+ * Written by Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * This file is in the public domain.
  *
  * $Id$
  */
index f556edd5c2a71def3af6d3117f16631ee9f19c7a..051a2814d63023f11b252856a188a637d61e4aa3 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index ed4a5aad4f02f656c324bdbd25137fdaff35cd6f..f9f899f80b5f1cc2fad55a96124fc6e63ada249d 100644 (file)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk@phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
  *
  * $Id$
+ *
  */
 
 MAC_STAT(client_conn,          uint64_t, "u", "Client connections accepted")
index 5ef4de96eff0bd0a8eb2f9c13fe0d8b153f54b92..4ac1326c58377d1f5875b781af1a7249364fd5f0 100644 (file)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk@phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
  *
  * $Id$
+ *
  */
 
 #include <stdint.h>
index 4a9fc32c2daf8cebeea849c74bc2cf45d04cc5c5..669f17a2b0bd9ab65638c39f731a96160529475a 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 87eb196d92a1fed6f930d4de5c4854a02a526575..0c8ce4802533c55e7c112d1ab6e3edd08c90b353 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 28eb4689a33538b88d9a1d98dc10878ae5c61e8b..ff790a7a5f96d1e09700716cc6c3d75a8918be2a 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 433d0cac668f87f48228e53b8b2a6da5b2c7eaba..a87a2a62bf9792bb9f51ac9c7ad55dc5f1aa8767 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 35f095879e1e99aabd1e5796e3450e0b362b3e35..4276b2676b3a4a53473ca7ec5f7546cef6af1725 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 5631ec42098aab46df45d9045bbb22cc46f919d8..065b52062b812a466827d6a29b63b3d8ef87dccf 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index e1e970296b132c25dfcd75b5d2c5ef3f16b133b7..2e798ab85ba4a7cb94c68353608386fdc356df12 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 94775474f19b8ae73d03406a765cb43aba068061..6b454e955e5e8b0a4d66fa3b3037c508bb28b4fc 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index bf1c07d600e862de2e9e280b2a924ae208959d25..e3055e68c714baefcc91369360bfff39b6bc3e6d 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 2b8874b93c1183ac087e197c68b6512dceacd91c..ef4e5a5919e33b9eb9ed517ace899fee09aa70ef 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index d3f2deb48e118dbb35d231295fc304a694f102d5..2e8c4ba9d747bb61fd20e9fc9aa1d4d8622aa6ca 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 9642b1dbf9771c1baa0819a02a06ba9d00def1c7..a3ad7bb86ab8891ce0f790ff7eb68019258c62ba 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 4e5148e015a60af87d63c66fa6a3a32d3f8d21af..2f1b03bc1af12490c8404f87110b509f75501457 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Initial implementation by Poul-Henning Kamp <phk@phk.freebsd.dk>
+ * Written by Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * This file is in the public domain.
  *
  * $Id$
  */
index 2e72225b09fdb26be310dd11ed477db6ce22688b..d12ca435ebc19b3cf5874c2e6550b7b908b41a75 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 899e370dad80c7c73f352ef3f4a44a7d4e3f8584..d62bb86893b5bd9c5efd630cdef9856f956a73c4 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 528442c9db805d5fd0819a1fecebfec4e032de02..283e15830f0bb8d3daca095a5917993dc07e18e3 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 2e4bd38429e3c9f8f9fafdfa9d2467db1e32d0ff..a46aa73fff11fffd7a3a8b2b9cebf442984e00ee 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 587a3672d3e6cff9918738ab855c0f7897e90e1e..a3dfc01baa023b2f8964a876d8c92c0600ef0511 100644 (file)
@@ -1,3 +1,31 @@
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
 /*
  * $Id$
  *
index d9bb53b10bbde044c90dcb171410f79bc6cbfca4..80618bc0af2fa760b410fa18c1076f68363d3097 100755 (executable)
@@ -4,6 +4,8 @@
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
 #
+# Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
index 2fe4ab35383fa60391e6fc4c5f92d0c4c7f7109d..a3bb9ddde105ae18696807c21e21a520eec76c8c 100755 (executable)
@@ -4,6 +4,8 @@
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
 #
+# Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
index 6b12473dbb4cad603d6b79d305a81ea020a6bf13..8ecac1ea9bc5007b05f9c543ae893a2e5be09cb5 100644 (file)
@@ -1,4 +1,31 @@
-/*
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
  * $Id$
  *
  * NB:  This file is machine generated, DO NOT EDIT!
index 52e4c9de4ae1344ce504547c1c778cc707d9b7ac..53b61ce411272f4f8689c97ebf781f88dff04268 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index d3f63a1ab849271460e54a805bfe68c872ae422e..ad51285539e3a9604f4a49da3cda0b2c94bd1e86 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
index 93b77827afb1b9c871b439e793db25cd187e2633..ad22603a807b00e76cc00d1dc9c841d3d4bf29d0 100644 (file)
@@ -1,4 +1,31 @@
-/*
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk@phk.freebsd.dk>
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
  * $Id$
  *
  * NB:  This file is machine generated, DO NOT EDIT!