Changeset - f68db0c03a78
[Not reviewed]
default
0 2 0
Mads Kiilerich - 6 years ago 2019-07-21 03:50:59
mads@kiilerich.com
Grafted from: 7d006f5e2206
docs: maintain copyright year from update-copyrights.py
2 files changed with 12 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -44,7 +44,7 @@ master_doc = 'index'
 

	
 
# General information about the project.
 
project = u'Kallithea'
 
copyright = u'2010-2016 by various authors, licensed as GPLv3.'
 
copyright = u'2010-2019 by various authors, licensed as GPLv3.'
 

	
 
# The version info for the project you're documenting, acts as replacement for
 
# |version| and |release|, also used in various other places throughout the
scripts/update-copyrights.py
Show inline comments
 
@@ -155,6 +155,17 @@ def main():
 
        format_f=lambda years, name: ' ' + nice_years(years, '–', ', ') + ' ',
 
        )
 

	
 
    #docs/conf.py:copyright = u'2010-2016 by various authors, licensed as GPLv3.'
 
    insert_entries(
 
        filename='docs/conf.py',
 
        all_entries=repo_entries,
 
        no_entries=contributor_data.total_ignore,
 
        domain_extra={},
 
        split_re=r"(?<=copyright = u').*(?= by various authors)",
 
        normalize_name=lambda name: '',
 
        format_f=lambda years, name: nice_years(years, '-', ', ') ,
 
        )
 

	
 

	
 
if __name__ == '__main__':
 
    main()
0 comments (0 inline, 0 general)