r3771 - trunk/varnish-cache/bin/varnishtest
des at projects.linpro.no
des at projects.linpro.no
Mon Feb 16 14:40:29 CET 2009
Author: des
Date: 2009-02-16 14:40:29 +0100 (Mon, 16 Feb 2009)
New Revision: 3771
Modified:
trunk/varnish-cache/bin/varnishtest/varnishtest.1
trunk/varnish-cache/bin/varnishtest/vtc.c
trunk/varnish-cache/bin/varnishtest/vtc.h
trunk/varnish-cache/bin/varnishtest/vtc_client.c
trunk/varnish-cache/bin/varnishtest/vtc_http.c
trunk/varnish-cache/bin/varnishtest/vtc_log.c
trunk/varnish-cache/bin/varnishtest/vtc_sema.c
trunk/varnish-cache/bin/varnishtest/vtc_server.c
trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
Log:
Correct copyright and attribution.
Approved by: phk, ssm
Modified: trunk/varnish-cache/bin/varnishtest/varnishtest.1
===================================================================
--- trunk/varnish-cache/bin/varnishtest/varnishtest.1 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/varnishtest.1 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.c 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc.c 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc.h
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc.h 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc.h 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc_client.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_client.c 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc_client.c 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc_http.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_http.c 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc_http.c 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc_log.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_log.c 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc_log.c 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc_sema.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_sema.c 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc_sema.c 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc_server.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_server.c 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc_server.c 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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: trunk/varnish-cache/bin/varnishtest/vtc_varnish.c
===================================================================
--- trunk/varnish-cache/bin/varnishtest/vtc_varnish.c 2009-02-16 13:38:39 UTC (rev 3770)
+++ trunk/varnish-cache/bin/varnishtest/vtc_varnish.c 2009-02-16 13:40:29 UTC (rev 3771)
@@ -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