[master] ee916f8b2 Update collection copyright year

Poul-Henning Kamp phk at FreeBSD.org
Tue Oct 16 09:06:10 UTC 2018


commit ee916f8b208029a1428b64fe02d11929456efe3b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Oct 16 07:58:50 2018 +0000

    Update collection copyright year

diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
index 07077ee48..9a708b593 100644
--- a/doc/sphinx/index.rst
+++ b/doc/sphinx/index.rst
@@ -37,7 +37,7 @@ Longer listings like example command output and VCL look like this::
     $ /opt/varnish/sbin/varnishd -V
     varnishd (varnish-trunk revision 199de9b)
     Copyright (c) 2006 Verdens Gang AS
-    Copyright (c) 2006-2015 Varnish Software AS
+    Copyright (c) 2006-2018 Varnish Software AS
 
 
 .. For maintainers:
diff --git a/lib/libvarnish/version.c b/lib/libvarnish/version.c
index 61711654e..1b9a42196 100644
--- a/lib/libvarnish/version.c
+++ b/lib/libvarnish/version.c
@@ -44,5 +44,5 @@ VCS_Message(const char *progname)
 {
 	fprintf(stderr, "%s (%s)\n", progname, VCS_version);
 	fprintf(stderr, "Copyright (c) 2006 Verdens Gang AS\n");
-	fprintf(stderr, "Copyright (c) 2006-2015 Varnish Software AS\n");
+	fprintf(stderr, "Copyright (c) 2006-2018 Varnish Software AS\n");
 }


More information about the varnish-commit mailing list