r3958 - branches/2.0/varnish-cache/bin/varnishtest

tfheen at projects.linpro.no tfheen at projects.linpro.no
Thu Mar 19 13:50:03 CET 2009


Author: tfheen
Date: 2009-03-19 13:50:02 +0100 (Thu, 19 Mar 2009)
New Revision: 3958

Modified:
   branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1
   branches/2.0/varnish-cache/bin/varnishtest/vtc.c
   branches/2.0/varnish-cache/bin/varnishtest/vtc.h
   branches/2.0/varnish-cache/bin/varnishtest/vtc_client.c
   branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c
   branches/2.0/varnish-cache/bin/varnishtest/vtc_log.c
   branches/2.0/varnish-cache/bin/varnishtest/vtc_sema.c
   branches/2.0/varnish-cache/bin/varnishtest/vtc_server.c
   branches/2.0/varnish-cache/bin/varnishtest/vtc_varnish.c
Log:
Merge r3771: Correct copyright and attribution.

Approved by:    phk, ssm



Modified: branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/varnishtest.1	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,5 +1,5 @@
 .\"-
-.\" Copyright (c) 2006-2008 Linpro AS
+.\" Copyright (c) 2008-2009 Linpro AS
 .\" All rights reserved.
 .\"
 .\" Author: Stig Sandbeck Mathisen <ssm at linpro.no>
@@ -27,7 +27,7 @@
 .\"
 .\" $Id$
 .\"
-.Dd October 29, 2008
+.Dd February 13, 2009
 .Dt VARNISHTEST 1
 .Os
 .Sh NAME
@@ -201,8 +201,8 @@
 ---- c1   EXPECT resp.status (200) == 201 (201) failed
 .Ed
 .Sh SEE ALSO
+.Xr varnishhist 1 ,
 .Xr varnishlog 1 ,
-.Xr varnishhist 1 ,
 .Xr varnishncsa 1 ,
 .Xr varnishstat 1 ,
 .Xr varnishtop 1 ,
@@ -212,8 +212,8 @@
 .Nm
 program was developed by
 .An Poul-Henning Kamp Aq phk at phk.freebsd.dk
-in cooperation with Verdens Gang AS and Linpro AS.  This manual page
-was written by
+in cooperation with Linpro AS.
+This manual page was written by
 .An Stig Sandbeck Mathisen Aq ssm at linpro.no
 using examples by
-.An Poul-Henning Kamp Aq phk at phk.freebsd.dk
+.An Poul-Henning Kamp Aq phk at phk.freebsd.dk .

Modified: branches/2.0/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc.c	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc.c	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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: branches/2.0/varnish-cache/bin/varnishtest/vtc.h
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc.h	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc.h	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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: branches/2.0/varnish-cache/bin/varnishtest/vtc_client.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc_client.c	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc_client.c	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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: branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc_http.c	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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: branches/2.0/varnish-cache/bin/varnishtest/vtc_log.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc_log.c	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc_log.c	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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: branches/2.0/varnish-cache/bin/varnishtest/vtc_sema.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc_sema.c	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc_sema.c	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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: branches/2.0/varnish-cache/bin/varnishtest/vtc_server.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc_server.c	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc_server.c	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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: branches/2.0/varnish-cache/bin/varnishtest/vtc_varnish.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc_varnish.c	2009-03-19 11:37:59 UTC (rev 3957)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc_varnish.c	2009-03-19 12:50:02 UTC (rev 3958)
@@ -1,7 +1,9 @@
 /*
- * Copyright (c) 2006-2008 Linpro AS
+ * Copyright (c) 2008-2009 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:



More information about the varnish-commit mailing list