1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine LICENSE.

This commit is contained in:
winlin 2023-10-23 14:33:19 +08:00
parent 9a6f5f04f5
commit 29eff1a242
261 changed files with 262 additions and 262 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//
#include <srs_core.hpp>
@ -1316,7 +1316,7 @@ void json_value_free (json_value * value)
//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
// SPDX-License-Identifier: MIT
//
#include <srs_protocol_json.hpp>

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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