mirror of
https://github.com/pion/webrtc.git
synced 2025-09-26 19:21:12 +08:00
Make repo REUSE compliant
This commit is contained in:

committed by
Sean DuBois

parent
efffef2957
commit
683fc837d0
3
.github/.ci.conf
vendored
3
.github/.ci.conf
vendored
@@ -1,3 +1,6 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
GO_JS_WASM_EXEC=${PWD}/test-wasm/go_js_wasm_exec
|
||||
TEST_EXTRA_ARGS="-tags quic"
|
||||
GOLANGCI_LINT_EXRA_ARGS="--build-tags quic"
|
||||
|
2
.github/pion-gopher-webrtc.png.license
vendored
Normal file
2
.github/pion-gopher-webrtc.png.license
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
SPDX-License-Identifier: MIT
|
2
.github/workflows/browser-e2e.yaml
vendored
2
.github/workflows/browser-e2e.yaml
vendored
@@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
name: Browser E2E
|
||||
on:
|
||||
pull_request:
|
||||
|
3
.github/workflows/examples-tests.yaml
vendored
3
.github/workflows/examples-tests.yaml
vendored
@@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
name: Examples Tests
|
||||
on:
|
||||
pull_request:
|
||||
@@ -16,4 +18,3 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: test
|
||||
run: cd examples/pion-to-pion && ./test.sh
|
||||
|
||||
|
2
.github/workflows/standardjs.yaml
vendored
2
.github/workflows/standardjs.yaml
vendored
@@ -1,3 +1,5 @@
|
||||
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
||||
# SPDX-License-Identifier: MIT
|
||||
name: StandardJS
|
||||
on:
|
||||
pull_request:
|
||||
|
Reference in New Issue
Block a user