Skip to content

Commit

Permalink
Switch to 2013-2024. v6.0.109
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jan 1, 2024
1 parent 8f70206 commit 2a2da22
Show file tree
Hide file tree
Showing 271 changed files with 274 additions and 273 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2023 The SRS Authors
Copyright (c) 2013-2024 The SRS Authors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ distributed under their [licenses](https://ossrs.io/lts/en-us/license).
* 2023-09-28, [Release v6.0-d2](https://github.com/ossrs/srs/releases/tag/v6.0-d2), v6.0-d2, 6.0 dev2, v6.0.85, 167509 lines.
* 2023-08-31, [Release v6.0-d1](https://github.com/ossrs/srs/releases/tag/v6.0-d1), v6.0-d1, 6.0 dev1, v6.0.72, 167135 lines.
* 2023-07-09, [Release v6.0-d0](https://github.com/ossrs/srs/releases/tag/v6.0-d0), v6.0-d0, 6.0 dev0, v6.0.59, 166739 lines.
* 2023-12-30, [Release v5.0-r0](https://github.com/ossrs/srs/releases/tag/v5.0-r0), v5.0-r0, 5.0 release0, v5.0.205, 163363 lines.
* 2023-11-19, [Release v5.0-b7](https://github.com/ossrs/srs/releases/tag/v5.0-b7), v5.0-b7, 5.0 beta7, v5.0.200, 163305 lines.
* 2023-10-25, [Release v5.0-b6](https://github.com/ossrs/srs/releases/tag/v5.0-b6), v5.0-b6, 5.0 beta6, v5.0.195, 163303 lines.
* 2023-09-28, [Release v5.0-b5](https://github.com/ossrs/srs/releases/tag/v5.0-b5), v5.0-b5, 5.0 beta5, v5.0.185, 163254 lines.
Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/tools/backtrace/backtrace.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#ifdef __linux__
#define _GNU_SOURCE
Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/tools/helloworld/helloworld.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#include <stdio.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/tools/porting/porting.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#include <stdio.h>
#include <setjmp.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/tools/verify/verify.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#include <stdio.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/utest/st_utest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#include <st_utest.hpp>

Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/utest/st_utest.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#ifndef ST_UTEST_PUBLIC_HPP
#define ST_UTEST_PUBLIC_HPP
Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/utest/st_utest_coroutines.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#include <st_utest.hpp>

Expand Down
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/utest/st_utest_tcp.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright (c) 2013-2023 Winlin */
/* Copyright (c) 2013-2024 The SRS Authors */

#include <st_utest.hpp>

Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_async_call.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_async_call.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_caster_flv.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_caster_flv.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_config.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_config.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_conn.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_conn.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_coworkers.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_coworkers.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dash.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dash.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dvr.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_dvr.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_edge.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_edge.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_empty.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_empty.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_encoder.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_encoder.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_ffmpeg.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_ffmpeg.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_forward.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_forward.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_fragment.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_fragment.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_gb28181.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_gb28181.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hds.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hds.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_heartbeat.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_heartbeat.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hls.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hls.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hourglass.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hourglass.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_api.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_api.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_client.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_client.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_conn.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_conn.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_hooks.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_hooks.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_static.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_http_static.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2013-2023 The SRS Authors
// Copyright (c) 2013-2024 The SRS Authors
//
// SPDX-License-Identifier: MIT
//
Expand Down
Loading

0 comments on commit 2a2da22

Please sign in to comment.