Skip to content

Commit bdb0d22

Browse files
committed
docs/conf.py: Add myself as a copyright holder on the docs.
Based on the following statistics: $ git log docs |grep Author | sort | uniq -c | sort -n -r 175 Author: Paul Sokolovsky 135 Author: Damien George 31 Author: Daniel Campora 26 Author: danicampora 14 Author: Peter Hinch git blame stats script from http://stackoverflow.com/a/13687302/496009: $ sh git-authors docs 9977 author Damien George 2679 author Paul Sokolovsky 1699 author Daniel Campora 1580 author danicampora 1286 author Peter Hinch 282 author Shuning Bian 249 author Dave Hylands Total lines per this script: 18417, my contribution is 14.5%.
1 parent 9d3ad75 commit bdb0d22

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
# General information about the project.
9292
project = 'MicroPython'
93-
copyright = '2014-2016, Damien P. George and contributors'
93+
copyright = '2014-2017, Damien P. George, Paul Sokolovsky, and contributors'
9494

9595
# The version info for the project you're documenting, acts as replacement for
9696
# |version| and |release|, also used in various other places throughout the
@@ -253,7 +253,7 @@
253253
# author, documentclass [howto, manual, or own class]).
254254
latex_documents = [
255255
(master_doc, 'MicroPython.tex', 'MicroPython Documentation',
256-
'Damien P. George and contributors', 'manual'),
256+
'Damien P. George, Paul Sokolovsky, and contributors', 'manual'),
257257
]
258258

259259
# The name of an image file (relative to this directory) to place at the top of
@@ -283,7 +283,7 @@
283283
# (source start file, name, description, authors, manual section).
284284
man_pages = [
285285
('index', 'micropython', 'MicroPython Documentation',
286-
['Damien P. George and contributors'], 1),
286+
['Damien P. George, Paul Sokolovsky, and contributors'], 1),
287287
]
288288

289289
# If true, show URL addresses after external links.
@@ -297,7 +297,7 @@
297297
# dir menu entry, description, category)
298298
texinfo_documents = [
299299
(master_doc, 'MicroPython', 'MicroPython Documentation',
300-
'Damien P. George and contributors', 'MicroPython', 'One line description of project.',
300+
'Damien P. George, Paul Sokolovsky, and contributors', 'MicroPython', 'One line description of project.',
301301
'Miscellaneous'),
302302
]
303303

0 commit comments

Comments
 (0)