Skip to content

Commit 9e33a8b

Browse files
committed
update contributors list
1 parent 4313691 commit 9e33a8b

File tree

3 files changed

+82
-2
lines changed

3 files changed

+82
-2
lines changed

.mailmap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Tomer Doron <tomer@apple.com> <tomer@apple.com>
22
Tomer Doron <tomer@apple.com> <tomerd@apple.com>
33
Tomer Doron <tomer@apple.com> <tomer.doron@gmail.com>
44
Fabian Fett <fabianfett@apple.com> <fabianfett@apple.com>
5-
Fabian Fett <fabianfett@apple.com> <fabianfett@mac.com>
5+
Fabian Fett <fabianfett@apple.com> <fabianfett@mac.com>
6+
Sébastien Stormacq <stormacq@amazon.com> <sebastien.stormacq@gmail.com>

CONTRIBUTORS.txt

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,66 @@ needs to be listed here.
88
## COPYRIGHT HOLDERS
99

1010
- Apple Inc. (all contributors with '@apple.com')
11+
- Amazon.com, Inc. or its affiliates (all contributors with '@amazon.com')
1112

1213
### Contributors
1314

1415
- Adam Fowler <adamfowler71@gmail.com>
16+
- Adolfo <fitomad@users.noreply.github.com>
17+
- Alessio Buratti <9006089+Buratti@users.noreply.github.com>
1518
- Andrea Scuderi <andreascuderi@ymail.com>
19+
- Bill <3207996+gestrich@users.noreply.github.com>
1620
- Brendan Kirchner <brendankirchner@me.com>
1721
- Bryan Bartow <bryanbartow@gmail.com>
1822
- Bryan Moffatt <bmoffatt@users.noreply.github.com>
23+
- Camden Fullmer <camdenfullmer@gmail.com>
1924
- Christoph Walcher <christoph-wa@gmx.de>
2025
- Colton Schlosser <cltnschlosser@gmail.com>
26+
- Cory Benfield <lukasa@apple.com>
27+
- Dmitry Platonov <dsplatonov@mail.ru>
28+
- DwayneCoussement <dwayne.coussement@gmail.com>
29+
- DwayneCoussement <dwayne.coussement@showpad.com>
2130
- Eneko Alonso <eneko.alonso@gmail.com>
22-
- Fabian Fett <fabianfett@mac.com>
31+
- Fabian Fett <fabianfett@apple.com>
32+
- Filipp Fediakov <julik103@mail.ru>
33+
- Florent Morin <florentmorin@icloud.com>
34+
- Franz Busch <f.busch@apple.com>
35+
- Franz Busch <privat@franz-busch.de>
2336
- George Barnett <gbarnett@apple.com>
37+
- Jack Rosen <jrosen081@gmail.com>
38+
- Joannis Orlandos <joannis@orlandos.nl>
39+
- Joel Saltzman <talk@joelsaltzman.com>
40+
- Johannes Bosecker <j.bosecker.dev@icloud.com>
2441
- Johannes Weiss <johannesweiss@apple.com>
42+
- Josh <29730338+mr-j-tree@users.noreply.github.com>
43+
- Juan A. Reyes <59104004+jareyesda@users.noreply.github.com>
44+
- Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
45+
- ML <44809298+mufumade@users.noreply.github.com>
46+
- Marwane Koutar <100198937+MarwaneKoutar@users.noreply.github.com>
47+
- Matt Massicotte <85322+mattmassicotte@users.noreply.github.com>
2548
- Max Desiatov <max@desiatov.com>
49+
- Natan Rolnik <me@natanrolnik.me>
2650
- Norman Maurer <norman_maurer@apple.com>
51+
- Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
52+
- Ralph Küpper <ralph.kuepper@skelpo.com>
2753
- Ro-M <Ro-M@users.noreply.github.com>
54+
- Stefan Nienhuis <stefan@nienhuisdevelopment.com>
55+
- Sven A. Schmidt <sas@finestructure.co>
56+
- Sébastien Stormacq <stormacq@amazon.com>
57+
- Tim Condon <0xTim@users.noreply.github.com>
58+
- Tobias <t089@users.noreply.github.com>
2859
- Tomer Doron <tomer@apple.com>
60+
- YR Chen <stevapple@icloud.com>
61+
- Yim Lee <yim_lee@apple.com>
2962
- Zhibin Cai <TonyChol@users.noreply.github.com>
63+
- aryan-25 <aryan_shah@apple.com>
64+
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
65+
- jsonfry <jason@jasonfry.co.uk>
66+
- mattcorey <mattcorey@users.noreply.github.com>
3067
- pmarrufo <p_marrufo94@hotmail.com>
68+
- pokryfka <5090827+pokryfka@users.noreply.github.com>
69+
- pokryfka <pokryfka@gmail.com>
70+
- sja26 <sja26@users.noreply.github.com>
3171
- tachyonics <simon@tachyonics.io>
3272

3373
**Updating this list**
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
#!/bin/bash
2+
##===----------------------------------------------------------------------===##
3+
##
4+
## This source file is part of the SwiftAWSLambdaRuntime open source project
5+
##
6+
## Copyright (c) 2017-2025 Apple Inc. and the SwiftAWSLambdaRuntime project authors
7+
## Licensed under Apache License v2.0
8+
##
9+
## See LICENSE.txt for license information
10+
## See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
11+
##
12+
## SPDX-License-Identifier: Apache-2.0
13+
##
14+
##===----------------------------------------------------------------------===##
15+
16+
set -eu
17+
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
18+
contributors=$( cd "$here"/.. && git shortlog -es | cut -f2 | sed 's/^/- /' )
19+
20+
cat > "$here/../CONTRIBUTORS.txt" <<- EOF
21+
For the purpose of tracking copyright, this is the list of individuals and
22+
organizations who have contributed source code to SwiftAWSLambdaRuntime.
23+
24+
For employees of an organization/company where the copyright of work done
25+
by employees of that company is held by the company itself, only the company
26+
needs to be listed here.
27+
28+
## COPYRIGHT HOLDERS
29+
30+
- Apple Inc. (all contributors with '@apple.com')
31+
32+
### Contributors
33+
34+
$contributors
35+
36+
**Updating this list**
37+
38+
Please do not edit this file manually. It is generated using \`./scripts/generate_contributors_list.sh\`. If a name is misspelled or appearing multiple times: add an entry in \`./.mailmap\`
39+
EOF

0 commit comments

Comments
 (0)