1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 12:21:55 +00:00

Switch LICENSE from MIT to **MIT or MulanPSL-2.0**. v5.0.21

This commit is contained in:
winlin 2022-01-13 18:40:17 +08:00
parent 93aa0eb5ba
commit d5c86dc5fa
247 changed files with 256 additions and 247 deletions

View file

@ -23,7 +23,13 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note:
Individual files contain the following tag instead of the full license text.
SPDX-License-Identifier: MIT
SPDX-License-Identifier: MIT or MulanPSL-2.0
This enables machine processing of license information based on the SPDX
License Identifiers that are here available: http://spdx.org/licenses/
For MIT, please read https://spdx.org/licenses/MIT.html
For MulanPSL-2.0, please read https://spdx.org/licenses/MulanPSL-2.0.html
and note that MulanPSL-2.0 is compatible with Apache-2.0, please see
https://www.apache.org/legal/resolved.html#category-a

View file

@ -19,7 +19,9 @@ SRS/5.0[Bee](https://github.com/ossrs/srs/wiki/Product#release50) 是一个
SRS/5.0 is a simple, high efficiency and realtime video server, supports RTMP/WebRTC/HLS/HTTP-FLV/SRT.
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE), but some depended libraries are distributed using their [own licenses](https://github.com/ossrs/srs/wiki/LicenseMixing).
SRS is licenced under [MIT](https://github.com/ossrs/srs/blob/develop/LICENSE) or [MulanPSL-2.0](https://spdx.org/licenses/MulanPSL-2.0.html),
and note that [MulanPSL-2.0 is compatible with Apache-2.0](https://www.apache.org/legal/resolved.html#category-a),
but some third-party libraries are distributed using their [own licenses](https://github.com/ossrs/srs/wiki/LicenseMixing).
[![SRS Overview](https://ossrs.net/wiki/images/SRS-Overview-4.0.png)](https://ossrs.net/wiki/images/SRS-Overview-4.0.png)

View file

@ -8,6 +8,7 @@ The changelog for SRS.
## SRS 5.0 Changelog
* v5.0, 2022-01-13, Switch LICENSE from MIT to **MIT or MulanPSL-2.0**. v5.0.21
* v5.0, 2021-10-24, For [#2689](https://github.com/ossrs/srs/issues/2689): Support loongarch, loongson CPU. v5.0.19
* v5.0, 2021-10-17, Support daemon(fork twice) for Darwin/OSX [ST#23](https://github.com/ossrs/state-threads/issues/23). v5.0.18
* v5.0, 2021-10-16, DVR: support mp3 audio codec. (#2593) v5.0.17

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_async_call.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_ASYNC_CALL_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_bandwidth.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_BANDWIDTH_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_caster_flv.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_CASTER_FLV_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_config.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_CONFIG_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_conn.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_CONN_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_coworkers.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_COWORKERS_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_dash.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_DASH_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_dvr.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_DVR_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_edge.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_EDGE_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_empty.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_EMPTY_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_encoder.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_ENCODER_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_ffmpeg.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_FFMPEG_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_forward.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_FORWARD_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_fragment.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_FRAGMENT_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_hds.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HDS_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_heartbeat.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HEARTBEAT_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_hls.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HLS_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_hourglass.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HOURGLASS_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_http_api.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HTTP_API_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_http_client.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HTTP_CLIENT_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_http_conn.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HTTP_CONN_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_http_hooks.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HTTP_HOOKS_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_http_static.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HTTP_STATIC_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_http_stream.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HTTP_STREAM_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_hybrid.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_HYBRID_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_ingest.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_INGEST_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_latest_version.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_LATEST_VERSION_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_listener.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_LISTENER_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_log.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_LOG_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_mpegts_udp.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_MPEGTS_UDP_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_ng_exec.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_NG_EXEC_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_pithy_print.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_PITHY_PRINT_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_process.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_PROCESS_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_recv_thread.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RECV_THREAD_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_refer.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_REFER_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_reload.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RELOAD_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_api.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_API_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_codec.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_CODEC_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_conn.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_CONN_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_dtls.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_DTLS_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_queue.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_QUEUE_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_sdp.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_SDP_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_server.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_SERVER_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtc_source.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTC_SOURCE_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_rtmp_conn.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_RTMP_CONN_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_security.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_SECURITY_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_server.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_SERVER_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_source.hpp>

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_SOURCE_HPP

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2021 The SRS Authors
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#include <srs_app_st.hpp>

Some files were not shown because too many files have changed in this diff Show more