Bug 917988 - Fix licensing of in-tree documentation; r=gerv

DONTBUILD (NPOTB)
This commit is contained in:
Gregory Szorc 2013-09-26 09:18:19 -07:00
parent 30d2736c71
commit ec6b26aa84

View File

@ -26,7 +26,7 @@ source_suffix = '.rst'
master_doc = 'index'
project = u'Mozilla Build System'
year = datetime.now().year
copyright = u'%s, Mozilla Foundation, CC BY-SA 3.0' % year
copyright = u'%s, Mozilla Foundation, CC BY-SA 3.0 or any later version' % year
# Grab the version from the source tree's milestone.
with open(os.path.join(mozilla_dir, 'config', 'milestone.txt'), 'rt') as fh: