You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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\`
0 commit comments