|
68 | 68 | # General information about the project.
|
69 | 69 | project = 'Scapy'
|
70 | 70 | year = datetime.datetime.now().year
|
71 |
| -copyright = '2008-%s Philippe Biondi and the Scapy community' % year |
| 71 | +copyright = '2008-%s The Scapy community' % year |
72 | 72 |
|
73 | 73 | # The version info for the project you're documenting, acts as replacement for
|
74 | 74 | # |version| and |release|, also used in various other places throughout the
|
|
168 | 168 | # author, documentclass [howto, manual, or own class]).
|
169 | 169 | latex_documents = [
|
170 | 170 | ('index', 'Scapy.tex', 'Scapy Documentation',
|
171 |
| - 'Philippe Biondi and the Scapy community', 'manual'), |
| 171 | + 'The Scapy community', 'manual'), |
172 | 172 | ]
|
173 | 173 |
|
174 | 174 |
|
|
178 | 178 | # (source start file, name, description, authors, manual section).
|
179 | 179 | man_pages = [
|
180 | 180 | (master_doc, 'scapy', 'Scapy Documentation',
|
181 |
| - ['Philippe Biondi and the Scapy community'], 1) |
| 181 | + ['The Scapy community'], 1) |
182 | 182 | ]
|
183 | 183 |
|
184 | 184 |
|
|
189 | 189 | # dir menu entry, description, category)
|
190 | 190 | texinfo_documents = [
|
191 | 191 | (master_doc, 'Scapy', 'Scapy Documentation',
|
192 |
| - 'Philippe Biondi and the Scapy community', 'Scapy', |
| 192 | + 'The Scapy community', 'Scapy', |
193 | 193 | '',
|
194 | 194 | 'Miscellaneous'),
|
195 | 195 | ]
|
0 commit comments