r1091 - in trunk/varnish-cache: bin/varnishd bin/varnishhist bin/varnishlog bin/varnishstat bin/varnishtop include lib/libvarnish lib/libvarnishapi lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Tue Sep 19 00:00:33 CEST 2006


Author: phk
Date: 2006-09-19 00:00:31 +0200 (Tue, 19 Sep 2006)
New Revision: 1091

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

A couple of files were written by me previous to this project and
in the public domain.



Modified: trunk/varnish-cache/bin/varnishd/cache.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk at phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
  *
- * $Id$
+ * Author: Poul-Henning Kamp <phk at 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$ 
+ *
  */
 
 struct sess;

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_poll.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_backend.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_backend.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_backend.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_ban.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_ban.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_ban.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_cli.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_cli.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_expire.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_expire.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_expire.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_hash.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_hash.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_hash.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_http.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_http.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_pass.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_pass.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_pipe.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_pipe.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_pool.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_pool.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_response.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_response.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_response.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_session.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_session.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_session.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_vcl.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vcl.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_vcl.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_vrt.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_vrt_acl.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt_acl.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt_acl.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/cache_vrt_re.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt_re.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt_re.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/common.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/common.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/common.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/hash_classic.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_classic.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/hash_classic.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/hash_simple_list.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_simple_list.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/hash_simple_list.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/hash_slinger.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_slinger.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/hash_slinger.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/heritage.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/heritage.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/heritage.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/mgt.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/mgt_child.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt_child.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/mgt_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_cli.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt_cli.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/mgt_cli.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_cli.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt_cli.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/mgt_event.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_event.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt_event.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/mgt_event.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_event.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt_event.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk at phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at 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>

Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/mgt_vcc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/mgt_vcc.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/rfc2616.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/rfc2616.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/rfc2616.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/shmlog.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/shmlog.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/shmlog.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/steps.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/steps.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/steps.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk at phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at 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)

Modified: trunk/varnish-cache/bin/varnishd/stevedore.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/stevedore.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/stevedore.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/storage_file.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_file.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/storage_file.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/storage_malloc.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_malloc.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/storage_malloc.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/tcp.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/tcp.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/tcp.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishd/varnishd.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/varnishd.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishd/varnishd.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishhist/varnishhist.c
===================================================================
--- trunk/varnish-cache/bin/varnishhist/varnishhist.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishhist/varnishhist.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishlog/varnishlog.c
===================================================================
--- trunk/varnish-cache/bin/varnishlog/varnishlog.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishlog/varnishlog.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishstat/varnishstat.c
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/bin/varnishtop/varnishtop.c
===================================================================
--- trunk/varnish-cache/bin/varnishtop/varnishtop.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/bin/varnishtop/varnishtop.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/binary_heap.h
===================================================================
--- trunk/varnish-cache/include/binary_heap.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/binary_heap.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/cli.h
===================================================================
--- trunk/varnish-cache/include/cli.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/cli.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/cli_common.h
===================================================================
--- trunk/varnish-cache/include/cli_common.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/cli_common.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/cli_priv.h
===================================================================
--- trunk/varnish-cache/include/cli_priv.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/cli_priv.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/http_headers.h
===================================================================
--- trunk/varnish-cache/include/http_headers.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/http_headers.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/libvarnish.h
===================================================================
--- trunk/varnish-cache/include/libvarnish.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/libvarnish.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/libvcl.h
===================================================================
--- trunk/varnish-cache/include/libvcl.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/libvcl.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/miniobj.h
===================================================================
--- trunk/varnish-cache/include/miniobj.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/miniobj.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,6 +1,8 @@
 /*
- * Initial implementation by Poul-Henning Kamp <phk at phk.freebsd.dk>
+ * Written by Poul-Henning Kamp <phk at phk.freebsd.dk>
  *
+ * This file is in the public domain.
+ *
  * $Id$
  */
 

Modified: trunk/varnish-cache/include/shmlog_tags.h
===================================================================
--- trunk/varnish-cache/include/shmlog_tags.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/shmlog_tags.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/stat_field.h
===================================================================
--- trunk/varnish-cache/include/stat_field.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/stat_field.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk at phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at 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")

Modified: trunk/varnish-cache/include/stats.h
===================================================================
--- trunk/varnish-cache/include/stats.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/stats.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,7 +1,33 @@
-/*
- * Initial implementation by Poul-Henning Kamp <phk at phk.freebsd.dk>
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at 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>

Modified: trunk/varnish-cache/include/varnishapi.h
===================================================================
--- trunk/varnish-cache/include/varnishapi.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/varnishapi.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/vcl.h
===================================================================
--- trunk/varnish-cache/include/vcl.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/vcl.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/vcl_returns.h
===================================================================
--- trunk/varnish-cache/include/vcl_returns.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/vcl_returns.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/vrt.h
===================================================================
--- trunk/varnish-cache/include/vrt.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/vrt.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/include/vrt_obj.h
===================================================================
--- trunk/varnish-cache/include/vrt_obj.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/include/vrt_obj.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnish/argv.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/argv.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnish/argv.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnish/assert.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/assert.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnish/assert.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnish/binary_heap.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/binary_heap.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnish/binary_heap.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnish/cli.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/cli.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnish/cli.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnish/cli_common.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/cli_common.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnish/cli_common.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnish/crc32.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/crc32.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnish/crc32.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnish/time.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/time.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnish/time.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvarnishapi/base64.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/base64.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnishapi/base64.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,6 +1,8 @@
 /*
- * Initial implementation by Poul-Henning Kamp <phk at phk.freebsd.dk>
+ * Written by Poul-Henning Kamp <phk at phk.freebsd.dk>
  *
+ * This file is in the public domain.
+ *
  * $Id$
  */
 

Modified: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_acl.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_acl.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_acl.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_compile.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_compile.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_compile.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_compile.h
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_compile.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_compile.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,3 +1,31 @@
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk at 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$
  *

Modified: trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl	2006-09-18 22:00:31 UTC (rev 1091)
@@ -4,6 +4,8 @@
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
 #
+# Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_gen_obj.tcl
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_gen_obj.tcl	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_gen_obj.tcl	2006-09-18 22:00:31 UTC (rev 1091)
@@ -4,6 +4,8 @@
 # Copyright (c) 2006 Linpro AS
 # All rights reserved.
 #
+# Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+#
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_obj.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_obj.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_obj.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,4 +1,31 @@
-/*
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk at 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!

Modified: trunk/varnish-cache/lib/libvcl/vcc_priv.h
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_priv.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_priv.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_token.c	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_token.c	2006-09-18 22:00:31 UTC (rev 1091)
@@ -3,6 +3,8 @@
  * Copyright (c) 2006 Linpro AS
  * All rights reserved.
  *
+ * Author: Poul-Henning Kamp <phk at phk.freebsd.dk>
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:

Modified: trunk/varnish-cache/lib/libvcl/vcc_token_defs.h
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_token_defs.h	2006-09-18 21:51:59 UTC (rev 1090)
+++ trunk/varnish-cache/lib/libvcl/vcc_token_defs.h	2006-09-18 22:00:31 UTC (rev 1091)
@@ -1,4 +1,31 @@
-/*
+/*-
+ * Copyright (c) 2006 Verdens Gang AS
+ * Copyright (c) 2006 Linpro AS
+ * All rights reserved.
+ *
+ * Author: Poul-Henning Kamp <phk at 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!




More information about the varnish-commit mailing list