Skip to content

Commit

Permalink
Generic Copyright
Browse files Browse the repository at this point in the history
This commit mirrors varnishcache/homepage@0f25620

as of today, each page redendered from the sphinx source contains the line

	© Copyright 2010-2014, Varnish Software AS.

While this is true for some of the content, it is not for all of it and because
we, several people from UPLEX, intend to contribute significant amounts of
documentation in the near future, we would like to change this into something
more generic, without the need to state specific copyright and authorship on
each page.
  • Loading branch information
nigoroll committed Oct 11, 2024
1 parent 2c3ae69 commit 255030b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ master_doc = 'index'

# General information about the project.
project = u'Varnish Cache'
copyright = u'2010-2014, Varnish Software AS'
copyright = u'2010-2024, The Varnish Cache Contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down

0 comments on commit 255030b

Please sign in to comment.