[master] d1fdd6b Add copyright notice and date where missing

Federico G. Schwindt fgsch at lodoss.net
Mon Nov 9 11:32:19 CET 2015


commit d1fdd6b4fe764789fa35c472858278eee17437f3
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Nov 9 10:31:28 2015 +0000

    Add copyright notice and date where missing
    
    Also sort see also correctly.
    
    Fix #1795

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index 934ff1e..c55ecf8 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -308,8 +308,8 @@ the backend contains "USERID=1663"::
 SEE ALSO
 ========
 
-* :ref:`varnishd(1)`
 * :ref:`varnishadm(1)`
+* :ref:`varnishd(1)`
 * :ref:`vcl(7)`
 
 HISTORY
diff --git a/doc/sphinx/reference/varnishd.rst b/doc/sphinx/reference/varnishd.rst
index f76f031..3372939 100644
--- a/doc/sphinx/reference/varnishd.rst
+++ b/doc/sphinx/reference/varnishd.rst
@@ -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
diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index 2c15453..e757285 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -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
diff --git a/doc/sphinx/reference/vsl.rst b/doc/sphinx/reference/vsl.rst
index 0e753b0..1aafd28 100644
--- a/doc/sphinx/reference/vsl.rst
+++ b/doc/sphinx/reference/vsl.rst
@@ -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
diff --git a/lib/libvmod_directors/vmod.vcc b/lib/libvmod_directors/vmod.vcc
index 02b5a3f..8522920 100644
--- a/lib/libvmod_directors/vmod.vcc
+++ b/lib/libvmod_directors/vmod.vcc
@@ -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
diff --git a/lib/libvmod_std/vmod.vcc b/lib/libvmod_std/vmod.vcc
index 2e20825..b0dba07 100644
--- a/lib/libvmod_std/vmod.vcc
+++ b/lib/libvmod_std/vmod.vcc
@@ -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
diff --git a/man/vsc2rst.c b/man/vsc2rst.c
index d9ad471..93950f0 100644
--- a/man/vsc2rst.c
+++ b/man/vsc2rst.c
@@ -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);
 }



More information about the varnish-commit mailing list