Add contributors

This commit is contained in:
Tim
2023-05-12 15:26:35 +01:00
parent 4e188afb3b
commit ef51b55c6c
3 changed files with 16 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
Tim Condon <0xtimc@gmail.com> <0xTim@users.noreply.github.com>
Tim Condon <0xtimc@gmail.com> Tim <0xtimc@gmail.com>
+11
View File
@@ -0,0 +1,11 @@
For the purpose of tracking copyright, this is the list of individuals and
organizations who have contributed source code to the Swift OpenAPI Vapor package.
For employees of an organization/company where the copyright of work done
by employees of that company is held by the company itself, only the company
needs to be listed here.
## COPYRIGHT HOLDERS
- Swift Server Work Group
### Contributors
- Tim Condon <0xtimc@gmail.com>
**Updating this list**
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`
+3 -3
View File
@@ -3,16 +3,16 @@ version: "3"
services:
runtime-setup:
image: webauthn-swift:22.04-main
image: swift-openapi-vapor:22.04-main
build:
args:
base_image: "swiftlang/swift:nightly-main-focal"
test:
image: webauthn-swift:22.04-main
image: swift-openapi-vapor:22.04-main
environment:
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
#- SANITIZER_ARG=--sanitize=thread
shell:
image: webauthn-swift:22.04-main
image: swift-openapi-vapor:22.04-main