Skip to content

Commit c2673d4

Browse files
authored
update contributors list (#43)
motivation: keep contributors list up to date changes: * add mailmap * run contributors script
1 parent b61aab0 commit c2673d4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.mailmap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Tomer Doron <tomer@apple.com> <tomer@apple.com>
2+
Tomer Doron <tomer@apple.com> <tomerd@apple.com>
3+
Tomer Doron <tomer@apple.com> <tomer.doron@gmail.com>

CONTRIBUTORS.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ needs to be listed here.
1111

1212
### Contributors
1313

14-
- tomer doron <tomerd@apple.com>
14+
- Fabian Fett <fabianfett@mac.com>
15+
- George Barnett <gbarnett@apple.com>
16+
- Johannes Weiss <johannesweiss@apple.com>
17+
- Norman Maurer <norman_maurer@apple.com>
18+
- Tomer Doron <tomer@apple.com>
1519

1620
**Updating this list**
1721

scripts/generate_contributors_list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contributors=$( cd "$here"/.. && git shortlog -es | cut -f2 | sed 's/^/- /' )
1919

2020
cat > "$here/../CONTRIBUTORS.txt" <<- EOF
2121
For the purpose of tracking copyright, this is the list of individuals and
22-
organizations who have contributed source code to AWSLambdaRuntime.
22+
organizations who have contributed source code to SwiftAWSLambdaRuntime.
2323
2424
For employees of an organization/company where the copyright of work done
2525
by employees of that company is held by the company itself, only the company

0 commit comments

Comments
 (0)