Commit 47a724bb authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Add copyright notice and date where missing

Also sort see also correctly.

Fix #1795
parent 2dc7d093
......@@ -308,8 +308,8 @@ the backend contains "USERID=1663"::
SEE ALSO
========
* :ref:`varnishd(1)`
* :ref:`varnishadm(1)`
* :ref:`varnishd(1)`
* :ref:`vcl(7)`
HISTORY
......
......@@ -350,12 +350,12 @@ The `varnishd` master process may also OR its exit code
SEE ALSO
========
* :ref:`varnish-cli(7)`
* :ref:`varnishlog(1)`
* :ref:`varnishhist(1)`
* :ref:`varnishncsa(1)`
* :ref:`varnishstat(1)`
* :ref:`varnishtop(1)`
* :ref:`varnish-cli(7)`
* :ref:`vcl(7)`
HISTORY
......
......@@ -278,3 +278,12 @@ HISTORY
This document was written by Martin Blix Grydeland.
COPYRIGHT
=========
This document is licensed under the same licence as Varnish
itself. See LICENCE for details.
* Copyright (c) 2006 Verdens Gang AS
* Copyright (c) 2006-2015 Varnish Software AS
......@@ -112,7 +112,16 @@ Martin Blix Grydeland.
SEE ALSO
========
* :ref:`varnishlog(1)`
* :ref:`varnishhist(1)`
* :ref:`varnishlog(1)`
* :ref:`varnishncsa(1)`
* :ref:`varnishtop(1)`
COPYRIGHT
=========
This document is licensed under the same licence as Varnish
itself. See LICENCE for details.
* Copyright (c) 2006 Verdens Gang AS
* Copyright (c) 2006-2015 Varnish Software AS
......@@ -132,9 +132,9 @@ Description
to this director.
Example
# 2/3 to backend1, 1/3 to backend2.
vdir.add_backend(backend1, 10.0);
vdir.add_backend(backend2, 5.0);
# 2/3 to backend1, 1/3 to backend2.
$Method BACKEND .backend()
......@@ -180,3 +180,11 @@ Description
Example
# pick a backend based on the cookie header from the client
set req.backend_hint = vdir.backend(req.http.cookie);
COPYRIGHT
=========
This document is licensed under the same licence as Varnish
itself. See LICENCE for details.
* Copyright (c) 2013-2015 Varnish Software AS
......@@ -272,8 +272,8 @@ Example
SEE ALSO
========
* :ref:`vsl(7)`
* :ref:`varnishd(1)`
* :ref:`vsl(7)`
HISTORY
=======
......@@ -287,3 +287,5 @@ COPYRIGHT
This document is licensed under the same licence as Varnish
itself. See LICENCE for details.
* Copyright (c) 2010-2015 Varnish Software AS
......@@ -118,5 +118,13 @@ int main(int argc, char **argv)
#include "tbl/vsc_fields.h"
#undef VSC_DO_LCK
P("");
P("COPYRIGHT");
P("=========");
P("This document is licensed under the same licence as Varnish");
P("itself. See LICENCE for details.");
P("");
P("* Copyright (c) 2006 Verdens Gang AS");
P("* Copyright (c) 2006-2015 Varnish Software AS");
return (0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment