mirror of
https://github.com/opnsense/docs.git
synced 2026-06-09 00:22:06 -04:00
fix copyright year
This commit is contained in:
parent
a0a9ae2622
commit
cd8e15e856
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
import datetime
|
||||
import sys
|
||||
import subprocess
|
||||
import os
|
||||
|
|
@ -71,7 +72,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'OPNsense'
|
||||
copyright = u'2016-2019, Deciso B.V'
|
||||
copyright = u'2016-%d, Deciso B.V' % datetime.datetime.now().year
|
||||
author = u'Deciso B.V.'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
|
|
|
|||
Loading…
Reference in a new issue