Skip to content

Commit d9ab3d6

Browse files
authored
General update to the credits (#4841)
1 parent 2beb66c commit d9ab3d6

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

doc/scapy/backmatter.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11

2-
*********
2+
*******
33
Credits
4-
*********
4+
*******
55

6-
- Philippe Biondi is Scapy's author. He has also written most of the documentation.
7-
- Pierre Lalet, Gabriel Potter, Guillaume Valadon, Nils Weiss are the current most active maintainers and contributors.
6+
The maintainers of Scapy are:
7+
- Gabriel Potter (Lead maintainer)
8+
- Nils Weiss
9+
- Guillaume Valadon
10+
- Pierre Lalet
11+
12+
Former maintainers include:
13+
- Philippe Biondi, who was Scapy's original author.
14+
15+
Other documentation credits include:
816
- Fred Raynal wrote the chapter on building and dissecting packets.
917
- Peter Kacherginsky contributed several tutorial sections, one-liners and recipes.
1018
- Dirk Loss integrated and restructured the existing docs to make this book.
11-
- Nils Weiss contributed automotive specific layers and utilities.

doc/scapy/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# General information about the project.
6969
project = 'Scapy'
7070
year = datetime.datetime.now().year
71-
copyright = '2008-%s Philippe Biondi and the Scapy community' % year
71+
copyright = '2008-%s The Scapy community' % year
7272

7373
# The version info for the project you're documenting, acts as replacement for
7474
# |version| and |release|, also used in various other places throughout the
@@ -168,7 +168,7 @@
168168
# author, documentclass [howto, manual, or own class]).
169169
latex_documents = [
170170
('index', 'Scapy.tex', 'Scapy Documentation',
171-
'Philippe Biondi and the Scapy community', 'manual'),
171+
'The Scapy community', 'manual'),
172172
]
173173

174174

@@ -178,7 +178,7 @@
178178
# (source start file, name, description, authors, manual section).
179179
man_pages = [
180180
(master_doc, 'scapy', 'Scapy Documentation',
181-
['Philippe Biondi and the Scapy community'], 1)
181+
['The Scapy community'], 1)
182182
]
183183

184184

@@ -189,7 +189,7 @@
189189
# dir menu entry, description, category)
190190
texinfo_documents = [
191191
(master_doc, 'Scapy', 'Scapy Documentation',
192-
'Philippe Biondi and the Scapy community', 'Scapy',
192+
'The Scapy community', 'Scapy',
193193
'',
194194
'Miscellaneous'),
195195
]

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ name = "scapy"
77
dynamic = [ "version", "readme" ]
88
authors = [
99
{ name="Philippe BIONDI" },
10+
{ name="Gabriel POTTER" },
1011
]
1112
maintainers = [
12-
{ name="Pierre LALET" },
1313
{ name="Gabriel POTTER" },
14-
{ name="Guillaume VALADON" },
1514
{ name="Nils WEISS" },
15+
{ name="Guillaume VALADON" },
16+
{ name="Pierre LALET" },
1617
]
1718
license = { text="GPL-2.0-only" }
1819
requires-python = ">=3.7, <4"

0 commit comments

Comments
 (0)