diff --git a/BUILD.gn b/BUILD.gn index 717e3539da..fb03765379 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/options.gni") import("//build/ten_runtime/options.gni") diff --git a/build/common/asan/BUILD.gn b/build/common/asan/BUILD.gn index b49c36b603..5ec3893ba9 100644 --- a/build/common/asan/BUILD.gn +++ b/build/common/asan/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/common/asan/package_asan_lib.gni") diff --git a/build/common/asan/package_asan_lib.gni b/build/common/asan/package_asan_lib.gni index bece26faeb..75cf14026c 100644 --- a/build/common/asan/package_asan_lib.gni +++ b/build/common/asan/package_asan_lib.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # template("package_asan_lib") { assert(defined(invoker.dest_asan_lib_dir), diff --git a/build/common/python/python_config.py b/build/common/python/python_config.py index 970e6e933c..6ef5657f26 100644 --- a/build/common/python/python_config.py +++ b/build/common/python/python_config.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import os diff --git a/build/common/rust/rust.gni b/build/common/rust/rust.gni index 5a80d01361..3cb41b4813 100644 --- a/build/common/rust/rust.gni +++ b/build/common/rust/rust.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/options.gni") diff --git a/build/common/rust/rust.py b/build/common/rust/rust.py index 2c7affd8c9..71145e8dbe 100644 --- a/build/common/rust/rust.py +++ b/build/common/rust/rust.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import sys diff --git a/build/common/rust/rust_build_tests.py b/build/common/rust/rust_build_tests.py index 68ab2051f8..949084e98b 100644 --- a/build/common/rust/rust_build_tests.py +++ b/build/common/rust/rust_build_tests.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import sys diff --git a/build/common/rust/rust_cbindgen.py b/build/common/rust/rust_cbindgen.py index bb1e328a28..73428f318b 100644 --- a/build/common/rust/rust_cbindgen.py +++ b/build/common/rust/rust_cbindgen.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import sys diff --git a/build/common/scripts/copy_files.py b/build/common/scripts/copy_files.py index 52d4370a8e..286f7d6bfd 100644 --- a/build/common/scripts/copy_files.py +++ b/build/common/scripts/copy_files.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import sys import shutil diff --git a/build/common/scripts/copy_files_with_pattern.py b/build/common/scripts/copy_files_with_pattern.py index 46922d7199..0639780456 100644 --- a/build/common/scripts/copy_files_with_pattern.py +++ b/build/common/scripts/copy_files_with_pattern.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import argparse diff --git a/build/common/scripts/delete_files.py b/build/common/scripts/delete_files.py index c998364e02..fb21bc9c88 100644 --- a/build/common/scripts/delete_files.py +++ b/build/common/scripts/delete_files.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import sys import os diff --git a/build/common/scripts/env.py b/build/common/scripts/env.py index 98639f0050..c97c8a92fc 100644 --- a/build/common/scripts/env.py +++ b/build/common/scripts/env.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os diff --git a/build/common/scripts/filter.py b/build/common/scripts/filter.py index 68c0ca8962..ad2c25982a 100644 --- a/build/common/scripts/filter.py +++ b/build/common/scripts/filter.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import sys import fnmatch diff --git a/build/common/scripts/find_all_c_cpp_files.py b/build/common/scripts/find_all_c_cpp_files.py index c11f169f1c..70762a014c 100644 --- a/build/common/scripts/find_all_c_cpp_files.py +++ b/build/common/scripts/find_all_c_cpp_files.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import sys import os diff --git a/build/common/scripts/get_lib_name_from_cmake_output.py b/build/common/scripts/get_lib_name_from_cmake_output.py index 216334ad72..a906786707 100644 --- a/build/common/scripts/get_lib_name_from_cmake_output.py +++ b/build/common/scripts/get_lib_name_from_cmake_output.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import os diff --git a/build/common/scripts/package_asan_lib.py b/build/common/scripts/package_asan_lib.py index 796198b32a..a4ee39bdcd 100644 --- a/build/common/scripts/package_asan_lib.py +++ b/build/common/scripts/package_asan_lib.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import subprocess diff --git a/build/common/scripts/run_cmd.py b/build/common/scripts/run_cmd.py index a41301ae76..0b4fe0f659 100644 --- a/build/common/scripts/run_cmd.py +++ b/build/common/scripts/run_cmd.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import sys from build.scripts import cmd_exec diff --git a/build/options.gni b/build/options.gni index 34a502419f..1b74503e9d 100644 --- a/build/options.gni +++ b/build/options.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # declare_args() { ten_enable_memory_check = true diff --git a/build/ten_manager/scripts/create_tman_config.py b/build/ten_manager/scripts/create_tman_config.py index 11e8ac13a7..4b0489382f 100644 --- a/build/ten_manager/scripts/create_tman_config.py +++ b/build/ten_manager/scripts/create_tman_config.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import json diff --git a/build/ten_runtime/feature/BUILD.gn b/build/ten_runtime/feature/BUILD.gn index 1771dc4f96..594e993e74 100644 --- a/build/ten_runtime/feature/BUILD.gn +++ b/build/ten_runtime/feature/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # action("create_tman_config") { script = "//build/ten_manager/scripts/create_tman_config.py" diff --git a/build/ten_runtime/feature/autotool.gni b/build/ten_runtime/feature/autotool.gni index fb47427bad..44bfc0da9f 100644 --- a/build/ten_runtime/feature/autotool.gni +++ b/build/ten_runtime/feature/autotool.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # template("autotool_project") { diff --git a/build/ten_runtime/feature/autotool.py b/build/ten_runtime/feature/autotool.py index 02da0c0276..58f3bd2887 100644 --- a/build/ten_runtime/feature/autotool.py +++ b/build/ten_runtime/feature/autotool.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import os diff --git a/build/ten_runtime/feature/build_pkg.py b/build/ten_runtime/feature/build_pkg.py index eaf52bc978..8696abecfb 100644 --- a/build/ten_runtime/feature/build_pkg.py +++ b/build/ten_runtime/feature/build_pkg.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import json diff --git a/build/ten_runtime/feature/cmake.gni b/build/ten_runtime/feature/cmake.gni index 14f953638a..031687501e 100644 --- a/build/ten_runtime/feature/cmake.gni +++ b/build/ten_runtime/feature/cmake.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # # cmake project template use cmake command line to do build action diff --git a/build/ten_runtime/feature/cmake.py b/build/ten_runtime/feature/cmake.py index 042dda11c5..283102e558 100644 --- a/build/ten_runtime/feature/cmake.py +++ b/build/ten_runtime/feature/cmake.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import time diff --git a/build/ten_runtime/feature/combine_static_library.gni b/build/ten_runtime/feature/combine_static_library.gni index dd4819f9fc..cecf23c9c0 100644 --- a/build/ten_runtime/feature/combine_static_library.gni +++ b/build/ten_runtime/feature/combine_static_library.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # template("combine_static_library") { assert(defined(invoker.libraries), "libraries is not defined") diff --git a/build/ten_runtime/feature/combine_static_library.py b/build/ten_runtime/feature/combine_static_library.py index e41c959deb..7a44c4967a 100644 --- a/build/ten_runtime/feature/combine_static_library.py +++ b/build/ten_runtime/feature/combine_static_library.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import sys diff --git a/build/ten_runtime/feature/go_test_build.py b/build/ten_runtime/feature/go_test_build.py index 5f9762843c..5957b621ba 100644 --- a/build/ten_runtime/feature/go_test_build.py +++ b/build/ten_runtime/feature/go_test_build.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import os diff --git a/build/ten_runtime/feature/install_all.py b/build/ten_runtime/feature/install_all.py index 816a28176f..434cee0311 100644 --- a/build/ten_runtime/feature/install_all.py +++ b/build/ten_runtime/feature/install_all.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import sys diff --git a/build/ten_runtime/feature/install_pkg.py b/build/ten_runtime/feature/install_pkg.py index 400c11163c..61a70d6c78 100644 --- a/build/ten_runtime/feature/install_pkg.py +++ b/build/ten_runtime/feature/install_pkg.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import sys diff --git a/build/ten_runtime/feature/publish.gni b/build/ten_runtime/feature/publish.gni index 02926cd7a3..d95d35e0ef 100644 --- a/build/ten_runtime/feature/publish.gni +++ b/build/ten_runtime/feature/publish.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/build/ten_runtime/feature/publish.py b/build/ten_runtime/feature/publish.py index d5ce3412e0..0675a15dc5 100644 --- a/build/ten_runtime/feature/publish.py +++ b/build/ten_runtime/feature/publish.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import argparse diff --git a/build/ten_runtime/feature/replace_normal_files_or_merge_json_files.py b/build/ten_runtime/feature/replace_normal_files_or_merge_json_files.py index 3e3765bf9c..b5964553a2 100644 --- a/build/ten_runtime/feature/replace_normal_files_or_merge_json_files.py +++ b/build/ten_runtime/feature/replace_normal_files_or_merge_json_files.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import json diff --git a/build/ten_runtime/feature/ten_go_lint.gni b/build/ten_runtime/feature/ten_go_lint.gni index 80c4c5ad2e..455d8b7b9e 100644 --- a/build/ten_runtime/feature/ten_go_lint.gni +++ b/build/ten_runtime/feature/ten_go_lint.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # template("ten_go_lint") { # The lint_dir must contain .go files. However, the lint_dir maybe not the diff --git a/build/ten_runtime/feature/ten_go_lint.py b/build/ten_runtime/feature/ten_go_lint.py index c97257dff3..2d3f79aedf 100644 --- a/build/ten_runtime/feature/ten_go_lint.py +++ b/build/ten_runtime/feature/ten_go_lint.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import argparse import os diff --git a/build/ten_runtime/feature/test.gni b/build/ten_runtime/feature/test.gni index 45651231f1..0bc0797ca3 100644 --- a/build/ten_runtime/feature/test.gni +++ b/build/ten_runtime/feature/test.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//.gnfiles/build/feature/base_options.gni") import("//core/src/ten_runtime/output_libs.gni") diff --git a/build/ten_runtime/glob.gni b/build/ten_runtime/glob.gni index 394526a66a..f8f4c5498e 100644 --- a/build/ten_runtime/glob.gni +++ b/build/ten_runtime/glob.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/build/ten_runtime/options.gni b/build/ten_runtime/options.gni index 8f9bceed58..53c61b1708 100644 --- a/build/ten_runtime/options.gni +++ b/build/ten_runtime/options.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//.gnfiles/build/feature/base_options.gni") import("//build/options.gni") diff --git a/build/ten_runtime/ten.gni b/build/ten_runtime/ten.gni index d1a6e5bb4e..2ff1426b68 100644 --- a/build/ten_runtime/ten.gni +++ b/build/ten_runtime/ten.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/options.gni") diff --git a/build/ten_rust/options.gni b/build/ten_rust/options.gni index b3c200bfd7..47b53d3652 100644 --- a/build/ten_rust/options.gni +++ b/build/ten_rust/options.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # declare_args() { # The 'ten_rust' crate depends on the 'ten_utils' (C codes) static library. diff --git a/build/ten_utils/BUILD.gn b/build/ten_utils/BUILD.gn index 5d546d234f..74549377b3 100644 --- a/build/ten_utils/BUILD.gn +++ b/build/ten_utils/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/options.gni") import("//build/ten_utils/options.gni") diff --git a/build/ten_utils/options.gni b/build/ten_utils/options.gni index fa4499bfab..5424232535 100644 --- a/build/ten_utils/options.gni +++ b/build/ten_utils/options.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # declare_args() { # If set, including io engine(s) and its(their) underlying io engine lib diff --git a/build/ten_utils/utils.gni b/build/ten_utils/utils.gni index 3599272850..3a9aa74e0b 100644 --- a/build/ten_utils/utils.gni +++ b/build/ten_utils/utils.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//.gnfiles/build/feature/glob.gni") diff --git a/core/include/ten_runtime/addon/addon.h b/core/include/ten_runtime/addon/addon.h index f50ad2aed8..65d053609b 100644 --- a/core/include/ten_runtime/addon/addon.h +++ b/core/include/ten_runtime/addon/addon.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/addon/extension/extension.h b/core/include/ten_runtime/addon/extension/extension.h index 6a53488f85..2059d9102c 100644 --- a/core/include/ten_runtime/addon/extension/extension.h +++ b/core/include/ten_runtime/addon/extension/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/addon/extension_group/extension_group.h b/core/include/ten_runtime/addon/extension_group/extension_group.h index 17b2eff7f7..06224b6ec9 100644 --- a/core/include/ten_runtime/addon/extension_group/extension_group.h +++ b/core/include/ten_runtime/addon/extension_group/extension_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/app/app.h b/core/include/ten_runtime/app/app.h index 5a00a4d15a..5795aa11fd 100644 --- a/core/include/ten_runtime/app/app.h +++ b/core/include/ten_runtime/app/app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/common.h b/core/include/ten_runtime/binding/common.h index 1d5a6f72f9..21a5bc65fa 100644 --- a/core/include/ten_runtime/binding/common.h +++ b/core/include/ten_runtime/binding/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/addon.h b/core/include/ten_runtime/binding/cpp/internal/addon.h index 59a382d8d6..904aadf275 100644 --- a/core/include/ten_runtime/binding/cpp/internal/addon.h +++ b/core/include/ten_runtime/binding/cpp/internal/addon.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/app.h b/core/include/ten_runtime/binding/cpp/internal/app.h index a458ae929c..38e637c9ca 100644 --- a/core/include/ten_runtime/binding/cpp/internal/app.h +++ b/core/include/ten_runtime/binding/cpp/internal/app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/common.h b/core/include/ten_runtime/binding/cpp/internal/common.h index c133870d90..e4c556573b 100644 --- a/core/include/ten_runtime/binding/cpp/internal/common.h +++ b/core/include/ten_runtime/binding/cpp/internal/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/extension.h b/core/include/ten_runtime/binding/cpp/internal/extension.h index 983b7152df..4d42693d96 100644 --- a/core/include/ten_runtime/binding/cpp/internal/extension.h +++ b/core/include/ten_runtime/binding/cpp/internal/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/extension_group.h b/core/include/ten_runtime/binding/cpp/internal/extension_group.h index 10a136c373..1c57f85cee 100644 --- a/core/include/ten_runtime/binding/cpp/internal/extension_group.h +++ b/core/include/ten_runtime/binding/cpp/internal/extension_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/extension_impl.h b/core/include/ten_runtime/binding/cpp/internal/extension_impl.h index 9b424c1567..c448a27b20 100644 --- a/core/include/ten_runtime/binding/cpp/internal/extension_impl.h +++ b/core/include/ten_runtime/binding/cpp/internal/extension_impl.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/audio_frame.h b/core/include/ten_runtime/binding/cpp/internal/msg/audio_frame.h index 33ebef4ecd..e09cf62a2e 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/audio_frame.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/audio_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/close_app.h b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/close_app.h index 177e6a2b61..d80c6cda84 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/close_app.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/close_app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/cmd.h b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/cmd.h index ec2cecdf03..b5e8463f30 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/cmd.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/start_graph.h b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/start_graph.h index 667d31bc0d..c8ddbda343 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/start_graph.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/start_graph.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/stop_graph.h b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/stop_graph.h index 5c8e3d129b..533657b61d 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/cmd/stop_graph.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/cmd/stop_graph.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/cmd_result.h b/core/include/ten_runtime/binding/cpp/internal/msg/cmd_result.h index 3492f34cdc..92772a0d14 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/cmd_result.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/cmd_result.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/data.h b/core/include/ten_runtime/binding/cpp/internal/msg/data.h index cfcbb3b6e7..33efd63581 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/data.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/data.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/msg.h b/core/include/ten_runtime/binding/cpp/internal/msg/msg.h index 926d619758..a00b6922f4 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/msg.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/msg.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/msg/video_frame.h b/core/include/ten_runtime/binding/cpp/internal/msg/video_frame.h index 9ebc2f5de2..8240b64b9a 100644 --- a/core/include/ten_runtime/binding/cpp/internal/msg/video_frame.h +++ b/core/include/ten_runtime/binding/cpp/internal/msg/video_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/ten_env.h b/core/include/ten_runtime/binding/cpp/internal/ten_env.h index 02f1c0f17c..9f1bf272f0 100644 --- a/core/include/ten_runtime/binding/cpp/internal/ten_env.h +++ b/core/include/ten_runtime/binding/cpp/internal/ten_env.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/ten_env_impl.h b/core/include/ten_runtime/binding/cpp/internal/ten_env_impl.h index b1913c3c63..d5b40deda0 100644 --- a/core/include/ten_runtime/binding/cpp/internal/ten_env_impl.h +++ b/core/include/ten_runtime/binding/cpp/internal/ten_env_impl.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/ten_env_mock.h b/core/include/ten_runtime/binding/cpp/internal/ten_env_mock.h index 1079c7c2a2..7e3e3791f5 100644 --- a/core/include/ten_runtime/binding/cpp/internal/ten_env_mock.h +++ b/core/include/ten_runtime/binding/cpp/internal/ten_env_mock.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/internal/ten_env_proxy.h b/core/include/ten_runtime/binding/cpp/internal/ten_env_proxy.h index 23e55427a3..0be8693f64 100644 --- a/core/include/ten_runtime/binding/cpp/internal/ten_env_proxy.h +++ b/core/include/ten_runtime/binding/cpp/internal/ten_env_proxy.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/cpp/ten.h b/core/include/ten_runtime/binding/cpp/ten.h index a8e18240f1..efa21bdd84 100644 --- a/core/include/ten_runtime/binding/cpp/ten.h +++ b/core/include/ten_runtime/binding/cpp/ten.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/binding/python/common.h b/core/include/ten_runtime/binding/python/common.h index 389478a78e..0efcc7d583 100644 --- a/core/include/ten_runtime/binding/python/common.h +++ b/core/include/ten_runtime/binding/python/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/common/errno.h b/core/include/ten_runtime/common/errno.h index 33db9c72bd..6cda5acc5f 100644 --- a/core/include/ten_runtime/common/errno.h +++ b/core/include/ten_runtime/common/errno.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/common/status_code.h b/core/include/ten_runtime/common/status_code.h index 86a622b8a8..2381a35de0 100644 --- a/core/include/ten_runtime/common/status_code.h +++ b/core/include/ten_runtime/common/status_code.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/extension/extension.h b/core/include/ten_runtime/extension/extension.h index 40eb28697e..5b6928255d 100644 --- a/core/include/ten_runtime/extension/extension.h +++ b/core/include/ten_runtime/extension/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/extension_group/extension_group.h b/core/include/ten_runtime/extension_group/extension_group.h index 850b87080b..417dfe09fd 100644 --- a/core/include/ten_runtime/extension_group/extension_group.h +++ b/core/include/ten_runtime/extension_group/extension_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/audio_frame/audio_frame.h b/core/include/ten_runtime/msg/audio_frame/audio_frame.h index 2895987a32..a8c0630445 100644 --- a/core/include/ten_runtime/msg/audio_frame/audio_frame.h +++ b/core/include/ten_runtime/msg/audio_frame/audio_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/cmd/close_app/cmd.h b/core/include/ten_runtime/msg/cmd/close_app/cmd.h index 5562b37110..3172674b6c 100644 --- a/core/include/ten_runtime/msg/cmd/close_app/cmd.h +++ b/core/include/ten_runtime/msg/cmd/close_app/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/cmd/cmd.h b/core/include/ten_runtime/msg/cmd/cmd.h index 54af2780d2..1b12221aa1 100644 --- a/core/include/ten_runtime/msg/cmd/cmd.h +++ b/core/include/ten_runtime/msg/cmd/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/cmd/custom/cmd.h b/core/include/ten_runtime/msg/cmd/custom/cmd.h index 0b688508aa..e265680ed3 100644 --- a/core/include/ten_runtime/msg/cmd/custom/cmd.h +++ b/core/include/ten_runtime/msg/cmd/custom/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/cmd/start_graph/cmd.h b/core/include/ten_runtime/msg/cmd/start_graph/cmd.h index f753db4cac..60999b0cf6 100644 --- a/core/include/ten_runtime/msg/cmd/start_graph/cmd.h +++ b/core/include/ten_runtime/msg/cmd/start_graph/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/cmd/stop_graph/cmd.h b/core/include/ten_runtime/msg/cmd/stop_graph/cmd.h index 13e075dd90..d5a63165bb 100644 --- a/core/include/ten_runtime/msg/cmd/stop_graph/cmd.h +++ b/core/include/ten_runtime/msg/cmd/stop_graph/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/cmd_result/cmd_result.h b/core/include/ten_runtime/msg/cmd_result/cmd_result.h index 2d938038cb..7fc981a102 100644 --- a/core/include/ten_runtime/msg/cmd_result/cmd_result.h +++ b/core/include/ten_runtime/msg/cmd_result/cmd_result.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/data/data.h b/core/include/ten_runtime/msg/data/data.h index b6e59fcc38..a3e54dfef6 100644 --- a/core/include/ten_runtime/msg/data/data.h +++ b/core/include/ten_runtime/msg/data/data.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/msg.h b/core/include/ten_runtime/msg/msg.h index 1ab1d0c207..4a984bcad4 100644 --- a/core/include/ten_runtime/msg/msg.h +++ b/core/include/ten_runtime/msg/msg.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/msg/video_frame/video_frame.h b/core/include/ten_runtime/msg/video_frame/video_frame.h index aa09b1e088..df9c6f93d3 100644 --- a/core/include/ten_runtime/msg/video_frame/video_frame.h +++ b/core/include/ten_runtime/msg/video_frame/video_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/protocol/close.h b/core/include/ten_runtime/protocol/close.h index 0f2b26cc4f..5ad1979213 100644 --- a/core/include/ten_runtime/protocol/close.h +++ b/core/include/ten_runtime/protocol/close.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/protocol/context.h b/core/include/ten_runtime/protocol/context.h index 290cf6d1d2..13792ed4e9 100644 --- a/core/include/ten_runtime/protocol/context.h +++ b/core/include/ten_runtime/protocol/context.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/protocol/context_store.h b/core/include/ten_runtime/protocol/context_store.h index 2adb8617f9..cc64abbbf7 100644 --- a/core/include/ten_runtime/protocol/context_store.h +++ b/core/include/ten_runtime/protocol/context_store.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/protocol/protocol.h b/core/include/ten_runtime/protocol/protocol.h index cf7d017f93..a1b30ddd16 100644 --- a/core/include/ten_runtime/protocol/protocol.h +++ b/core/include/ten_runtime/protocol/protocol.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten.h b/core/include/ten_runtime/ten.h index 1cbd75533d..5b70ed3966 100644 --- a/core/include/ten_runtime/ten.h +++ b/core/include/ten_runtime/ten.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_config.h b/core/include/ten_runtime/ten_config.h index 5040c76001..df2dfd8dc7 100644 --- a/core/include/ten_runtime/ten_config.h +++ b/core/include/ten_runtime/ten_config.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_env/internal/log.h b/core/include/ten_runtime/ten_env/internal/log.h index 80dcf2fd7d..cde081acdc 100644 --- a/core/include/ten_runtime/ten_env/internal/log.h +++ b/core/include/ten_runtime/ten_env/internal/log.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_env/internal/metadata.h b/core/include/ten_runtime/ten_env/internal/metadata.h index fc2b03cc01..d89732776c 100644 --- a/core/include/ten_runtime/ten_env/internal/metadata.h +++ b/core/include/ten_runtime/ten_env/internal/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_env/internal/on_xxx_done.h b/core/include/ten_runtime/ten_env/internal/on_xxx_done.h index ed0ddb813e..4f260dd372 100644 --- a/core/include/ten_runtime/ten_env/internal/on_xxx_done.h +++ b/core/include/ten_runtime/ten_env/internal/on_xxx_done.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_env/internal/return.h b/core/include/ten_runtime/ten_env/internal/return.h index 8d62847797..5ca84a0f33 100644 --- a/core/include/ten_runtime/ten_env/internal/return.h +++ b/core/include/ten_runtime/ten_env/internal/return.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_env/internal/send.h b/core/include/ten_runtime/ten_env/internal/send.h index cada3212b6..a4131c9f75 100644 --- a/core/include/ten_runtime/ten_env/internal/send.h +++ b/core/include/ten_runtime/ten_env/internal/send.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_env/ten_env.h b/core/include/ten_runtime/ten_env/ten_env.h index 39f7495f24..e00d0250a5 100644 --- a/core/include/ten_runtime/ten_env/ten_env.h +++ b/core/include/ten_runtime/ten_env/ten_env.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/ten_env_proxy/ten_env_proxy.h b/core/include/ten_runtime/ten_env_proxy/ten_env_proxy.h index 4ac55ce38e..8d487e6951 100644 --- a/core/include/ten_runtime/ten_env_proxy/ten_env_proxy.h +++ b/core/include/ten_runtime/ten_env_proxy/ten_env_proxy.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_runtime/timer/timer.h b/core/include/ten_runtime/timer/timer.h index 4b530037b7..ede0130816 100644 --- a/core/include/ten_runtime/timer/timer.h +++ b/core/include/ten_runtime/timer/timer.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/backtrace/backtrace.h b/core/include/ten_utils/backtrace/backtrace.h index a103831a89..8658e50b45 100644 --- a/core/include/ten_utils/backtrace/backtrace.h +++ b/core/include/ten_utils/backtrace/backtrace.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include/ten_utils/container/hash_bucket.h b/core/include/ten_utils/container/hash_bucket.h index 21fa16827c..a749b3bd7b 100644 --- a/core/include/ten_utils/container/hash_bucket.h +++ b/core/include/ten_utils/container/hash_bucket.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // /* Modified from https://github.com/troydhanson/uthash. */ #pragma once diff --git a/core/include/ten_utils/container/hash_handle.h b/core/include/ten_utils/container/hash_handle.h index 55eaca0a5c..ff95fe5cc8 100644 --- a/core/include/ten_utils/container/hash_handle.h +++ b/core/include/ten_utils/container/hash_handle.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // /* Modified from https://github.com/troydhanson/uthash. */ #pragma once diff --git a/core/include/ten_utils/container/hash_table.h b/core/include/ten_utils/container/hash_table.h index bef8920efb..112d10874f 100644 --- a/core/include/ten_utils/container/hash_table.h +++ b/core/include/ten_utils/container/hash_table.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // /* Modified from https://github.com/troydhanson/uthash. */ #pragma once diff --git a/core/include/ten_utils/container/list.h b/core/include/ten_utils/container/list.h index deca6af77d..522739174f 100644 --- a/core/include/ten_utils/container/list.h +++ b/core/include/ten_utils/container/list.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_int32.h b/core/include/ten_utils/container/list_int32.h index 0ac1fc1497..b0cd961c65 100644 --- a/core/include/ten_utils/container/list_int32.h +++ b/core/include/ten_utils/container/list_int32.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_node.h b/core/include/ten_utils/container/list_node.h index a3cbeab1a7..0f863734bf 100644 --- a/core/include/ten_utils/container/list_node.h +++ b/core/include/ten_utils/container/list_node.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_node_int32.h b/core/include/ten_utils/container/list_node_int32.h index 571cee00b4..96b3b6e557 100644 --- a/core/include/ten_utils/container/list_node_int32.h +++ b/core/include/ten_utils/container/list_node_int32.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_node_ptr.h b/core/include/ten_utils/container/list_node_ptr.h index 4ad64fcdcc..52e5f09d49 100644 --- a/core/include/ten_utils/container/list_node_ptr.h +++ b/core/include/ten_utils/container/list_node_ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_node_smart_ptr.h b/core/include/ten_utils/container/list_node_smart_ptr.h index 5ea9087dd7..8b8d22c3b7 100644 --- a/core/include/ten_utils/container/list_node_smart_ptr.h +++ b/core/include/ten_utils/container/list_node_smart_ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_node_str.h b/core/include/ten_utils/container/list_node_str.h index 29d1300115..efb525a0a5 100644 --- a/core/include/ten_utils/container/list_node_str.h +++ b/core/include/ten_utils/container/list_node_str.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_ptr.h b/core/include/ten_utils/container/list_ptr.h index 3e543ff974..9f6c5b09cc 100644 --- a/core/include/ten_utils/container/list_ptr.h +++ b/core/include/ten_utils/container/list_ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_smart_ptr.h b/core/include/ten_utils/container/list_smart_ptr.h index 4d216e79b7..048f494367 100644 --- a/core/include/ten_utils/container/list_smart_ptr.h +++ b/core/include/ten_utils/container/list_smart_ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/list_str.h b/core/include/ten_utils/container/list_str.h index 2eca288001..6a3804b8fa 100644 --- a/core/include/ten_utils/container/list_str.h +++ b/core/include/ten_utils/container/list_str.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/container/vector.h b/core/include/ten_utils/container/vector.h index 8243037e35..132f267361 100644 --- a/core/include/ten_utils/container/vector.h +++ b/core/include/ten_utils/container/vector.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/include/ten_utils/http/http.h b/core/include/ten_utils/http/http.h index ceb6b336ff..f485a18bd3 100644 --- a/core/include/ten_utils/http/http.h +++ b/core/include/ten_utils/http/http.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/io/async.h b/core/include/ten_utils/io/async.h index 8afcd7dc70..5efcadf9ca 100644 --- a/core/include/ten_utils/io/async.h +++ b/core/include/ten_utils/io/async.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/io/mmap.h b/core/include/ten_utils/io/mmap.h index 647e799af5..6ca947d482 100644 --- a/core/include/ten_utils/io/mmap.h +++ b/core/include/ten_utils/io/mmap.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/io/network.h b/core/include/ten_utils/io/network.h index 8dc06420d5..0bf804ba94 100644 --- a/core/include/ten_utils/io/network.h +++ b/core/include/ten_utils/io/network.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/io/runloop.h b/core/include/ten_utils/io/runloop.h index c63e760e54..f6b95a24ae 100644 --- a/core/include/ten_utils/io/runloop.h +++ b/core/include/ten_utils/io/runloop.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // /** * @file diff --git a/core/include/ten_utils/io/shmchannel.h b/core/include/ten_utils/io/shmchannel.h index ac25e917a0..af90314630 100644 --- a/core/include/ten_utils/io/shmchannel.h +++ b/core/include/ten_utils/io/shmchannel.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/io/socket.h b/core/include/ten_utils/io/socket.h index bd3df89a53..be4afcd8e9 100644 --- a/core/include/ten_utils/io/socket.h +++ b/core/include/ten_utils/io/socket.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/io/stream.h b/core/include/ten_utils/io/stream.h index 7b13b984ee..51a8ff6987 100644 --- a/core/include/ten_utils/io/stream.h +++ b/core/include/ten_utils/io/stream.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once #include "ten_utils/ten_config.h" diff --git a/core/include/ten_utils/io/transport.h b/core/include/ten_utils/io/transport.h index 161a234a6b..df9721e3c0 100644 --- a/core/include/ten_utils/io/transport.h +++ b/core/include/ten_utils/io/transport.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/jni/env.h b/core/include/ten_utils/jni/env.h index 3e9371cf76..b0c4b515a8 100644 --- a/core/include/ten_utils/jni/env.h +++ b/core/include/ten_utils/jni/env.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/jni/ref.h b/core/include/ten_utils/jni/ref.h index 579e6ad7bb..3c0ae12039 100644 --- a/core/include/ten_utils/jni/ref.h +++ b/core/include/ten_utils/jni/ref.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lang/cpp/io/runloop.h b/core/include/ten_utils/lang/cpp/io/runloop.h index 054f13a216..5473435261 100644 --- a/core/include/ten_utils/lang/cpp/io/runloop.h +++ b/core/include/ten_utils/lang/cpp/io/runloop.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lang/cpp/io/transport.h b/core/include/ten_utils/lang/cpp/io/transport.h index 8d40695a29..99845afc89 100644 --- a/core/include/ten_utils/lang/cpp/io/transport.h +++ b/core/include/ten_utils/lang/cpp/io/transport.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lang/cpp/lib/buf.h b/core/include/ten_utils/lang/cpp/lib/buf.h index a064e20752..7240cc7085 100644 --- a/core/include/ten_utils/lang/cpp/lib/buf.h +++ b/core/include/ten_utils/lang/cpp/lib/buf.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lang/cpp/lib/error.h b/core/include/ten_utils/lang/cpp/lib/error.h index 721fb7b5ba..ecace45e34 100644 --- a/core/include/ten_utils/lang/cpp/lib/error.h +++ b/core/include/ten_utils/lang/cpp/lib/error.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lang/cpp/lib/string.h b/core/include/ten_utils/lang/cpp/lib/string.h index 0a449f2c1e..520b212bdd 100644 --- a/core/include/ten_utils/lang/cpp/lib/string.h +++ b/core/include/ten_utils/lang/cpp/lib/string.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lang/cpp/lib/value.h b/core/include/ten_utils/lang/cpp/lib/value.h index 0cf5bdf4a5..540dc10c29 100644 --- a/core/include/ten_utils/lang/cpp/lib/value.h +++ b/core/include/ten_utils/lang/cpp/lib/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/align.h b/core/include/ten_utils/lib/align.h index 5dfafe9e56..31a0c86d14 100644 --- a/core/include/ten_utils/lib/align.h +++ b/core/include/ten_utils/lib/align.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/alloc.h b/core/include/ten_utils/lib/alloc.h index 46d81c8a6a..b6296c2bf4 100644 --- a/core/include/ten_utils/lib/alloc.h +++ b/core/include/ten_utils/lib/alloc.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/atomic.h b/core/include/ten_utils/lib/atomic.h index 861ae7b2b4..95442e4886 100644 --- a/core/include/ten_utils/lib/atomic.h +++ b/core/include/ten_utils/lib/atomic.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/atomic_ptr.h b/core/include/ten_utils/lib/atomic_ptr.h index 1753e80aea..06c480747b 100644 --- a/core/include/ten_utils/lib/atomic_ptr.h +++ b/core/include/ten_utils/lib/atomic_ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/base64.h b/core/include/ten_utils/lib/base64.h index 33e18a5774..94d938516c 100644 --- a/core/include/ten_utils/lib/base64.h +++ b/core/include/ten_utils/lib/base64.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/buf.h b/core/include/ten_utils/lib/buf.h index 03a4aadac9..b116d5b313 100644 --- a/core/include/ten_utils/lib/buf.h +++ b/core/include/ten_utils/lib/buf.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/cond.h b/core/include/ten_utils/lib/cond.h index 1bede7b16d..ab9bcc2618 100644 --- a/core/include/ten_utils/lib/cond.h +++ b/core/include/ten_utils/lib/cond.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/error.h b/core/include/ten_utils/lib/error.h index 209a8df085..98de6c6cf6 100644 --- a/core/include/ten_utils/lib/error.h +++ b/core/include/ten_utils/lib/error.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/event.h b/core/include/ten_utils/lib/event.h index 4af23fe93b..eedc0029d4 100644 --- a/core/include/ten_utils/lib/event.h +++ b/core/include/ten_utils/lib/event.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/file.h b/core/include/ten_utils/lib/file.h index b7d894984b..0c4b5545bd 100644 --- a/core/include/ten_utils/lib/file.h +++ b/core/include/ten_utils/lib/file.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/file_lock.h b/core/include/ten_utils/lib/file_lock.h index 239f5b3815..af23d1a8ef 100644 --- a/core/include/ten_utils/lib/file_lock.h +++ b/core/include/ten_utils/lib/file_lock.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/getoptlong.h b/core/include/ten_utils/lib/getoptlong.h index 35f360167e..b778105ad6 100644 --- a/core/include/ten_utils/lib/getoptlong.h +++ b/core/include/ten_utils/lib/getoptlong.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/json.h b/core/include/ten_utils/lib/json.h index f8ada538a2..7d533269b6 100644 --- a/core/include/ten_utils/lib/json.h +++ b/core/include/ten_utils/lib/json.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/module.h b/core/include/ten_utils/lib/module.h index cf75ac0913..14de58613f 100644 --- a/core/include/ten_utils/lib/module.h +++ b/core/include/ten_utils/lib/module.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/mutex.h b/core/include/ten_utils/lib/mutex.h index 8e63f07e7c..c23e18d99a 100644 --- a/core/include/ten_utils/lib/mutex.h +++ b/core/include/ten_utils/lib/mutex.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/path.h b/core/include/ten_utils/lib/path.h index 419b200921..9ef7882106 100644 --- a/core/include/ten_utils/lib/path.h +++ b/core/include/ten_utils/lib/path.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/process_mutex.h b/core/include/ten_utils/lib/process_mutex.h index 36333437f4..879d581f86 100644 --- a/core/include/ten_utils/lib/process_mutex.h +++ b/core/include/ten_utils/lib/process_mutex.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/ptr.h b/core/include/ten_utils/lib/ptr.h index f437954754..32c832120b 100644 --- a/core/include/ten_utils/lib/ptr.h +++ b/core/include/ten_utils/lib/ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/random.h b/core/include/ten_utils/lib/random.h index 16a604167c..7bb8e9278a 100644 --- a/core/include/ten_utils/lib/random.h +++ b/core/include/ten_utils/lib/random.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/ref.h b/core/include/ten_utils/lib/ref.h index 369e11f835..5d2eeb1241 100644 --- a/core/include/ten_utils/lib/ref.h +++ b/core/include/ten_utils/lib/ref.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/reflock.h b/core/include/ten_utils/lib/reflock.h index 2e5d7be437..8934202e9d 100644 --- a/core/include/ten_utils/lib/reflock.h +++ b/core/include/ten_utils/lib/reflock.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/rwlock.h b/core/include/ten_utils/lib/rwlock.h index 258b3291e2..8403ba4a55 100644 --- a/core/include/ten_utils/lib/rwlock.h +++ b/core/include/ten_utils/lib/rwlock.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/shared_event.h b/core/include/ten_utils/lib/shared_event.h index 5fe3d2ed52..a8a5f3ecfb 100644 --- a/core/include/ten_utils/lib/shared_event.h +++ b/core/include/ten_utils/lib/shared_event.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/shm.h b/core/include/ten_utils/lib/shm.h index 52f51066bf..6d174de07e 100644 --- a/core/include/ten_utils/lib/shm.h +++ b/core/include/ten_utils/lib/shm.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/signature.h b/core/include/ten_utils/lib/signature.h index 038a983161..332b7befa6 100644 --- a/core/include/ten_utils/lib/signature.h +++ b/core/include/ten_utils/lib/signature.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/sm.h b/core/include/ten_utils/lib/sm.h index c17992d7c8..83e31aeca7 100644 --- a/core/include/ten_utils/lib/sm.h +++ b/core/include/ten_utils/lib/sm.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/smart_ptr.h b/core/include/ten_utils/lib/smart_ptr.h index 49f270841c..a33885f339 100644 --- a/core/include/ten_utils/lib/smart_ptr.h +++ b/core/include/ten_utils/lib/smart_ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/spinlock.h b/core/include/ten_utils/lib/spinlock.h index 88d29d798d..259d4e41d7 100644 --- a/core/include/ten_utils/lib/spinlock.h +++ b/core/include/ten_utils/lib/spinlock.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/string.h b/core/include/ten_utils/lib/string.h index 5c2de5e33c..2f1750c41e 100644 --- a/core/include/ten_utils/lib/string.h +++ b/core/include/ten_utils/lib/string.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/task.h b/core/include/ten_utils/lib/task.h index ede05afea6..1c94a30cef 100644 --- a/core/include/ten_utils/lib/task.h +++ b/core/include/ten_utils/lib/task.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/terminal.h b/core/include/ten_utils/lib/terminal.h index bc0a09de7a..8a6b2b41b7 100644 --- a/core/include/ten_utils/lib/terminal.h +++ b/core/include/ten_utils/lib/terminal.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/thread.h b/core/include/ten_utils/lib/thread.h index a42b962789..b565768af5 100644 --- a/core/include/ten_utils/lib/thread.h +++ b/core/include/ten_utils/lib/thread.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/thread_local.h b/core/include/ten_utils/lib/thread_local.h index 69d572759d..0b4f7aaab5 100644 --- a/core/include/ten_utils/lib/thread_local.h +++ b/core/include/ten_utils/lib/thread_local.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/thread_once.h b/core/include/ten_utils/lib/thread_once.h index 03e9fbbe9e..b0345200f3 100644 --- a/core/include/ten_utils/lib/thread_once.h +++ b/core/include/ten_utils/lib/thread_once.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/time.h b/core/include/ten_utils/lib/time.h index 8d8b551869..4f1b82bca0 100644 --- a/core/include/ten_utils/lib/time.h +++ b/core/include/ten_utils/lib/time.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/typed_list.h b/core/include/ten_utils/lib/typed_list.h index e3cd3094e3..5e53d93e86 100644 --- a/core/include/ten_utils/lib/typed_list.h +++ b/core/include/ten_utils/lib/typed_list.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/typed_list_node.h b/core/include/ten_utils/lib/typed_list_node.h index 57a03eec85..899d92a2ca 100644 --- a/core/include/ten_utils/lib/typed_list_node.h +++ b/core/include/ten_utils/lib/typed_list_node.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/uri.h b/core/include/ten_utils/lib/uri.h index ca3e76b795..7e657feb1b 100644 --- a/core/include/ten_utils/lib/uri.h +++ b/core/include/ten_utils/lib/uri.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/uuid.h b/core/include/ten_utils/lib/uuid.h index c5330c6b54..a3b364c279 100644 --- a/core/include/ten_utils/lib/uuid.h +++ b/core/include/ten_utils/lib/uuid.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from https://github.com/gpakosz/uuid4/ // diff --git a/core/include/ten_utils/lib/waitable_addr.h b/core/include/ten_utils/lib/waitable_addr.h index b145a52f0c..3ebf6402e8 100644 --- a/core/include/ten_utils/lib/waitable_addr.h +++ b/core/include/ten_utils/lib/waitable_addr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/waitable_number.h b/core/include/ten_utils/lib/waitable_number.h index e69e94ee23..d810c0766f 100644 --- a/core/include/ten_utils/lib/waitable_number.h +++ b/core/include/ten_utils/lib/waitable_number.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/lib/waitable_object.h b/core/include/ten_utils/lib/waitable_object.h index 06117aeac0..a8db674339 100644 --- a/core/include/ten_utils/lib/waitable_object.h +++ b/core/include/ten_utils/lib/waitable_object.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/log/log.h b/core/include/ten_utils/log/log.h index 3fe4e5c84b..2d2ee264d5 100644 --- a/core/include/ten_utils/log/log.h +++ b/core/include/ten_utils/log/log.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/macro/check.h b/core/include/ten_utils/macro/check.h index 5815ba0c17..79267f686c 100644 --- a/core/include/ten_utils/macro/check.h +++ b/core/include/ten_utils/macro/check.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/macro/ctor.h b/core/include/ten_utils/macro/ctor.h index 036f7a67b0..9902384874 100644 --- a/core/include/ten_utils/macro/ctor.h +++ b/core/include/ten_utils/macro/ctor.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/macro/expand.h b/core/include/ten_utils/macro/expand.h index 08b9dc73d2..7b6d0e050a 100644 --- a/core/include/ten_utils/macro/expand.h +++ b/core/include/ten_utils/macro/expand.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/macro/field.h b/core/include/ten_utils/macro/field.h index 580f1b412c..037cf9bc9c 100644 --- a/core/include/ten_utils/macro/field.h +++ b/core/include/ten_utils/macro/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/macro/macros.h b/core/include/ten_utils/macro/macros.h index efc2f7d132..aabbeb3028 100644 --- a/core/include/ten_utils/macro/macros.h +++ b/core/include/ten_utils/macro/macros.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/macro/mark.h b/core/include/ten_utils/macro/mark.h index 0c30addffc..ab86ce09d4 100644 --- a/core/include/ten_utils/macro/mark.h +++ b/core/include/ten_utils/macro/mark.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/macro/memory.h b/core/include/ten_utils/macro/memory.h index 97ca6207cf..716a1c893d 100644 --- a/core/include/ten_utils/macro/memory.h +++ b/core/include/ten_utils/macro/memory.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/sanitizer/memory_check.h b/core/include/ten_utils/sanitizer/memory_check.h index 4b7692f850..410ea5da75 100644 --- a/core/include/ten_utils/sanitizer/memory_check.h +++ b/core/include/ten_utils/sanitizer/memory_check.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/sanitizer/thread_check.h b/core/include/ten_utils/sanitizer/thread_check.h index 1103987af8..f4bde5f110 100644 --- a/core/include/ten_utils/sanitizer/thread_check.h +++ b/core/include/ten_utils/sanitizer/thread_check.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/ten_config.h b/core/include/ten_utils/ten_config.h index d4a5cf7536..0f8efc7de7 100644 --- a/core/include/ten_utils/ten_config.h +++ b/core/include/ten_utils/ten_config.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/type.h b/core/include/ten_utils/value/type.h index b68d3ebb53..efd3706147 100644 --- a/core/include/ten_utils/value/type.h +++ b/core/include/ten_utils/value/type.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/type_operation.h b/core/include/ten_utils/value/type_operation.h index 6543de2461..5ce92f06cb 100644 --- a/core/include/ten_utils/value/type_operation.h +++ b/core/include/ten_utils/value/type_operation.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value.h b/core/include/ten_utils/value/value.h index 6aa61affff..a09a764968 100644 --- a/core/include/ten_utils/value/value.h +++ b/core/include/ten_utils/value/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value_get.h b/core/include/ten_utils/value/value_get.h index 18db60ab68..aea70a61d4 100644 --- a/core/include/ten_utils/value/value_get.h +++ b/core/include/ten_utils/value/value_get.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value_is.h b/core/include/ten_utils/value/value_is.h index 61e72f058c..3832326c65 100644 --- a/core/include/ten_utils/value/value_is.h +++ b/core/include/ten_utils/value/value_is.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value_json.h b/core/include/ten_utils/value/value_json.h index b17a471068..246597bb70 100644 --- a/core/include/ten_utils/value/value_json.h +++ b/core/include/ten_utils/value/value_json.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value_kv.h b/core/include/ten_utils/value/value_kv.h index 8392ca2f0e..bc909230ab 100644 --- a/core/include/ten_utils/value/value_kv.h +++ b/core/include/ten_utils/value/value_kv.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value_merge.h b/core/include/ten_utils/value/value_merge.h index 8cad7f8af4..fdda3060e4 100644 --- a/core/include/ten_utils/value/value_merge.h +++ b/core/include/ten_utils/value/value_merge.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value_object.h b/core/include/ten_utils/value/value_object.h index 4dcb5e1be0..cfbe0ca7c6 100644 --- a/core/include/ten_utils/value/value_object.h +++ b/core/include/ten_utils/value/value_object.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include/ten_utils/value/value_string.h b/core/include/ten_utils/value/value_string.h index ff0029a3fc..a40697dd7a 100644 --- a/core/include/ten_utils/value/value_string.h +++ b/core/include/ten_utils/value/value_string.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/addon/addon.h b/core/include_internal/ten_runtime/addon/addon.h index a212adb8c3..b6f4e973e1 100644 --- a/core/include_internal/ten_runtime/addon/addon.h +++ b/core/include_internal/ten_runtime/addon/addon.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/addon/addon_autoload.h b/core/include_internal/ten_runtime/addon/addon_autoload.h index 6777e80f9c..2fbfecd1e7 100644 --- a/core/include_internal/ten_runtime/addon/addon_autoload.h +++ b/core/include_internal/ten_runtime/addon/addon_autoload.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/addon/common/store.h b/core/include_internal/ten_runtime/addon/common/store.h index b15cd52805..fc52f325ba 100644 --- a/core/include_internal/ten_runtime/addon/common/store.h +++ b/core/include_internal/ten_runtime/addon/common/store.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/addon/extension/extension.h b/core/include_internal/ten_runtime/addon/extension/extension.h index 559b1f9e43..3104723d79 100644 --- a/core/include_internal/ten_runtime/addon/extension/extension.h +++ b/core/include_internal/ten_runtime/addon/extension/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/addon/extension_group/extension_group.h b/core/include_internal/ten_runtime/addon/extension_group/extension_group.h index e136bb0a6e..86bea44f5c 100644 --- a/core/include_internal/ten_runtime/addon/extension_group/extension_group.h +++ b/core/include_internal/ten_runtime/addon/extension_group/extension_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/addon/protocol/protocol.h b/core/include_internal/ten_runtime/addon/protocol/protocol.h index fc440a5f4b..97a80154bf 100644 --- a/core/include_internal/ten_runtime/addon/protocol/protocol.h +++ b/core/include_internal/ten_runtime/addon/protocol/protocol.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/addon/ten_env/on_xxx.h b/core/include_internal/ten_runtime/addon/ten_env/on_xxx.h index e66305a8e9..1acd594806 100644 --- a/core/include_internal/ten_runtime/addon/ten_env/on_xxx.h +++ b/core/include_internal/ten_runtime/addon/ten_env/on_xxx.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/app.h b/core/include_internal/ten_runtime/app/app.h index 3d9b1c0151..0ceb342ac2 100644 --- a/core/include_internal/ten_runtime/app/app.h +++ b/core/include_internal/ten_runtime/app/app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/base_dir.h b/core/include_internal/ten_runtime/app/base_dir.h index 1b44b0fbcd..1f3067c6b9 100644 --- a/core/include_internal/ten_runtime/app/base_dir.h +++ b/core/include_internal/ten_runtime/app/base_dir.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/close.h b/core/include_internal/ten_runtime/app/close.h index d81c41ba29..7a72cf7fc2 100644 --- a/core/include_internal/ten_runtime/app/close.h +++ b/core/include_internal/ten_runtime/app/close.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/endpoint.h b/core/include_internal/ten_runtime/app/endpoint.h index 9d75943c1c..32fbf6f7a4 100644 --- a/core/include_internal/ten_runtime/app/endpoint.h +++ b/core/include_internal/ten_runtime/app/endpoint.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/engine_interface.h b/core/include_internal/ten_runtime/app/engine_interface.h index a74ebc01ab..8e25cbf918 100644 --- a/core/include_internal/ten_runtime/app/engine_interface.h +++ b/core/include_internal/ten_runtime/app/engine_interface.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/metadata.h b/core/include_internal/ten_runtime/app/metadata.h index 7e13a93c26..103cb9bbd5 100644 --- a/core/include_internal/ten_runtime/app/metadata.h +++ b/core/include_internal/ten_runtime/app/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/migration.h b/core/include_internal/ten_runtime/app/migration.h index 3503619cb9..bc7ed92107 100644 --- a/core/include_internal/ten_runtime/app/migration.h +++ b/core/include_internal/ten_runtime/app/migration.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/msg_interface/common.h b/core/include_internal/ten_runtime/app/msg_interface/common.h index 749060f8a8..b4f6eb5140 100644 --- a/core/include_internal/ten_runtime/app/msg_interface/common.h +++ b/core/include_internal/ten_runtime/app/msg_interface/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/msg_interface/start_graph.h b/core/include_internal/ten_runtime/app/msg_interface/start_graph.h index 4a72cf37a0..a8585ac561 100644 --- a/core/include_internal/ten_runtime/app/msg_interface/start_graph.h +++ b/core/include_internal/ten_runtime/app/msg_interface/start_graph.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/predefined_graph.h b/core/include_internal/ten_runtime/app/predefined_graph.h index 6639b6f892..967e5d76c2 100644 --- a/core/include_internal/ten_runtime/app/predefined_graph.h +++ b/core/include_internal/ten_runtime/app/predefined_graph.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/app/ten_env/metadata.h b/core/include_internal/ten_runtime/app/ten_env/metadata.h index 3ce63bfd79..5f36d069be 100644 --- a/core/include_internal/ten_runtime/app/ten_env/metadata.h +++ b/core/include_internal/ten_runtime/app/ten_env/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/common.h b/core/include_internal/ten_runtime/binding/common.h index 9744f51461..28af6287b3 100644 --- a/core/include_internal/ten_runtime/binding/common.h +++ b/core/include_internal/ten_runtime/binding/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/cpp/internal/extension_impl.h b/core/include_internal/ten_runtime/binding/cpp/internal/extension_impl.h index 5a27b685a3..5b7e7456ce 100644 --- a/core/include_internal/ten_runtime/binding/cpp/internal/extension_impl.h +++ b/core/include_internal/ten_runtime/binding/cpp/internal/extension_impl.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timeout.h b/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timeout.h index 65051bb4f5..f20f762e84 100644 --- a/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timeout.h +++ b/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timeout.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timer.h b/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timer.h index 2a641bebe0..17efcf80d9 100644 --- a/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timer.h +++ b/core/include_internal/ten_runtime/binding/cpp/internal/msg/cmd/timer.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_impl.h b/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_impl.h index 933cb9b968..b106e065da 100644 --- a/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_impl.h +++ b/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_impl.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_internal_accessor.h b/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_internal_accessor.h index 4294e5b5f2..f56ce1ea2e 100644 --- a/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_internal_accessor.h +++ b/core/include_internal/ten_runtime/binding/cpp/internal/ten_env_internal_accessor.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/cpp/ten.h b/core/include_internal/ten_runtime/binding/cpp/ten.h index 19f09eabea..a1c442f378 100644 --- a/core/include_internal/ten_runtime/binding/cpp/ten.h +++ b/core/include_internal/ten_runtime/binding/cpp/ten.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/addon/addon.h b/core/include_internal/ten_runtime/binding/go/addon/addon.h index 720810e9f0..48c35fb4bf 100644 --- a/core/include_internal/ten_runtime/binding/go/addon/addon.h +++ b/core/include_internal/ten_runtime/binding/go/addon/addon.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/app/app.h b/core/include_internal/ten_runtime/binding/go/app/app.h index 15660ea1ec..b057a96600 100644 --- a/core/include_internal/ten_runtime/binding/go/app/app.h +++ b/core/include_internal/ten_runtime/binding/go/app/app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/extension/extension.h b/core/include_internal/ten_runtime/binding/go/extension/extension.h index e680fb2ee5..6118c973dc 100644 --- a/core/include_internal/ten_runtime/binding/go/extension/extension.h +++ b/core/include_internal/ten_runtime/binding/go/extension/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/include_internal/ten_runtime/binding/go/extension_group/extension_group.h b/core/include_internal/ten_runtime/binding/go/extension_group/extension_group.h index c99cf57801..249496e9fd 100644 --- a/core/include_internal/ten_runtime/binding/go/extension_group/extension_group.h +++ b/core/include_internal/ten_runtime/binding/go/extension_group/extension_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/include_internal/ten_runtime/binding/go/internal/common.h b/core/include_internal/ten_runtime/binding/go/internal/common.h index 7129984b13..6a9a0a3835 100644 --- a/core/include_internal/ten_runtime/binding/go/internal/common.h +++ b/core/include_internal/ten_runtime/binding/go/internal/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/internal/json.h b/core/include_internal/ten_runtime/binding/go/internal/json.h index a341d80827..6c3dc29b3b 100644 --- a/core/include_internal/ten_runtime/binding/go/internal/json.h +++ b/core/include_internal/ten_runtime/binding/go/internal/json.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/metadata/metadata.h b/core/include_internal/ten_runtime/binding/go/metadata/metadata.h index 6dd63d8c57..096b1ea1e4 100644 --- a/core/include_internal/ten_runtime/binding/go/metadata/metadata.h +++ b/core/include_internal/ten_runtime/binding/go/metadata/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/msg/msg.h b/core/include_internal/ten_runtime/binding/go/msg/msg.h index 1a89b064c0..dd355de3d0 100644 --- a/core/include_internal/ten_runtime/binding/go/msg/msg.h +++ b/core/include_internal/ten_runtime/binding/go/msg/msg.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/ten_env/ten_env.h b/core/include_internal/ten_runtime/binding/go/ten_env/ten_env.h index a7ed4f764e..b050ad55df 100644 --- a/core/include_internal/ten_runtime/binding/go/ten_env/ten_env.h +++ b/core/include_internal/ten_runtime/binding/go/ten_env/ten_env.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_internal.h b/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_internal.h index c35ac2f50c..638f89b4d3 100644 --- a/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_internal.h +++ b/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_internal.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_return_result.h b/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_return_result.h index 04b96466d3..31ca652883 100644 --- a/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_return_result.h +++ b/core/include_internal/ten_runtime/binding/go/ten_env/ten_env_return_result.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/include_internal/ten_runtime/binding/go/value/value.h b/core/include_internal/ten_runtime/binding/go/value/value.h index 5c005ece96..c3b61a9b09 100644 --- a/core/include_internal/ten_runtime/binding/go/value/value.h +++ b/core/include_internal/ten_runtime/binding/go/value/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/addon/addon.h b/core/include_internal/ten_runtime/binding/python/addon/addon.h index 867eface72..c99d8305db 100644 --- a/core/include_internal/ten_runtime/binding/python/addon/addon.h +++ b/core/include_internal/ten_runtime/binding/python/addon/addon.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/addon/decorator.h b/core/include_internal/ten_runtime/binding/python/addon/decorator.h index 88b9113bf4..e2d03e173e 100644 --- a/core/include_internal/ten_runtime/binding/python/addon/decorator.h +++ b/core/include_internal/ten_runtime/binding/python/addon/decorator.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/app/app.h b/core/include_internal/ten_runtime/binding/python/app/app.h index 9961dd38db..93623cb064 100644 --- a/core/include_internal/ten_runtime/binding/python/app/app.h +++ b/core/include_internal/ten_runtime/binding/python/app/app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/include_internal/ten_runtime/binding/python/common/buf.h b/core/include_internal/ten_runtime/binding/python/common/buf.h index d877532c14..21f76a4fea 100644 --- a/core/include_internal/ten_runtime/binding/python/common/buf.h +++ b/core/include_internal/ten_runtime/binding/python/common/buf.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/common/common.h b/core/include_internal/ten_runtime/binding/python/common/common.h index 0e692744f7..ec24a89839 100644 --- a/core/include_internal/ten_runtime/binding/python/common/common.h +++ b/core/include_internal/ten_runtime/binding/python/common/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/common/error.h b/core/include_internal/ten_runtime/binding/python/common/error.h index fb063cd030..260e768ab7 100644 --- a/core/include_internal/ten_runtime/binding/python/common/error.h +++ b/core/include_internal/ten_runtime/binding/python/common/error.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/common/python_stuff.h b/core/include_internal/ten_runtime/binding/python/common/python_stuff.h index 854624d1ae..9e25fe73af 100644 --- a/core/include_internal/ten_runtime/binding/python/common/python_stuff.h +++ b/core/include_internal/ten_runtime/binding/python/common/python_stuff.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/extension/extension.h b/core/include_internal/ten_runtime/binding/python/extension/extension.h index 7456be1f32..3bd42e6e2a 100644 --- a/core/include_internal/ten_runtime/binding/python/extension/extension.h +++ b/core/include_internal/ten_runtime/binding/python/extension/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/msg/audio_frame.h b/core/include_internal/ten_runtime/binding/python/msg/audio_frame.h index 0ff7cdafe0..4188c8489d 100644 --- a/core/include_internal/ten_runtime/binding/python/msg/audio_frame.h +++ b/core/include_internal/ten_runtime/binding/python/msg/audio_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/msg/cmd.h b/core/include_internal/ten_runtime/binding/python/msg/cmd.h index 4b8692c7de..38be6c860d 100644 --- a/core/include_internal/ten_runtime/binding/python/msg/cmd.h +++ b/core/include_internal/ten_runtime/binding/python/msg/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/msg/cmd_result.h b/core/include_internal/ten_runtime/binding/python/msg/cmd_result.h index f96663bbe3..dba5fc87c7 100644 --- a/core/include_internal/ten_runtime/binding/python/msg/cmd_result.h +++ b/core/include_internal/ten_runtime/binding/python/msg/cmd_result.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/msg/data.h b/core/include_internal/ten_runtime/binding/python/msg/data.h index bd2619c80a..85513c7ed9 100644 --- a/core/include_internal/ten_runtime/binding/python/msg/data.h +++ b/core/include_internal/ten_runtime/binding/python/msg/data.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/msg/msg.h b/core/include_internal/ten_runtime/binding/python/msg/msg.h index 4077fd03ae..f83b721319 100644 --- a/core/include_internal/ten_runtime/binding/python/msg/msg.h +++ b/core/include_internal/ten_runtime/binding/python/msg/msg.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/msg/video_frame.h b/core/include_internal/ten_runtime/binding/python/msg/video_frame.h index 080e0fdc0b..ca7f1b11a5 100644 --- a/core/include_internal/ten_runtime/binding/python/msg/video_frame.h +++ b/core/include_internal/ten_runtime/binding/python/msg/video_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/binding/python/ten_env/ten_env.h b/core/include_internal/ten_runtime/binding/python/ten_env/ten_env.h index 3c1b5825da..94600fb208 100644 --- a/core/include_internal/ten_runtime/binding/python/ten_env/ten_env.h +++ b/core/include_internal/ten_runtime/binding/python/ten_env/ten_env.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/common/closeable.h b/core/include_internal/ten_runtime/common/closeable.h index d661f1d214..b5e8f792ee 100644 --- a/core/include_internal/ten_runtime/common/closeable.h +++ b/core/include_internal/ten_runtime/common/closeable.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/common/constant_str.h b/core/include_internal/ten_runtime/common/constant_str.h index e750294c75..ce7ecf4922 100644 --- a/core/include_internal/ten_runtime/common/constant_str.h +++ b/core/include_internal/ten_runtime/common/constant_str.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/common/home.h b/core/include_internal/ten_runtime/common/home.h index af0b111f42..1b32ff0750 100644 --- a/core/include_internal/ten_runtime/common/home.h +++ b/core/include_internal/ten_runtime/common/home.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/common/loc.h b/core/include_internal/ten_runtime/common/loc.h index a8c902cb59..a7f139ed83 100644 --- a/core/include_internal/ten_runtime/common/loc.h +++ b/core/include_internal/ten_runtime/common/loc.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/common/log.h b/core/include_internal/ten_runtime/common/log.h index 04a13aaf9f..9ad3d805c0 100644 --- a/core/include_internal/ten_runtime/common/log.h +++ b/core/include_internal/ten_runtime/common/log.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/common/preserved_metadata.h b/core/include_internal/ten_runtime/common/preserved_metadata.h index 78ac0436c7..91ef9cb940 100644 --- a/core/include_internal/ten_runtime/common/preserved_metadata.h +++ b/core/include_internal/ten_runtime/common/preserved_metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/connection/connection.h b/core/include_internal/ten_runtime/connection/connection.h index e349f093ab..6125693ab0 100644 --- a/core/include_internal/ten_runtime/connection/connection.h +++ b/core/include_internal/ten_runtime/connection/connection.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/connection/migration.h b/core/include_internal/ten_runtime/connection/migration.h index 6e0887e3e0..1689a0527c 100644 --- a/core/include_internal/ten_runtime/connection/migration.h +++ b/core/include_internal/ten_runtime/connection/migration.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/engine.h b/core/include_internal/ten_runtime/engine/engine.h index 6969ca3336..c04b1adae8 100644 --- a/core/include_internal/ten_runtime/engine/engine.h +++ b/core/include_internal/ten_runtime/engine/engine.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/internal/close.h b/core/include_internal/ten_runtime/engine/internal/close.h index 08b06b1cf8..4ef19e395e 100644 --- a/core/include_internal/ten_runtime/engine/internal/close.h +++ b/core/include_internal/ten_runtime/engine/internal/close.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/internal/extension_interface.h b/core/include_internal/ten_runtime/engine/internal/extension_interface.h index 080da38f0c..d7199dc7d5 100644 --- a/core/include_internal/ten_runtime/engine/internal/extension_interface.h +++ b/core/include_internal/ten_runtime/engine/internal/extension_interface.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/internal/migration.h b/core/include_internal/ten_runtime/engine/internal/migration.h index baceae1f1d..9e2e0a12b2 100644 --- a/core/include_internal/ten_runtime/engine/internal/migration.h +++ b/core/include_internal/ten_runtime/engine/internal/migration.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/internal/remote_interface.h b/core/include_internal/ten_runtime/engine/internal/remote_interface.h index cf311b981f..0be519dc6c 100644 --- a/core/include_internal/ten_runtime/engine/internal/remote_interface.h +++ b/core/include_internal/ten_runtime/engine/internal/remote_interface.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/internal/thread.h b/core/include_internal/ten_runtime/engine/internal/thread.h index 15e7b83f61..76a77bdd81 100644 --- a/core/include_internal/ten_runtime/engine/internal/thread.h +++ b/core/include_internal/ten_runtime/engine/internal/thread.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/msg_interface/close_app.h b/core/include_internal/ten_runtime/engine/msg_interface/close_app.h index 60498f4f48..1d36ee587b 100644 --- a/core/include_internal/ten_runtime/engine/msg_interface/close_app.h +++ b/core/include_internal/ten_runtime/engine/msg_interface/close_app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/msg_interface/cmd_result.h b/core/include_internal/ten_runtime/engine/msg_interface/cmd_result.h index 234938f6b0..dd1ff0b8f2 100644 --- a/core/include_internal/ten_runtime/engine/msg_interface/cmd_result.h +++ b/core/include_internal/ten_runtime/engine/msg_interface/cmd_result.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/msg_interface/common.h b/core/include_internal/ten_runtime/engine/msg_interface/common.h index 09bca5373e..c5c1271b2b 100644 --- a/core/include_internal/ten_runtime/engine/msg_interface/common.h +++ b/core/include_internal/ten_runtime/engine/msg_interface/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/msg_interface/start_graph.h b/core/include_internal/ten_runtime/engine/msg_interface/start_graph.h index e312817767..5fe706123b 100644 --- a/core/include_internal/ten_runtime/engine/msg_interface/start_graph.h +++ b/core/include_internal/ten_runtime/engine/msg_interface/start_graph.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/msg_interface/stop_graph.h b/core/include_internal/ten_runtime/engine/msg_interface/stop_graph.h index e2c77c6493..9bb34f4ef3 100644 --- a/core/include_internal/ten_runtime/engine/msg_interface/stop_graph.h +++ b/core/include_internal/ten_runtime/engine/msg_interface/stop_graph.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/msg_interface/timer.h b/core/include_internal/ten_runtime/engine/msg_interface/timer.h index ed0f2ca310..629a2ae2ff 100644 --- a/core/include_internal/ten_runtime/engine/msg_interface/timer.h +++ b/core/include_internal/ten_runtime/engine/msg_interface/timer.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/engine/on_xxx.h b/core/include_internal/ten_runtime/engine/on_xxx.h index 908da12cfb..d518bfd10e 100644 --- a/core/include_internal/ten_runtime/engine/on_xxx.h +++ b/core/include_internal/ten_runtime/engine/on_xxx.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/close.h b/core/include_internal/ten_runtime/extension/close.h index 5bd2327748..2d361d1f67 100644 --- a/core/include_internal/ten_runtime/extension/close.h +++ b/core/include_internal/ten_runtime/extension/close.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/extension.h b/core/include_internal/ten_runtime/extension/extension.h index 6352fed54d..590914a792 100644 --- a/core/include_internal/ten_runtime/extension/extension.h +++ b/core/include_internal/ten_runtime/extension/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/extension_addon_and_instance_name_pair.h b/core/include_internal/ten_runtime/extension/extension_addon_and_instance_name_pair.h index 6db6c3065a..7c281a48ed 100644 --- a/core/include_internal/ten_runtime/extension/extension_addon_and_instance_name_pair.h +++ b/core/include_internal/ten_runtime/extension/extension_addon_and_instance_name_pair.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/extension_cb_default.h b/core/include_internal/ten_runtime/extension/extension_cb_default.h index 20ec21749c..d59427a86b 100644 --- a/core/include_internal/ten_runtime/extension/extension_cb_default.h +++ b/core/include_internal/ten_runtime/extension/extension_cb_default.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/extension_hdr.h b/core/include_internal/ten_runtime/extension/extension_hdr.h index a0284b091c..9cb69e84b9 100644 --- a/core/include_internal/ten_runtime/extension/extension_hdr.h +++ b/core/include_internal/ten_runtime/extension/extension_hdr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/extension_info/extension_info.h b/core/include_internal/ten_runtime/extension/extension_info/extension_info.h index 1076072389..96579a41ef 100644 --- a/core/include_internal/ten_runtime/extension/extension_info/extension_info.h +++ b/core/include_internal/ten_runtime/extension/extension_info/extension_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/extension_info/json.h b/core/include_internal/ten_runtime/extension/extension_info/json.h index aaf3cc59c7..8d4d41e1a1 100644 --- a/core/include_internal/ten_runtime/extension/extension_info/json.h +++ b/core/include_internal/ten_runtime/extension/extension_info/json.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/extension_info/value.h b/core/include_internal/ten_runtime/extension/extension_info/value.h index 57c02ca973..048b57c56c 100644 --- a/core/include_internal/ten_runtime/extension/extension_info/value.h +++ b/core/include_internal/ten_runtime/extension/extension_info/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/metadata.h b/core/include_internal/ten_runtime/extension/metadata.h index bad92a68db..2ba4f5a289 100644 --- a/core/include_internal/ten_runtime/extension/metadata.h +++ b/core/include_internal/ten_runtime/extension/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.h b/core/include_internal/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.h index a2a0975059..ab23d44f39 100644 --- a/core/include_internal/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.h +++ b/core/include_internal/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/msg_dest_info/json.h b/core/include_internal/ten_runtime/extension/msg_dest_info/json.h index 3f7b73855c..181d743010 100644 --- a/core/include_internal/ten_runtime/extension/msg_dest_info/json.h +++ b/core/include_internal/ten_runtime/extension/msg_dest_info/json.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/msg_dest_info/msg_dest_info.h b/core/include_internal/ten_runtime/extension/msg_dest_info/msg_dest_info.h index 73903de4d7..1429b18d31 100644 --- a/core/include_internal/ten_runtime/extension/msg_dest_info/msg_dest_info.h +++ b/core/include_internal/ten_runtime/extension/msg_dest_info/msg_dest_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/msg_dest_info/value.h b/core/include_internal/ten_runtime/extension/msg_dest_info/value.h index c3c2992408..aec97a7d52 100644 --- a/core/include_internal/ten_runtime/extension/msg_dest_info/value.h +++ b/core/include_internal/ten_runtime/extension/msg_dest_info/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/msg_handling.h b/core/include_internal/ten_runtime/extension/msg_handling.h index 83083a4f69..9da5a95237 100644 --- a/core/include_internal/ten_runtime/extension/msg_handling.h +++ b/core/include_internal/ten_runtime/extension/msg_handling.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/on_xxx.h b/core/include_internal/ten_runtime/extension/on_xxx.h index bb0cfbffe0..5cef5ad10b 100644 --- a/core/include_internal/ten_runtime/extension/on_xxx.h +++ b/core/include_internal/ten_runtime/extension/on_xxx.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/path_timer.h b/core/include_internal/ten_runtime/extension/path_timer.h index 23b6d981ef..e23f340ae9 100644 --- a/core/include_internal/ten_runtime/extension/path_timer.h +++ b/core/include_internal/ten_runtime/extension/path_timer.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension/ten_env/metadata.h b/core/include_internal/ten_runtime/extension/ten_env/metadata.h index 77dcc87b52..fbe06cece8 100644 --- a/core/include_internal/ten_runtime/extension/ten_env/metadata.h +++ b/core/include_internal/ten_runtime/extension/ten_env/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_context/extension_context.h b/core/include_internal/ten_runtime/extension_context/extension_context.h index 854a758299..c67fd8843b 100644 --- a/core/include_internal/ten_runtime/extension_context/extension_context.h +++ b/core/include_internal/ten_runtime/extension_context/extension_context.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_context/internal/add_extension.h b/core/include_internal/ten_runtime/extension_context/internal/add_extension.h index eb5dc84b20..c7b169b836 100644 --- a/core/include_internal/ten_runtime/extension_context/internal/add_extension.h +++ b/core/include_internal/ten_runtime/extension_context/internal/add_extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_context/internal/del_extension.h b/core/include_internal/ten_runtime/extension_context/internal/del_extension.h index 399c870003..2d8ea70cfe 100644 --- a/core/include_internal/ten_runtime/extension_context/internal/del_extension.h +++ b/core/include_internal/ten_runtime/extension_context/internal/del_extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_inited.h b/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_inited.h index 9a010e27dd..beafa6167a 100644 --- a/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_inited.h +++ b/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_inited.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_stopped.h b/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_stopped.h index 3a806d9055..3104718bc9 100644 --- a/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_stopped.h +++ b/core/include_internal/ten_runtime/extension_context/internal/extension_group_is_stopped.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_context/internal/extension_thread_is_closing.h b/core/include_internal/ten_runtime/extension_context/internal/extension_thread_is_closing.h index ac8fdcdaed..c1ce333441 100644 --- a/core/include_internal/ten_runtime/extension_context/internal/extension_thread_is_closing.h +++ b/core/include_internal/ten_runtime/extension_context/internal/extension_thread_is_closing.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_context/ten_env/on_xxx.h b/core/include_internal/ten_runtime/extension_context/ten_env/on_xxx.h index 07c75875e7..e2a8a0b942 100644 --- a/core/include_internal/ten_runtime/extension_context/ten_env/on_xxx.h +++ b/core/include_internal/ten_runtime/extension_context/ten_env/on_xxx.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_group/extension_group.h b/core/include_internal/ten_runtime/extension_group/extension_group.h index 2813a3926a..9ed0a06988 100644 --- a/core/include_internal/ten_runtime/extension_group/extension_group.h +++ b/core/include_internal/ten_runtime/extension_group/extension_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_group/extension_group_info/extension_group_info.h b/core/include_internal/ten_runtime/extension_group/extension_group_info/extension_group_info.h index 8174b79756..34d62db6ae 100644 --- a/core/include_internal/ten_runtime/extension_group/extension_group_info/extension_group_info.h +++ b/core/include_internal/ten_runtime/extension_group/extension_group_info/extension_group_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_group/extension_group_info/json.h b/core/include_internal/ten_runtime/extension_group/extension_group_info/json.h index daee873586..dabdc24142 100644 --- a/core/include_internal/ten_runtime/extension_group/extension_group_info/json.h +++ b/core/include_internal/ten_runtime/extension_group/extension_group_info/json.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_group/extension_group_info/value.h b/core/include_internal/ten_runtime/extension_group/extension_group_info/value.h index 2e28aefdfc..270dc08808 100644 --- a/core/include_internal/ten_runtime/extension_group/extension_group_info/value.h +++ b/core/include_internal/ten_runtime/extension_group/extension_group_info/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_group/metadata.h b/core/include_internal/ten_runtime/extension_group/metadata.h index cbc09d10dd..2d5b03e36c 100644 --- a/core/include_internal/ten_runtime/extension_group/metadata.h +++ b/core/include_internal/ten_runtime/extension_group/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_group/on_xxx.h b/core/include_internal/ten_runtime/extension_group/on_xxx.h index 2e5363f9b8..9ed58fd781 100644 --- a/core/include_internal/ten_runtime/extension_group/on_xxx.h +++ b/core/include_internal/ten_runtime/extension_group/on_xxx.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_group/ten_env/metadata.h b/core/include_internal/ten_runtime/extension_group/ten_env/metadata.h index 4af6eda73a..49d0a867e2 100644 --- a/core/include_internal/ten_runtime/extension_group/ten_env/metadata.h +++ b/core/include_internal/ten_runtime/extension_group/ten_env/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_store/extension_store.h b/core/include_internal/ten_runtime/extension_store/extension_store.h index 4d6033222e..5259631c4b 100644 --- a/core/include_internal/ten_runtime/extension_store/extension_store.h +++ b/core/include_internal/ten_runtime/extension_store/extension_store.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_thread/extension_thread.h b/core/include_internal/ten_runtime/extension_thread/extension_thread.h index 504185cb1c..6a97b7ebbf 100644 --- a/core/include_internal/ten_runtime/extension_thread/extension_thread.h +++ b/core/include_internal/ten_runtime/extension_thread/extension_thread.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_thread/msg_interface/common.h b/core/include_internal/ten_runtime/extension_thread/msg_interface/common.h index 3c11ddfd4f..00ca52d213 100644 --- a/core/include_internal/ten_runtime/extension_thread/msg_interface/common.h +++ b/core/include_internal/ten_runtime/extension_thread/msg_interface/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/extension_thread/on_xxx.h b/core/include_internal/ten_runtime/extension_thread/on_xxx.h index 908370159b..be52c87251 100644 --- a/core/include_internal/ten_runtime/extension_thread/on_xxx.h +++ b/core/include_internal/ten_runtime/extension_thread/on_xxx.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/global/global.h b/core/include_internal/ten_runtime/global/global.h index 8551e79a48..f5e8f21725 100644 --- a/core/include_internal/ten_runtime/global/global.h +++ b/core/include_internal/ten_runtime/global/global.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/include_internal/ten_runtime/global/signal.h b/core/include_internal/ten_runtime/global/signal.h index b208b3aaff..3a13dd8988 100644 --- a/core/include_internal/ten_runtime/global/signal.h +++ b/core/include_internal/ten_runtime/global/signal.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/include_internal/ten_runtime/metadata/default/default.h b/core/include_internal/ten_runtime/metadata/default/default.h index aae683d966..67e64b066f 100644 --- a/core/include_internal/ten_runtime/metadata/default/default.h +++ b/core/include_internal/ten_runtime/metadata/default/default.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/metadata/metadata.h b/core/include_internal/ten_runtime/metadata/metadata.h index ba6cda83f9..7968b89776 100644 --- a/core/include_internal/ten_runtime/metadata/metadata.h +++ b/core/include_internal/ten_runtime/metadata/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/metadata/metadata_info.h b/core/include_internal/ten_runtime/metadata/metadata_info.h index 7ebbc2a319..eafa576ce1 100644 --- a/core/include_internal/ten_runtime/metadata/metadata_info.h +++ b/core/include_internal/ten_runtime/metadata/metadata_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/audio_frame.h b/core/include_internal/ten_runtime/msg/audio_frame/audio_frame.h index 7116de7c35..db06701a84 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/audio_frame.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/audio_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/bytes_per_sample.h b/core/include_internal/ten_runtime/msg/audio_frame/field/bytes_per_sample.h index 6a9c1555c6..43ea0397d0 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/bytes_per_sample.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/bytes_per_sample.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/channel_layout.h b/core/include_internal/ten_runtime/msg/audio_frame/field/channel_layout.h index fd6fdd6b90..d68eefc87c 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/channel_layout.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/channel_layout.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/data_fmt.h b/core/include_internal/ten_runtime/msg/audio_frame/field/data_fmt.h index 7e902abfc6..601c924438 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/data_fmt.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/data_fmt.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/field.h b/core/include_internal/ten_runtime/msg/audio_frame/field/field.h index 613a23d0b7..fc00a77310 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/field.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/field_info.h b/core/include_internal/ten_runtime/msg/audio_frame/field/field_info.h index a18f3ecbbe..be02d83ffb 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/line_size.h b/core/include_internal/ten_runtime/msg/audio_frame/field/line_size.h index fc1de9a262..1e67831916 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/line_size.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/line_size.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/number_of_channel.h b/core/include_internal/ten_runtime/msg/audio_frame/field/number_of_channel.h index 2a4bab8087..7659a34db9 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/number_of_channel.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/number_of_channel.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/sample_rate.h b/core/include_internal/ten_runtime/msg/audio_frame/field/sample_rate.h index 49a579e0e6..30b624a0ba 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/sample_rate.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/sample_rate.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/samples_per_channel.h b/core/include_internal/ten_runtime/msg/audio_frame/field/samples_per_channel.h index e9ef4a2bc7..14711f1d00 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/samples_per_channel.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/samples_per_channel.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/audio_frame/field/timestamp.h b/core/include_internal/ten_runtime/msg/audio_frame/field/timestamp.h index 6ee55d3c06..21f00c24c9 100644 --- a/core/include_internal/ten_runtime/msg/audio_frame/field/timestamp.h +++ b/core/include_internal/ten_runtime/msg/audio_frame/field/timestamp.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/cmd.h index dd893b1704..208f1b3726 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field.h index c60d6b6b28..764d8c249c 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field_info.h index ebdf44ae4f..b2b470e84c 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/cmd.h index f87d6894f6..864aa36f05 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/cmd.h index 77bf8091de..f719b22520 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field.h index 58a6a0b8e1..60449275db 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field_info.h index bcbe4dae03..265ab4c9ab 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field.h index 3c1bd34b01..08da2b7830 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field_info.h index 7f4ac25d89..fc99f0c585 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.h index 9c707e25c0..e3966fd8ab 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.h index 7ca3fc43f2..5ac8d8a4e7 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field.h index 39eafbdca2..45fc40afda 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field_info.h index 34958fb7f2..773d09418a 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.h index 2f84402612..68f24872af 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.h index c2d2f687d3..ba0da58f4b 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.h index 909a9dc062..01d0788c00 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field.h index 8bc8d14286..3bb9fb1c32 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field_info.h index be0bc5f29a..bef272f72a 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.h index 08228cafe0..b47a8ce374 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/cmd.h index c578243fdb..ffb79fd80a 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field.h index c8fa7ba402..4c97e975ef 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field_info.h index b9824af7e7..9196504a3f 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.h index 06d5c8556c..95b05a86d2 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/cmd.h index 68d01bcc9e..0c071145cb 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field.h index 837c77152f..16b2df7fd8 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field_info.h index 27aa8a1f0d..8cf005960a 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.h index 99f811a773..7b970950a5 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.h index 56212c3a5d..ea6c171c40 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/times.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/times.h index cd7a9e1390..22d00dd216 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/times.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd/timer/field/times.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd_base.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd_base.h index 1d14eb8a7d..ea7260eb07 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd_base.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd_base.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/cmd.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/cmd.h index 29bd1da35a..7ee8b4f6fe 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/cmd.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field.h index 6bdc1717c5..89f6211049 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field_info.h index b0ab2ddc32..a697f34f51 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.h index fd010faa35..00c196757b 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/status_code.h b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/status_code.h index f680c6ee68..d592be8386 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/status_code.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/cmd_result/field/status_code.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/field/cmd_id.h b/core/include_internal/ten_runtime/msg/cmd_base/field/cmd_id.h index 783630972b..766e816fc5 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/field/cmd_id.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/field/cmd_id.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/field/field.h b/core/include_internal/ten_runtime/msg/cmd_base/field/field.h index 4ecc931424..b3c15bde4a 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/field/field.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/field/field_info.h b/core/include_internal/ten_runtime/msg/cmd_base/field/field_info.h index 8fe3f52de8..4d520005a2 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/field/original_connection.h b/core/include_internal/ten_runtime/msg/cmd_base/field/original_connection.h index 063f4bc6c8..c47f4050f0 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/field/original_connection.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/field/original_connection.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler.h b/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler.h index af1039976f..6ba63bef4a 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler_data.h b/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler_data.h index 24af3934a3..c51b6268f2 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler_data.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/field/result_handler_data.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/cmd_base/field/seq_id.h b/core/include_internal/ten_runtime/msg/cmd_base/field/seq_id.h index 9dcd2fe85a..08c796b7f9 100644 --- a/core/include_internal/ten_runtime/msg/cmd_base/field/seq_id.h +++ b/core/include_internal/ten_runtime/msg/cmd_base/field/seq_id.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/data/data.h b/core/include_internal/ten_runtime/msg/data/data.h index e938c9ce6d..e63dc2663f 100644 --- a/core/include_internal/ten_runtime/msg/data/data.h +++ b/core/include_internal/ten_runtime/msg/data/data.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/data/field/field.h b/core/include_internal/ten_runtime/msg/data/field/field.h index bba656b52b..bb2586345c 100644 --- a/core/include_internal/ten_runtime/msg/data/field/field.h +++ b/core/include_internal/ten_runtime/msg/data/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/data/field/field_info.h b/core/include_internal/ten_runtime/msg/data/field/field_info.h index cf8350943a..04d7535064 100644 --- a/core/include_internal/ten_runtime/msg/data/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/data/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/field/dest.h b/core/include_internal/ten_runtime/msg/field/dest.h index 033655c82e..800398743e 100644 --- a/core/include_internal/ten_runtime/msg/field/dest.h +++ b/core/include_internal/ten_runtime/msg/field/dest.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/field/field.h b/core/include_internal/ten_runtime/msg/field/field.h index 90312f4f7c..e78e3f0506 100644 --- a/core/include_internal/ten_runtime/msg/field/field.h +++ b/core/include_internal/ten_runtime/msg/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/field/field_info.h b/core/include_internal/ten_runtime/msg/field/field_info.h index 9fe7c929d5..6154048331 100644 --- a/core/include_internal/ten_runtime/msg/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/field/name.h b/core/include_internal/ten_runtime/msg/field/name.h index 07854d9dff..c1e317b8a2 100644 --- a/core/include_internal/ten_runtime/msg/field/name.h +++ b/core/include_internal/ten_runtime/msg/field/name.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/field/properties.h b/core/include_internal/ten_runtime/msg/field/properties.h index a50139a8cd..f593e0eb19 100644 --- a/core/include_internal/ten_runtime/msg/field/properties.h +++ b/core/include_internal/ten_runtime/msg/field/properties.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/field/src.h b/core/include_internal/ten_runtime/msg/field/src.h index 3a57aa7feb..be85b1c6fa 100644 --- a/core/include_internal/ten_runtime/msg/field/src.h +++ b/core/include_internal/ten_runtime/msg/field/src.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/field/type.h b/core/include_internal/ten_runtime/msg/field/type.h index b03b13ceba..676e1e133b 100644 --- a/core/include_internal/ten_runtime/msg/field/type.h +++ b/core/include_internal/ten_runtime/msg/field/type.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/locked_res.h b/core/include_internal/ten_runtime/msg/locked_res.h index 996844220a..9f55e2eea5 100644 --- a/core/include_internal/ten_runtime/msg/locked_res.h +++ b/core/include_internal/ten_runtime/msg/locked_res.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/loop_fields.h b/core/include_internal/ten_runtime/msg/loop_fields.h index a48d8dcdd5..12058c6844 100644 --- a/core/include_internal/ten_runtime/msg/loop_fields.h +++ b/core/include_internal/ten_runtime/msg/loop_fields.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/msg.h b/core/include_internal/ten_runtime/msg/msg.h index 4e8cd279d0..67713f23cb 100644 --- a/core/include_internal/ten_runtime/msg/msg.h +++ b/core/include_internal/ten_runtime/msg/msg.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/msg_info.h b/core/include_internal/ten_runtime/msg/msg_info.h index f4bceab4df..1b49f2f0db 100644 --- a/core/include_internal/ten_runtime/msg/msg_info.h +++ b/core/include_internal/ten_runtime/msg/msg_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/video_frame/field/field.h b/core/include_internal/ten_runtime/msg/video_frame/field/field.h index e16754d853..e7cf465394 100644 --- a/core/include_internal/ten_runtime/msg/video_frame/field/field.h +++ b/core/include_internal/ten_runtime/msg/video_frame/field/field.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/video_frame/field/field_info.h b/core/include_internal/ten_runtime/msg/video_frame/field/field_info.h index e8b2b08a35..b5c2044304 100644 --- a/core/include_internal/ten_runtime/msg/video_frame/field/field_info.h +++ b/core/include_internal/ten_runtime/msg/video_frame/field/field_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/video_frame/field/height.h b/core/include_internal/ten_runtime/msg/video_frame/field/height.h index d22405c9de..e37a0cd8c3 100644 --- a/core/include_internal/ten_runtime/msg/video_frame/field/height.h +++ b/core/include_internal/ten_runtime/msg/video_frame/field/height.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/video_frame/field/pixel_fmt.h b/core/include_internal/ten_runtime/msg/video_frame/field/pixel_fmt.h index 89ccd6ccc0..b2f6d73f80 100644 --- a/core/include_internal/ten_runtime/msg/video_frame/field/pixel_fmt.h +++ b/core/include_internal/ten_runtime/msg/video_frame/field/pixel_fmt.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/video_frame/field/timestamp.h b/core/include_internal/ten_runtime/msg/video_frame/field/timestamp.h index 16ab6d3012..de624a4648 100644 --- a/core/include_internal/ten_runtime/msg/video_frame/field/timestamp.h +++ b/core/include_internal/ten_runtime/msg/video_frame/field/timestamp.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/video_frame/field/width.h b/core/include_internal/ten_runtime/msg/video_frame/field/width.h index e05b9c7b68..281b403e1d 100644 --- a/core/include_internal/ten_runtime/msg/video_frame/field/width.h +++ b/core/include_internal/ten_runtime/msg/video_frame/field/width.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg/video_frame/video_frame.h b/core/include_internal/ten_runtime/msg/video_frame/video_frame.h index 2e4b4617c5..4f99a83084 100644 --- a/core/include_internal/ten_runtime/msg/video_frame/video_frame.h +++ b/core/include_internal/ten_runtime/msg/video_frame/video_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.h index 16d1979af2..9ac78e27e6 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.h index 7d28cd3851..66d1f46a77 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_conversion.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_conversion.h index 816caac3f3..6a39b46ddf 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_conversion.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion/msg_conversion.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/base.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/base.h index 7904ed61c8..84d7fc09dd 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/base.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/base.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.h index b805b4de04..0e6712b391 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.h index 185398a4c9..46aefd8f7a 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.h index 35d49dda11..283a00f1c2 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.h index b5db435ba4..0d8592ed38 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.h b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.h index cb6ff4abb6..10d668142f 100644 --- a/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.h +++ b/core/include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/path/common.h b/core/include_internal/ten_runtime/path/common.h index 66712c743a..97d70c0082 100644 --- a/core/include_internal/ten_runtime/path/common.h +++ b/core/include_internal/ten_runtime/path/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/path/path.h b/core/include_internal/ten_runtime/path/path.h index 4bddf628dc..70cc461b07 100644 --- a/core/include_internal/ten_runtime/path/path.h +++ b/core/include_internal/ten_runtime/path/path.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/path/path_group.h b/core/include_internal/ten_runtime/path/path_group.h index b300af34d0..a9811c7f40 100644 --- a/core/include_internal/ten_runtime/path/path_group.h +++ b/core/include_internal/ten_runtime/path/path_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/path/path_in.h b/core/include_internal/ten_runtime/path/path_in.h index 7fc053f675..1761b93b9a 100644 --- a/core/include_internal/ten_runtime/path/path_in.h +++ b/core/include_internal/ten_runtime/path/path_in.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/path/path_out.h b/core/include_internal/ten_runtime/path/path_out.h index b77da05b93..ff72caeeb1 100644 --- a/core/include_internal/ten_runtime/path/path_out.h +++ b/core/include_internal/ten_runtime/path/path_out.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/path/path_table.h b/core/include_internal/ten_runtime/path/path_table.h index 9efb2fbccb..6c61102b90 100644 --- a/core/include_internal/ten_runtime/path/path_table.h +++ b/core/include_internal/ten_runtime/path/path_table.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/asynced/internal.h b/core/include_internal/ten_runtime/protocol/asynced/internal.h index 777b452065..a83f1bb636 100644 --- a/core/include_internal/ten_runtime/protocol/asynced/internal.h +++ b/core/include_internal/ten_runtime/protocol/asynced/internal.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/asynced/protocol_asynced.h b/core/include_internal/ten_runtime/protocol/asynced/protocol_asynced.h index 519c8f7615..96cbc32a6c 100644 --- a/core/include_internal/ten_runtime/protocol/asynced/protocol_asynced.h +++ b/core/include_internal/ten_runtime/protocol/asynced/protocol_asynced.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/close.h b/core/include_internal/ten_runtime/protocol/close.h index ec902a5714..0f96a1aafd 100644 --- a/core/include_internal/ten_runtime/protocol/close.h +++ b/core/include_internal/ten_runtime/protocol/close.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/context.h b/core/include_internal/ten_runtime/protocol/context.h index 7f2f808119..a2c8ca922a 100644 --- a/core/include_internal/ten_runtime/protocol/context.h +++ b/core/include_internal/ten_runtime/protocol/context.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/context_store.h b/core/include_internal/ten_runtime/protocol/context_store.h index e1e8de91bd..e8b53f056e 100644 --- a/core/include_internal/ten_runtime/protocol/context_store.h +++ b/core/include_internal/ten_runtime/protocol/context_store.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/integrated/close.h b/core/include_internal/ten_runtime/protocol/integrated/close.h index 23b73a71eb..f6c6206113 100644 --- a/core/include_internal/ten_runtime/protocol/integrated/close.h +++ b/core/include_internal/ten_runtime/protocol/integrated/close.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/integrated/protocol_integrated.h b/core/include_internal/ten_runtime/protocol/integrated/protocol_integrated.h index ef6d812e37..a1c90d6a38 100644 --- a/core/include_internal/ten_runtime/protocol/integrated/protocol_integrated.h +++ b/core/include_internal/ten_runtime/protocol/integrated/protocol_integrated.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/protocol/protocol.h b/core/include_internal/ten_runtime/protocol/protocol.h index 135edecaf2..937dec9e63 100644 --- a/core/include_internal/ten_runtime/protocol/protocol.h +++ b/core/include_internal/ten_runtime/protocol/protocol.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/remote/remote.h b/core/include_internal/ten_runtime/remote/remote.h index 23f4e2368d..46a09772cd 100644 --- a/core/include_internal/ten_runtime/remote/remote.h +++ b/core/include_internal/ten_runtime/remote/remote.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/schema_store/cmd.h b/core/include_internal/ten_runtime/schema_store/cmd.h index 644ed8f59b..9e413dfd3b 100644 --- a/core/include_internal/ten_runtime/schema_store/cmd.h +++ b/core/include_internal/ten_runtime/schema_store/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/schema_store/interface.h b/core/include_internal/ten_runtime/schema_store/interface.h index 3d57fcf482..478679a557 100644 --- a/core/include_internal/ten_runtime/schema_store/interface.h +++ b/core/include_internal/ten_runtime/schema_store/interface.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/schema_store/msg.h b/core/include_internal/ten_runtime/schema_store/msg.h index 42a4911bb8..4e94b2d86d 100644 --- a/core/include_internal/ten_runtime/schema_store/msg.h +++ b/core/include_internal/ten_runtime/schema_store/msg.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/schema_store/property.h b/core/include_internal/ten_runtime/schema_store/property.h index 1a979dd11f..63da3f19ec 100644 --- a/core/include_internal/ten_runtime/schema_store/property.h +++ b/core/include_internal/ten_runtime/schema_store/property.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/schema_store/store.h b/core/include_internal/ten_runtime/schema_store/store.h index 6ce9a8cf8a..3f59a4fd38 100644 --- a/core/include_internal/ten_runtime/schema_store/store.h +++ b/core/include_internal/ten_runtime/schema_store/store.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/ten_env/is_cmd_connected.h b/core/include_internal/ten_runtime/ten_env/is_cmd_connected.h index ee00a57a4f..c511469266 100644 --- a/core/include_internal/ten_runtime/ten_env/is_cmd_connected.h +++ b/core/include_internal/ten_runtime/ten_env/is_cmd_connected.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/ten_env/log.h b/core/include_internal/ten_runtime/ten_env/log.h index bac4d93222..14ac81b807 100644 --- a/core/include_internal/ten_runtime/ten_env/log.h +++ b/core/include_internal/ten_runtime/ten_env/log.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/ten_env/metadata.h b/core/include_internal/ten_runtime/ten_env/metadata.h index 2165c16c55..f2cde7fbb9 100644 --- a/core/include_internal/ten_runtime/ten_env/metadata.h +++ b/core/include_internal/ten_runtime/ten_env/metadata.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/ten_env/metadata_cb.h b/core/include_internal/ten_runtime/ten_env/metadata_cb.h index b80e449009..029808560a 100644 --- a/core/include_internal/ten_runtime/ten_env/metadata_cb.h +++ b/core/include_internal/ten_runtime/ten_env/metadata_cb.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/ten_env/ten_env.h b/core/include_internal/ten_runtime/ten_env/ten_env.h index bf159508f4..ee8089aa19 100644 --- a/core/include_internal/ten_runtime/ten_env/ten_env.h +++ b/core/include_internal/ten_runtime/ten_env/ten_env.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/ten_env/ten_env_proxy.h b/core/include_internal/ten_runtime/ten_env/ten_env_proxy.h index 3b7823714d..b75539af83 100644 --- a/core/include_internal/ten_runtime/ten_env/ten_env_proxy.h +++ b/core/include_internal/ten_runtime/ten_env/ten_env_proxy.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/ten_env_proxy/ten_env_proxy.h b/core/include_internal/ten_runtime/ten_env_proxy/ten_env_proxy.h index b4b15f2468..12ed0f7ad5 100644 --- a/core/include_internal/ten_runtime/ten_env_proxy/ten_env_proxy.h +++ b/core/include_internal/ten_runtime/ten_env_proxy/ten_env_proxy.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_runtime/test/extension_test.h b/core/include_internal/ten_runtime/test/extension_test.h index 8569a1f32b..cd913cc828 100644 --- a/core/include_internal/ten_runtime/test/extension_test.h +++ b/core/include_internal/ten_runtime/test/extension_test.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/include_internal/ten_runtime/timer/timer.h b/core/include_internal/ten_runtime/timer/timer.h index 19e4440d5b..b262575d81 100644 --- a/core/include_internal/ten_runtime/timer/timer.h +++ b/core/include_internal/ten_runtime/timer/timer.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_rust/ten_config.h b/core/include_internal/ten_rust/ten_config.h index 43fce6052d..8b3aefb781 100644 --- a/core/include_internal/ten_rust/ten_config.h +++ b/core/include_internal/ten_rust/ten_config.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/backtrace/backtrace.h b/core/include_internal/ten_utils/backtrace/backtrace.h index cac5bb06eb..4cd1360ad3 100644 --- a/core/include_internal/ten_utils/backtrace/backtrace.h +++ b/core/include_internal/ten_utils/backtrace/backtrace.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/backtrace/common.h b/core/include_internal/ten_utils/backtrace/common.h index 6114ece288..9d79798e06 100644 --- a/core/include_internal/ten_utils/backtrace/common.h +++ b/core/include_internal/ten_utils/backtrace/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/config.h b/core/include_internal/ten_utils/backtrace/platform/posix/config.h index 88d29f2061..60dceb7371 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/config.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/config.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/darwin/config_mac.h b/core/include_internal/ten_utils/backtrace/platform/posix/darwin/config_mac.h index f3a31535d3..d5839a85dd 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/darwin/config_mac.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/darwin/config_mac.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/internal.h b/core/include_internal/ten_utils/backtrace/platform/posix/internal.h index e6620bb365..d81661275e 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/internal.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/internal.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/linux/config_linux.h b/core/include_internal/ten_utils/backtrace/platform/posix/linux/config_linux.h index 2cbabbb183..094b59965d 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/linux/config_linux.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/linux/config_linux.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/linux/crc32.h b/core/include_internal/ten_utils/backtrace/platform/posix/linux/crc32.h index 0683d947e4..63c399cbd5 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/linux/crc32.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/linux/crc32.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/linux/debugfile.h b/core/include_internal/ten_utils/backtrace/platform/posix/linux/debugfile.h index 2488cd7657..9e4bf44fe9 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/linux/debugfile.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/linux/debugfile.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/linux/elf.h b/core/include_internal/ten_utils/backtrace/platform/posix/linux/elf.h index efbf8d8321..2c55f0e001 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/linux/elf.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/linux/elf.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/linux/uncompress.h b/core/include_internal/ten_utils/backtrace/platform/posix/linux/uncompress.h index 30fe170a8b..bb93dae174 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/linux/uncompress.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/linux/uncompress.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/linux/view.h b/core/include_internal/ten_utils/backtrace/platform/posix/linux/view.h index 7a9f0e958e..0946bfde28 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/linux/view.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/linux/view.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/backtrace/platform/posix/linux/zlib.h b/core/include_internal/ten_utils/backtrace/platform/posix/linux/zlib.h index ee22918b38..2dba6e3c4a 100644 --- a/core/include_internal/ten_utils/backtrace/platform/posix/linux/zlib.h +++ b/core/include_internal/ten_utils/backtrace/platform/posix/linux/zlib.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/include_internal/ten_utils/common/constant_str.h b/core/include_internal/ten_utils/common/constant_str.h index 2407e84676..5ef3745575 100644 --- a/core/include_internal/ten_utils/common/constant_str.h +++ b/core/include_internal/ten_utils/common/constant_str.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/migrate.h b/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/migrate.h index 9e470d327e..b049ef534a 100644 --- a/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/migrate.h +++ b/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/migrate.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/pipe.h b/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/pipe.h index d0fec5c7fb..a6799f5bdd 100644 --- a/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/pipe.h +++ b/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/pipe.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/tcp.h b/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/tcp.h index 0ec19d2f3a..b3402348e9 100644 --- a/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/tcp.h +++ b/core/include_internal/ten_utils/io/general/transport/backend/uv/stream/tcp.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/io/runloop.h b/core/include_internal/ten_utils/io/runloop.h index ea30837c79..18dea61bff 100644 --- a/core/include_internal/ten_utils/io/runloop.h +++ b/core/include_internal/ten_utils/io/runloop.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/io/transport.h b/core/include_internal/ten_utils/io/transport.h index 6677fb7a35..4c6f929a5a 100644 --- a/core/include_internal/ten_utils/io/transport.h +++ b/core/include_internal/ten_utils/io/transport.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/lib/alloc.h b/core/include_internal/ten_utils/lib/alloc.h index 7b403c024f..533864ec52 100644 --- a/core/include_internal/ten_utils/lib/alloc.h +++ b/core/include_internal/ten_utils/lib/alloc.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/lib/buf.h b/core/include_internal/ten_utils/lib/buf.h index f02307b45f..ff8bcb1cd9 100644 --- a/core/include_internal/ten_utils/lib/buf.h +++ b/core/include_internal/ten_utils/lib/buf.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/lib/mutex.h b/core/include_internal/ten_utils/lib/mutex.h index 115fa27949..7f6912e009 100644 --- a/core/include_internal/ten_utils/lib/mutex.h +++ b/core/include_internal/ten_utils/lib/mutex.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/lib/placeholder.h b/core/include_internal/ten_utils/lib/placeholder.h index b5082a99ed..95f3e6c04d 100644 --- a/core/include_internal/ten_utils/lib/placeholder.h +++ b/core/include_internal/ten_utils/lib/placeholder.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/lib/string.h b/core/include_internal/ten_utils/lib/string.h index b1f18f3c3f..6b2752c587 100644 --- a/core/include_internal/ten_utils/lib/string.h +++ b/core/include_internal/ten_utils/lib/string.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/log/level.h b/core/include_internal/ten_utils/log/level.h index 98a7679836..f03152fa77 100644 --- a/core/include_internal/ten_utils/log/level.h +++ b/core/include_internal/ten_utils/log/level.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/log/log.h b/core/include_internal/ten_utils/log/log.h index 59c91ea2d8..fbfd302384 100644 --- a/core/include_internal/ten_utils/log/log.h +++ b/core/include_internal/ten_utils/log/log.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/log/output.h b/core/include_internal/ten_utils/log/output.h index be5cc101df..a4e2bcdeb1 100644 --- a/core/include_internal/ten_utils/log/output.h +++ b/core/include_internal/ten_utils/log/output.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/log/pid.h b/core/include_internal/ten_utils/log/pid.h index 1910e991a4..3fe698f6d5 100644 --- a/core/include_internal/ten_utils/log/pid.h +++ b/core/include_internal/ten_utils/log/pid.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/log/time.h b/core/include_internal/ten_utils/log/time.h index 9cf166918d..c0d2d5912e 100644 --- a/core/include_internal/ten_utils/log/time.h +++ b/core/include_internal/ten_utils/log/time.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/log/time_cache.h b/core/include_internal/ten_utils/log/time_cache.h index 50680f74b2..5c7f3b066c 100644 --- a/core/include_internal/ten_utils/log/time_cache.h +++ b/core/include_internal/ten_utils/log/time_cache.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/macro/memory.h b/core/include_internal/ten_utils/macro/memory.h index 4ee934c2b6..0e0df467df 100644 --- a/core/include_internal/ten_utils/macro/memory.h +++ b/core/include_internal/ten_utils/macro/memory.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/sanitizer/memory_check.h b/core/include_internal/ten_utils/sanitizer/memory_check.h index 77121b4b5e..9788ff5b0a 100644 --- a/core/include_internal/ten_utils/sanitizer/memory_check.h +++ b/core/include_internal/ten_utils/sanitizer/memory_check.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/sanitizer/thread_check.h b/core/include_internal/ten_utils/sanitizer/thread_check.h index fcdf09711a..7b86b18584 100644 --- a/core/include_internal/ten_utils/sanitizer/thread_check.h +++ b/core/include_internal/ten_utils/sanitizer/thread_check.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/bindings/rust/schema.h b/core/include_internal/ten_utils/schema/bindings/rust/schema.h index 472d87e7a4..d1441b1ae5 100644 --- a/core/include_internal/ten_utils/schema/bindings/rust/schema.h +++ b/core/include_internal/ten_utils/schema/bindings/rust/schema.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/constant_str.h b/core/include_internal/ten_utils/schema/constant_str.h index 06181236bf..4d36af8bb6 100644 --- a/core/include_internal/ten_utils/schema/constant_str.h +++ b/core/include_internal/ten_utils/schema/constant_str.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/keywords/keyword.h b/core/include_internal/ten_utils/schema/keywords/keyword.h index ad2983f0e8..559ea45500 100644 --- a/core/include_internal/ten_utils/schema/keywords/keyword.h +++ b/core/include_internal/ten_utils/schema/keywords/keyword.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/keywords/keyword_items.h b/core/include_internal/ten_utils/schema/keywords/keyword_items.h index b15371b984..e6bf216fe1 100644 --- a/core/include_internal/ten_utils/schema/keywords/keyword_items.h +++ b/core/include_internal/ten_utils/schema/keywords/keyword_items.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/keywords/keyword_properties.h b/core/include_internal/ten_utils/schema/keywords/keyword_properties.h index f5b64e535d..304359ad84 100644 --- a/core/include_internal/ten_utils/schema/keywords/keyword_properties.h +++ b/core/include_internal/ten_utils/schema/keywords/keyword_properties.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/keywords/keyword_required.h b/core/include_internal/ten_utils/schema/keywords/keyword_required.h index 268c3a54e5..076cc6b5de 100644 --- a/core/include_internal/ten_utils/schema/keywords/keyword_required.h +++ b/core/include_internal/ten_utils/schema/keywords/keyword_required.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/keywords/keyword_type.h b/core/include_internal/ten_utils/schema/keywords/keyword_type.h index 6d46845f86..df3ad02e65 100644 --- a/core/include_internal/ten_utils/schema/keywords/keyword_type.h +++ b/core/include_internal/ten_utils/schema/keywords/keyword_type.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/keywords/keywords_info.h b/core/include_internal/ten_utils/schema/keywords/keywords_info.h index d9fd194862..72d9555403 100644 --- a/core/include_internal/ten_utils/schema/keywords/keywords_info.h +++ b/core/include_internal/ten_utils/schema/keywords/keywords_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/schema.h b/core/include_internal/ten_utils/schema/schema.h index 7cf50b3379..872f2a10fc 100644 --- a/core/include_internal/ten_utils/schema/schema.h +++ b/core/include_internal/ten_utils/schema/schema.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/types/schema_array.h b/core/include_internal/ten_utils/schema/types/schema_array.h index 1f9f3b969d..ca5fe754fc 100644 --- a/core/include_internal/ten_utils/schema/types/schema_array.h +++ b/core/include_internal/ten_utils/schema/types/schema_array.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/types/schema_object.h b/core/include_internal/ten_utils/schema/types/schema_object.h index 7e6b91a9cf..38c7275987 100644 --- a/core/include_internal/ten_utils/schema/types/schema_object.h +++ b/core/include_internal/ten_utils/schema/types/schema_object.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/schema/types/schema_primitive.h b/core/include_internal/ten_utils/schema/types/schema_primitive.h index 85abf9ada5..71907a3427 100644 --- a/core/include_internal/ten_utils/schema/types/schema_primitive.h +++ b/core/include_internal/ten_utils/schema/types/schema_primitive.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/constant_str.h b/core/include_internal/ten_utils/value/constant_str.h index 730daf415c..b7d72f9982 100644 --- a/core/include_internal/ten_utils/value/constant_str.h +++ b/core/include_internal/ten_utils/value/constant_str.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/type_info.h b/core/include_internal/ten_utils/value/type_info.h index 59e079b2fd..9c3b893215 100644 --- a/core/include_internal/ten_utils/value/type_info.h +++ b/core/include_internal/ten_utils/value/type_info.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/value.h b/core/include_internal/ten_utils/value/value.h index b6e3f1dab7..740ed4e996 100644 --- a/core/include_internal/ten_utils/value/value.h +++ b/core/include_internal/ten_utils/value/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/value_can_convert.h b/core/include_internal/ten_utils/value/value_can_convert.h index 08148076bf..205bdadb3f 100644 --- a/core/include_internal/ten_utils/value/value_can_convert.h +++ b/core/include_internal/ten_utils/value/value_can_convert.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/value_convert.h b/core/include_internal/ten_utils/value/value_convert.h index 682e592c17..5cc4e27003 100644 --- a/core/include_internal/ten_utils/value/value_convert.h +++ b/core/include_internal/ten_utils/value/value_convert.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/value_kv.h b/core/include_internal/ten_utils/value/value_kv.h index cbae1ca736..257f2a61ed 100644 --- a/core/include_internal/ten_utils/value/value_kv.h +++ b/core/include_internal/ten_utils/value/value_kv.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/value_path.h b/core/include_internal/ten_utils/value/value_path.h index f440f11b28..4ea6574189 100644 --- a/core/include_internal/ten_utils/value/value_path.h +++ b/core/include_internal/ten_utils/value/value_path.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/value_set.h b/core/include_internal/ten_utils/value/value_set.h index b1db9c4cb6..f118ca1d31 100644 --- a/core/include_internal/ten_utils/value/value_set.h +++ b/core/include_internal/ten_utils/value/value_set.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/include_internal/ten_utils/value/value_smart_ptr.h b/core/include_internal/ten_utils/value/value_smart_ptr.h index 9ef396a119..e83519ce57 100644 --- a/core/include_internal/ten_utils/value/value_smart_ptr.h +++ b/core/include_internal/ten_utils/value/value_smart_ptr.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_manager/BUILD.gn b/core/src/ten_manager/BUILD.gn index bec08fa456..da317d6d96 100644 --- a/core/src/ten_manager/BUILD.gn +++ b/core/src/ten_manager/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/common/rust/rust.gni") import("//build/feature/ten_package.gni") diff --git a/core/src/ten_manager/src/build.rs b/core/src/ten_manager/src/build.rs index 3c4b463468..eff5d1b45d 100644 --- a/core/src/ten_manager/src/build.rs +++ b/core/src/ten_manager/src/build.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::fs; use std::process::Command; diff --git a/core/src/ten_manager/src/cmd/cmd_delete.rs b/core/src/ten_manager/src/cmd/cmd_delete.rs index 6d5f8c68d7..4fad770c7c 100644 --- a/core/src/ten_manager/src/cmd/cmd_delete.rs +++ b/core/src/ten_manager/src/cmd/cmd_delete.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::str::FromStr; use std::time::Instant; diff --git a/core/src/ten_manager/src/cmd/cmd_dev_server.rs b/core/src/ten_manager/src/cmd/cmd_dev_server.rs index ac468e733f..b7fb94b97a 100644 --- a/core/src/ten_manager/src/cmd/cmd_dev_server.rs +++ b/core/src/ten_manager/src/cmd/cmd_dev_server.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ path::Path, diff --git a/core/src/ten_manager/src/cmd/cmd_install.rs b/core/src/ten_manager/src/cmd/cmd_install.rs index 603268451b..e840b7372b 100644 --- a/core/src/ten_manager/src/cmd/cmd_install.rs +++ b/core/src/ten_manager/src/cmd/cmd_install.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ collections::{HashMap, HashSet}, diff --git a/core/src/ten_manager/src/cmd/cmd_package.rs b/core/src/ten_manager/src/cmd/cmd_package.rs index 3b5171a233..b13aee38a8 100644 --- a/core/src/ten_manager/src/cmd/cmd_package.rs +++ b/core/src/ten_manager/src/cmd/cmd_package.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::time::Instant; diff --git a/core/src/ten_manager/src/cmd/cmd_publish.rs b/core/src/ten_manager/src/cmd/cmd_publish.rs index e054fa72e5..80d3ada8c1 100644 --- a/core/src/ten_manager/src/cmd/cmd_publish.rs +++ b/core/src/ten_manager/src/cmd/cmd_publish.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::time::Instant; diff --git a/core/src/ten_manager/src/cmd/cmd_uninstall.rs b/core/src/ten_manager/src/cmd/cmd_uninstall.rs index 8112d49a52..9f14433b0b 100644 --- a/core/src/ten_manager/src/cmd/cmd_uninstall.rs +++ b/core/src/ten_manager/src/cmd/cmd_uninstall.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ fs::{self, remove_file}, diff --git a/core/src/ten_manager/src/cmd/mod.rs b/core/src/ten_manager/src/cmd/mod.rs index 49ac734ec9..59616039a2 100644 --- a/core/src/ten_manager/src/cmd/mod.rs +++ b/core/src/ten_manager/src/cmd/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod cmd_delete; pub mod cmd_dev_server; diff --git a/core/src/ten_manager/src/cmd_line.rs b/core/src/ten_manager/src/cmd_line.rs index 593179e85d..3e8da8d3f1 100644 --- a/core/src/ten_manager/src/cmd_line.rs +++ b/core/src/ten_manager/src/cmd_line.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use clap::{Arg, Command}; diff --git a/core/src/ten_manager/src/config.rs b/core/src/ten_manager/src/config.rs index 761614a25a..2303ba88dc 100644 --- a/core/src/ten_manager/src/config.rs +++ b/core/src/ten_manager/src/config.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::HashMap; use std::fs; diff --git a/core/src/ten_manager/src/constants.rs b/core/src/ten_manager/src/constants.rs index 60ec4e2e20..3433754d2d 100644 --- a/core/src/ten_manager/src/constants.rs +++ b/core/src/ten_manager/src/constants.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // Go to https://ten-console.theten.ai/ to get user token. diff --git a/core/src/ten_manager/src/dep_and_candidate/mod.rs b/core/src/ten_manager/src/dep_and_candidate/mod.rs index fb3b67425a..1c877c7362 100644 --- a/core/src/ten_manager/src/dep_and_candidate/mod.rs +++ b/core/src/ten_manager/src/dep_and_candidate/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::{HashMap, HashSet}; use std::hash::{Hash, Hasher}; diff --git a/core/src/ten_manager/src/dev_server/addons/extensions.rs b/core/src/ten_manager/src/dev_server/addons/extensions.rs index d2b708aee4..629af2faf9 100644 --- a/core/src/ten_manager/src/dev_server/addons/extensions.rs +++ b/core/src/ten_manager/src/dev_server/addons/extensions.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::sync::{Arc, RwLock}; diff --git a/core/src/ten_manager/src/dev_server/addons/mod.rs b/core/src/ten_manager/src/dev_server/addons/mod.rs index 4d4acd4d21..5566759c75 100644 --- a/core/src/ten_manager/src/dev_server/addons/mod.rs +++ b/core/src/ten_manager/src/dev_server/addons/mod.rs @@ -1,6 +1,7 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod extensions; diff --git a/core/src/ten_manager/src/dev_server/common.rs b/core/src/ten_manager/src/dev_server/common.rs index 051e0b9a44..491107ec79 100644 --- a/core/src/ten_manager/src/dev_server/common.rs +++ b/core/src/ten_manager/src/dev_server/common.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::HashMap; diff --git a/core/src/ten_manager/src/dev_server/get_all_pkgs.rs b/core/src/ten_manager/src/dev_server/get_all_pkgs.rs index b2237494af..fb3cc306c0 100644 --- a/core/src/ten_manager/src/dev_server/get_all_pkgs.rs +++ b/core/src/ten_manager/src/dev_server/get_all_pkgs.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use anyhow::{anyhow, Result}; diff --git a/core/src/ten_manager/src/dev_server/graphs/connections.rs b/core/src/ten_manager/src/dev_server/graphs/connections.rs index 2be9ff25a4..8450f62891 100644 --- a/core/src/ten_manager/src/dev_server/graphs/connections.rs +++ b/core/src/ten_manager/src/dev_server/graphs/connections.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::sync::{Arc, RwLock}; diff --git a/core/src/ten_manager/src/dev_server/graphs/mod.rs b/core/src/ten_manager/src/dev_server/graphs/mod.rs index 30b13a7617..eec5f750b1 100644 --- a/core/src/ten_manager/src/dev_server/graphs/mod.rs +++ b/core/src/ten_manager/src/dev_server/graphs/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod connections; pub mod nodes; diff --git a/core/src/ten_manager/src/dev_server/graphs/nodes.rs b/core/src/ten_manager/src/dev_server/graphs/nodes.rs index e7045246ef..e07c5051ca 100644 --- a/core/src/ten_manager/src/dev_server/graphs/nodes.rs +++ b/core/src/ten_manager/src/dev_server/graphs/nodes.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ collections::HashMap, @@ -360,7 +361,9 @@ mod tests { use serde_json::json; use super::*; - use crate::{config::TmanConfig, dev_server::mock::tests::inject_all_pkgs_for_mock}; + use crate::{ + config::TmanConfig, dev_server::mock::tests::inject_all_pkgs_for_mock, + }; use ten_rust::pkg_info::default_app_loc; #[actix_web::test] diff --git a/core/src/ten_manager/src/dev_server/graphs/update.rs b/core/src/ten_manager/src/dev_server/graphs/update.rs index fd89d1a4fc..8e397cb05e 100644 --- a/core/src/ten_manager/src/dev_server/graphs/update.rs +++ b/core/src/ten_manager/src/dev_server/graphs/update.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::HashMap; use std::sync::{Arc, RwLock}; diff --git a/core/src/ten_manager/src/dev_server/manifest/check.rs b/core/src/ten_manager/src/dev_server/manifest/check.rs index ca625e8f70..b31830b838 100644 --- a/core/src/ten_manager/src/dev_server/manifest/check.rs +++ b/core/src/ten_manager/src/dev_server/manifest/check.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::sync::{Arc, RwLock}; diff --git a/core/src/ten_manager/src/dev_server/manifest/dump.rs b/core/src/ten_manager/src/dev_server/manifest/dump.rs index f6163af8c8..afd0b7df55 100644 --- a/core/src/ten_manager/src/dev_server/manifest/dump.rs +++ b/core/src/ten_manager/src/dev_server/manifest/dump.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ path::Path, diff --git a/core/src/ten_manager/src/dev_server/manifest/mod.rs b/core/src/ten_manager/src/dev_server/manifest/mod.rs index 1e56408632..7e3d369242 100644 --- a/core/src/ten_manager/src/dev_server/manifest/mod.rs +++ b/core/src/ten_manager/src/dev_server/manifest/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod check; pub mod dump; diff --git a/core/src/ten_manager/src/dev_server/messages/compatible.rs b/core/src/ten_manager/src/dev_server/messages/compatible.rs index 610079f008..c574304255 100644 --- a/core/src/ten_manager/src/dev_server/messages/compatible.rs +++ b/core/src/ten_manager/src/dev_server/messages/compatible.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ str::FromStr, diff --git a/core/src/ten_manager/src/dev_server/messages/mod.rs b/core/src/ten_manager/src/dev_server/messages/mod.rs index fa2d5f9049..c81b9028e5 100644 --- a/core/src/ten_manager/src/dev_server/messages/mod.rs +++ b/core/src/ten_manager/src/dev_server/messages/mod.rs @@ -1,6 +1,7 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod compatible; diff --git a/core/src/ten_manager/src/dev_server/mock.rs b/core/src/ten_manager/src/dev_server/mock.rs index 8ee3d7700e..e3251b8afd 100644 --- a/core/src/ten_manager/src/dev_server/mock.rs +++ b/core/src/ten_manager/src/dev_server/mock.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #[cfg(test)] pub mod tests { diff --git a/core/src/ten_manager/src/dev_server/mod.rs b/core/src/ten_manager/src/dev_server/mod.rs index 48f1453359..42f7760069 100644 --- a/core/src/ten_manager/src/dev_server/mod.rs +++ b/core/src/ten_manager/src/dev_server/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // mod addons; mod common; diff --git a/core/src/ten_manager/src/dev_server/packages/mod.rs b/core/src/ten_manager/src/dev_server/packages/mod.rs index b8e39ce10b..1b42b20f92 100644 --- a/core/src/ten_manager/src/dev_server/packages/mod.rs +++ b/core/src/ten_manager/src/dev_server/packages/mod.rs @@ -1,6 +1,7 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod reload; diff --git a/core/src/ten_manager/src/dev_server/packages/reload.rs b/core/src/ten_manager/src/dev_server/packages/reload.rs index ee7e5c6497..288c765857 100644 --- a/core/src/ten_manager/src/dev_server/packages/reload.rs +++ b/core/src/ten_manager/src/dev_server/packages/reload.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::sync::{Arc, RwLock}; diff --git a/core/src/ten_manager/src/dev_server/property/check.rs b/core/src/ten_manager/src/dev_server/property/check.rs index defc6dbe4d..f03890787e 100644 --- a/core/src/ten_manager/src/dev_server/property/check.rs +++ b/core/src/ten_manager/src/dev_server/property/check.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::sync::{Arc, RwLock}; diff --git a/core/src/ten_manager/src/dev_server/property/dump.rs b/core/src/ten_manager/src/dev_server/property/dump.rs index da7aac8832..2c85156701 100644 --- a/core/src/ten_manager/src/dev_server/property/dump.rs +++ b/core/src/ten_manager/src/dev_server/property/dump.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ path::Path, diff --git a/core/src/ten_manager/src/dev_server/property/mod.rs b/core/src/ten_manager/src/dev_server/property/mod.rs index 1e56408632..7e3d369242 100644 --- a/core/src/ten_manager/src/dev_server/property/mod.rs +++ b/core/src/ten_manager/src/dev_server/property/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod check; pub mod dump; diff --git a/core/src/ten_manager/src/dev_server/response.rs b/core/src/ten_manager/src/dev_server/response.rs index eaa727e385..6bd0a9ef36 100644 --- a/core/src/ten_manager/src/dev_server/response.rs +++ b/core/src/ten_manager/src/dev_server/response.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use anyhow::Result; use serde::{Deserialize, Serialize}; diff --git a/core/src/ten_manager/src/dev_server/version/mod.rs b/core/src/ten_manager/src/dev_server/version/mod.rs index 6b81b3d792..65fdd8de0a 100644 --- a/core/src/ten_manager/src/dev_server/version/mod.rs +++ b/core/src/ten_manager/src/dev_server/version/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::sync::{Arc, RwLock}; diff --git a/core/src/ten_manager/src/error.rs b/core/src/ten_manager/src/error.rs index 4662fb64ec..108c6ae51c 100644 --- a/core/src/ten_manager/src/error.rs +++ b/core/src/ten_manager/src/error.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #[derive(Debug)] pub enum TmanError { diff --git a/core/src/ten_manager/src/fs.rs b/core/src/ten_manager/src/fs.rs index bf53e473cb..df8ca2c152 100644 --- a/core/src/ten_manager/src/fs.rs +++ b/core/src/ten_manager/src/fs.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ collections::HashSet, diff --git a/core/src/ten_manager/src/install/installed_paths.rs b/core/src/ten_manager/src/install/installed_paths.rs index 5b1b5db58c..0bcb7d283b 100644 --- a/core/src/ten_manager/src/install/installed_paths.rs +++ b/core/src/ten_manager/src/install/installed_paths.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ collections::HashSet, diff --git a/core/src/ten_manager/src/install/mod.rs b/core/src/ten_manager/src/install/mod.rs index 6db5ccd171..0ee218a79c 100644 --- a/core/src/ten_manager/src/install/mod.rs +++ b/core/src/ten_manager/src/install/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod installed_paths; pub mod template; diff --git a/core/src/ten_manager/src/install/template.rs b/core/src/ten_manager/src/install/template.rs index bbc6fccb84..fee3ae090b 100644 --- a/core/src/ten_manager/src/install/template.rs +++ b/core/src/ten_manager/src/install/template.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::fs::{self, File}; use std::io::{self, Read, Write}; diff --git a/core/src/ten_manager/src/log.rs b/core/src/ten_manager/src/log.rs index 69336dc7d8..860e393b5a 100644 --- a/core/src/ten_manager/src/log.rs +++ b/core/src/ten_manager/src/log.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // macro_rules! tman_verbose_println { ($tman_config:expr, $($arg:tt)*) => { diff --git a/core/src/ten_manager/src/main.rs b/core/src/ten_manager/src/main.rs index 0bd84190fb..8396b7a9d0 100644 --- a/core/src/ten_manager/src/main.rs +++ b/core/src/ten_manager/src/main.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // Enable this when development. diff --git a/core/src/ten_manager/src/manifest_lock/mod.rs b/core/src/ten_manager/src/manifest_lock/mod.rs index 61248118f9..5d4a267132 100644 --- a/core/src/ten_manager/src/manifest_lock/mod.rs +++ b/core/src/ten_manager/src/manifest_lock/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{collections::HashMap, fs, path::Path, str::FromStr}; diff --git a/core/src/ten_manager/src/package_file/mod.rs b/core/src/ten_manager/src/package_file/mod.rs index eba28b752e..2a03cab793 100644 --- a/core/src/ten_manager/src/package_file/mod.rs +++ b/core/src/ten_manager/src/package_file/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod unzip; pub mod zip; diff --git a/core/src/ten_manager/src/package_file/unzip.rs b/core/src/ten_manager/src/package_file/unzip.rs index c93284b0e2..7d7af03dcf 100644 --- a/core/src/ten_manager/src/package_file/unzip.rs +++ b/core/src/ten_manager/src/package_file/unzip.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::fs::{self, File}; use std::io::{self}; @@ -10,9 +11,7 @@ use std::path::Path; use anyhow::Result; use zip::ZipArchive; -use crate::install::installed_paths::{ - sort_installed_paths, InstalledPaths, -}; +use crate::install::installed_paths::{sort_installed_paths, InstalledPaths}; use crate::install::template::extract_and_process_zip_template_part; fn extract_and_process_zip_normal_part( diff --git a/core/src/ten_manager/src/package_file/zip.rs b/core/src/ten_manager/src/package_file/zip.rs index 083df787f8..a933af5d21 100644 --- a/core/src/ten_manager/src/package_file/zip.rs +++ b/core/src/ten_manager/src/package_file/zip.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{fs, io}; use std::{fs::File, path::Path}; diff --git a/core/src/ten_manager/src/package_info/mod.rs b/core/src/ten_manager/src/package_info/mod.rs index d2e312d416..44c5bf1e30 100644 --- a/core/src/ten_manager/src/package_info/mod.rs +++ b/core/src/ten_manager/src/package_info/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod predefined_graphs; diff --git a/core/src/ten_manager/src/package_info/predefined_graphs/connection.rs b/core/src/ten_manager/src/package_info/predefined_graphs/connection.rs index 05b01791b8..162b39082d 100644 --- a/core/src/ten_manager/src/package_info/predefined_graphs/connection.rs +++ b/core/src/ten_manager/src/package_info/predefined_graphs/connection.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use crate::dev_server::graphs::connections::{ DevServerConnection, DevServerDestination, DevServerMessageFlow, diff --git a/core/src/ten_manager/src/package_info/predefined_graphs/mod.rs b/core/src/ten_manager/src/package_info/predefined_graphs/mod.rs index 45575d5324..3955fd0316 100644 --- a/core/src/ten_manager/src/package_info/predefined_graphs/mod.rs +++ b/core/src/ten_manager/src/package_info/predefined_graphs/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod connection; pub mod node; diff --git a/core/src/ten_manager/src/package_info/predefined_graphs/node.rs b/core/src/ten_manager/src/package_info/predefined_graphs/node.rs index 57d5b226f2..51a7ed7d3e 100644 --- a/core/src/ten_manager/src/package_info/predefined_graphs/node.rs +++ b/core/src/ten_manager/src/package_info/predefined_graphs/node.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use crate::dev_server::graphs::nodes::DevServerExtension; diff --git a/core/src/ten_manager/src/registry/found_result.rs b/core/src/ten_manager/src/registry/found_result.rs index 5f8666d596..f040e99d20 100644 --- a/core/src/ten_manager/src/registry/found_result.rs +++ b/core/src/ten_manager/src/registry/found_result.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::path::PathBuf; diff --git a/core/src/ten_manager/src/registry/local.rs b/core/src/ten_manager/src/registry/local.rs index cd50a2aba5..77a4ff995e 100644 --- a/core/src/ten_manager/src/registry/local.rs +++ b/core/src/ten_manager/src/registry/local.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::fs::{self, File}; use std::io::Read; diff --git a/core/src/ten_manager/src/registry/mod.rs b/core/src/ten_manager/src/registry/mod.rs index bc044a04b2..9761583f9d 100644 --- a/core/src/ten_manager/src/registry/mod.rs +++ b/core/src/ten_manager/src/registry/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod found_result; mod local; diff --git a/core/src/ten_manager/src/registry/remote.rs b/core/src/ten_manager/src/registry/remote.rs index b0f4878ebe..c7c855ac24 100644 --- a/core/src/ten_manager/src/registry/remote.rs +++ b/core/src/ten_manager/src/registry/remote.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{io::Write, path::PathBuf}; diff --git a/core/src/ten_manager/src/solver/mod.rs b/core/src/ten_manager/src/solver/mod.rs index 1c2dd4700f..395f5585c7 100644 --- a/core/src/ten_manager/src/solver/mod.rs +++ b/core/src/ten_manager/src/solver/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod solve; pub mod solver_result; diff --git a/core/src/ten_manager/src/solver/solve.rs b/core/src/ten_manager/src/solver/solve.rs index 02d947fdcc..5b5c0a3131 100644 --- a/core/src/ten_manager/src/solver/solve.rs +++ b/core/src/ten_manager/src/solver/solve.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::{HashMap, HashSet}; diff --git a/core/src/ten_manager/src/solver/solver_result.rs b/core/src/ten_manager/src/solver/solver_result.rs index 0bf566d26b..509ebd8101 100644 --- a/core/src/ten_manager/src/solver/solver_result.rs +++ b/core/src/ten_manager/src/solver/solver_result.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ collections::{HashMap, HashSet}, diff --git a/core/src/ten_manager/src/utils.rs b/core/src/ten_manager/src/utils.rs index 1e99874d0c..c5c92d5981 100644 --- a/core/src/ten_manager/src/utils.rs +++ b/core/src/ten_manager/src/utils.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::fs::File; use std::io::Read; diff --git a/core/src/ten_runtime/BUILD.gn b/core/src/ten_runtime/BUILD.gn index 7d0b4b52e9..327d280d87 100644 --- a/core/src/ten_runtime/BUILD.gn +++ b/core/src/ten_runtime/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/common/asan/package_asan_lib.gni") import("//build/feature/ten_package.gni") diff --git a/core/src/ten_runtime/BUILD_release.gn b/core/src/ten_runtime/BUILD_release.gn index 21fb42e3c8..09434a954b 100644 --- a/core/src/ten_runtime/BUILD_release.gn +++ b/core/src/ten_runtime/BUILD_release.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/core/src/ten_runtime/addon/BUILD.gn b/core/src/ten_runtime/addon/BUILD.gn index 29531d4b6a..cb0cf54c6c 100644 --- a/core/src/ten_runtime/addon/BUILD.gn +++ b/core/src/ten_runtime/addon/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/addon/addon.c b/core/src/ten_runtime/addon/addon.c index 58c12dc592..756e2be002 100644 --- a/core/src/ten_runtime/addon/addon.c +++ b/core/src/ten_runtime/addon/addon.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/addon/addon.h" diff --git a/core/src/ten_runtime/addon/addon_autoload.c b/core/src/ten_runtime/addon/addon_autoload.c index 33b8cc0aa3..e4e4eafb0c 100644 --- a/core/src/ten_runtime/addon/addon_autoload.c +++ b/core/src/ten_runtime/addon/addon_autoload.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/addon/addon_autoload.h" diff --git a/core/src/ten_runtime/addon/common/BUILD.gn b/core/src/ten_runtime/addon/common/BUILD.gn index 21b976ad55..e884a034fa 100644 --- a/core/src/ten_runtime/addon/common/BUILD.gn +++ b/core/src/ten_runtime/addon/common/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/addon/common/store.c b/core/src/ten_runtime/addon/common/store.c index 479c0243bc..831eaa72d2 100644 --- a/core/src/ten_runtime/addon/common/store.c +++ b/core/src/ten_runtime/addon/common/store.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/addon/common/store.h" diff --git a/core/src/ten_runtime/addon/extension/BUILD.gn b/core/src/ten_runtime/addon/extension/BUILD.gn index eec37b35fc..8d4c810893 100644 --- a/core/src/ten_runtime/addon/extension/BUILD.gn +++ b/core/src/ten_runtime/addon/extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/addon/extension/extension.c b/core/src/ten_runtime/addon/extension/extension.c index 6aba34b193..851300439a 100644 --- a/core/src/ten_runtime/addon/extension/extension.c +++ b/core/src/ten_runtime/addon/extension/extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/addon/extension/extension.h" diff --git a/core/src/ten_runtime/addon/extension_group/BUILD.gn b/core/src/ten_runtime/addon/extension_group/BUILD.gn index da3088dbe1..a05dbdbb8f 100644 --- a/core/src/ten_runtime/addon/extension_group/BUILD.gn +++ b/core/src/ten_runtime/addon/extension_group/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/addon/extension_group/extension_group.c b/core/src/ten_runtime/addon/extension_group/extension_group.c index 632b60e49d..aec331ef63 100644 --- a/core/src/ten_runtime/addon/extension_group/extension_group.c +++ b/core/src/ten_runtime/addon/extension_group/extension_group.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/addon/extension_group/extension_group.h" diff --git a/core/src/ten_runtime/addon/protocol/BUILD.gn b/core/src/ten_runtime/addon/protocol/BUILD.gn index 71cec0e6d7..726bf4c949 100644 --- a/core/src/ten_runtime/addon/protocol/BUILD.gn +++ b/core/src/ten_runtime/addon/protocol/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/addon/protocol/protocol.c b/core/src/ten_runtime/addon/protocol/protocol.c index 8ee7f827f0..cf99c35d88 100644 --- a/core/src/ten_runtime/addon/protocol/protocol.c +++ b/core/src/ten_runtime/addon/protocol/protocol.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/addon/protocol/protocol.h" diff --git a/core/src/ten_runtime/addon/ten_env/BUILD.gn b/core/src/ten_runtime/addon/ten_env/BUILD.gn index 111b9930d0..e0e5cac4cc 100644 --- a/core/src/ten_runtime/addon/ten_env/BUILD.gn +++ b/core/src/ten_runtime/addon/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/addon/ten_env/on_xxx.c b/core/src/ten_runtime/addon/ten_env/on_xxx.c index 2a3106b5d9..9a06d6a508 100644 --- a/core/src/ten_runtime/addon/ten_env/on_xxx.c +++ b/core/src/ten_runtime/addon/ten_env/on_xxx.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/addon/ten_env/on_xxx.h" diff --git a/core/src/ten_runtime/app/BUILD.gn b/core/src/ten_runtime/app/BUILD.gn index 8bb1266505..fbe84b5505 100644 --- a/core/src/ten_runtime/app/BUILD.gn +++ b/core/src/ten_runtime/app/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/app/app.c b/core/src/ten_runtime/app/app.c index aa44eba6aa..641f8b56be 100644 --- a/core/src/ten_runtime/app/app.c +++ b/core/src/ten_runtime/app/app.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/app/app.h" diff --git a/core/src/ten_runtime/app/base_dir.c b/core/src/ten_runtime/app/base_dir.c index a0108fe1f2..bce8967b88 100644 --- a/core/src/ten_runtime/app/base_dir.c +++ b/core/src/ten_runtime/app/base_dir.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/core/src/ten_runtime/app/close.c b/core/src/ten_runtime/app/close.c index aaa13f828c..9b6dba1f64 100644 --- a/core/src/ten_runtime/app/close.c +++ b/core/src/ten_runtime/app/close.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/close.h" diff --git a/core/src/ten_runtime/app/endpoint.c b/core/src/ten_runtime/app/endpoint.c index 46b97ed0d4..1848efe56a 100644 --- a/core/src/ten_runtime/app/endpoint.c +++ b/core/src/ten_runtime/app/endpoint.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/endpoint.h" diff --git a/core/src/ten_runtime/app/engine_interface.c b/core/src/ten_runtime/app/engine_interface.c index c790ffc88f..37c854e929 100644 --- a/core/src/ten_runtime/app/engine_interface.c +++ b/core/src/ten_runtime/app/engine_interface.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/engine_interface.h" diff --git a/core/src/ten_runtime/app/internal.c b/core/src/ten_runtime/app/internal.c index d51623b1d9..84d44d7bd9 100644 --- a/core/src/ten_runtime/app/internal.c +++ b/core/src/ten_runtime/app/internal.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_runtime/app/metadata.c b/core/src/ten_runtime/app/metadata.c index e09ba36052..d99f6e1251 100644 --- a/core/src/ten_runtime/app/metadata.c +++ b/core/src/ten_runtime/app/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/metadata.h" diff --git a/core/src/ten_runtime/app/migration.c b/core/src/ten_runtime/app/migration.c index 4194d84241..1c36b8306d 100644 --- a/core/src/ten_runtime/app/migration.c +++ b/core/src/ten_runtime/app/migration.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/migration.h" diff --git a/core/src/ten_runtime/app/msg_interface/BUILD.gn b/core/src/ten_runtime/app/msg_interface/BUILD.gn index 1c04d456ad..75cabd3c06 100644 --- a/core/src/ten_runtime/app/msg_interface/BUILD.gn +++ b/core/src/ten_runtime/app/msg_interface/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/app/msg_interface/common.c b/core/src/ten_runtime/app/msg_interface/common.c index 9b2e83ef68..01eebe0900 100644 --- a/core/src/ten_runtime/app/msg_interface/common.c +++ b/core/src/ten_runtime/app/msg_interface/common.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/msg_interface/common.h" diff --git a/core/src/ten_runtime/app/msg_interface/start_graph.c b/core/src/ten_runtime/app/msg_interface/start_graph.c index f839833daf..2367e8e7b6 100644 --- a/core/src/ten_runtime/app/msg_interface/start_graph.c +++ b/core/src/ten_runtime/app/msg_interface/start_graph.c @@ -1,8 +1,9 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/msg_interface/start_graph.h" diff --git a/core/src/ten_runtime/app/predefined_graph.c b/core/src/ten_runtime/app/predefined_graph.c index 2c00ce921d..4a4a42fd13 100644 --- a/core/src/ten_runtime/app/predefined_graph.c +++ b/core/src/ten_runtime/app/predefined_graph.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/predefined_graph.h" diff --git a/core/src/ten_runtime/app/ten_env/BUILD.gn b/core/src/ten_runtime/app/ten_env/BUILD.gn index 111b9930d0..e0e5cac4cc 100644 --- a/core/src/ten_runtime/app/ten_env/BUILD.gn +++ b/core/src/ten_runtime/app/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/app/ten_env/metadata.c b/core/src/ten_runtime/app/ten_env/metadata.c index 70df241320..f31b8040d9 100644 --- a/core/src/ten_runtime/app/ten_env/metadata.c +++ b/core/src/ten_runtime/app/ten_env/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/ten_env/metadata.h" diff --git a/core/src/ten_runtime/app/ten_env/on_xxx.c b/core/src/ten_runtime/app/ten_env/on_xxx.c index c1145aeaa8..d36db54b54 100644 --- a/core/src/ten_runtime/app/ten_env/on_xxx.c +++ b/core/src/ten_runtime/app/ten_env/on_xxx.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/addon/addon_autoload.h" #include "include_internal/ten_runtime/app/app.h" diff --git a/core/src/ten_runtime/binding/BUILD.gn b/core/src/ten_runtime/binding/BUILD.gn index 95c32f5641..f84d5c611e 100644 --- a/core/src/ten_runtime/binding/BUILD.gn +++ b/core/src/ten_runtime/binding/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/common.c b/core/src/ten_runtime/binding/common.c index 641f209e8b..1d6778be2f 100644 --- a/core/src/ten_runtime/binding/common.c +++ b/core/src/ten_runtime/binding/common.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/common.h" diff --git a/core/src/ten_runtime/binding/go/BUILD.gn b/core/src/ten_runtime/binding/go/BUILD.gn index 247e8f14fd..02ae2447d9 100644 --- a/core/src/ten_runtime/binding/go/BUILD.gn +++ b/core/src/ten_runtime/binding/go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") import("//build/options.gni") diff --git a/core/src/ten_runtime/binding/go/BUILD_release.gn b/core/src/ten_runtime/binding/go/BUILD_release.gn index b1909ada08..aa2e2518bc 100644 --- a/core/src/ten_runtime/binding/go/BUILD_release.gn +++ b/core/src/ten_runtime/binding/go/BUILD_release.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # config("ten_runtime_go_common_libs") { if (is_win) { diff --git a/core/src/ten_runtime/binding/go/interface/ten/addon.go b/core/src/ten_runtime/binding/go/interface/ten/addon.go index dbbc44f115..22399220d3 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/addon.go +++ b/core/src/ten_runtime/binding/go/interface/ten/addon.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/addon.h b/core/src/ten_runtime/binding/go/interface/ten/addon.h index 92e5dd3b1d..83748da52d 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/addon.h +++ b/core/src/ten_runtime/binding/go/interface/ten/addon.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/app.go b/core/src/ten_runtime/binding/go/interface/ten/app.go index cf66ce2c82..1f0ace801b 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/app.go +++ b/core/src/ten_runtime/binding/go/interface/ten/app.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/app.h b/core/src/ten_runtime/binding/go/interface/ten/app.h index 984cb399af..bdcd7da21f 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/app.h +++ b/core/src/ten_runtime/binding/go/interface/ten/app.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/audio_frame.go b/core/src/ten_runtime/binding/go/interface/ten/audio_frame.go index 616cae8def..2415fc0504 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/audio_frame.go +++ b/core/src/ten_runtime/binding/go/interface/ten/audio_frame.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/audio_frame.h b/core/src/ten_runtime/binding/go/interface/ten/audio_frame.h index 79b0b62d13..c9d6a7853d 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/audio_frame.h +++ b/core/src/ten_runtime/binding/go/interface/ten/audio_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/audio_frame_test.go b/core/src/ten_runtime/binding/go/interface/ten/audio_frame_test.go index e1ec1d3899..2df5a5b8ab 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/audio_frame_test.go +++ b/core/src/ten_runtime/binding/go/interface/ten/audio_frame_test.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/base.go b/core/src/ten_runtime/binding/go/interface/ten/base.go index 5d8e3a733e..4a78c53c2c 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/base.go +++ b/core/src/ten_runtime/binding/go/interface/ten/base.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/base_dev.go b/core/src/ten_runtime/binding/go/interface/ten/base_dev.go index fed62c9306..99d5936f2e 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/base_dev.go +++ b/core/src/ten_runtime/binding/go/interface/ten/base_dev.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // //go:build dev diff --git a/core/src/ten_runtime/binding/go/interface/ten/base_release.go b/core/src/ten_runtime/binding/go/interface/ten/base_release.go index 9bdf81316d..3e04e29c92 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/base_release.go +++ b/core/src/ten_runtime/binding/go/interface/ten/base_release.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // //go:build !dev diff --git a/core/src/ten_runtime/binding/go/interface/ten/bytes.go b/core/src/ten_runtime/binding/go/interface/ten/bytes.go index 4049cc64c3..2c802acd0e 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/bytes.go +++ b/core/src/ten_runtime/binding/go/interface/ten/bytes.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/bytes_test.go b/core/src/ten_runtime/binding/go/interface/ten/bytes_test.go index c166d6d5bc..785a30bd20 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/bytes_test.go +++ b/core/src/ten_runtime/binding/go/interface/ten/bytes_test.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/cgo_helper.go b/core/src/ten_runtime/binding/go/interface/ten/cgo_helper.go index ed464cfd2d..6ccf5ea808 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/cgo_helper.go +++ b/core/src/ten_runtime/binding/go/interface/ten/cgo_helper.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/cmd.go b/core/src/ten_runtime/binding/go/interface/ten/cmd.go index b122971510..93eb449e50 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/cmd.go +++ b/core/src/ten_runtime/binding/go/interface/ten/cmd.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/cmd.h b/core/src/ten_runtime/binding/go/interface/ten/cmd.h index c0b6e10b0e..dd607c0772 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/cmd.h +++ b/core/src/ten_runtime/binding/go/interface/ten/cmd.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/cmd_result.go b/core/src/ten_runtime/binding/go/interface/ten/cmd_result.go index 4536b2dc0a..705ca8da6a 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/cmd_result.go +++ b/core/src/ten_runtime/binding/go/interface/ten/cmd_result.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/cmd_test.go b/core/src/ten_runtime/binding/go/interface/ten/cmd_test.go index 6114772f25..d2e53cb937 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/cmd_test.go +++ b/core/src/ten_runtime/binding/go/interface/ten/cmd_test.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/common.go b/core/src/ten_runtime/binding/go/interface/ten/common.go index c9be762e16..af1ea07c64 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/common.go +++ b/core/src/ten_runtime/binding/go/interface/ten/common.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/common.h b/core/src/ten_runtime/binding/go/interface/ten/common.h index c29cc9238e..be543f9fe0 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/common.h +++ b/core/src/ten_runtime/binding/go/interface/ten/common.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/concurrent_map.go b/core/src/ten_runtime/binding/go/interface/ten/concurrent_map.go index c8f4d7aec2..d4e215d573 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/concurrent_map.go +++ b/core/src/ten_runtime/binding/go/interface/ten/concurrent_map.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/data.go b/core/src/ten_runtime/binding/go/interface/ten/data.go index f3a8ae7c20..f9f05c747f 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/data.go +++ b/core/src/ten_runtime/binding/go/interface/ten/data.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/data.h b/core/src/ten_runtime/binding/go/interface/ten/data.h index b1bab18ee7..8a287f37b6 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/data.h +++ b/core/src/ten_runtime/binding/go/interface/ten/data.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/error.go b/core/src/ten_runtime/binding/go/interface/ten/error.go index 5a416ceac4..cab69fd870 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/error.go +++ b/core/src/ten_runtime/binding/go/interface/ten/error.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/extension.go b/core/src/ten_runtime/binding/go/interface/ten/extension.go index b08cecc8a2..0342d06c07 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/extension.go +++ b/core/src/ten_runtime/binding/go/interface/ten/extension.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/extension.h b/core/src/ten_runtime/binding/go/interface/ten/extension.h index ac9f964fca..f0ca90dbc0 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/extension.h +++ b/core/src/ten_runtime/binding/go/interface/ten/extension.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/extension_group.go b/core/src/ten_runtime/binding/go/interface/ten/extension_group.go index 5f87ef4d93..2e71ab3bd7 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/extension_group.go +++ b/core/src/ten_runtime/binding/go/interface/ten/extension_group.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/extension_group.h b/core/src/ten_runtime/binding/go/interface/ten/extension_group.h index e6547b1076..5731fcc2df 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/extension_group.h +++ b/core/src/ten_runtime/binding/go/interface/ten/extension_group.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/globals.go b/core/src/ten_runtime/binding/go/interface/ten/globals.go index bced71dfd0..ed38b1f114 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/globals.go +++ b/core/src/ten_runtime/binding/go/interface/ten/globals.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/handle.go b/core/src/ten_runtime/binding/go/interface/ten/handle.go index 4c1403af0a..d80df58148 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/handle.go +++ b/core/src/ten_runtime/binding/go/interface/ten/handle.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/log_level.go b/core/src/ten_runtime/binding/go/interface/ten/log_level.go index bbe3fdaacd..39b8509a8d 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/log_level.go +++ b/core/src/ten_runtime/binding/go/interface/ten/log_level.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/msg.go b/core/src/ten_runtime/binding/go/interface/ten/msg.go index 100f2a771b..1cd2614d18 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/msg.go +++ b/core/src/ten_runtime/binding/go/interface/ten/msg.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/msg.h b/core/src/ten_runtime/binding/go/interface/ten/msg.h index 6a49f24f7a..3d0ca6a805 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/msg.h +++ b/core/src/ten_runtime/binding/go/interface/ten/msg.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/msg_property.go b/core/src/ten_runtime/binding/go/interface/ten/msg_property.go index a4c1e48c7f..a387c1217d 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/msg_property.go +++ b/core/src/ten_runtime/binding/go/interface/ten/msg_property.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/msg_test.go b/core/src/ten_runtime/binding/go/interface/ten/msg_test.go index 30864faaef..9084096fba 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/msg_test.go +++ b/core/src/ten_runtime/binding/go/interface/ten/msg_test.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/pools.go b/core/src/ten_runtime/binding/go/interface/ten/pools.go index f10303dd98..08ccee5efd 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/pools.go +++ b/core/src/ten_runtime/binding/go/interface/ten/pools.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/pools_test.go b/core/src/ten_runtime/binding/go/interface/ten/pools_test.go index d43b5870ae..855db1ba92 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/pools_test.go +++ b/core/src/ten_runtime/binding/go/interface/ten/pools_test.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/prop.go b/core/src/ten_runtime/binding/go/interface/ten/prop.go index b8bd00e100..ecaa7c4d4c 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/prop.go +++ b/core/src/ten_runtime/binding/go/interface/ten/prop.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/prop_test.go b/core/src/ten_runtime/binding/go/interface/ten/prop_test.go index 7533aefcae..df9add5867 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/prop_test.go +++ b/core/src/ten_runtime/binding/go/interface/ten/prop_test.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/ten_env.go b/core/src/ten_runtime/binding/go/interface/ten/ten_env.go index e195ce5368..5425eee36a 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/ten_env.go +++ b/core/src/ten_runtime/binding/go/interface/ten/ten_env.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/ten_env.h b/core/src/ten_runtime/binding/go/interface/ten/ten_env.h index 26c6aaaf02..cb03042e45 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/ten_env.h +++ b/core/src/ten_runtime/binding/go/interface/ten/ten_env.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/ten_export.go b/core/src/ten_runtime/binding/go/interface/ten/ten_export.go index 1aa91275db..f71c8c492f 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/ten_export.go +++ b/core/src/ten_runtime/binding/go/interface/ten/ten_export.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/ten_property.go b/core/src/ten_runtime/binding/go/interface/ten/ten_property.go index 7d1732bcf5..d71f52a017 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/ten_property.go +++ b/core/src/ten_runtime/binding/go/interface/ten/ten_property.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/ten_return.go b/core/src/ten_runtime/binding/go/interface/ten/ten_return.go index e7a011b9df..65807ed8d6 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/ten_return.go +++ b/core/src/ten_runtime/binding/go/interface/ten/ten_return.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/value.go b/core/src/ten_runtime/binding/go/interface/ten/value.go index 027c41b574..e5c3cbda29 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/value.go +++ b/core/src/ten_runtime/binding/go/interface/ten/value.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/value.h b/core/src/ten_runtime/binding/go/interface/ten/value.h index 20da176f1f..57997b6a1e 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/value.h +++ b/core/src/ten_runtime/binding/go/interface/ten/value.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/video_frame.go b/core/src/ten_runtime/binding/go/interface/ten/video_frame.go index dfda97188c..d35f4ff47c 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/video_frame.go +++ b/core/src/ten_runtime/binding/go/interface/ten/video_frame.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/video_frame.h b/core/src/ten_runtime/binding/go/interface/ten/video_frame.h index ccd1bd8b62..d52016d0a2 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/video_frame.h +++ b/core/src/ten_runtime/binding/go/interface/ten/video_frame.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_runtime/binding/go/interface/ten/video_frame_test.go b/core/src/ten_runtime/binding/go/interface/ten/video_frame_test.go index 79306bb6b5..69476a0088 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/video_frame_test.go +++ b/core/src/ten_runtime/binding/go/interface/ten/video_frame_test.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/interface/ten/worker.go b/core/src/ten_runtime/binding/go/interface/ten/worker.go index d497d7115f..337ca8d4ce 100644 --- a/core/src/ten_runtime/binding/go/interface/ten/worker.go +++ b/core/src/ten_runtime/binding/go/interface/ten/worker.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package ten diff --git a/core/src/ten_runtime/binding/go/native/BUILD.gn b/core/src/ten_runtime/binding/go/native/BUILD.gn index 5d435ea994..bf75a5c751 100644 --- a/core/src/ten_runtime/binding/go/native/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/options.gni") import("//build/ten_runtime/ten.gni") diff --git a/core/src/ten_runtime/binding/go/native/addon/BUILD.gn b/core/src/ten_runtime/binding/go/native/addon/BUILD.gn index fc126808b2..dad2663d87 100644 --- a/core/src/ten_runtime/binding/go/native/addon/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/addon/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/addon/addon.c b/core/src/ten_runtime/binding/go/native/addon/addon.c index dd3e7a7b1e..2f32740515 100644 --- a/core/src/ten_runtime/binding/go/native/addon/addon.c +++ b/core/src/ten_runtime/binding/go/native/addon/addon.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/addon.h" diff --git a/core/src/ten_runtime/binding/go/native/app/BUILD.gn b/core/src/ten_runtime/binding/go/native/app/BUILD.gn index dc2fa40cd9..b6649c82b1 100644 --- a/core/src/ten_runtime/binding/go/native/app/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/app/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/app/app.c b/core/src/ten_runtime/binding/go/native/app/app.c index d0c7d636d7..fbc2c047fb 100644 --- a/core/src/ten_runtime/binding/go/native/app/app.c +++ b/core/src/ten_runtime/binding/go/native/app/app.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/app.h" diff --git a/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c b/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c index bdeba0fd78..25de45da53 100644 --- a/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c +++ b/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/preserved_metadata.h" diff --git a/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c.jinja2 b/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c.jinja2 index 4b848e77e8..709afe0afb 100644 --- a/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c.jinja2 +++ b/core/src/ten_runtime/binding/go/native/build_template/preserved_metadata.c.jinja2 @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/preserved_metadata.h" diff --git a/core/src/ten_runtime/binding/go/native/extension/BUILD.gn b/core/src/ten_runtime/binding/go/native/extension/BUILD.gn index eec37b35fc..8d4c810893 100644 --- a/core/src/ten_runtime/binding/go/native/extension/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/extension/extension.c b/core/src/ten_runtime/binding/go/native/extension/extension.c index 376d09585e..b2275a3570 100644 --- a/core/src/ten_runtime/binding/go/native/extension/extension.c +++ b/core/src/ten_runtime/binding/go/native/extension/extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/extension.h" diff --git a/core/src/ten_runtime/binding/go/native/extension_group/BUILD.gn b/core/src/ten_runtime/binding/go/native/extension_group/BUILD.gn index da3088dbe1..a05dbdbb8f 100644 --- a/core/src/ten_runtime/binding/go/native/extension_group/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/extension_group/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/extension_group/extension_group.c b/core/src/ten_runtime/binding/go/native/extension_group/extension_group.c index 41bfd7cc50..cd58a5f5ba 100644 --- a/core/src/ten_runtime/binding/go/native/extension_group/extension_group.c +++ b/core/src/ten_runtime/binding/go/native/extension_group/extension_group.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/extension_group.h" diff --git a/core/src/ten_runtime/binding/go/native/internal/BUILD.gn b/core/src/ten_runtime/binding/go/native/internal/BUILD.gn index c3f554cd1a..1ccc69ed5b 100644 --- a/core/src/ten_runtime/binding/go/native/internal/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/internal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/internal/common.c b/core/src/ten_runtime/binding/go/native/internal/common.c index 49dbdda1e8..8b028bf852 100644 --- a/core/src/ten_runtime/binding/go/native/internal/common.c +++ b/core/src/ten_runtime/binding/go/native/internal/common.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/common.h" diff --git a/core/src/ten_runtime/binding/go/native/internal/json.c b/core/src/ten_runtime/binding/go/native/internal/json.c index 2537bfd417..91c0e073f1 100644 --- a/core/src/ten_runtime/binding/go/native/internal/json.c +++ b/core/src/ten_runtime/binding/go/native/internal/json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/go/internal/json.h" diff --git a/core/src/ten_runtime/binding/go/native/msg/BUILD.gn b/core/src/ten_runtime/binding/go/native/msg/BUILD.gn index 80cebb3324..de1c925e6c 100644 --- a/core/src/ten_runtime/binding/go/native/msg/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/msg/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/msg/audio_frame/BUILD.gn b/core/src/ten_runtime/binding/go/native/msg/audio_frame/BUILD.gn index d58239b4e0..16a9a96231 100644 --- a/core/src/ten_runtime/binding/go/native/msg/audio_frame/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/msg/audio_frame/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/msg/audio_frame/audio_frame.c b/core/src/ten_runtime/binding/go/native/msg/audio_frame/audio_frame.c index 9e76704b9e..e07b1013a3 100644 --- a/core/src/ten_runtime/binding/go/native/msg/audio_frame/audio_frame.c +++ b/core/src/ten_runtime/binding/go/native/msg/audio_frame/audio_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/audio_frame.h" diff --git a/core/src/ten_runtime/binding/go/native/msg/cmd/BUILD.gn b/core/src/ten_runtime/binding/go/native/msg/cmd/BUILD.gn index d03eee64cc..b028b23eb7 100644 --- a/core/src/ten_runtime/binding/go/native/msg/cmd/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/msg/cmd/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/msg/cmd/cmd.c b/core/src/ten_runtime/binding/go/native/msg/cmd/cmd.c index 4b68a76801..2d0c7941b3 100644 --- a/core/src/ten_runtime/binding/go/native/msg/cmd/cmd.c +++ b/core/src/ten_runtime/binding/go/native/msg/cmd/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/cmd.h" diff --git a/core/src/ten_runtime/binding/go/native/msg/data/BUILD.gn b/core/src/ten_runtime/binding/go/native/msg/data/BUILD.gn index 2513b07322..ef1645c0c4 100644 --- a/core/src/ten_runtime/binding/go/native/msg/data/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/msg/data/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/msg/data/data.c b/core/src/ten_runtime/binding/go/native/msg/data/data.c index bc57a99af3..922ac4906c 100644 --- a/core/src/ten_runtime/binding/go/native/msg/data/data.c +++ b/core/src/ten_runtime/binding/go/native/msg/data/data.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/data.h" diff --git a/core/src/ten_runtime/binding/go/native/msg/msg.c b/core/src/ten_runtime/binding/go/native/msg/msg.c index ad40499ae2..74e443ab3e 100644 --- a/core/src/ten_runtime/binding/go/native/msg/msg.c +++ b/core/src/ten_runtime/binding/go/native/msg/msg.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/msg.h" diff --git a/core/src/ten_runtime/binding/go/native/msg/video_frame/BUILD.gn b/core/src/ten_runtime/binding/go/native/msg/video_frame/BUILD.gn index 5ccae1891f..eb93a43eb3 100644 --- a/core/src/ten_runtime/binding/go/native/msg/video_frame/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/msg/video_frame/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/msg/video_frame/video_frame.c b/core/src/ten_runtime/binding/go/native/msg/video_frame/video_frame.c index d92a176476..b5ba40ef5e 100644 --- a/core/src/ten_runtime/binding/go/native/msg/video_frame/video_frame.c +++ b/core/src/ten_runtime/binding/go/native/msg/video_frame/video_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/video_frame.h" diff --git a/core/src/ten_runtime/binding/go/native/ten_env/BUILD.gn b/core/src/ten_runtime/binding/go/native/ten_env/BUILD.gn index 111b9930d0..e0e5cac4cc 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env.c index 4a3409a66f..b92351d62e 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/go/ten_env/ten_env.h" diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_create_extension.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_create_extension.c index edbf63ea0a..a8576db005 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_create_extension.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_create_extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_destroy_extension.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_destroy_extension.c index a8626c62d0..c2ed4d700d 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_destroy_extension.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_addon_destroy_extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_create_instance_done.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_create_instance_done.c index 067b814e86..c3cce7fa7d 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_create_instance_done.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_create_instance_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property.c index fc77de3d12..cb8b0009e8 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property_async.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property_async.c index bb7bb5c009..e03e4a44fa 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property_async.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_get_property_async.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_init_property.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_init_property.c index eca6af02f6..4b0c364d6e 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_init_property.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_init_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/go/internal/common.h" #include "include_internal/ten_runtime/binding/go/ten_env/ten_env.h" diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_internal.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_internal.c index 95eae82b0a..263fce88bb 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_internal.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_internal.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/go/ten_env/ten_env_internal.h" diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_is_cmd_connected.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_is_cmd_connected.c index c41a31c321..f6ca07b56e 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_is_cmd_connected.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_is_cmd_connected.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/go/ten_env/ten_env.h" #include "include_internal/ten_runtime/binding/go/ten_env/ten_env_internal.h" diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_log.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_log.c index 90203c2a2f..421c0e554e 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_log.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_log.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_create_extension_done.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_create_extension_done.c index c523d31222..8e3309f62a 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_create_extension_done.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_create_extension_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_deinit_done.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_deinit_done.c index 1c047e9d1b..4c64b106ab 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_deinit_done.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_deinit_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_delete_extension_done.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_delete_extension_done.c index a2ccaa7978..8e35645b82 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_delete_extension_done.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_delete_extension_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_init_done.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_init_done.c index 1bc29ef572..0c8640dbc5 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_init_done.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_init_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_start_done.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_start_done.c index a4aff463fd..66e56daaa5 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_start_done.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_start_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_stop_done.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_stop_done.c index b4f269eb15..cec9eb843a 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_stop_done.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_on_stop_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_result.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_result.c index e2d7ff5af8..c89ec908ea 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_result.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_result.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/go/ten_env/ten_env_return_result.h" diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_value.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_value.c index 3c963732f3..ff241f9a76 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_value.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_return_value.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/go/internal/common.h" #include "include_internal/ten_runtime/binding/go/internal/json.h" diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_audio_frame.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_audio_frame.c index 2609ad5008..d8dfd67a8f 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_audio_frame.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_audio_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_cmd.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_cmd.c index a63b809feb..1c66cbec05 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_cmd.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_data.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_data.c index fa98e0c88d..6caa153937 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_data.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_data.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_json.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_json.c index bbeafd4e0b..96dc69fa02 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_json.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_video_frame.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_video_frame.c index f4c12cbc80..0995b34be8 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_video_frame.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_send_video_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property.c index 1fbd4f26a2..23c2019c0f 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property_async.c b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property_async.c index b9dc00e43d..5946f93831 100644 --- a/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property_async.c +++ b/core/src/ten_runtime/binding/go/native/ten_env/ten_env_set_property_async.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/go/native/value/BUILD.gn b/core/src/ten_runtime/binding/go/native/value/BUILD.gn index 76644a6f0f..e5effe2ded 100644 --- a/core/src/ten_runtime/binding/go/native/value/BUILD.gn +++ b/core/src/ten_runtime/binding/go/native/value/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/go/native/value/value.c b/core/src/ten_runtime/binding/go/native/value/value.c index fdaf8752f7..d125e4c93d 100644 --- a/core/src/ten_runtime/binding/go/native/value/value.c +++ b/core/src/ten_runtime/binding/go/native/value/value.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/go/interface/ten/value.h" diff --git a/core/src/ten_runtime/binding/go/tools/build/main.go b/core/src/ten_runtime/binding/go/tools/build/main.go index 7785f2fe4e..77233bc0f4 100644 --- a/core/src/ten_runtime/binding/go/tools/build/main.go +++ b/core/src/ten_runtime/binding/go/tools/build/main.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // package main diff --git a/core/src/ten_runtime/binding/python/BUILD.gn b/core/src/ten_runtime/binding/python/BUILD.gn index 6a600af153..ad78b63644 100644 --- a/core/src/ten_runtime/binding/python/BUILD.gn +++ b/core/src/ten_runtime/binding/python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") import("//build/options.gni") diff --git a/core/src/ten_runtime/binding/python/BUILD_release.gn b/core/src/ten_runtime/binding/python/BUILD_release.gn index 9dd82f84b3..156c71a631 100644 --- a/core/src/ten_runtime/binding/python/BUILD_release.gn +++ b/core/src/ten_runtime/binding/python/BUILD_release.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/core/src/ten_runtime/binding/python/interface/ten/__init__.py b/core/src/ten_runtime/binding/python/interface/ten/__init__.py index 898f5219eb..e1b1b5e27f 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/__init__.py +++ b/core/src/ten_runtime/binding/python/interface/ten/__init__.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from .app import App from .extension import Extension diff --git a/core/src/ten_runtime/binding/python/interface/ten/addon.py b/core/src/ten_runtime/binding/python/interface/ten/addon.py index 2216660f5a..ac460a1a6c 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/addon.py +++ b/core/src/ten_runtime/binding/python/interface/ten/addon.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import json import os diff --git a/core/src/ten_runtime/binding/python/interface/ten/app.py b/core/src/ten_runtime/binding/python/interface/ten/app.py index 7443fe793c..eda65e98f1 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/app.py +++ b/core/src/ten_runtime/binding/python/interface/ten/app.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from libten_runtime_python import _App from .ten_env import TenEnv diff --git a/core/src/ten_runtime/binding/python/interface/ten/audio_frame.py b/core/src/ten_runtime/binding/python/interface/ten/audio_frame.py index e05f59aa63..f7e812246a 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/audio_frame.py +++ b/core/src/ten_runtime/binding/python/interface/ten/audio_frame.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from libten_runtime_python import _AudioFrame from enum import IntEnum diff --git a/core/src/ten_runtime/binding/python/interface/ten/cmd.py b/core/src/ten_runtime/binding/python/interface/ten/cmd.py index eeb6006200..bb92c535d9 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/cmd.py +++ b/core/src/ten_runtime/binding/python/interface/ten/cmd.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import json import warnings diff --git a/core/src/ten_runtime/binding/python/interface/ten/cmd_result.py b/core/src/ten_runtime/binding/python/interface/ten/cmd_result.py index 4d66caa279..326aeb24ae 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/cmd_result.py +++ b/core/src/ten_runtime/binding/python/interface/ten/cmd_result.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from libten_runtime_python import _CmdResult from enum import IntEnum diff --git a/core/src/ten_runtime/binding/python/interface/ten/data.py b/core/src/ten_runtime/binding/python/interface/ten/data.py index 8bad8eaea8..992cb7acf2 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/data.py +++ b/core/src/ten_runtime/binding/python/interface/ten/data.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import warnings from libten_runtime_python import _Data diff --git a/core/src/ten_runtime/binding/python/interface/ten/decorator.py b/core/src/ten_runtime/binding/python/interface/ten/decorator.py index de5849b409..d5fcd2bead 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/decorator.py +++ b/core/src/ten_runtime/binding/python/interface/ten/decorator.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from libten_runtime_python import ( _register_addon_as_extension, diff --git a/core/src/ten_runtime/binding/python/interface/ten/extension.py b/core/src/ten_runtime/binding/python/interface/ten/extension.py index ee593d61f6..1e75c649ed 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/extension.py +++ b/core/src/ten_runtime/binding/python/interface/ten/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os from typing import final diff --git a/core/src/ten_runtime/binding/python/interface/ten/libten_runtime_python.pyi b/core/src/ten_runtime/binding/python/interface/ten/libten_runtime_python.pyi index e4d8a71df4..4526d261b5 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/libten_runtime_python.pyi +++ b/core/src/ten_runtime/binding/python/interface/ten/libten_runtime_python.pyi @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from .ten_env_attach_to_enum import _TenEnvAttachTo from .log_level import LogLevel diff --git a/core/src/ten_runtime/binding/python/interface/ten/log_level.py b/core/src/ten_runtime/binding/python/interface/ten/log_level.py index a7a3d444c3..5fc63b2915 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/log_level.py +++ b/core/src/ten_runtime/binding/python/interface/ten/log_level.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from enum import IntEnum diff --git a/core/src/ten_runtime/binding/python/interface/ten/msg.py b/core/src/ten_runtime/binding/python/interface/ten/msg.py index d7189827a0..00a17d8f9b 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/msg.py +++ b/core/src/ten_runtime/binding/python/interface/ten/msg.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from libten_runtime_python import _Msg diff --git a/core/src/ten_runtime/binding/python/interface/ten/ten_env.py b/core/src/ten_runtime/binding/python/interface/ten/ten_env.py index 3106aada5b..a9019530ba 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/ten_env.py +++ b/core/src/ten_runtime/binding/python/interface/ten/ten_env.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from typing import Callable import inspect diff --git a/core/src/ten_runtime/binding/python/interface/ten/ten_env_attach_to_enum.py b/core/src/ten_runtime/binding/python/interface/ten/ten_env_attach_to_enum.py index 5f487e7fc2..3d87fe4d39 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/ten_env_attach_to_enum.py +++ b/core/src/ten_runtime/binding/python/interface/ten/ten_env_attach_to_enum.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from enum import IntEnum diff --git a/core/src/ten_runtime/binding/python/interface/ten/video_frame.py b/core/src/ten_runtime/binding/python/interface/ten/video_frame.py index 88217746a6..46f55306c2 100644 --- a/core/src/ten_runtime/binding/python/interface/ten/video_frame.py +++ b/core/src/ten_runtime/binding/python/interface/ten/video_frame.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from libten_runtime_python import _VideoFrame from enum import IntEnum diff --git a/core/src/ten_runtime/binding/python/native/BUILD.gn b/core/src/ten_runtime/binding/python/native/BUILD.gn index a4944b5763..0155fef94d 100644 --- a/core/src/ten_runtime/binding/python/native/BUILD.gn +++ b/core/src/ten_runtime/binding/python/native/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/ten.gni") diff --git a/core/src/ten_runtime/binding/python/native/addon/BUILD.gn b/core/src/ten_runtime/binding/python/native/addon/BUILD.gn index 459a572eef..bd6b41c9ca 100644 --- a/core/src/ten_runtime/binding/python/native/addon/BUILD.gn +++ b/core/src/ten_runtime/binding/python/native/addon/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/python/native/addon/addon.c b/core/src/ten_runtime/binding/python/native/addon/addon.c index 01ca204c78..f6f1b0b9f9 100644 --- a/core/src/ten_runtime/binding/python/native/addon/addon.c +++ b/core/src/ten_runtime/binding/python/native/addon/addon.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/addon/addon.h" diff --git a/core/src/ten_runtime/binding/python/native/addon/decorator.c b/core/src/ten_runtime/binding/python/native/addon/decorator.c index c46699df92..7c6028ca4f 100644 --- a/core/src/ten_runtime/binding/python/native/addon/decorator.c +++ b/core/src/ten_runtime/binding/python/native/addon/decorator.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/addon/decorator.h" diff --git a/core/src/ten_runtime/binding/python/native/app/BUILD.gn b/core/src/ten_runtime/binding/python/native/app/BUILD.gn index 1047a6357d..8eb4c1b45e 100644 --- a/core/src/ten_runtime/binding/python/native/app/BUILD.gn +++ b/core/src/ten_runtime/binding/python/native/app/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/python/native/app/app.c b/core/src/ten_runtime/binding/python/native/app/app.c index 135aafca38..bddd1b13be 100644 --- a/core/src/ten_runtime/binding/python/native/app/app.c +++ b/core/src/ten_runtime/binding/python/native/app/app.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/app/app.h" diff --git a/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c b/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c index bdeba0fd78..25de45da53 100644 --- a/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c +++ b/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/preserved_metadata.h" diff --git a/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c.jinja2 b/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c.jinja2 index 4b848e77e8..709afe0afb 100644 --- a/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c.jinja2 +++ b/core/src/ten_runtime/binding/python/native/build_template/preserved_metadata.c.jinja2 @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/preserved_metadata.h" diff --git a/core/src/ten_runtime/binding/python/native/common/BUILD.gn b/core/src/ten_runtime/binding/python/native/common/BUILD.gn index d4b6d1036c..1213a02956 100644 --- a/core/src/ten_runtime/binding/python/native/common/BUILD.gn +++ b/core/src/ten_runtime/binding/python/native/common/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/python/native/common/buf.c b/core/src/ten_runtime/binding/python/native/common/buf.c index 2cdd27c25f..800754e791 100644 --- a/core/src/ten_runtime/binding/python/native/common/buf.c +++ b/core/src/ten_runtime/binding/python/native/common/buf.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/buf.h" diff --git a/core/src/ten_runtime/binding/python/native/common/common.c b/core/src/ten_runtime/binding/python/native/common/common.c index 14319fee38..7415720e37 100644 --- a/core/src/ten_runtime/binding/python/native/common/common.c +++ b/core/src/ten_runtime/binding/python/native/common/common.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/python/common.h" diff --git a/core/src/ten_runtime/binding/python/native/common/error.c b/core/src/ten_runtime/binding/python/native/common/error.c index 6ef1536857..40da25114a 100644 --- a/core/src/ten_runtime/binding/python/native/common/error.c +++ b/core/src/ten_runtime/binding/python/native/common/error.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/extension/BUILD.gn b/core/src/ten_runtime/binding/python/native/extension/BUILD.gn index 3451766602..36e27dcc73 100644 --- a/core/src/ten_runtime/binding/python/native/extension/BUILD.gn +++ b/core/src/ten_runtime/binding/python/native/extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/python/native/extension/extension.c b/core/src/ten_runtime/binding/python/native/extension/extension.c index 6f63b87b5e..6258175888 100644 --- a/core/src/ten_runtime/binding/python/native/extension/extension.c +++ b/core/src/ten_runtime/binding/python/native/extension/extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension.h" diff --git a/core/src/ten_runtime/binding/python/native/init.c b/core/src/ten_runtime/binding/python/native/init.c index af266f2bc0..b4b7c74119 100644 --- a/core/src/ten_runtime/binding/python/native/init.c +++ b/core/src/ten_runtime/binding/python/native/init.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/addon/addon.h" #include "include_internal/ten_runtime/binding/python/addon/decorator.h" diff --git a/core/src/ten_runtime/binding/python/native/msg/BUILD.gn b/core/src/ten_runtime/binding/python/native/msg/BUILD.gn index dd6e0fee5d..1e79c3226d 100644 --- a/core/src/ten_runtime/binding/python/native/msg/BUILD.gn +++ b/core/src/ten_runtime/binding/python/native/msg/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/python/native/msg/audio_frame.c b/core/src/ten_runtime/binding/python/native/msg/audio_frame.c index 879784d6a5..86767271ce 100644 --- a/core/src/ten_runtime/binding/python/native/msg/audio_frame.c +++ b/core/src/ten_runtime/binding/python/native/msg/audio_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/msg/audio_frame.h" diff --git a/core/src/ten_runtime/binding/python/native/msg/cmd.c b/core/src/ten_runtime/binding/python/native/msg/cmd.c index 2d8a6c38fd..4a68943a87 100644 --- a/core/src/ten_runtime/binding/python/native/msg/cmd.c +++ b/core/src/ten_runtime/binding/python/native/msg/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/msg/cmd.h" diff --git a/core/src/ten_runtime/binding/python/native/msg/cmd_result.c b/core/src/ten_runtime/binding/python/native/msg/cmd_result.c index 8a272449eb..c6a95f71ea 100644 --- a/core/src/ten_runtime/binding/python/native/msg/cmd_result.c +++ b/core/src/ten_runtime/binding/python/native/msg/cmd_result.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/msg/cmd_result.h" diff --git a/core/src/ten_runtime/binding/python/native/msg/data.c b/core/src/ten_runtime/binding/python/native/msg/data.c index 9c291ee3be..36ef6f4abb 100644 --- a/core/src/ten_runtime/binding/python/native/msg/data.c +++ b/core/src/ten_runtime/binding/python/native/msg/data.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/msg/data.h" diff --git a/core/src/ten_runtime/binding/python/native/msg/msg.c b/core/src/ten_runtime/binding/python/native/msg/msg.c index df4670737f..302baddfec 100644 --- a/core/src/ten_runtime/binding/python/native/msg/msg.c +++ b/core/src/ten_runtime/binding/python/native/msg/msg.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/msg/msg.h" diff --git a/core/src/ten_runtime/binding/python/native/msg/type.c b/core/src/ten_runtime/binding/python/native/msg/type.c index fef16c7313..5206b39986 100644 --- a/core/src/ten_runtime/binding/python/native/msg/type.c +++ b/core/src/ten_runtime/binding/python/native/msg/type.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/buf.h" #include "include_internal/ten_runtime/binding/python/msg/audio_frame.h" diff --git a/core/src/ten_runtime/binding/python/native/msg/video_frame.c b/core/src/ten_runtime/binding/python/native/msg/video_frame.c index 80de66cecb..db8cb4d038 100644 --- a/core/src/ten_runtime/binding/python/native/msg/video_frame.c +++ b/core/src/ten_runtime/binding/python/native/msg/video_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/msg/video_frame.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/BUILD.gn b/core/src/ten_runtime/binding/python/native/ten_env/BUILD.gn index cf28f961a7..5ef6b52fd8 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/BUILD.gn +++ b/core/src/ten_runtime/binding/python/native/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env.c index 00f57911f0..f9672a8359 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/ten_env/ten_env.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_get_property.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_get_property.c index a2e076077e..af5e24a2ed 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_get_property.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_get_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_init_property.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_init_property.c index 1a3e0fe037..efce126e73 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_init_property.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_init_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_is_cmd_connected.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_is_cmd_connected.c index 9d26915ad4..7616ba6ae3 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_is_cmd_connected.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_is_cmd_connected.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/error.h" #include "include_internal/ten_runtime/binding/python/ten_env/ten_env.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_log.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_log.c index 14005a7ed7..04bba53c8d 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_log.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_log.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_create_instance_done.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_create_instance_done.c index 935edb05d1..ea8e3c38e4 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_create_instance_done.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_create_instance_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_deinit_done.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_deinit_done.c index 4b59371057..5f3878ee4a 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_deinit_done.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_deinit_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_init_done.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_init_done.c index 67d5ea9d28..12c87c3245 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_init_done.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_init_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_start_done.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_start_done.c index a633a395ef..8a476b1f0d 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_start_done.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_start_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_stop_done.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_stop_done.c index 1bbec3c1d0..8d9a8b758f 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_stop_done.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_on_stop_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_return_result.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_return_result.c index 736f334fca..74a2ea6d16 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_return_result.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_return_result.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/error.h" #include "include_internal/ten_runtime/binding/python/msg/cmd.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_audio_frame.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_audio_frame.c index d268a95b7d..252116bf01 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_audio_frame.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_audio_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/error.h" #include "include_internal/ten_runtime/binding/python/msg/audio_frame.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_cmd.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_cmd.c index 565ef63707..f0581d040c 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_cmd.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/common.h" #include "include_internal/ten_runtime/binding/python/common/error.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_data.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_data.c index 3dbb764395..a384cb7d59 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_data.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_data.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/error.h" #include "include_internal/ten_runtime/binding/python/msg/data.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_json.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_json.c index 346ed98db9..f23d2fa301 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_json.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/common.h" #include "include_internal/ten_runtime/binding/python/common/error.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_video_frame.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_video_frame.c index 6f2b8e2527..e24397baf3 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_video_frame.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_send_video_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/python/common/error.h" #include "include_internal/ten_runtime/binding/python/msg/video_frame.h" diff --git a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_set_property.c b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_set_property.c index 2fbff52078..d0aacb71bf 100644 --- a/core/src/ten_runtime/binding/python/native/ten_env/ten_env_set_property.c +++ b/core/src/ten_runtime/binding/python/native/ten_env/ten_env_set_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/build_template/preserved_metadata.c b/core/src/ten_runtime/build_template/preserved_metadata.c index 63d3e78b6c..3d62db6827 100644 --- a/core/src/ten_runtime/build_template/preserved_metadata.c +++ b/core/src/ten_runtime/build_template/preserved_metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/preserved_metadata.h" diff --git a/core/src/ten_runtime/build_template/preserved_metadata.c.jinja2 b/core/src/ten_runtime/build_template/preserved_metadata.c.jinja2 index 4b848e77e8..709afe0afb 100644 --- a/core/src/ten_runtime/build_template/preserved_metadata.c.jinja2 +++ b/core/src/ten_runtime/build_template/preserved_metadata.c.jinja2 @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/preserved_metadata.h" diff --git a/core/src/ten_runtime/common/BUILD.gn b/core/src/ten_runtime/common/BUILD.gn index 21b976ad55..e884a034fa 100644 --- a/core/src/ten_runtime/common/BUILD.gn +++ b/core/src/ten_runtime/common/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/common/binding.c b/core/src/ten_runtime/common/binding.c index 2cd99f2d9c..436d171c89 100644 --- a/core/src/ten_runtime/common/binding.c +++ b/core/src/ten_runtime/common/binding.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/binding/common.h" #include "ten_utils/macro/check.h" diff --git a/core/src/ten_runtime/common/closeable.c b/core/src/ten_runtime/common/closeable.c index 64c2d168f4..79d2939d1b 100644 --- a/core/src/ten_runtime/common/closeable.c +++ b/core/src/ten_runtime/common/closeable.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/closeable.h" diff --git a/core/src/ten_runtime/common/home.c b/core/src/ten_runtime/common/home.c index 8f8b4cb465..b231dcb9b4 100644 --- a/core/src/ten_runtime/common/home.c +++ b/core/src/ten_runtime/common/home.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/home.h" diff --git a/core/src/ten_runtime/common/loc.c b/core/src/ten_runtime/common/loc.c index 3194da182b..229ff606a9 100644 --- a/core/src/ten_runtime/common/loc.c +++ b/core/src/ten_runtime/common/loc.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/loc.h" diff --git a/core/src/ten_runtime/connection/BUILD.gn b/core/src/ten_runtime/connection/BUILD.gn index 9160dac071..77c55e358d 100644 --- a/core/src/ten_runtime/connection/BUILD.gn +++ b/core/src/ten_runtime/connection/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/connection/connection.c b/core/src/ten_runtime/connection/connection.c index 981220335c..65948fbad2 100644 --- a/core/src/ten_runtime/connection/connection.c +++ b/core/src/ten_runtime/connection/connection.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/connection/connection.h" diff --git a/core/src/ten_runtime/connection/migration.c b/core/src/ten_runtime/connection/migration.c index 4ddc70d78f..d9929fb5ef 100644 --- a/core/src/ten_runtime/connection/migration.c +++ b/core/src/ten_runtime/connection/migration.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/connection/migration.h" diff --git a/core/src/ten_runtime/engine/BUILD.gn b/core/src/ten_runtime/engine/BUILD.gn index 5494c652ef..b4687431f5 100644 --- a/core/src/ten_runtime/engine/BUILD.gn +++ b/core/src/ten_runtime/engine/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/engine/engine.c b/core/src/ten_runtime/engine/engine.c index 8cb5ef4707..276a5f5357 100644 --- a/core/src/ten_runtime/engine/engine.c +++ b/core/src/ten_runtime/engine/engine.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/engine.h" diff --git a/core/src/ten_runtime/engine/internal/BUILD.gn b/core/src/ten_runtime/engine/internal/BUILD.gn index c3f554cd1a..1ccc69ed5b 100644 --- a/core/src/ten_runtime/engine/internal/BUILD.gn +++ b/core/src/ten_runtime/engine/internal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/engine/internal/close.c b/core/src/ten_runtime/engine/internal/close.c index 76319e98a3..f7ae75a8e5 100644 --- a/core/src/ten_runtime/engine/internal/close.c +++ b/core/src/ten_runtime/engine/internal/close.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/internal/close.h" diff --git a/core/src/ten_runtime/engine/internal/extension_interface.c b/core/src/ten_runtime/engine/internal/extension_interface.c index c9be3cf631..7df3f09d68 100644 --- a/core/src/ten_runtime/engine/internal/extension_interface.c +++ b/core/src/ten_runtime/engine/internal/extension_interface.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/internal/extension_interface.h" diff --git a/core/src/ten_runtime/engine/internal/migration.c b/core/src/ten_runtime/engine/internal/migration.c index a3a15809d2..e064067cd2 100644 --- a/core/src/ten_runtime/engine/internal/migration.c +++ b/core/src/ten_runtime/engine/internal/migration.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/internal/migration.h" diff --git a/core/src/ten_runtime/engine/internal/remote_interface.c b/core/src/ten_runtime/engine/internal/remote_interface.c index c77709ce0e..3dcf5ca543 100644 --- a/core/src/ten_runtime/engine/internal/remote_interface.c +++ b/core/src/ten_runtime/engine/internal/remote_interface.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/internal/remote_interface.h" diff --git a/core/src/ten_runtime/engine/internal/thread.c b/core/src/ten_runtime/engine/internal/thread.c index 3c54f693a2..29a0315f75 100644 --- a/core/src/ten_runtime/engine/internal/thread.c +++ b/core/src/ten_runtime/engine/internal/thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/internal/thread.h" diff --git a/core/src/ten_runtime/engine/msg_interface/BUILD.gn b/core/src/ten_runtime/engine/msg_interface/BUILD.gn index 1c04d456ad..75cabd3c06 100644 --- a/core/src/ten_runtime/engine/msg_interface/BUILD.gn +++ b/core/src/ten_runtime/engine/msg_interface/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/engine/msg_interface/close_app.c b/core/src/ten_runtime/engine/msg_interface/close_app.c index f656e89c1b..7e88448c0d 100644 --- a/core/src/ten_runtime/engine/msg_interface/close_app.c +++ b/core/src/ten_runtime/engine/msg_interface/close_app.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/msg_interface/close_app.h" diff --git a/core/src/ten_runtime/engine/msg_interface/close_engine.c b/core/src/ten_runtime/engine/msg_interface/close_engine.c index b9a647128c..bd1858fdea 100644 --- a/core/src/ten_runtime/engine/msg_interface/close_engine.c +++ b/core/src/ten_runtime/engine/msg_interface/close_engine.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/app.h" #include "include_internal/ten_runtime/app/msg_interface/common.h" diff --git a/core/src/ten_runtime/engine/msg_interface/cmd_result.c b/core/src/ten_runtime/engine/msg_interface/cmd_result.c index afc1a7fd66..20077a528d 100644 --- a/core/src/ten_runtime/engine/msg_interface/cmd_result.c +++ b/core/src/ten_runtime/engine/msg_interface/cmd_result.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/msg/cmd_result/cmd_result.h" diff --git a/core/src/ten_runtime/engine/msg_interface/common.c b/core/src/ten_runtime/engine/msg_interface/common.c index 236dc10dde..d30234e999 100644 --- a/core/src/ten_runtime/engine/msg_interface/common.c +++ b/core/src/ten_runtime/engine/msg_interface/common.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/msg_interface/common.h" diff --git a/core/src/ten_runtime/engine/msg_interface/start_graph.c b/core/src/ten_runtime/engine/msg_interface/start_graph.c index de8b51b9d3..045a99def8 100644 --- a/core/src/ten_runtime/engine/msg_interface/start_graph.c +++ b/core/src/ten_runtime/engine/msg_interface/start_graph.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/msg_interface/start_graph.h" diff --git a/core/src/ten_runtime/engine/msg_interface/timer.c b/core/src/ten_runtime/engine/msg_interface/timer.c index da522cc249..a25b62d874 100644 --- a/core/src/ten_runtime/engine/msg_interface/timer.c +++ b/core/src/ten_runtime/engine/msg_interface/timer.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/msg_interface/timer.h" diff --git a/core/src/ten_runtime/engine/on_xxx.c b/core/src/ten_runtime/engine/on_xxx.c index 72f3a06b4f..964f4faec1 100644 --- a/core/src/ten_runtime/engine/on_xxx.c +++ b/core/src/ten_runtime/engine/on_xxx.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/engine/on_xxx.h" diff --git a/core/src/ten_runtime/extension/BUILD.gn b/core/src/ten_runtime/extension/BUILD.gn index 1e028ce0b8..0f13809c87 100644 --- a/core/src/ten_runtime/extension/BUILD.gn +++ b/core/src/ten_runtime/extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension/extension.c b/core/src/ten_runtime/extension/extension.c index d5433c8483..6b8eab9bc2 100644 --- a/core/src/ten_runtime/extension/extension.c +++ b/core/src/ten_runtime/extension/extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension.h" diff --git a/core/src/ten_runtime/extension/extension_hdr.c b/core/src/ten_runtime/extension/extension_hdr.c index b422f7ae02..bbea2677a0 100644 --- a/core/src/ten_runtime/extension/extension_hdr.c +++ b/core/src/ten_runtime/extension/extension_hdr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension_hdr.h" diff --git a/core/src/ten_runtime/extension/extension_info/BUILD.gn b/core/src/ten_runtime/extension/extension_info/BUILD.gn index f747c0112c..1954dbc820 100644 --- a/core/src/ten_runtime/extension/extension_info/BUILD.gn +++ b/core/src/ten_runtime/extension/extension_info/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension/extension_info/extension_info.c b/core/src/ten_runtime/extension/extension_info/extension_info.c index 9e1fb72a0e..c937aeef21 100644 --- a/core/src/ten_runtime/extension/extension_info/extension_info.c +++ b/core/src/ten_runtime/extension/extension_info/extension_info.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension_info/extension_info.h" diff --git a/core/src/ten_runtime/extension/extension_info/json.c b/core/src/ten_runtime/extension/extension_info/json.c index 7b93ec614c..21bcd7b7d7 100644 --- a/core/src/ten_runtime/extension/extension_info/json.c +++ b/core/src/ten_runtime/extension/extension_info/json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension_info/json.h" diff --git a/core/src/ten_runtime/extension/extension_info/value.c b/core/src/ten_runtime/extension/extension_info/value.c index 8aa627fc04..6e02569102 100644 --- a/core/src/ten_runtime/extension/extension_info/value.c +++ b/core/src/ten_runtime/extension/extension_info/value.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension_info/value.h" diff --git a/core/src/ten_runtime/extension/internal/BUILD.gn b/core/src/ten_runtime/extension/internal/BUILD.gn index c3f554cd1a..1ccc69ed5b 100644 --- a/core/src/ten_runtime/extension/internal/BUILD.gn +++ b/core/src/ten_runtime/extension/internal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension/internal/close.c b/core/src/ten_runtime/extension/internal/close.c index cbe348843c..6891dbe9b8 100644 --- a/core/src/ten_runtime/extension/internal/close.c +++ b/core/src/ten_runtime/extension/internal/close.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/close.h" diff --git a/core/src/ten_runtime/extension/internal/extension_cb_default.c b/core/src/ten_runtime/extension/internal/extension_cb_default.c index 4a7c998eb6..d194b98ca2 100644 --- a/core/src/ten_runtime/extension/internal/extension_cb_default.c +++ b/core/src/ten_runtime/extension/internal/extension_cb_default.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension_cb_default.h" diff --git a/core/src/ten_runtime/extension/internal/metadata.c b/core/src/ten_runtime/extension/internal/metadata.c index 191f487efd..b4e08d25f6 100644 --- a/core/src/ten_runtime/extension/internal/metadata.c +++ b/core/src/ten_runtime/extension/internal/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/metadata.h" diff --git a/core/src/ten_runtime/extension/internal/path_timer.c b/core/src/ten_runtime/extension/internal/path_timer.c index aa3d450386..3f1310d50d 100644 --- a/core/src/ten_runtime/extension/internal/path_timer.c +++ b/core/src/ten_runtime/extension/internal/path_timer.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/path_timer.h" diff --git a/core/src/ten_runtime/extension/msg_dest_info/BUILD.gn b/core/src/ten_runtime/extension/msg_dest_info/BUILD.gn index 1d63dd3e18..b9bf9ba35b 100644 --- a/core/src/ten_runtime/extension/msg_dest_info/BUILD.gn +++ b/core/src/ten_runtime/extension/msg_dest_info/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.c b/core/src/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.c index a1d8e8f402..02da4dda01 100644 --- a/core/src/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.c +++ b/core/src/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/msg_dest_info/all_msg_type_dest_info.h" diff --git a/core/src/ten_runtime/extension/msg_dest_info/json.c b/core/src/ten_runtime/extension/msg_dest_info/json.c index 6d72ee0c9a..b7091f2ecf 100644 --- a/core/src/ten_runtime/extension/msg_dest_info/json.c +++ b/core/src/ten_runtime/extension/msg_dest_info/json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/msg_dest_info/json.h" diff --git a/core/src/ten_runtime/extension/msg_dest_info/msg_dest_info.c b/core/src/ten_runtime/extension/msg_dest_info/msg_dest_info.c index 8eda7a3d5b..09b2d9ac24 100644 --- a/core/src/ten_runtime/extension/msg_dest_info/msg_dest_info.c +++ b/core/src/ten_runtime/extension/msg_dest_info/msg_dest_info.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/msg_dest_info/msg_dest_info.h" diff --git a/core/src/ten_runtime/extension/msg_dest_info/value.c b/core/src/ten_runtime/extension/msg_dest_info/value.c index 511986db96..e349dcccf0 100644 --- a/core/src/ten_runtime/extension/msg_dest_info/value.c +++ b/core/src/ten_runtime/extension/msg_dest_info/value.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/msg_dest_info/value.h" diff --git a/core/src/ten_runtime/extension/msg_handling.c b/core/src/ten_runtime/extension/msg_handling.c index 82e80e4b07..9fa502dfb9 100644 --- a/core/src/ten_runtime/extension/msg_handling.c +++ b/core/src/ten_runtime/extension/msg_handling.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/msg_handling.h" diff --git a/core/src/ten_runtime/extension/ten_env/BUILD.gn b/core/src/ten_runtime/extension/ten_env/BUILD.gn index 111b9930d0..e0e5cac4cc 100644 --- a/core/src/ten_runtime/extension/ten_env/BUILD.gn +++ b/core/src/ten_runtime/extension/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension/ten_env/metadata.c b/core/src/ten_runtime/extension/ten_env/metadata.c index e8712e86ec..cae34c4839 100644 --- a/core/src/ten_runtime/extension/ten_env/metadata.c +++ b/core/src/ten_runtime/extension/ten_env/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/ten_env/metadata.h" diff --git a/core/src/ten_runtime/extension/ten_env/on_xxx.c b/core/src/ten_runtime/extension/ten_env/on_xxx.c index a443da5df9..ced6036d0b 100644 --- a/core/src/ten_runtime/extension/ten_env/on_xxx.c +++ b/core/src/ten_runtime/extension/ten_env/on_xxx.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/on_xxx.h" diff --git a/core/src/ten_runtime/extension/ten_extension_addon_and_instance_name_pair.c b/core/src/ten_runtime/extension/ten_extension_addon_and_instance_name_pair.c index a2b59d36d4..a8cf2ce0a9 100644 --- a/core/src/ten_runtime/extension/ten_extension_addon_and_instance_name_pair.c +++ b/core/src/ten_runtime/extension/ten_extension_addon_and_instance_name_pair.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/constant_str.h" #include "include_internal/ten_runtime/extension/extension_addon_and_instance_name_pair.h" diff --git a/core/src/ten_runtime/extension_context/BUILD.gn b/core/src/ten_runtime/extension_context/BUILD.gn index 585095ee67..3777eefc2b 100644 --- a/core/src/ten_runtime/extension_context/BUILD.gn +++ b/core/src/ten_runtime/extension_context/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_context/extension_context.c b/core/src/ten_runtime/extension_context/extension_context.c index 349d537e98..6fde0057b2 100644 --- a/core/src/ten_runtime/extension_context/extension_context.c +++ b/core/src/ten_runtime/extension_context/extension_context.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_context/extension_context.h" diff --git a/core/src/ten_runtime/extension_context/internal/BUILD.gn b/core/src/ten_runtime/extension_context/internal/BUILD.gn index c3f554cd1a..1ccc69ed5b 100644 --- a/core/src/ten_runtime/extension_context/internal/BUILD.gn +++ b/core/src/ten_runtime/extension_context/internal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_context/internal/add_extension.c b/core/src/ten_runtime/extension_context/internal/add_extension.c index 6710045079..8b1e7601d5 100644 --- a/core/src/ten_runtime/extension_context/internal/add_extension.c +++ b/core/src/ten_runtime/extension_context/internal/add_extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_context/internal/add_extension.h" diff --git a/core/src/ten_runtime/extension_context/internal/del_extension.c b/core/src/ten_runtime/extension_context/internal/del_extension.c index 03afeea918..0a1ba252fd 100644 --- a/core/src/ten_runtime/extension_context/internal/del_extension.c +++ b/core/src/ten_runtime/extension_context/internal/del_extension.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_context/internal/del_extension.h" diff --git a/core/src/ten_runtime/extension_context/internal/extension_group_is_inited.c b/core/src/ten_runtime/extension_context/internal/extension_group_is_inited.c index e72c7e7a4a..4d91e1e1d4 100644 --- a/core/src/ten_runtime/extension_context/internal/extension_group_is_inited.c +++ b/core/src/ten_runtime/extension_context/internal/extension_group_is_inited.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_context/internal/extension_group_is_inited.h" diff --git a/core/src/ten_runtime/extension_context/internal/extension_group_is_stopped.c b/core/src/ten_runtime/extension_context/internal/extension_group_is_stopped.c index a351b229e3..4432e654cd 100644 --- a/core/src/ten_runtime/extension_context/internal/extension_group_is_stopped.c +++ b/core/src/ten_runtime/extension_context/internal/extension_group_is_stopped.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_context/internal/extension_group_is_stopped.h" diff --git a/core/src/ten_runtime/extension_context/internal/extension_thread_is_closing.c b/core/src/ten_runtime/extension_context/internal/extension_thread_is_closing.c index 4d76068dc3..48c89657ff 100644 --- a/core/src/ten_runtime/extension_context/internal/extension_thread_is_closing.c +++ b/core/src/ten_runtime/extension_context/internal/extension_thread_is_closing.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_context/internal/extension_thread_is_closing.h" diff --git a/core/src/ten_runtime/extension_context/ten_env/BUILD.gn b/core/src/ten_runtime/extension_context/ten_env/BUILD.gn index 111b9930d0..e0e5cac4cc 100644 --- a/core/src/ten_runtime/extension_context/ten_env/BUILD.gn +++ b/core/src/ten_runtime/extension_context/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_context/ten_env/on_xxx.c b/core/src/ten_runtime/extension_context/ten_env/on_xxx.c index f5e0152340..0015d1d086 100644 --- a/core/src/ten_runtime/extension_context/ten_env/on_xxx.c +++ b/core/src/ten_runtime/extension_context/ten_env/on_xxx.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_context/ten_env/on_xxx.h" diff --git a/core/src/ten_runtime/extension_group/BUILD.gn b/core/src/ten_runtime/extension_group/BUILD.gn index 7f65f921d0..e33a2b530b 100644 --- a/core/src/ten_runtime/extension_group/BUILD.gn +++ b/core/src/ten_runtime/extension_group/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_group/extension_group.c b/core/src/ten_runtime/extension_group/extension_group.c index 07c5bd5a16..b4ccc54a5f 100644 --- a/core/src/ten_runtime/extension_group/extension_group.c +++ b/core/src/ten_runtime/extension_group/extension_group.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_group/extension_group.h" diff --git a/core/src/ten_runtime/extension_group/extension_group_info/BUILD.gn b/core/src/ten_runtime/extension_group/extension_group_info/BUILD.gn index 039c4f9621..4816cbfe31 100644 --- a/core/src/ten_runtime/extension_group/extension_group_info/BUILD.gn +++ b/core/src/ten_runtime/extension_group/extension_group_info/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_group/extension_group_info/extension_group_info.c b/core/src/ten_runtime/extension_group/extension_group_info/extension_group_info.c index a7ae5d1a23..9dc3ff7974 100644 --- a/core/src/ten_runtime/extension_group/extension_group_info/extension_group_info.c +++ b/core/src/ten_runtime/extension_group/extension_group_info/extension_group_info.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_group/extension_group_info/extension_group_info.h" diff --git a/core/src/ten_runtime/extension_group/extension_group_info/json.c b/core/src/ten_runtime/extension_group/extension_group_info/json.c index d3d7b98317..978cb2c6aa 100644 --- a/core/src/ten_runtime/extension_group/extension_group_info/json.c +++ b/core/src/ten_runtime/extension_group/extension_group_info/json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_group/extension_group_info/json.h" diff --git a/core/src/ten_runtime/extension_group/extension_group_info/value.c b/core/src/ten_runtime/extension_group/extension_group_info/value.c index 34035c893a..ac0bd42d2e 100644 --- a/core/src/ten_runtime/extension_group/extension_group_info/value.c +++ b/core/src/ten_runtime/extension_group/extension_group_info/value.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_group/extension_group_info/value.h" diff --git a/core/src/ten_runtime/extension_group/internal/BUILD.gn b/core/src/ten_runtime/extension_group/internal/BUILD.gn index c3f554cd1a..1ccc69ed5b 100644 --- a/core/src/ten_runtime/extension_group/internal/BUILD.gn +++ b/core/src/ten_runtime/extension_group/internal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_group/internal/metadata.c b/core/src/ten_runtime/extension_group/internal/metadata.c index 2759476db6..16bf7541c8 100644 --- a/core/src/ten_runtime/extension_group/internal/metadata.c +++ b/core/src/ten_runtime/extension_group/internal/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_group/metadata.h" diff --git a/core/src/ten_runtime/extension_group/ten_env/BUILD.gn b/core/src/ten_runtime/extension_group/ten_env/BUILD.gn index 111b9930d0..e0e5cac4cc 100644 --- a/core/src/ten_runtime/extension_group/ten_env/BUILD.gn +++ b/core/src/ten_runtime/extension_group/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_group/ten_env/metadata.c b/core/src/ten_runtime/extension_group/ten_env/metadata.c index 508ec3b8b1..70fe7973f3 100644 --- a/core/src/ten_runtime/extension_group/ten_env/metadata.c +++ b/core/src/ten_runtime/extension_group/ten_env/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_group/ten_env/metadata.h" diff --git a/core/src/ten_runtime/extension_group/ten_env/on_xxx.c b/core/src/ten_runtime/extension_group/ten_env/on_xxx.c index 0a1a10ba96..1859bfdaa2 100644 --- a/core/src/ten_runtime/extension_group/ten_env/on_xxx.c +++ b/core/src/ten_runtime/extension_group/ten_env/on_xxx.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_group/on_xxx.h" diff --git a/core/src/ten_runtime/extension_store/BUILD.gn b/core/src/ten_runtime/extension_store/BUILD.gn index dd875d3d00..3b4ce4953c 100644 --- a/core/src/ten_runtime/extension_store/BUILD.gn +++ b/core/src/ten_runtime/extension_store/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_store/extension_store.c b/core/src/ten_runtime/extension_store/extension_store.c index 8641dd8aff..5e0b601c87 100644 --- a/core/src/ten_runtime/extension_store/extension_store.c +++ b/core/src/ten_runtime/extension_store/extension_store.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_store/extension_store.h" diff --git a/core/src/ten_runtime/extension_thread/BUILD.gn b/core/src/ten_runtime/extension_thread/BUILD.gn index 6c2b562747..9ba47b64cc 100644 --- a/core/src/ten_runtime/extension_thread/BUILD.gn +++ b/core/src/ten_runtime/extension_thread/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_thread/extension_thread.c b/core/src/ten_runtime/extension_thread/extension_thread.c index 762a51d3a3..28bee802ad 100644 --- a/core/src/ten_runtime/extension_thread/extension_thread.c +++ b/core/src/ten_runtime/extension_thread/extension_thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_thread/extension_thread.h" diff --git a/core/src/ten_runtime/extension_thread/msg_interface/BUILD.gn b/core/src/ten_runtime/extension_thread/msg_interface/BUILD.gn index 1c04d456ad..75cabd3c06 100644 --- a/core/src/ten_runtime/extension_thread/msg_interface/BUILD.gn +++ b/core/src/ten_runtime/extension_thread/msg_interface/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/extension_thread/msg_interface/common.c b/core/src/ten_runtime/extension_thread/msg_interface/common.c index 453504e804..9972057655 100644 --- a/core/src/ten_runtime/extension_thread/msg_interface/common.c +++ b/core/src/ten_runtime/extension_thread/msg_interface/common.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_thread/msg_interface/common.h" diff --git a/core/src/ten_runtime/extension_thread/on_xxx.c b/core/src/ten_runtime/extension_thread/on_xxx.c index 3ba87a4269..a80c4ddde8 100644 --- a/core/src/ten_runtime/extension_thread/on_xxx.c +++ b/core/src/ten_runtime/extension_thread/on_xxx.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension_thread/on_xxx.h" diff --git a/core/src/ten_runtime/global/BUILD.gn b/core/src/ten_runtime/global/BUILD.gn index 3db01d6f86..4300d15a82 100644 --- a/core/src/ten_runtime/global/BUILD.gn +++ b/core/src/ten_runtime/global/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/global/global.c b/core/src/ten_runtime/global/global.c index 8e6926eaea..a66cc70198 100644 --- a/core/src/ten_runtime/global/global.c +++ b/core/src/ten_runtime/global/global.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/global/global.h" diff --git a/core/src/ten_runtime/global/on_load.c b/core/src/ten_runtime/global/on_load.c index 7d6dfda64b..56352d79e0 100644 --- a/core/src/ten_runtime/global/on_load.c +++ b/core/src/ten_runtime/global/on_load.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/log.h" #include "include_internal/ten_runtime/global/global.h" diff --git a/core/src/ten_runtime/global/signal.c b/core/src/ten_runtime/global/signal.c index 711930c5bd..003d18a364 100644 --- a/core/src/ten_runtime/global/signal.c +++ b/core/src/ten_runtime/global/signal.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/global/signal.h" diff --git a/core/src/ten_runtime/metadata/BUILD.gn b/core/src/ten_runtime/metadata/BUILD.gn index f421aa108b..248e18c3a9 100644 --- a/core/src/ten_runtime/metadata/BUILD.gn +++ b/core/src/ten_runtime/metadata/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/metadata/default/BUILD.gn b/core/src/ten_runtime/metadata/default/BUILD.gn index 8542cf6425..455abc5ef6 100644 --- a/core/src/ten_runtime/metadata/default/BUILD.gn +++ b/core/src/ten_runtime/metadata/default/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/metadata/default/default.c b/core/src/ten_runtime/metadata/default/default.c index cafb84340d..569b495f4f 100644 --- a/core/src/ten_runtime/metadata/default/default.c +++ b/core/src/ten_runtime/metadata/default/default.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/metadata/metadata.h" #include "ten_utils/lib/error.h" diff --git a/core/src/ten_runtime/metadata/metadata.c b/core/src/ten_runtime/metadata/metadata.c index 831c4865f9..54a0369c7d 100644 --- a/core/src/ten_runtime/metadata/metadata.c +++ b/core/src/ten_runtime/metadata/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/metadata/metadata.h" diff --git a/core/src/ten_runtime/metadata/metadata_info.c b/core/src/ten_runtime/metadata/metadata_info.c index 5651a2f09f..63c7a0ecfd 100644 --- a/core/src/ten_runtime/metadata/metadata_info.c +++ b/core/src/ten_runtime/metadata/metadata_info.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/metadata/metadata_info.h" diff --git a/core/src/ten_runtime/msg/BUILD.gn b/core/src/ten_runtime/msg/BUILD.gn index 04f203ce45..679e92dcfe 100644 --- a/core/src/ten_runtime/msg/BUILD.gn +++ b/core/src/ten_runtime/msg/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/audio_frame/BUILD.gn b/core/src/ten_runtime/msg/audio_frame/BUILD.gn index 19d009e913..ebe966bb67 100644 --- a/core/src/ten_runtime/msg/audio_frame/BUILD.gn +++ b/core/src/ten_runtime/msg/audio_frame/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/audio_frame/field/BUILD.gn b/core/src/ten_runtime/msg/audio_frame/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/BUILD.gn +++ b/core/src/ten_runtime/msg/audio_frame/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/audio_frame/field/bytes_per_sample.c b/core/src/ten_runtime/msg/audio_frame/field/bytes_per_sample.c index b0115705cd..2b1c5f1ba2 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/bytes_per_sample.c +++ b/core/src/ten_runtime/msg/audio_frame/field/bytes_per_sample.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/bytes_per_sample.h" diff --git a/core/src/ten_runtime/msg/audio_frame/field/channel_layout.c b/core/src/ten_runtime/msg/audio_frame/field/channel_layout.c index e68979979f..e7283b64a5 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/channel_layout.c +++ b/core/src/ten_runtime/msg/audio_frame/field/channel_layout.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/channel_layout.h" diff --git a/core/src/ten_runtime/msg/audio_frame/field/data_fmt.c b/core/src/ten_runtime/msg/audio_frame/field/data_fmt.c index 85357ca79f..e59db2997e 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/data_fmt.c +++ b/core/src/ten_runtime/msg/audio_frame/field/data_fmt.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/data_fmt.h" diff --git a/core/src/ten_runtime/msg/audio_frame/field/line_size.c b/core/src/ten_runtime/msg/audio_frame/field/line_size.c index 0d196fbe52..58132b8c59 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/line_size.c +++ b/core/src/ten_runtime/msg/audio_frame/field/line_size.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/line_size.h" diff --git a/core/src/ten_runtime/msg/audio_frame/field/number_of_channel.c b/core/src/ten_runtime/msg/audio_frame/field/number_of_channel.c index 9963c7b4fd..7b5ffa3515 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/number_of_channel.c +++ b/core/src/ten_runtime/msg/audio_frame/field/number_of_channel.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/number_of_channel.h" diff --git a/core/src/ten_runtime/msg/audio_frame/field/sample_rate.c b/core/src/ten_runtime/msg/audio_frame/field/sample_rate.c index 149df24a3c..97bdf6a6f4 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/sample_rate.c +++ b/core/src/ten_runtime/msg/audio_frame/field/sample_rate.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/sample_rate.h" diff --git a/core/src/ten_runtime/msg/audio_frame/field/samples_per_channel.c b/core/src/ten_runtime/msg/audio_frame/field/samples_per_channel.c index 94bb2ef79b..306ccabeb5 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/samples_per_channel.c +++ b/core/src/ten_runtime/msg/audio_frame/field/samples_per_channel.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/samples_per_channel.h" diff --git a/core/src/ten_runtime/msg/audio_frame/field/timestamp.c b/core/src/ten_runtime/msg/audio_frame/field/timestamp.c index 2cb992996c..433ca75790 100644 --- a/core/src/ten_runtime/msg/audio_frame/field/timestamp.c +++ b/core/src/ten_runtime/msg/audio_frame/field/timestamp.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/audio_frame/field/timestamp.h" diff --git a/core/src/ten_runtime/msg/audio_frame/pcm_frame.c b/core/src/ten_runtime/msg/audio_frame/pcm_frame.c index dd745fcb32..d64f188bb1 100644 --- a/core/src/ten_runtime/msg/audio_frame/pcm_frame.c +++ b/core/src/ten_runtime/msg/audio_frame/pcm_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_runtime/msg/cmd_base/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/BUILD.gn index b7e5599289..d25ba5e150 100644 --- a/core/src/ten_runtime/msg/cmd_base/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/BUILD.gn index 122dc8b17c..c0fe1561e4 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") @@ -9,9 +10,9 @@ glob("cmd") { file_list = all_native_files deps = [ "close_app", - "stop_graph", "custom", "start_graph", + "stop_graph", "timeout", "timer", ] diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/close_app/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/close_app/BUILD.gn index 5bb0780681..e652dbe662 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/close_app/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/close_app/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/close_app/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd/close_app/cmd.c index c709696003..9464286142 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/close_app/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/close_app/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/msg/cmd/close_app/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/close_app/field/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/close_app/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/close_app/field/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/close_app/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd/cmd.c index 230ea6ba16..77fe0f7369 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/custom/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/custom/BUILD.gn index 3910158498..68e5f9032b 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/custom/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/custom/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/custom/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd/custom/cmd.c index 586e1085c5..1147600cfa 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/custom/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/custom/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/msg/cmd/custom/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/BUILD.gn index 6aec39416c..1135cf6b86 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.c index ae6a82e666..051015b5fe 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/msg/cmd/start_graph/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.c b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.c index abc7ae7e78..eddcff7b92 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/extension_info.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension_info/extension_info.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.c b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.c index b19deff0e9..2677a4c7b3 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/long_running_mode.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/constant_str.h" #include "include_internal/ten_runtime/extension/extension_info/extension_info.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.c b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.c index efa6e09747..5b3cb24ffa 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/start_graph/field/predefined_graph_name.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/constant_str.h" #include "include_internal/ten_runtime/extension/extension_info/extension_info.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/BUILD.gn index 7a4f98a05d..5485b254dc 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.c index c5277eb20c..34309bffe6 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.c b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.c index d22a8b2fe1..be6798b434 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd/stop_graph/field/graph_name.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/BUILD.gn index 271e8b7bb4..312dc72ea0 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/cmd.c index b418bcf064..4f547663e5 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd/timeout/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.c b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.c index eb3e380934..254301e700 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd/timeout/field/timer_id.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timer/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/timer/BUILD.gn index 6be49ae960..74de17f40b 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timer/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timer/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timer/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd/timer/cmd.c index 769a1817b8..06a2c28943 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timer/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timer/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd/timer/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.c b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.c index ade92f91d7..4a7873e85e 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timeout_in_us.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/constant_str.h" #include "include_internal/ten_runtime/msg/cmd_base/cmd/timer/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.c b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.c index 70c8fd81e8..3701967d56 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/timer_id.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/constant_str.h" #include "include_internal/ten_runtime/msg/cmd_base/cmd/timer/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/times.c b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/times.c index d0950e4545..8388012c88 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/times.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd/timer/field/times.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_runtime/msg/cmd_base/cmd_base.c b/core/src/ten_runtime/msg/cmd_base/cmd_base.c index 7b4ff3a835..df4b5e5f7e 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd_base.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd_base.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd_base.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd_result/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd_result/BUILD.gn index 6861b9f743..5646aa526b 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd_result/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd_result/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd_result/cmd.c b/core/src/ten_runtime/msg/cmd_base/cmd_result/cmd.c index 5a8fa10bd7..2f852fecd2 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd_result/cmd.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd_result/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd/cmd.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd_result/field/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/cmd_result/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd_result/field/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/cmd_result/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.c b/core/src/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.c index 75005e7af5..27918e2889 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd_result/field/original_cmd_type.h" diff --git a/core/src/ten_runtime/msg/cmd_base/cmd_result/field/status_code.c b/core/src/ten_runtime/msg/cmd_base/cmd_result/field/status_code.c index 38dff7f111..3de0a7fd23 100644 --- a/core/src/ten_runtime/msg/cmd_base/cmd_result/field/status_code.c +++ b/core/src/ten_runtime/msg/cmd_base/cmd_result/field/status_code.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd_result/field/status_code.h" diff --git a/core/src/ten_runtime/msg/cmd_base/field/BUILD.gn b/core/src/ten_runtime/msg/cmd_base/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/cmd_base/field/BUILD.gn +++ b/core/src/ten_runtime/msg/cmd_base/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/cmd_base/field/cmd_id.c b/core/src/ten_runtime/msg/cmd_base/field/cmd_id.c index 5f6bd098d3..dcfe6201d3 100644 --- a/core/src/ten_runtime/msg/cmd_base/field/cmd_id.c +++ b/core/src/ten_runtime/msg/cmd_base/field/cmd_id.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/field/cmd_id.h" diff --git a/core/src/ten_runtime/msg/cmd_base/field/original_connection.c b/core/src/ten_runtime/msg/cmd_base/field/original_connection.c index 001697ff03..c805f5ee6d 100644 --- a/core/src/ten_runtime/msg/cmd_base/field/original_connection.c +++ b/core/src/ten_runtime/msg/cmd_base/field/original_connection.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/field/original_connection.h" diff --git a/core/src/ten_runtime/msg/cmd_base/field/response_handler.c b/core/src/ten_runtime/msg/cmd_base/field/response_handler.c index 058ff2d4c5..1f50c66c51 100644 --- a/core/src/ten_runtime/msg/cmd_base/field/response_handler.c +++ b/core/src/ten_runtime/msg/cmd_base/field/response_handler.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd_base.h" #include "include_internal/ten_runtime/msg/msg.h" diff --git a/core/src/ten_runtime/msg/cmd_base/field/response_handler_data.c b/core/src/ten_runtime/msg/cmd_base/field/response_handler_data.c index dbf88fb71a..0d68d66549 100644 --- a/core/src/ten_runtime/msg/cmd_base/field/response_handler_data.c +++ b/core/src/ten_runtime/msg/cmd_base/field/response_handler_data.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/cmd_base.h" #include "include_internal/ten_runtime/msg/msg.h" diff --git a/core/src/ten_runtime/msg/cmd_base/field/seq_id.c b/core/src/ten_runtime/msg/cmd_base/field/seq_id.c index 55411d6b90..dc4d81712d 100644 --- a/core/src/ten_runtime/msg/cmd_base/field/seq_id.c +++ b/core/src/ten_runtime/msg/cmd_base/field/seq_id.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/cmd_base/field/seq_id.h" diff --git a/core/src/ten_runtime/msg/data/BUILD.gn b/core/src/ten_runtime/msg/data/BUILD.gn index b53cf024b6..d8decbbea7 100644 --- a/core/src/ten_runtime/msg/data/BUILD.gn +++ b/core/src/ten_runtime/msg/data/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/data/data.c b/core/src/ten_runtime/msg/data/data.c index 5235847316..f275b4507d 100644 --- a/core/src/ten_runtime/msg/data/data.c +++ b/core/src/ten_runtime/msg/data/data.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/msg/data/data.h" diff --git a/core/src/ten_runtime/msg/data/field/BUILD.gn b/core/src/ten_runtime/msg/data/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/data/field/BUILD.gn +++ b/core/src/ten_runtime/msg/data/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/field/BUILD.gn b/core/src/ten_runtime/msg/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/field/BUILD.gn +++ b/core/src/ten_runtime/msg/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/field/dest.c b/core/src/ten_runtime/msg/field/dest.c index c9d1d95bde..6abc4d84aa 100644 --- a/core/src/ten_runtime/msg/field/dest.c +++ b/core/src/ten_runtime/msg/field/dest.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/field/dest.h" diff --git a/core/src/ten_runtime/msg/field/name.c b/core/src/ten_runtime/msg/field/name.c index c325a7a328..af9ded39bd 100644 --- a/core/src/ten_runtime/msg/field/name.c +++ b/core/src/ten_runtime/msg/field/name.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/constant_str.h" #include "include_internal/ten_runtime/msg/msg.h" diff --git a/core/src/ten_runtime/msg/field/properties.c b/core/src/ten_runtime/msg/field/properties.c index a225f5e109..3d35df1bad 100644 --- a/core/src/ten_runtime/msg/field/properties.c +++ b/core/src/ten_runtime/msg/field/properties.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/field/properties.h" diff --git a/core/src/ten_runtime/msg/field/src.c b/core/src/ten_runtime/msg/field/src.c index e8854822f3..95f31f1b28 100644 --- a/core/src/ten_runtime/msg/field/src.c +++ b/core/src/ten_runtime/msg/field/src.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/field/src.h" diff --git a/core/src/ten_runtime/msg/field/type.c b/core/src/ten_runtime/msg/field/type.c index e2fbfddc7b..f97898ddcf 100644 --- a/core/src/ten_runtime/msg/field/type.c +++ b/core/src/ten_runtime/msg/field/type.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/field/type.h" diff --git a/core/src/ten_runtime/msg/inline_assets.c b/core/src/ten_runtime/msg/inline_assets.c index 4af0762173..6a1cdb2d29 100644 --- a/core/src/ten_runtime/msg/inline_assets.c +++ b/core/src/ten_runtime/msg/inline_assets.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/msg.h" diff --git a/core/src/ten_runtime/msg/locked_res.c b/core/src/ten_runtime/msg/locked_res.c index 2bab2a22ab..860179fd09 100644 --- a/core/src/ten_runtime/msg/locked_res.c +++ b/core/src/ten_runtime/msg/locked_res.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/locked_res.h" diff --git a/core/src/ten_runtime/msg/loop_fields.c b/core/src/ten_runtime/msg/loop_fields.c index 69de0891cc..9c7a5f5268 100644 --- a/core/src/ten_runtime/msg/loop_fields.c +++ b/core/src/ten_runtime/msg/loop_fields.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/loop_fields.h" diff --git a/core/src/ten_runtime/msg/msg.c b/core/src/ten_runtime/msg/msg.c index e3d18a6a09..a5fd1487c0 100644 --- a/core/src/ten_runtime/msg/msg.c +++ b/core/src/ten_runtime/msg/msg.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/msg.h" diff --git a/core/src/ten_runtime/msg/msg_create.c b/core/src/ten_runtime/msg/msg_create.c index 7729ed041c..66cd858e04 100644 --- a/core/src/ten_runtime/msg/msg_create.c +++ b/core/src/ten_runtime/msg/msg_create.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/constant_str.h" #include "include_internal/ten_runtime/msg/cmd_base/cmd_result/cmd.h" diff --git a/core/src/ten_runtime/msg/video_frame/BUILD.gn b/core/src/ten_runtime/msg/video_frame/BUILD.gn index 292a4eddb2..82f8c81898 100644 --- a/core/src/ten_runtime/msg/video_frame/BUILD.gn +++ b/core/src/ten_runtime/msg/video_frame/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/video_frame/field/BUILD.gn b/core/src/ten_runtime/msg/video_frame/field/BUILD.gn index 969304c5c0..17d4d32eae 100644 --- a/core/src/ten_runtime/msg/video_frame/field/BUILD.gn +++ b/core/src/ten_runtime/msg/video_frame/field/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg/video_frame/field/height.c b/core/src/ten_runtime/msg/video_frame/field/height.c index d716976c41..066652b96d 100644 --- a/core/src/ten_runtime/msg/video_frame/field/height.c +++ b/core/src/ten_runtime/msg/video_frame/field/height.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/video_frame/field/height.h" diff --git a/core/src/ten_runtime/msg/video_frame/field/pixel_fmt.c b/core/src/ten_runtime/msg/video_frame/field/pixel_fmt.c index c7ca7aff90..fb4e5cc415 100644 --- a/core/src/ten_runtime/msg/video_frame/field/pixel_fmt.c +++ b/core/src/ten_runtime/msg/video_frame/field/pixel_fmt.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/video_frame/field/pixel_fmt.h" diff --git a/core/src/ten_runtime/msg/video_frame/field/timestamp.c b/core/src/ten_runtime/msg/video_frame/field/timestamp.c index 813ce257a9..c03ed7bef1 100644 --- a/core/src/ten_runtime/msg/video_frame/field/timestamp.c +++ b/core/src/ten_runtime/msg/video_frame/field/timestamp.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/video_frame/field/timestamp.h" diff --git a/core/src/ten_runtime/msg/video_frame/field/width.c b/core/src/ten_runtime/msg/video_frame/field/width.c index 8d5be94a42..f2b3f67edb 100644 --- a/core/src/ten_runtime/msg/video_frame/field/width.c +++ b/core/src/ten_runtime/msg/video_frame/field/width.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/video_frame/field/width.h" diff --git a/core/src/ten_runtime/msg/video_frame/video_frame.c b/core/src/ten_runtime/msg/video_frame/video_frame.c index dff495decc..1e3ff9838c 100644 --- a/core/src/ten_runtime/msg/video_frame/video_frame.c +++ b/core/src/ten_runtime/msg/video_frame/video_frame.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg/video_frame/video_frame.h" diff --git a/core/src/ten_runtime/msg_conversion/BUILD.gn b/core/src/ten_runtime/msg_conversion/BUILD.gn index 12ef018742..256fa2fab2 100644 --- a/core/src/ten_runtime/msg_conversion/BUILD.gn +++ b/core/src/ten_runtime/msg_conversion/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion/BUILD.gn b/core/src/ten_runtime/msg_conversion/msg_conversion/BUILD.gn index 00fe9a4575..c56ced8a33 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion/BUILD.gn +++ b/core/src/ten_runtime/msg_conversion/msg_conversion/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.c b/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.c index 8be84e1c46..2574d19313 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.c b/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.c index 154b669e21..1bc7702d29 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion/msg_and_result_conversion_operation.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion/msg_conversion.c b/core/src/ten_runtime/msg_conversion/msg_conversion/msg_conversion.c index d3ed3a8b50..5e4e5e633c 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion/msg_conversion.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion/msg_conversion.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion/msg_conversion.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/BUILD.gn b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/BUILD.gn index 977bd182d1..c412935827 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/BUILD.gn +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/base.c b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/base.c index ddf48ad38f..24495fc2e8 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/base.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/base.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion_operation/base.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/BUILD.gn b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/BUILD.gn index 7a1f9ae2c0..fc94b074df 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/BUILD.gn +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.c b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.c index 2d76ab32fa..648f0ac806 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/fixed_value.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.c b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.c index df2281dd91..2bc44a7afe 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/from_original.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.c b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.c index 46f5595a11..aae8c6b4ed 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/per_property.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.c b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.c index fe08821ede..617946872e 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rule.h" diff --git a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.c b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.c index 99df56d4fb..e86b79007c 100644 --- a/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.c +++ b/core/src/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/msg_conversion/msg_conversion_operation/per_property/rules.h" diff --git a/core/src/ten_runtime/output_libs.gni b/core/src/ten_runtime/output_libs.gni index f18de3bb0c..bd65fb5401 100644 --- a/core/src/ten_runtime/output_libs.gni +++ b/core/src/ten_runtime/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//core/src/ten_utils/output_libs.gni") import("//third_party/jansson/output_libs.gni") diff --git a/core/src/ten_runtime/path/BUILD.gn b/core/src/ten_runtime/path/BUILD.gn index 480d02544c..eb8175beb3 100644 --- a/core/src/ten_runtime/path/BUILD.gn +++ b/core/src/ten_runtime/path/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/path/path.c b/core/src/ten_runtime/path/path.c index af6a381153..cb6e8cc780 100644 --- a/core/src/ten_runtime/path/path.c +++ b/core/src/ten_runtime/path/path.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/path/path.h" diff --git a/core/src/ten_runtime/path/path_group.c b/core/src/ten_runtime/path/path_group.c index 859d5db094..7c260360f3 100644 --- a/core/src/ten_runtime/path/path_group.c +++ b/core/src/ten_runtime/path/path_group.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/path/path_group.h" diff --git a/core/src/ten_runtime/path/path_in.c b/core/src/ten_runtime/path/path_in.c index 947ac68210..05e692be95 100644 --- a/core/src/ten_runtime/path/path_in.c +++ b/core/src/ten_runtime/path/path_in.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/path/path_in.h" diff --git a/core/src/ten_runtime/path/path_out.c b/core/src/ten_runtime/path/path_out.c index df23bfbbe4..396dbd2646 100644 --- a/core/src/ten_runtime/path/path_out.c +++ b/core/src/ten_runtime/path/path_out.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/path/path_out.h" diff --git a/core/src/ten_runtime/path/path_table.c b/core/src/ten_runtime/path/path_table.c index 9afae00763..703360e981 100644 --- a/core/src/ten_runtime/path/path_table.c +++ b/core/src/ten_runtime/path/path_table.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/path/path_table.h" diff --git a/core/src/ten_runtime/protocol/BUILD.gn b/core/src/ten_runtime/protocol/BUILD.gn index 4f6d1af60b..e9b4472dec 100644 --- a/core/src/ten_runtime/protocol/BUILD.gn +++ b/core/src/ten_runtime/protocol/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/protocol/asynced/BUILD.gn b/core/src/ten_runtime/protocol/asynced/BUILD.gn index 4c1bd5896c..a06ee37b57 100644 --- a/core/src/ten_runtime/protocol/asynced/BUILD.gn +++ b/core/src/ten_runtime/protocol/asynced/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/protocol/asynced/external.c b/core/src/ten_runtime/protocol/asynced/external.c index 56fee5e09b..688785bf6f 100644 --- a/core/src/ten_runtime/protocol/asynced/external.c +++ b/core/src/ten_runtime/protocol/asynced/external.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/closeable.h" #include "include_internal/ten_runtime/protocol/asynced/internal.h" diff --git a/core/src/ten_runtime/protocol/asynced/internal.c b/core/src/ten_runtime/protocol/asynced/internal.c index c061dbb949..1fb6f37c76 100644 --- a/core/src/ten_runtime/protocol/asynced/internal.c +++ b/core/src/ten_runtime/protocol/asynced/internal.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/protocol/asynced/internal.h" diff --git a/core/src/ten_runtime/protocol/asynced/protocol_asynced.c b/core/src/ten_runtime/protocol/asynced/protocol_asynced.c index 8dfd5369ae..49ea8d6d51 100644 --- a/core/src/ten_runtime/protocol/asynced/protocol_asynced.c +++ b/core/src/ten_runtime/protocol/asynced/protocol_asynced.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/protocol/asynced/protocol_asynced.h" diff --git a/core/src/ten_runtime/protocol/close.c b/core/src/ten_runtime/protocol/close.c index b79a89849c..221b4ad594 100644 --- a/core/src/ten_runtime/protocol/close.c +++ b/core/src/ten_runtime/protocol/close.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/protocol/close.h" diff --git a/core/src/ten_runtime/protocol/context.c b/core/src/ten_runtime/protocol/context.c index 204ac813a4..a663ea2b75 100644 --- a/core/src/ten_runtime/protocol/context.c +++ b/core/src/ten_runtime/protocol/context.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/protocol/context.h" diff --git a/core/src/ten_runtime/protocol/context_store.c b/core/src/ten_runtime/protocol/context_store.c index f57a31774d..66f699330e 100644 --- a/core/src/ten_runtime/protocol/context_store.c +++ b/core/src/ten_runtime/protocol/context_store.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/protocol/context_store.h" diff --git a/core/src/ten_runtime/protocol/integrated/BUILD.gn b/core/src/ten_runtime/protocol/integrated/BUILD.gn index 91ca27aab5..2bca64ebac 100644 --- a/core/src/ten_runtime/protocol/integrated/BUILD.gn +++ b/core/src/ten_runtime/protocol/integrated/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/protocol/integrated/close.c b/core/src/ten_runtime/protocol/integrated/close.c index 3ea6f2cc9a..01f72c4913 100644 --- a/core/src/ten_runtime/protocol/integrated/close.c +++ b/core/src/ten_runtime/protocol/integrated/close.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/protocol/close.h" diff --git a/core/src/ten_runtime/protocol/integrated/protocol_integrated.c b/core/src/ten_runtime/protocol/integrated/protocol_integrated.c index 1e5b4320c6..35ed69e6b6 100644 --- a/core/src/ten_runtime/protocol/integrated/protocol_integrated.c +++ b/core/src/ten_runtime/protocol/integrated/protocol_integrated.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/protocol/integrated/protocol_integrated.h" diff --git a/core/src/ten_runtime/protocol/protocol.c b/core/src/ten_runtime/protocol/protocol.c index 684a10ec01..0063df0179 100644 --- a/core/src/ten_runtime/protocol/protocol.c +++ b/core/src/ten_runtime/protocol/protocol.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/protocol/protocol.h" diff --git a/core/src/ten_runtime/remote/BUILD.gn b/core/src/ten_runtime/remote/BUILD.gn index 401d3e9cac..0a2c54ef7d 100644 --- a/core/src/ten_runtime/remote/BUILD.gn +++ b/core/src/ten_runtime/remote/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/remote/remote.c b/core/src/ten_runtime/remote/remote.c index f8613fb132..87e9e002e2 100644 --- a/core/src/ten_runtime/remote/remote.c +++ b/core/src/ten_runtime/remote/remote.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/remote/remote.h" diff --git a/core/src/ten_runtime/schema_store/BUILD.gn b/core/src/ten_runtime/schema_store/BUILD.gn index 76b6bdbe89..bd804965fa 100644 --- a/core/src/ten_runtime/schema_store/BUILD.gn +++ b/core/src/ten_runtime/schema_store/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/schema_store/cmd.c b/core/src/ten_runtime/schema_store/cmd.c index eff7d716fc..b072c2ba0e 100644 --- a/core/src/ten_runtime/schema_store/cmd.c +++ b/core/src/ten_runtime/schema_store/cmd.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/schema_store/cmd.h" diff --git a/core/src/ten_runtime/schema_store/interface.c b/core/src/ten_runtime/schema_store/interface.c index ec947f8cde..64438178f4 100644 --- a/core/src/ten_runtime/schema_store/interface.c +++ b/core/src/ten_runtime/schema_store/interface.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/schema_store/interface.h" diff --git a/core/src/ten_runtime/schema_store/interface_info.c b/core/src/ten_runtime/schema_store/interface_info.c index c3486e2d5f..9c2e06de07 100644 --- a/core/src/ten_runtime/schema_store/interface_info.c +++ b/core/src/ten_runtime/schema_store/interface_info.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/schema_store/interface.h" #include "include_internal/ten_rust/ten_rust.h" diff --git a/core/src/ten_runtime/schema_store/msg.c b/core/src/ten_runtime/schema_store/msg.c index ba1fcc4f16..9568a250c1 100644 --- a/core/src/ten_runtime/schema_store/msg.c +++ b/core/src/ten_runtime/schema_store/msg.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/schema_store/msg.h" diff --git a/core/src/ten_runtime/schema_store/property.c b/core/src/ten_runtime/schema_store/property.c index 20c0358b39..47ab7d0b1b 100644 --- a/core/src/ten_runtime/schema_store/property.c +++ b/core/src/ten_runtime/schema_store/property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/schema_store/property.h" diff --git a/core/src/ten_runtime/schema_store/store.c b/core/src/ten_runtime/schema_store/store.c index bfdff5cbc3..8fabde7b65 100644 --- a/core/src/ten_runtime/schema_store/store.c +++ b/core/src/ten_runtime/schema_store/store.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/schema_store/store.h" diff --git a/core/src/ten_runtime/ten_env/BUILD.gn b/core/src/ten_runtime/ten_env/BUILD.gn index 2b70a91314..a2534af05a 100644 --- a/core/src/ten_runtime/ten_env/BUILD.gn +++ b/core/src/ten_runtime/ten_env/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/ten_env/inline_assets.c b/core/src/ten_runtime/ten_env/inline_assets.c index 5f70f8f338..39094f1f42 100644 --- a/core/src/ten_runtime/ten_env/inline_assets.c +++ b/core/src/ten_runtime/ten_env/inline_assets.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/ten_env/ten_env.h" diff --git a/core/src/ten_runtime/ten_env/internal/BUILD.gn b/core/src/ten_runtime/ten_env/internal/BUILD.gn index c3f554cd1a..1ccc69ed5b 100644 --- a/core/src/ten_runtime/ten_env/internal/BUILD.gn +++ b/core/src/ten_runtime/ten_env/internal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/ten_env/internal/attached_loc.c b/core/src/ten_runtime/ten_env/internal/attached_loc.c index e138406813..86baf2ff3a 100644 --- a/core/src/ten_runtime/ten_env/internal/attached_loc.c +++ b/core/src/ten_runtime/ten_env/internal/attached_loc.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/app.h" #include "include_internal/ten_runtime/extension/extension.h" diff --git a/core/src/ten_runtime/ten_env/internal/get_property.c b/core/src/ten_runtime/ten_env/internal/get_property.c index e1870854fa..4a09dfc275 100644 --- a/core/src/ten_runtime/ten_env/internal/get_property.c +++ b/core/src/ten_runtime/ten_env/internal/get_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/app.h" #include "include_internal/ten_runtime/app/ten_env/metadata.h" diff --git a/core/src/ten_runtime/ten_env/internal/is_cmd_connected.c b/core/src/ten_runtime/ten_env/internal/is_cmd_connected.c index 6aa1abbf46..2d9e9f7b21 100644 --- a/core/src/ten_runtime/ten_env/internal/is_cmd_connected.c +++ b/core/src/ten_runtime/ten_env/internal/is_cmd_connected.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/ten_env/metadata.h" #include "include_internal/ten_runtime/extension/extension.h" diff --git a/core/src/ten_runtime/ten_env/internal/log.c b/core/src/ten_runtime/ten_env/internal/log.c index f8aa50fb16..1b05b3ef22 100644 --- a/core/src/ten_runtime/ten_env/internal/log.c +++ b/core/src/ten_runtime/ten_env/internal/log.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_env/internal/log.h" diff --git a/core/src/ten_runtime/ten_env/internal/metadata.c b/core/src/ten_runtime/ten_env/internal/metadata.c index 996bde0a95..e251234b84 100644 --- a/core/src/ten_runtime/ten_env/internal/metadata.c +++ b/core/src/ten_runtime/ten_env/internal/metadata.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_env/internal/metadata.h" diff --git a/core/src/ten_runtime/ten_env/internal/on_xxx_done.c b/core/src/ten_runtime/ten_env/internal/on_xxx_done.c index c8cc54208d..bdc07d649e 100644 --- a/core/src/ten_runtime/ten_env/internal/on_xxx_done.c +++ b/core/src/ten_runtime/ten_env/internal/on_xxx_done.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_env/internal/on_xxx_done.h" diff --git a/core/src/ten_runtime/ten_env/internal/return.c b/core/src/ten_runtime/ten_env/internal/return.c index 98de6b4b22..4d73063298 100644 --- a/core/src/ten_runtime/ten_env/internal/return.c +++ b/core/src/ten_runtime/ten_env/internal/return.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_env/internal/return.h" diff --git a/core/src/ten_runtime/ten_env/internal/send.c b/core/src/ten_runtime/ten_env/internal/send.c index 3e9c461e97..62a0140cd3 100644 --- a/core/src/ten_runtime/ten_env/internal/send.c +++ b/core/src/ten_runtime/ten_env/internal/send.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_env/internal/send.h" diff --git a/core/src/ten_runtime/ten_env/internal/set_property.c b/core/src/ten_runtime/ten_env/internal/set_property.c index d085136a06..7e45de5ca2 100644 --- a/core/src/ten_runtime/ten_env/internal/set_property.c +++ b/core/src/ten_runtime/ten_env/internal/set_property.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/app.h" #include "include_internal/ten_runtime/app/ten_env/metadata.h" diff --git a/core/src/ten_runtime/ten_env/ten_env.c b/core/src/ten_runtime/ten_env/ten_env.c index d454b9cd07..1d26a4121c 100644 --- a/core/src/ten_runtime/ten_env/ten_env.c +++ b/core/src/ten_runtime/ten_env/ten_env.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/ten_env/ten_env.h" diff --git a/core/src/ten_runtime/ten_env/ten_proxy.c b/core/src/ten_runtime/ten_env/ten_proxy.c index f1b7a43b50..aa9c9d51b0 100644 --- a/core/src/ten_runtime/ten_env/ten_proxy.c +++ b/core/src/ten_runtime/ten_env/ten_proxy.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/app.h" #include "include_internal/ten_runtime/app/close.h" diff --git a/core/src/ten_runtime/ten_env_proxy/BUILD.gn b/core/src/ten_runtime/ten_env_proxy/BUILD.gn index 96feddecab..c91e7352fc 100644 --- a/core/src/ten_runtime/ten_env_proxy/BUILD.gn +++ b/core/src/ten_runtime/ten_env_proxy/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/ten_env_proxy/internal/BUILD.gn b/core/src/ten_runtime/ten_env_proxy/internal/BUILD.gn index c3f554cd1a..1ccc69ed5b 100644 --- a/core/src/ten_runtime/ten_env_proxy/internal/BUILD.gn +++ b/core/src/ten_runtime/ten_env_proxy/internal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c b/core/src/ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c index e0dd50979c..6cc6ecbe0e 100644 --- a/core/src/ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c +++ b/core/src/ten_runtime/ten_env_proxy/internal/acquire_lock_mode.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension.h" #include "include_internal/ten_runtime/extension_group/extension_group.h" diff --git a/core/src/ten_runtime/ten_env_proxy/internal/notify.c b/core/src/ten_runtime/ten_env_proxy/internal/notify.c index 834f13f1e2..4caf3b8ec8 100644 --- a/core/src/ten_runtime/ten_env_proxy/internal/notify.c +++ b/core/src/ten_runtime/ten_env_proxy/internal/notify.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/app/app.h" #include "include_internal/ten_runtime/extension/extension.h" diff --git a/core/src/ten_runtime/ten_env_proxy/internal/release_lock_mode.c b/core/src/ten_runtime/ten_env_proxy/internal/release_lock_mode.c index e63790634c..58536d2b3f 100644 --- a/core/src/ten_runtime/ten_env_proxy/internal/release_lock_mode.c +++ b/core/src/ten_runtime/ten_env_proxy/internal/release_lock_mode.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/extension/extension.h" #include "include_internal/ten_runtime/extension_group/extension_group.h" diff --git a/core/src/ten_runtime/ten_env_proxy/ten_env_proxy.c b/core/src/ten_runtime/ten_env_proxy/ten_env_proxy.c index 267bce4420..e1ac4388c5 100644 --- a/core/src/ten_runtime/ten_env_proxy/ten_env_proxy.c +++ b/core/src/ten_runtime/ten_env_proxy/ten_env_proxy.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/ten_env/ten_env_proxy.h" diff --git a/core/src/ten_runtime/test/BUILD.gn b/core/src/ten_runtime/test/BUILD.gn index 51c4c98c1a..abe8d285c3 100644 --- a/core/src/ten_runtime/test/BUILD.gn +++ b/core/src/ten_runtime/test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/test/extension_test.c b/core/src/ten_runtime/test/extension_test.c index 69bba30ccc..9b7f5b2e30 100644 --- a/core/src/ten_runtime/test/extension_test.c +++ b/core/src/ten_runtime/test/extension_test.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/test/extension_test.h" diff --git a/core/src/ten_runtime/timer/BUILD.gn b/core/src/ten_runtime/timer/BUILD.gn index 42c8fe13f7..f15436243f 100644 --- a/core/src/ten_runtime/timer/BUILD.gn +++ b/core/src/ten_runtime/timer/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") diff --git a/core/src/ten_runtime/timer/timer.c b/core/src/ten_runtime/timer/timer.c index 3efcd637b2..2c1b3d4d82 100644 --- a/core/src/ten_runtime/timer/timer.c +++ b/core/src/ten_runtime/timer/timer.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/timer/timer.h" diff --git a/core/src/ten_rust/BUILD.gn b/core/src/ten_rust/BUILD.gn index fd4c45ec1e..8e8299d731 100644 --- a/core/src/ten_rust/BUILD.gn +++ b/core/src/ten_rust/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/common/rust/rust.gni") import("//build/ten_rust/options.gni") diff --git a/core/src/ten_rust/src/bindings.rs b/core/src/ten_rust/src/bindings.rs index c4006bee5c..a3a70ecd1e 100644 --- a/core/src/ten_rust/src/bindings.rs +++ b/core/src/ten_rust/src/bindings.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::ffi::{c_char, CString}; diff --git a/core/src/ten_rust/src/build.rs b/core/src/ten_rust/src/build.rs index 3e5bbdbcb6..025a78cb70 100644 --- a/core/src/ten_rust/src/build.rs +++ b/core/src/ten_rust/src/build.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{env, fs, path::PathBuf}; diff --git a/core/src/ten_rust/src/interface/bindings.rs b/core/src/ten_rust/src/interface/bindings.rs index 02e7465101..77c2be7277 100644 --- a/core/src/ten_rust/src/interface/bindings.rs +++ b/core/src/ten_rust/src/interface/bindings.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::ffi::{c_char, CStr, CString}; diff --git a/core/src/ten_rust/src/interface/mod.rs b/core/src/ten_rust/src/interface/mod.rs index a00664f508..ceeedf37db 100644 --- a/core/src/ten_rust/src/interface/mod.rs +++ b/core/src/ten_rust/src/interface/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // mod bindings; diff --git a/core/src/ten_rust/src/json/bindings.rs b/core/src/ten_rust/src/json/bindings.rs index 088e5b0abb..03c29d1b04 100644 --- a/core/src/ten_rust/src/json/bindings.rs +++ b/core/src/ten_rust/src/json/bindings.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::ffi::{CStr, CString}; use std::os::raw::c_char; diff --git a/core/src/ten_rust/src/json/mod.rs b/core/src/ten_rust/src/json/mod.rs index f102b66dd6..064967fa08 100644 --- a/core/src/ten_rust/src/json/mod.rs +++ b/core/src/ten_rust/src/json/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // mod bindings; diff --git a/core/src/ten_rust/src/json_schema/bindings.rs b/core/src/ten_rust/src/json_schema/bindings.rs index 9097f8c72b..c39d439a41 100644 --- a/core/src/ten_rust/src/json_schema/bindings.rs +++ b/core/src/ten_rust/src/json_schema/bindings.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::ffi::{c_char, CStr, CString}; diff --git a/core/src/ten_rust/src/json_schema/definition.rs b/core/src/ten_rust/src/json_schema/definition.rs index 7d51d9b899..c89518455b 100644 --- a/core/src/ten_rust/src/json_schema/definition.rs +++ b/core/src/ten_rust/src/json_schema/definition.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // Relative to current file. diff --git a/core/src/ten_rust/src/json_schema/mod.rs b/core/src/ten_rust/src/json_schema/mod.rs index f7e6d41f72..893008e697 100644 --- a/core/src/ten_rust/src/json_schema/mod.rs +++ b/core/src/ten_rust/src/json_schema/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // mod bindings; mod definition; diff --git a/core/src/ten_rust/src/lib.rs b/core/src/ten_rust/src/lib.rs index 355a757e48..9d5d1c2070 100644 --- a/core/src/ten_rust/src/lib.rs +++ b/core/src/ten_rust/src/lib.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // mod bindings; mod interface; diff --git a/core/src/ten_rust/src/pkg_info/api.rs b/core/src/ten_rust/src/pkg_info/api.rs index 51266d51f3..3d85140045 100644 --- a/core/src/ten_rust/src/pkg_info/api.rs +++ b/core/src/ten_rust/src/pkg_info/api.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{collections::HashMap, str::FromStr}; diff --git a/core/src/ten_rust/src/pkg_info/constants.rs b/core/src/ten_rust/src/pkg_info/constants.rs index 9b7574da29..981eeb4980 100644 --- a/core/src/ten_rust/src/pkg_info/constants.rs +++ b/core/src/ten_rust/src/pkg_info/constants.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub const MANIFEST_JSON_FILENAME: &str = "manifest.json"; pub const PROPERTY_JSON_FILENAME: &str = "property.json"; diff --git a/core/src/ten_rust/src/pkg_info/dependencies.rs b/core/src/ten_rust/src/pkg_info/dependencies.rs index f948dc9145..72d87577ee 100644 --- a/core/src/ten_rust/src/pkg_info/dependencies.rs +++ b/core/src/ten_rust/src/pkg_info/dependencies.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ hash::{Hash, Hasher}, diff --git a/core/src/ten_rust/src/pkg_info/graph/check/connections_are_compatible.rs b/core/src/ten_rust/src/pkg_info/graph/check/connections_are_compatible.rs index ce8c9e5cfe..5f6f60120d 100644 --- a/core/src/ten_rust/src/pkg_info/graph/check/connections_are_compatible.rs +++ b/core/src/ten_rust/src/pkg_info/graph/check/connections_are_compatible.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::HashMap; diff --git a/core/src/ten_rust/src/pkg_info/graph/check/connections_nodes_are_defined.rs b/core/src/ten_rust/src/pkg_info/graph/check/connections_nodes_are_defined.rs index f866a2b3f5..a213dee581 100644 --- a/core/src/ten_rust/src/pkg_info/graph/check/connections_nodes_are_defined.rs +++ b/core/src/ten_rust/src/pkg_info/graph/check/connections_nodes_are_defined.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use anyhow::Result; diff --git a/core/src/ten_rust/src/pkg_info/graph/check/duplicated_nodes.rs b/core/src/ten_rust/src/pkg_info/graph/check/duplicated_nodes.rs index 178aa5b7f3..345738c9ea 100644 --- a/core/src/ten_rust/src/pkg_info/graph/check/duplicated_nodes.rs +++ b/core/src/ten_rust/src/pkg_info/graph/check/duplicated_nodes.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use anyhow::Result; diff --git a/core/src/ten_rust/src/pkg_info/graph/check/mod.rs b/core/src/ten_rust/src/pkg_info/graph/check/mod.rs index 60b30c492a..a97f642163 100644 --- a/core/src/ten_rust/src/pkg_info/graph/check/mod.rs +++ b/core/src/ten_rust/src/pkg_info/graph/check/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod connections_are_compatible; pub mod connections_nodes_are_defined; diff --git a/core/src/ten_rust/src/pkg_info/graph/check/nodes_are_installed.rs b/core/src/ten_rust/src/pkg_info/graph/check/nodes_are_installed.rs index b3d98a7979..8edb20b265 100644 --- a/core/src/ten_rust/src/pkg_info/graph/check/nodes_are_installed.rs +++ b/core/src/ten_rust/src/pkg_info/graph/check/nodes_are_installed.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::HashMap; diff --git a/core/src/ten_rust/src/pkg_info/graph/mod.rs b/core/src/ten_rust/src/pkg_info/graph/mod.rs index 49bbc811d4..5f7c51cf1e 100644 --- a/core/src/ten_rust/src/pkg_info/graph/mod.rs +++ b/core/src/ten_rust/src/pkg_info/graph/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // mod check; diff --git a/core/src/ten_rust/src/pkg_info/hash.rs b/core/src/ten_rust/src/pkg_info/hash.rs index fa1e1c7940..b91afc1185 100644 --- a/core/src/ten_rust/src/pkg_info/hash.rs +++ b/core/src/ten_rust/src/pkg_info/hash.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use anyhow::Result; use semver::Version; diff --git a/core/src/ten_rust/src/pkg_info/language.rs b/core/src/ten_rust/src/pkg_info/language.rs index 0f836d3327..6ca40f890d 100644 --- a/core/src/ten_rust/src/pkg_info/language.rs +++ b/core/src/ten_rust/src/pkg_info/language.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ fmt::{self}, diff --git a/core/src/ten_rust/src/pkg_info/manifest/api.rs b/core/src/ten_rust/src/pkg_info/manifest/api.rs index 87b0e0ba45..40ae54dacf 100644 --- a/core/src/ten_rust/src/pkg_info/manifest/api.rs +++ b/core/src/ten_rust/src/pkg_info/manifest/api.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{collections::HashMap, fmt}; diff --git a/core/src/ten_rust/src/pkg_info/manifest/dependency.rs b/core/src/ten_rust/src/pkg_info/manifest/dependency.rs index 41c9eb2de0..e4f1ec1860 100644 --- a/core/src/ten_rust/src/pkg_info/manifest/dependency.rs +++ b/core/src/ten_rust/src/pkg_info/manifest/dependency.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use serde::{Deserialize, Serialize}; diff --git a/core/src/ten_rust/src/pkg_info/manifest/mod.rs b/core/src/ten_rust/src/pkg_info/manifest/mod.rs index 01eb761cfb..b35f712976 100644 --- a/core/src/ten_rust/src/pkg_info/manifest/mod.rs +++ b/core/src/ten_rust/src/pkg_info/manifest/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod api; pub mod dependency; diff --git a/core/src/ten_rust/src/pkg_info/manifest/publish.rs b/core/src/ten_rust/src/pkg_info/manifest/publish.rs index dcb41c2594..729717626d 100644 --- a/core/src/ten_rust/src/pkg_info/manifest/publish.rs +++ b/core/src/ten_rust/src/pkg_info/manifest/publish.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use serde::{Deserialize, Serialize}; diff --git a/core/src/ten_rust/src/pkg_info/manifest/support.rs b/core/src/ten_rust/src/pkg_info/manifest/support.rs index edb77598ce..94b6a0bbcd 100644 --- a/core/src/ten_rust/src/pkg_info/manifest/support.rs +++ b/core/src/ten_rust/src/pkg_info/manifest/support.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use serde::{Deserialize, Serialize}; diff --git a/core/src/ten_rust/src/pkg_info/message.rs b/core/src/ten_rust/src/pkg_info/message.rs index d03d13275c..c2ef8c7138 100644 --- a/core/src/ten_rust/src/pkg_info/message.rs +++ b/core/src/ten_rust/src/pkg_info/message.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{fmt, str::FromStr}; diff --git a/core/src/ten_rust/src/pkg_info/mod.rs b/core/src/ten_rust/src/pkg_info/mod.rs index 383fb4a71e..901ea3a353 100644 --- a/core/src/ten_rust/src/pkg_info/mod.rs +++ b/core/src/ten_rust/src/pkg_info/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod api; mod constants; diff --git a/core/src/ten_rust/src/pkg_info/pkg_identity.rs b/core/src/ten_rust/src/pkg_info/pkg_identity.rs index 2733d8f50e..76fa6e3240 100644 --- a/core/src/ten_rust/src/pkg_info/pkg_identity.rs +++ b/core/src/ten_rust/src/pkg_info/pkg_identity.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::hash::{Hash, Hasher}; diff --git a/core/src/ten_rust/src/pkg_info/pkg_type.rs b/core/src/ten_rust/src/pkg_info/pkg_type.rs index a875b1af43..f6f2251ffc 100644 --- a/core/src/ten_rust/src/pkg_info/pkg_type.rs +++ b/core/src/ten_rust/src/pkg_info/pkg_type.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{fmt, str::FromStr}; diff --git a/core/src/ten_rust/src/pkg_info/predefined_graphs/connection.rs b/core/src/ten_rust/src/pkg_info/predefined_graphs/connection.rs index 863d708b02..17fbb7feec 100644 --- a/core/src/ten_rust/src/pkg_info/predefined_graphs/connection.rs +++ b/core/src/ten_rust/src/pkg_info/predefined_graphs/connection.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use crate::pkg_info::graph::{ GraphConnection, GraphDestination, GraphMessageFlow, diff --git a/core/src/ten_rust/src/pkg_info/predefined_graphs/extension.rs b/core/src/ten_rust/src/pkg_info/predefined_graphs/extension.rs index 8766fb4f48..3e86564c9e 100644 --- a/core/src/ten_rust/src/pkg_info/predefined_graphs/extension.rs +++ b/core/src/ten_rust/src/pkg_info/predefined_graphs/extension.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use anyhow::Result; diff --git a/core/src/ten_rust/src/pkg_info/predefined_graphs/mod.rs b/core/src/ten_rust/src/pkg_info/predefined_graphs/mod.rs index 88742d6974..0ca004f2c0 100644 --- a/core/src/ten_rust/src/pkg_info/predefined_graphs/mod.rs +++ b/core/src/ten_rust/src/pkg_info/predefined_graphs/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod connection; pub mod extension; diff --git a/core/src/ten_rust/src/pkg_info/predefined_graphs/node.rs b/core/src/ten_rust/src/pkg_info/predefined_graphs/node.rs index 1a93c05c4e..c6510d8a3b 100644 --- a/core/src/ten_rust/src/pkg_info/predefined_graphs/node.rs +++ b/core/src/ten_rust/src/pkg_info/predefined_graphs/node.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::str::FromStr; diff --git a/core/src/ten_rust/src/pkg_info/property/mod.rs b/core/src/ten_rust/src/pkg_info/property/mod.rs index 0515bc8a45..8d16fd395a 100644 --- a/core/src/ten_rust/src/pkg_info/property/mod.rs +++ b/core/src/ten_rust/src/pkg_info/property/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // pub mod predefined_graph; diff --git a/core/src/ten_rust/src/pkg_info/property/predefined_graph.rs b/core/src/ten_rust/src/pkg_info/property/predefined_graph.rs index a442c06187..8a658cc42a 100644 --- a/core/src/ten_rust/src/pkg_info/property/predefined_graph.rs +++ b/core/src/ten_rust/src/pkg_info/property/predefined_graph.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use anyhow::Result; use serde::{Deserialize, Serialize}; diff --git a/core/src/ten_rust/src/pkg_info/supports.rs b/core/src/ten_rust/src/pkg_info/supports.rs index c90153f8e4..65015d6e87 100644 --- a/core/src/ten_rust/src/pkg_info/supports.rs +++ b/core/src/ten_rust/src/pkg_info/supports.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::hash::Hash; use std::{fmt, str::FromStr}; diff --git a/core/src/ten_rust/src/pkg_info/utils.rs b/core/src/ten_rust/src/pkg_info/utils.rs index 73929bdf04..fc18eb62fd 100644 --- a/core/src/ten_rust/src/pkg_info/utils.rs +++ b/core/src/ten_rust/src/pkg_info/utils.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{ fs::File, diff --git a/core/src/ten_rust/src/pkg_info/value_type.rs b/core/src/ten_rust/src/pkg_info/value_type.rs index ac3fa1efea..f696dff933 100644 --- a/core/src/ten_rust/src/pkg_info/value_type.rs +++ b/core/src/ten_rust/src/pkg_info/value_type.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::{fmt, str::FromStr}; diff --git a/core/src/ten_rust/src/schema/mod.rs b/core/src/ten_rust/src/schema/mod.rs index 40a4e97edf..3df1598759 100644 --- a/core/src/ten_rust/src/schema/mod.rs +++ b/core/src/ten_rust/src/schema/mod.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // mod bindings; pub mod store; diff --git a/core/src/ten_rust/src/schema/store.rs b/core/src/ten_rust/src/schema/store.rs index 4230dbd649..df56e32032 100644 --- a/core/src/ten_rust/src/schema/store.rs +++ b/core/src/ten_rust/src/schema/store.rs @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // use std::collections::HashMap; diff --git a/core/src/ten_utils/BUILD.gn b/core/src/ten_utils/BUILD.gn index ab9c4b7649..bc988d341f 100644 --- a/core/src/ten_utils/BUILD.gn +++ b/core/src/ten_utils/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/combine_static_library.gni") import("//build/ten_utils/options.gni") diff --git a/core/src/ten_utils/backtrace/BUILD.gn b/core/src/ten_utils/backtrace/BUILD.gn index c2a589b661..da2c19f871 100644 --- a/core/src/ten_utils/backtrace/BUILD.gn +++ b/core/src/ten_utils/backtrace/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/common.c b/core/src/ten_utils/backtrace/common.c index f5a0ee69bd..9ac3331ac3 100644 --- a/core/src/ten_utils/backtrace/common.c +++ b/core/src/ten_utils/backtrace/common.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/backtrace/common.h" diff --git a/core/src/ten_utils/backtrace/platform/BUILD.gn b/core/src/ten_utils/backtrace/platform/BUILD.gn index 26dd2b937e..342cf9e073 100644 --- a/core/src/ten_utils/backtrace/platform/BUILD.gn +++ b/core/src/ten_utils/backtrace/platform/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/platform/posix/BUILD.gn b/core/src/ten_utils/backtrace/platform/posix/BUILD.gn index 2993e51f5a..057e692c47 100644 --- a/core/src/ten_utils/backtrace/platform/posix/BUILD.gn +++ b/core/src/ten_utils/backtrace/platform/posix/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/platform/posix/backtrace.c b/core/src/ten_utils/backtrace/platform/posix/backtrace.c index 2a43a4ac40..480ab05cce 100644 --- a/core/src/ten_utils/backtrace/platform/posix/backtrace.c +++ b/core/src/ten_utils/backtrace/platform/posix/backtrace.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/darwin/BUILD.gn b/core/src/ten_utils/backtrace/platform/posix/darwin/BUILD.gn index 25b484e46d..43bda2248d 100644 --- a/core/src/ten_utils/backtrace/platform/posix/darwin/BUILD.gn +++ b/core/src/ten_utils/backtrace/platform/posix/darwin/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/platform/posix/darwin/backtrace.c b/core/src/ten_utils/backtrace/platform/posix/darwin/backtrace.c index 51d3c55b77..83516d2bed 100644 --- a/core/src/ten_utils/backtrace/platform/posix/darwin/backtrace.c +++ b/core/src/ten_utils/backtrace/platform/posix/darwin/backtrace.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/backtrace/backtrace.h" diff --git a/core/src/ten_utils/backtrace/platform/posix/darwin/macho.c b/core/src/ten_utils/backtrace/platform/posix/darwin/macho.c index 80c0067c50..7812fdbd39 100644 --- a/core/src/ten_utils/backtrace/platform/posix/darwin/macho.c +++ b/core/src/ten_utils/backtrace/platform/posix/darwin/macho.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/darwin/pc/BUILD.gn b/core/src/ten_utils/backtrace/platform/posix/darwin/pc/BUILD.gn index 093bf158da..632a492548 100644 --- a/core/src/ten_utils/backtrace/platform/posix/darwin/pc/BUILD.gn +++ b/core/src/ten_utils/backtrace/platform/posix/darwin/pc/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/platform/posix/dwarf.c b/core/src/ten_utils/backtrace/platform/posix/dwarf.c index 40df063791..68bfee16e4 100644 --- a/core/src/ten_utils/backtrace/platform/posix/dwarf.c +++ b/core/src/ten_utils/backtrace/platform/posix/dwarf.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/fileline.c b/core/src/ten_utils/backtrace/platform/posix/fileline.c index bd0935b4c0..aa36e7527b 100644 --- a/core/src/ten_utils/backtrace/platform/posix/fileline.c +++ b/core/src/ten_utils/backtrace/platform/posix/fileline.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/BUILD.gn b/core/src/ten_utils/backtrace/platform/posix/linux/BUILD.gn index 33346bfad8..a4b3299221 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/BUILD.gn +++ b/core/src/ten_utils/backtrace/platform/posix/linux/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/backtrace.c b/core/src/ten_utils/backtrace/platform/posix/linux/backtrace.c index 9c98df3da2..b5e4007d45 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/backtrace.c +++ b/core/src/ten_utils/backtrace/platform/posix/linux/backtrace.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/backtrace/backtrace.h" diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/crc32.c b/core/src/ten_utils/backtrace/platform/posix/linux/crc32.c index ed8269296f..e23475e3fc 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/crc32.c +++ b/core/src/ten_utils/backtrace/platform/posix/linux/crc32.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/debugfile.c b/core/src/ten_utils/backtrace/platform/posix/linux/debugfile.c index 1baf86fcc1..d4a4b15b6a 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/debugfile.c +++ b/core/src/ten_utils/backtrace/platform/posix/linux/debugfile.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/elf.c b/core/src/ten_utils/backtrace/platform/posix/linux/elf.c index 9bf497892c..47ee7554fe 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/elf.c +++ b/core/src/ten_utils/backtrace/platform/posix/linux/elf.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/pc/BUILD.gn b/core/src/ten_utils/backtrace/platform/posix/linux/pc/BUILD.gn index 093bf158da..632a492548 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/pc/BUILD.gn +++ b/core/src/ten_utils/backtrace/platform/posix/linux/pc/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/uncompress.c b/core/src/ten_utils/backtrace/platform/posix/linux/uncompress.c index 1d092aeebe..6460811280 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/uncompress.c +++ b/core/src/ten_utils/backtrace/platform/posix/linux/uncompress.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/view.c b/core/src/ten_utils/backtrace/platform/posix/linux/view.c index 3ec31d044d..ebd7fb654c 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/view.c +++ b/core/src/ten_utils/backtrace/platform/posix/linux/view.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/linux/zlib.c b/core/src/ten_utils/backtrace/platform/posix/linux/zlib.c index a222bb2a05..8138b7b3f2 100644 --- a/core/src/ten_utils/backtrace/platform/posix/linux/zlib.c +++ b/core/src/ten_utils/backtrace/platform/posix/linux/zlib.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/posix/sort.c b/core/src/ten_utils/backtrace/platform/posix/sort.c index ea5cd8a82d..f72cb14d31 100644 --- a/core/src/ten_utils/backtrace/platform/posix/sort.c +++ b/core/src/ten_utils/backtrace/platform/posix/sort.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from // https://github.com/ianlancetaylor/libbacktrace [BSD license] diff --git a/core/src/ten_utils/backtrace/platform/win/BUILD.gn b/core/src/ten_utils/backtrace/platform/win/BUILD.gn index 5b35589c5f..7c32202921 100644 --- a/core/src/ten_utils/backtrace/platform/win/BUILD.gn +++ b/core/src/ten_utils/backtrace/platform/win/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/backtrace/platform/win/internal.c b/core/src/ten_utils/backtrace/platform/win/internal.c index 95cf40abba..93da36e8f5 100644 --- a/core/src/ten_utils/backtrace/platform/win/internal.c +++ b/core/src/ten_utils/backtrace/platform/win/internal.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/container/BUILD.gn b/core/src/ten_utils/container/BUILD.gn index fa4ecc1227..c726a3dca3 100644 --- a/core/src/ten_utils/container/BUILD.gn +++ b/core/src/ten_utils/container/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/container/hash_bucket.c b/core/src/ten_utils/container/hash_bucket.c index a954320cae..b385fea3ad 100644 --- a/core/src/ten_utils/container/hash_bucket.c +++ b/core/src/ten_utils/container/hash_bucket.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/container/hash_bucket.h" diff --git a/core/src/ten_utils/container/hash_handle.c b/core/src/ten_utils/container/hash_handle.c index bb1375a305..faee4e1e44 100644 --- a/core/src/ten_utils/container/hash_handle.c +++ b/core/src/ten_utils/container/hash_handle.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/container/hash_handle.h" diff --git a/core/src/ten_utils/container/hash_table.c b/core/src/ten_utils/container/hash_table.c index 56796a0960..8ad2c28314 100644 --- a/core/src/ten_utils/container/hash_table.c +++ b/core/src/ten_utils/container/hash_table.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/container/hash_table.h" diff --git a/core/src/ten_utils/container/list.c b/core/src/ten_utils/container/list.c index c064bfcd3c..25e2982c46 100644 --- a/core/src/ten_utils/container/list.c +++ b/core/src/ten_utils/container/list.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/container/list.h" diff --git a/core/src/ten_utils/container/list_int32.c b/core/src/ten_utils/container/list_int32.c index ebc3b6a3f3..31a316ab64 100644 --- a/core/src/ten_utils/container/list_int32.c +++ b/core/src/ten_utils/container/list_int32.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/container/list_node.c b/core/src/ten_utils/container/list_node.c index 43c21db783..a4dab4f37a 100644 --- a/core/src/ten_utils/container/list_node.c +++ b/core/src/ten_utils/container/list_node.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/container/list_node.h" diff --git a/core/src/ten_utils/container/list_node_int32.c b/core/src/ten_utils/container/list_node_int32.c index b5eed7963b..20f664b2e5 100644 --- a/core/src/ten_utils/container/list_node_int32.c +++ b/core/src/ten_utils/container/list_node_int32.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/macro/check.h" #include "ten_utils/container/list_node.h" diff --git a/core/src/ten_utils/container/list_node_ptr.c b/core/src/ten_utils/container/list_node_ptr.c index 8d9f24bb7e..0776f8c78a 100644 --- a/core/src/ten_utils/container/list_node_ptr.c +++ b/core/src/ten_utils/container/list_node_ptr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/macro/check.h" #include "ten_utils/container/list_node.h" diff --git a/core/src/ten_utils/container/list_node_smart_ptr.c b/core/src/ten_utils/container/list_node_smart_ptr.c index 499b9f6630..d1eea36db9 100644 --- a/core/src/ten_utils/container/list_node_smart_ptr.c +++ b/core/src/ten_utils/container/list_node_smart_ptr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/container/list_node_str.c b/core/src/ten_utils/container/list_node_str.c index e00c8ee2f1..803c123bb9 100644 --- a/core/src/ten_utils/container/list_node_str.c +++ b/core/src/ten_utils/container/list_node_str.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/container/list_ptr.c b/core/src/ten_utils/container/list_ptr.c index 327dedbcd7..ebceb1fef9 100644 --- a/core/src/ten_utils/container/list_ptr.c +++ b/core/src/ten_utils/container/list_ptr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/container/list_smart_ptr.c b/core/src/ten_utils/container/list_smart_ptr.c index efbbecb305..d49decdc10 100644 --- a/core/src/ten_utils/container/list_smart_ptr.c +++ b/core/src/ten_utils/container/list_smart_ptr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/container/list_str.c b/core/src/ten_utils/container/list_str.c index f693b2716b..69d75a0c07 100644 --- a/core/src/ten_utils/container/list_str.c +++ b/core/src/ten_utils/container/list_str.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/container/vector.c b/core/src/ten_utils/container/vector.c index 1cc226bd70..5a5f8c2f16 100644 --- a/core/src/ten_utils/container/vector.c +++ b/core/src/ten_utils/container/vector.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/container/vector.h" diff --git a/core/src/ten_utils/io/BUILD.gn b/core/src/ten_utils/io/BUILD.gn index 92a70493c9..d9af45bb3c 100644 --- a/core/src/ten_utils/io/BUILD.gn +++ b/core/src/ten_utils/io/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/feature.gni b/core/src/ten_utils/io/feature.gni index 5e4f94db4e..12210a6841 100644 --- a/core/src/ten_utils/io/feature.gni +++ b/core/src/ten_utils/io/feature.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # declare_args() { utils_enable_libuv = true diff --git a/core/src/ten_utils/io/general/BUILD.gn b/core/src/ten_utils/io/general/BUILD.gn index 0bc8a1a0be..a43abd0d04 100644 --- a/core/src/ten_utils/io/general/BUILD.gn +++ b/core/src/ten_utils/io/general/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/async.c b/core/src/ten_utils/io/general/async.c index 10acd9e9b8..d620a02f71 100644 --- a/core/src/ten_utils/io/general/async.c +++ b/core/src/ten_utils/io/general/async.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/async.h" diff --git a/core/src/ten_utils/io/general/loops/BUILD.gn b/core/src/ten_utils/io/general/loops/BUILD.gn index 170e971a57..64a4318024 100644 --- a/core/src/ten_utils/io/general/loops/BUILD.gn +++ b/core/src/ten_utils/io/general/loops/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") import("//core/src/ten_utils/io/feature.gni") diff --git a/core/src/ten_utils/io/general/loops/bare/BUILD.gn b/core/src/ten_utils/io/general/loops/bare/BUILD.gn index cf3b61ddb6..4ff1ff9a9e 100644 --- a/core/src/ten_utils/io/general/loops/bare/BUILD.gn +++ b/core/src/ten_utils/io/general/loops/bare/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/loops/bare/runloop.c b/core/src/ten_utils/io/general/loops/bare/runloop.c index 4c9d0d981f..c824414100 100644 --- a/core/src/ten_utils/io/general/loops/bare/runloop.c +++ b/core/src/ten_utils/io/general/loops/bare/runloop.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/runloop.h" diff --git a/core/src/ten_utils/io/general/loops/runloop.c b/core/src/ten_utils/io/general/loops/runloop.c index 5c3ad22af4..d470077f09 100644 --- a/core/src/ten_utils/io/general/loops/runloop.c +++ b/core/src/ten_utils/io/general/loops/runloop.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/runloop.h" diff --git a/core/src/ten_utils/io/general/loops/runloop.h b/core/src/ten_utils/io/general/loops/runloop.h index 805353659b..109b1dc6f0 100644 --- a/core/src/ten_utils/io/general/loops/runloop.h +++ b/core/src/ten_utils/io/general/loops/runloop.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_utils/io/general/loops/uv/BUILD.gn b/core/src/ten_utils/io/general/loops/uv/BUILD.gn index c2ce1b3c24..d50e79b739 100644 --- a/core/src/ten_utils/io/general/loops/uv/BUILD.gn +++ b/core/src/ten_utils/io/general/loops/uv/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/loops/uv/runloop.c b/core/src/ten_utils/io/general/loops/uv/runloop.c index 42d6ac573c..173053b28e 100644 --- a/core/src/ten_utils/io/general/loops/uv/runloop.c +++ b/core/src/ten_utils/io/general/loops/uv/runloop.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/runloop.h" diff --git a/core/src/ten_utils/io/general/loops/uv/runloop.h b/core/src/ten_utils/io/general/loops/uv/runloop.h index d145813c67..6c2067d5a5 100644 --- a/core/src/ten_utils/io/general/loops/uv/runloop.h +++ b/core/src/ten_utils/io/general/loops/uv/runloop.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_utils/io/general/network.c b/core/src/ten_utils/io/general/network.c index 0bc8b9335e..5bbd216a79 100644 --- a/core/src/ten_utils/io/general/network.c +++ b/core/src/ten_utils/io/general/network.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/network.h" diff --git a/core/src/ten_utils/io/general/shmchannel.c b/core/src/ten_utils/io/general/shmchannel.c index 83ebd01486..9f7f9b527d 100644 --- a/core/src/ten_utils/io/general/shmchannel.c +++ b/core/src/ten_utils/io/general/shmchannel.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/shmchannel.h" diff --git a/core/src/ten_utils/io/general/socket.c b/core/src/ten_utils/io/general/socket.c index 5739780f14..120410c33c 100644 --- a/core/src/ten_utils/io/general/socket.c +++ b/core/src/ten_utils/io/general/socket.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/socket.h" diff --git a/core/src/ten_utils/io/general/transport/BUILD.gn b/core/src/ten_utils/io/general/transport/BUILD.gn index ae9ef2a3df..5cf3224ee2 100644 --- a/core/src/ten_utils/io/general/transport/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/BUILD.gn b/core/src/ten_utils/io/general/transport/backend/BUILD.gn index 25c64d86aa..eb5265aa0a 100644 --- a/core/src/ten_utils/io/general/transport/backend/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/backend/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") import("//core/src/ten_utils/io/feature.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/base.c b/core/src/ten_utils/io/general/transport/backend/base.c index acc126a8f7..2335e40b7e 100644 --- a/core/src/ten_utils/io/general/transport/backend/base.c +++ b/core/src/ten_utils/io/general/transport/backend/base.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/general/transport/backend/base.h" diff --git a/core/src/ten_utils/io/general/transport/backend/base.h b/core/src/ten_utils/io/general/transport/backend/base.h index 6c7c13c52d..e2581f10f3 100644 --- a/core/src/ten_utils/io/general/transport/backend/base.h +++ b/core/src/ten_utils/io/general/transport/backend/base.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_utils/io/general/transport/backend/factory.c b/core/src/ten_utils/io/general/transport/backend/factory.c index 552adf62a4..f0738e81bc 100644 --- a/core/src/ten_utils/io/general/transport/backend/factory.c +++ b/core/src/ten_utils/io/general/transport/backend/factory.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/general/transport/backend/factory.h" diff --git a/core/src/ten_utils/io/general/transport/backend/factory.h b/core/src/ten_utils/io/general/transport/backend/factory.h index 05b19f1a17..27a8fa5a0c 100644 --- a/core/src/ten_utils/io/general/transport/backend/factory.h +++ b/core/src/ten_utils/io/general/transport/backend/factory.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/core/src/ten_utils/io/general/transport/backend/general/BUILD.gn b/core/src/ten_utils/io/general/transport/backend/general/BUILD.gn index ad5c5c3f5b..4cc1942502 100644 --- a/core/src/ten_utils/io/general/transport/backend/general/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/backend/general/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/general/stream/BUILD.gn b/core/src/ten_utils/io/general/transport/backend/general/stream/BUILD.gn index f78321f638..94dc7b4ee4 100644 --- a/core/src/ten_utils/io/general/transport/backend/general/stream/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/backend/general/stream/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/general/transport/BUILD.gn b/core/src/ten_utils/io/general/transport/backend/general/transport/BUILD.gn index af9042cd9a..e74cc71494 100644 --- a/core/src/ten_utils/io/general/transport/backend/general/transport/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/backend/general/transport/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/general/transport/raw.c b/core/src/ten_utils/io/general/transport/backend/general/transport/raw.c index c96eed6e6f..72171599e5 100644 --- a/core/src/ten_utils/io/general/transport/backend/general/transport/raw.c +++ b/core/src/ten_utils/io/general/transport/backend/general/transport/raw.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_utils/io/general/transport/backend/uv/BUILD.gn b/core/src/ten_utils/io/general/transport/backend/uv/BUILD.gn index 858990d6de..88071a50a0 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/backend/uv/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/uv/stream/BUILD.gn b/core/src/ten_utils/io/general/transport/backend/uv/stream/BUILD.gn index 9639bda4e7..058c05f1fc 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/stream/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/backend/uv/stream/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/uv/stream/migrate.c b/core/src/ten_utils/io/general/transport/backend/uv/stream/migrate.c index 0aee769f32..72b4403719 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/stream/migrate.c +++ b/core/src/ten_utils/io/general/transport/backend/uv/stream/migrate.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/io/general/transport/backend/uv/stream/migrate.h" diff --git a/core/src/ten_utils/io/general/transport/backend/uv/stream/pipe.c b/core/src/ten_utils/io/general/transport/backend/uv/stream/pipe.c index b1ce9f8276..d2ed8fda3b 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/stream/pipe.c +++ b/core/src/ten_utils/io/general/transport/backend/uv/stream/pipe.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/io/general/transport/backend/uv/stream/pipe.h" diff --git a/core/src/ten_utils/io/general/transport/backend/uv/stream/tcp.c b/core/src/ten_utils/io/general/transport/backend/uv/stream/tcp.c index 5fda23a9ad..f73533d1e5 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/stream/tcp.c +++ b/core/src/ten_utils/io/general/transport/backend/uv/stream/tcp.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/io/general/transport/backend/uv/stream/tcp.h" diff --git a/core/src/ten_utils/io/general/transport/backend/uv/transport/BUILD.gn b/core/src/ten_utils/io/general/transport/backend/uv/transport/BUILD.gn index 0dec9d4576..1f3df4d5fc 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/transport/BUILD.gn +++ b/core/src/ten_utils/io/general/transport/backend/uv/transport/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/general/transport/backend/uv/transport/pipe.c b/core/src/ten_utils/io/general/transport/backend/uv/transport/pipe.c index 36adcd3e82..06b28e1d36 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/transport/pipe.c +++ b/core/src/ten_utils/io/general/transport/backend/uv/transport/pipe.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/io/general/transport/backend/uv/stream/pipe.h" diff --git a/core/src/ten_utils/io/general/transport/backend/uv/transport/tcp.c b/core/src/ten_utils/io/general/transport/backend/uv/transport/tcp.c index 352802056a..701a56bf57 100644 --- a/core/src/ten_utils/io/general/transport/backend/uv/transport/tcp.c +++ b/core/src/ten_utils/io/general/transport/backend/uv/transport/tcp.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/io/general/transport/backend/uv/stream/tcp.h" diff --git a/core/src/ten_utils/io/general/transport/stream.c b/core/src/ten_utils/io/general/transport/stream.c index 873ad548da..ed7f7de806 100644 --- a/core/src/ten_utils/io/general/transport/stream.c +++ b/core/src/ten_utils/io/general/transport/stream.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/stream.h" diff --git a/core/src/ten_utils/io/general/transport/transport.c b/core/src/ten_utils/io/general/transport/transport.c index ef2c95ca20..98e8fcb3bc 100644 --- a/core/src/ten_utils/io/general/transport/transport.c +++ b/core/src/ten_utils/io/general/transport/transport.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/transport.h" diff --git a/core/src/ten_utils/io/posix/BUILD.gn b/core/src/ten_utils/io/posix/BUILD.gn index 2993e51f5a..057e692c47 100644 --- a/core/src/ten_utils/io/posix/BUILD.gn +++ b/core/src/ten_utils/io/posix/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/posix/darwin/BUILD.gn b/core/src/ten_utils/io/posix/darwin/BUILD.gn index 25b484e46d..43bda2248d 100644 --- a/core/src/ten_utils/io/posix/darwin/BUILD.gn +++ b/core/src/ten_utils/io/posix/darwin/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/posix/darwin/pc/BUILD.gn b/core/src/ten_utils/io/posix/darwin/pc/BUILD.gn index 093bf158da..632a492548 100644 --- a/core/src/ten_utils/io/posix/darwin/pc/BUILD.gn +++ b/core/src/ten_utils/io/posix/darwin/pc/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/posix/linux/BUILD.gn b/core/src/ten_utils/io/posix/linux/BUILD.gn index 33346bfad8..a4b3299221 100644 --- a/core/src/ten_utils/io/posix/linux/BUILD.gn +++ b/core/src/ten_utils/io/posix/linux/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/posix/linux/pc/BUILD.gn b/core/src/ten_utils/io/posix/linux/pc/BUILD.gn index 093bf158da..632a492548 100644 --- a/core/src/ten_utils/io/posix/linux/pc/BUILD.gn +++ b/core/src/ten_utils/io/posix/linux/pc/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/posix/mmap.c b/core/src/ten_utils/io/posix/mmap.c index 91c0e9c6db..0906b49556 100644 --- a/core/src/ten_utils/io/posix/mmap.c +++ b/core/src/ten_utils/io/posix/mmap.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/io/posix/network.c b/core/src/ten_utils/io/posix/network.c index fb3aa30edf..a92725d7dd 100644 --- a/core/src/ten_utils/io/posix/network.c +++ b/core/src/ten_utils/io/posix/network.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/network.h" diff --git a/core/src/ten_utils/io/posix/socket.c b/core/src/ten_utils/io/posix/socket.c index 2041508f46..7e035b5721 100644 --- a/core/src/ten_utils/io/posix/socket.c +++ b/core/src/ten_utils/io/posix/socket.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/socket.h" diff --git a/core/src/ten_utils/io/win/BUILD.gn b/core/src/ten_utils/io/win/BUILD.gn index 5b35589c5f..7c32202921 100644 --- a/core/src/ten_utils/io/win/BUILD.gn +++ b/core/src/ten_utils/io/win/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/io/win/network.c b/core/src/ten_utils/io/win/network.c index 65fa5a75dd..d23c8032d7 100644 --- a/core/src/ten_utils/io/win/network.c +++ b/core/src/ten_utils/io/win/network.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // clang-format off #include diff --git a/core/src/ten_utils/io/win/socket.c b/core/src/ten_utils/io/win/socket.c index a771e2c34c..909da29fac 100644 --- a/core/src/ten_utils/io/win/socket.c +++ b/core/src/ten_utils/io/win/socket.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/io/socket.h" diff --git a/core/src/ten_utils/lib/BUILD.gn b/core/src/ten_utils/lib/BUILD.gn index 45022dcd35..21125776d0 100644 --- a/core/src/ten_utils/lib/BUILD.gn +++ b/core/src/ten_utils/lib/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/BUILD.gn b/core/src/ten_utils/lib/arch/BUILD.gn index 829ad0b54c..0a5b6c55db 100644 --- a/core/src/ten_utils/lib/arch/BUILD.gn +++ b/core/src/ten_utils/lib/arch/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/arm/BUILD.gn b/core/src/ten_utils/lib/arch/arm/BUILD.gn index ec40395281..8dd00f5d46 100644 --- a/core/src/ten_utils/lib/arch/arm/BUILD.gn +++ b/core/src/ten_utils/lib/arch/arm/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/arm/arm64/BUILD.gn b/core/src/ten_utils/lib/arch/arm/arm64/BUILD.gn index 6278779920..c22790c79b 100644 --- a/core/src/ten_utils/lib/arch/arm/arm64/BUILD.gn +++ b/core/src/ten_utils/lib/arch/arm/arm64/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/arm/arm64/atomic.c b/core/src/ten_utils/lib/arch/arm/arm64/atomic.c index ff5d140698..888a191793 100644 --- a/core/src/ten_utils/lib/arch/arm/arm64/atomic.c +++ b/core/src/ten_utils/lib/arch/arm/arm64/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/arch/arm/arm64/pause.c b/core/src/ten_utils/lib/arch/arm/arm64/pause.c index 303b0acdd9..2c71ebff19 100644 --- a/core/src/ten_utils/lib/arch/arm/arm64/pause.c +++ b/core/src/ten_utils/lib/arch/arm/arm64/pause.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/arch/arm/armv7/BUILD.gn b/core/src/ten_utils/lib/arch/arm/armv7/BUILD.gn index f523ed38c2..a3affe684a 100644 --- a/core/src/ten_utils/lib/arch/arm/armv7/BUILD.gn +++ b/core/src/ten_utils/lib/arch/arm/armv7/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/arm/armv7/atomic.c b/core/src/ten_utils/lib/arch/arm/armv7/atomic.c index 3c172b67c9..605bd041b2 100644 --- a/core/src/ten_utils/lib/arch/arm/armv7/atomic.c +++ b/core/src/ten_utils/lib/arch/arm/armv7/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/arch/arm/armv7/pause.c b/core/src/ten_utils/lib/arch/arm/armv7/pause.c index 5732f917f2..9f25ccf293 100644 --- a/core/src/ten_utils/lib/arch/arm/armv7/pause.c +++ b/core/src/ten_utils/lib/arch/arm/armv7/pause.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/arch/ppc/BUILD.gn b/core/src/ten_utils/lib/arch/ppc/BUILD.gn index cc617ad599..26e5d11896 100644 --- a/core/src/ten_utils/lib/arch/ppc/BUILD.gn +++ b/core/src/ten_utils/lib/arch/ppc/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/ppc/atomic.c b/core/src/ten_utils/lib/arch/ppc/atomic.c index bfba467a1b..2bda020941 100644 --- a/core/src/ten_utils/lib/arch/ppc/atomic.c +++ b/core/src/ten_utils/lib/arch/ppc/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/arch/ppc/pause.c b/core/src/ten_utils/lib/arch/ppc/pause.c index 5e5ed5ca79..118bf8f631 100644 --- a/core/src/ten_utils/lib/arch/ppc/pause.c +++ b/core/src/ten_utils/lib/arch/ppc/pause.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/arch/x86/BUILD.gn b/core/src/ten_utils/lib/arch/x86/BUILD.gn index db8ad72006..29da50b31d 100644 --- a/core/src/ten_utils/lib/arch/x86/BUILD.gn +++ b/core/src/ten_utils/lib/arch/x86/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/x86/pause.c b/core/src/ten_utils/lib/arch/x86/pause.c index 189337ca88..c4c6a92ce5 100644 --- a/core/src/ten_utils/lib/arch/x86/pause.c +++ b/core/src/ten_utils/lib/arch/x86/pause.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_utils/lib/arch/x86/x64/BUILD.gn b/core/src/ten_utils/lib/arch/x86/x64/BUILD.gn index 89671a37fa..2aff320e21 100644 --- a/core/src/ten_utils/lib/arch/x86/x64/BUILD.gn +++ b/core/src/ten_utils/lib/arch/x86/x64/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/x86/x64/atomic.c b/core/src/ten_utils/lib/arch/x86/x64/atomic.c index e9dcc5a073..b007fb1f46 100644 --- a/core/src/ten_utils/lib/arch/x86/x64/atomic.c +++ b/core/src/ten_utils/lib/arch/x86/x64/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/arch/x86/x86/BUILD.gn b/core/src/ten_utils/lib/arch/x86/x86/BUILD.gn index 1b9ca3a30c..7d95a6a631 100644 --- a/core/src/ten_utils/lib/arch/x86/x86/BUILD.gn +++ b/core/src/ten_utils/lib/arch/x86/x86/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/arch/x86/x86/atomic.c b/core/src/ten_utils/lib/arch/x86/x86/atomic.c index ebff99b179..ca978e652b 100644 --- a/core/src/ten_utils/lib/arch/x86/x86/atomic.c +++ b/core/src/ten_utils/lib/arch/x86/x86/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/lang/BUILD.gn b/core/src/ten_utils/lib/lang/BUILD.gn index 295a4ade9b..79aebb4329 100644 --- a/core/src/ten_utils/lib/lang/BUILD.gn +++ b/core/src/ten_utils/lib/lang/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/BUILD.gn b/core/src/ten_utils/lib/sys/BUILD.gn index c505f4ca75..4dec916462 100644 --- a/core/src/ten_utils/lib/sys/BUILD.gn +++ b/core/src/ten_utils/lib/sys/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/options.gni") import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/general/BUILD.gn b/core/src/ten_utils/lib/sys/general/BUILD.gn index c93c15e901..50eb1c04d5 100644 --- a/core/src/ten_utils/lib/sys/general/BUILD.gn +++ b/core/src/ten_utils/lib/sys/general/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/general/align.c b/core/src/ten_utils/lib/sys/general/align.c index 1a36ce4a08..a4766ccb48 100644 --- a/core/src/ten_utils/lib/sys/general/align.c +++ b/core/src/ten_utils/lib/sys/general/align.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/align.h" diff --git a/core/src/ten_utils/lib/sys/general/alloc.c b/core/src/ten_utils/lib/sys/general/alloc.c index 97f2ad5f03..2b6f51e3f6 100644 --- a/core/src/ten_utils/lib/sys/general/alloc.c +++ b/core/src/ten_utils/lib/sys/general/alloc.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/alloc.h" diff --git a/core/src/ten_utils/lib/sys/general/atomic.c b/core/src/ten_utils/lib/sys/general/atomic.c index 8f0de00e99..c34b25f246 100644 --- a/core/src/ten_utils/lib/sys/general/atomic.c +++ b/core/src/ten_utils/lib/sys/general/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/sys/general/atomic_ptr.c b/core/src/ten_utils/lib/sys/general/atomic_ptr.c index 82e1c56324..a73e520df0 100644 --- a/core/src/ten_utils/lib/sys/general/atomic_ptr.c +++ b/core/src/ten_utils/lib/sys/general/atomic_ptr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic_ptr.h" diff --git a/core/src/ten_utils/lib/sys/general/base64.c b/core/src/ten_utils/lib/sys/general/base64.c index 816ff247b5..3cce50934b 100644 --- a/core/src/ten_utils/lib/sys/general/base64.c +++ b/core/src/ten_utils/lib/sys/general/base64.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/base64.h" diff --git a/core/src/ten_utils/lib/sys/general/buf.c b/core/src/ten_utils/lib/sys/general/buf.c index 6ccc43aac8..7960eed248 100644 --- a/core/src/ten_utils/lib/sys/general/buf.c +++ b/core/src/ten_utils/lib/sys/general/buf.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/buf.h" diff --git a/core/src/ten_utils/lib/sys/general/busy_loop.c b/core/src/ten_utils/lib/sys/general/busy_loop.c index 74078da75c..67d9d7b289 100644 --- a/core/src/ten_utils/lib/sys/general/busy_loop.c +++ b/core/src/ten_utils/lib/sys/general/busy_loop.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_utils/lib/sys/general/error.c b/core/src/ten_utils/lib/sys/general/error.c index 85303fe11a..6702fe6c3e 100644 --- a/core/src/ten_utils/lib/sys/general/error.c +++ b/core/src/ten_utils/lib/sys/general/error.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/error.h" diff --git a/core/src/ten_utils/lib/sys/general/file.c b/core/src/ten_utils/lib/sys/general/file.c index 6096a2fddb..d35d864e61 100644 --- a/core/src/ten_utils/lib/sys/general/file.c +++ b/core/src/ten_utils/lib/sys/general/file.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/file.h" diff --git a/core/src/ten_utils/lib/sys/general/getoptlong.c b/core/src/ten_utils/lib/sys/general/getoptlong.c index 14158fa3e8..90e3bfe62c 100644 --- a/core/src/ten_utils/lib/sys/general/getoptlong.c +++ b/core/src/ten_utils/lib/sys/general/getoptlong.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/getoptlong.h" diff --git a/core/src/ten_utils/lib/sys/general/json.c b/core/src/ten_utils/lib/sys/general/json.c index 01e21429c1..b33155c56b 100644 --- a/core/src/ten_utils/lib/sys/general/json.c +++ b/core/src/ten_utils/lib/sys/general/json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/json.h" diff --git a/core/src/ten_utils/lib/sys/general/path.c b/core/src/ten_utils/lib/sys/general/path.c index e321bbb7af..83d53701b5 100644 --- a/core/src/ten_utils/lib/sys/general/path.c +++ b/core/src/ten_utils/lib/sys/general/path.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/path.h" diff --git a/core/src/ten_utils/lib/sys/general/placeholder.c b/core/src/ten_utils/lib/sys/general/placeholder.c index 9666ee7e49..8525a861a4 100644 --- a/core/src/ten_utils/lib/sys/general/placeholder.c +++ b/core/src/ten_utils/lib/sys/general/placeholder.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/lib/placeholder.h" diff --git a/core/src/ten_utils/lib/sys/general/random.c b/core/src/ten_utils/lib/sys/general/random.c index cd5d5ae2e4..c7ebccf864 100644 --- a/core/src/ten_utils/lib/sys/general/random.c +++ b/core/src/ten_utils/lib/sys/general/random.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/random.h" diff --git a/core/src/ten_utils/lib/sys/general/ref.c b/core/src/ten_utils/lib/sys/general/ref.c index b5e33389bb..92aaa55a37 100644 --- a/core/src/ten_utils/lib/sys/general/ref.c +++ b/core/src/ten_utils/lib/sys/general/ref.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/ref.h" diff --git a/core/src/ten_utils/lib/sys/general/reflock.c b/core/src/ten_utils/lib/sys/general/reflock.c index 5e64ddb96f..21a96c5021 100644 --- a/core/src/ten_utils/lib/sys/general/reflock.c +++ b/core/src/ten_utils/lib/sys/general/reflock.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/reflock.h" diff --git a/core/src/ten_utils/lib/sys/general/rwlock.c b/core/src/ten_utils/lib/sys/general/rwlock.c index c471dacd29..a41fe77e9e 100644 --- a/core/src/ten_utils/lib/sys/general/rwlock.c +++ b/core/src/ten_utils/lib/sys/general/rwlock.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/rwlock.h" diff --git a/core/src/ten_utils/lib/sys/general/shared_event.c b/core/src/ten_utils/lib/sys/general/shared_event.c index 64cc2eeb70..867d9aae2b 100644 --- a/core/src/ten_utils/lib/sys/general/shared_event.c +++ b/core/src/ten_utils/lib/sys/general/shared_event.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/shared_event.h" diff --git a/core/src/ten_utils/lib/sys/general/signature.c b/core/src/ten_utils/lib/sys/general/signature.c index 961df13c1d..dea0f0b8fd 100644 --- a/core/src/ten_utils/lib/sys/general/signature.c +++ b/core/src/ten_utils/lib/sys/general/signature.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/signature.h" diff --git a/core/src/ten_utils/lib/sys/general/sm.c b/core/src/ten_utils/lib/sys/general/sm.c index 94ecfd027f..91ee3ad6f1 100644 --- a/core/src/ten_utils/lib/sys/general/sm.c +++ b/core/src/ten_utils/lib/sys/general/sm.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/sm.h" diff --git a/core/src/ten_utils/lib/sys/general/smart_ptr.c b/core/src/ten_utils/lib/sys/general/smart_ptr.c index df0bb6d1f6..64a2b42477 100644 --- a/core/src/ten_utils/lib/sys/general/smart_ptr.c +++ b/core/src/ten_utils/lib/sys/general/smart_ptr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/smart_ptr.h" diff --git a/core/src/ten_utils/lib/sys/general/spinlock.c b/core/src/ten_utils/lib/sys/general/spinlock.c index 45db3ae622..6cccb58275 100644 --- a/core/src/ten_utils/lib/sys/general/spinlock.c +++ b/core/src/ten_utils/lib/sys/general/spinlock.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/spinlock.h" diff --git a/core/src/ten_utils/lib/sys/general/string.c b/core/src/ten_utils/lib/sys/general/string.c index 1e373b5c28..1d6602119f 100644 --- a/core/src/ten_utils/lib/sys/general/string.c +++ b/core/src/ten_utils/lib/sys/general/string.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/string.h" diff --git a/core/src/ten_utils/lib/sys/general/thread.c b/core/src/ten_utils/lib/sys/general/thread.c index f409d3fc8a..1cac8e3e76 100644 --- a/core/src/ten_utils/lib/sys/general/thread.c +++ b/core/src/ten_utils/lib/sys/general/thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/sys/general/time.c b/core/src/ten_utils/lib/sys/general/time.c index dcdfd346c0..3414a4938f 100644 --- a/core/src/ten_utils/lib/sys/general/time.c +++ b/core/src/ten_utils/lib/sys/general/time.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/time.h" diff --git a/core/src/ten_utils/lib/sys/general/uri.c b/core/src/ten_utils/lib/sys/general/uri.c index acb326e511..c7b02f73ab 100644 --- a/core/src/ten_utils/lib/sys/general/uri.c +++ b/core/src/ten_utils/lib/sys/general/uri.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/uri.h" diff --git a/core/src/ten_utils/lib/sys/general/uuid.c b/core/src/ten_utils/lib/sys/general/uuid.c index dc3c70aca7..baff1a6643 100644 --- a/core/src/ten_utils/lib/sys/general/uuid.c +++ b/core/src/ten_utils/lib/sys/general/uuid.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from https://github.com/gpakosz/uuid4/ // diff --git a/core/src/ten_utils/lib/sys/general/waitable_addr.c b/core/src/ten_utils/lib/sys/general/waitable_addr.c index 9150e8fd14..a722dbb5ae 100644 --- a/core/src/ten_utils/lib/sys/general/waitable_addr.c +++ b/core/src/ten_utils/lib/sys/general/waitable_addr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/waitable_addr.h" diff --git a/core/src/ten_utils/lib/sys/general/waitable_object.c b/core/src/ten_utils/lib/sys/general/waitable_object.c index 5cf54e439f..9468c5f4d8 100644 --- a/core/src/ten_utils/lib/sys/general/waitable_object.c +++ b/core/src/ten_utils/lib/sys/general/waitable_object.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/waitable_object.h" diff --git a/core/src/ten_utils/lib/sys/posix/BUILD.gn b/core/src/ten_utils/lib/sys/posix/BUILD.gn index 2993e51f5a..057e692c47 100644 --- a/core/src/ten_utils/lib/sys/posix/BUILD.gn +++ b/core/src/ten_utils/lib/sys/posix/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/posix/atomic.c b/core/src/ten_utils/lib/sys/posix/atomic.c index 51287c879c..b827c790c2 100644 --- a/core/src/ten_utils/lib/sys/posix/atomic.c +++ b/core/src/ten_utils/lib/sys/posix/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/sys/posix/cond.c b/core/src/ten_utils/lib/sys/posix/cond.c index 2805442655..060816c3af 100644 --- a/core/src/ten_utils/lib/sys/posix/cond.c +++ b/core/src/ten_utils/lib/sys/posix/cond.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/cond.h" diff --git a/core/src/ten_utils/lib/sys/posix/darwin/BUILD.gn b/core/src/ten_utils/lib/sys/posix/darwin/BUILD.gn index 25b484e46d..43bda2248d 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/BUILD.gn +++ b/core/src/ten_utils/lib/sys/posix/darwin/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/posix/darwin/pc/BUILD.gn b/core/src/ten_utils/lib/sys/posix/darwin/pc/BUILD.gn index 093bf158da..632a492548 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/pc/BUILD.gn +++ b/core/src/ten_utils/lib/sys/posix/darwin/pc/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/posix/darwin/pc/module.c b/core/src/ten_utils/lib/sys/posix/darwin/pc/module.c index cc1b2fe64b..3381012a94 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/pc/module.c +++ b/core/src/ten_utils/lib/sys/posix/darwin/pc/module.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/module.h" diff --git a/core/src/ten_utils/lib/sys/posix/darwin/pc/path.c b/core/src/ten_utils/lib/sys/posix/darwin/pc/path.c index a24c5bde78..0d2ea81877 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/pc/path.c +++ b/core/src/ten_utils/lib/sys/posix/darwin/pc/path.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/path.h" diff --git a/core/src/ten_utils/lib/sys/posix/darwin/random.m b/core/src/ten_utils/lib/sys/posix/darwin/random.m index 1322a46aff..153c273802 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/random.m +++ b/core/src/ten_utils/lib/sys/posix/darwin/random.m @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/random.h" diff --git a/core/src/ten_utils/lib/sys/posix/darwin/thread.c b/core/src/ten_utils/lib/sys/posix/darwin/thread.c index b90ed2e267..ad42d99c44 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/thread.c +++ b/core/src/ten_utils/lib/sys/posix/darwin/thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/sys/posix/darwin/uuid.c b/core/src/ten_utils/lib/sys/posix/darwin/uuid.c index 6e12cbf463..ff048ceeb2 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/uuid.c +++ b/core/src/ten_utils/lib/sys/posix/darwin/uuid.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from https://github.com/gpakosz/uuid4/ // diff --git a/core/src/ten_utils/lib/sys/posix/darwin/waitable_addr.c b/core/src/ten_utils/lib/sys/posix/darwin/waitable_addr.c index 1d8102ca57..6d45979120 100644 --- a/core/src/ten_utils/lib/sys/posix/darwin/waitable_addr.c +++ b/core/src/ten_utils/lib/sys/posix/darwin/waitable_addr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/waitable_addr.h" diff --git a/core/src/ten_utils/lib/sys/posix/event.c b/core/src/ten_utils/lib/sys/posix/event.c index 01bf9f48ce..8b80af2849 100644 --- a/core/src/ten_utils/lib/sys/posix/event.c +++ b/core/src/ten_utils/lib/sys/posix/event.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/event.h" diff --git a/core/src/ten_utils/lib/sys/posix/file.c b/core/src/ten_utils/lib/sys/posix/file.c index 0b36f056d9..26ee1638da 100644 --- a/core/src/ten_utils/lib/sys/posix/file.c +++ b/core/src/ten_utils/lib/sys/posix/file.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/file.h" diff --git a/core/src/ten_utils/lib/sys/posix/file_lock.c b/core/src/ten_utils/lib/sys/posix/file_lock.c index af8ec83c16..1956aea047 100644 --- a/core/src/ten_utils/lib/sys/posix/file_lock.c +++ b/core/src/ten_utils/lib/sys/posix/file_lock.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/file_lock.h" diff --git a/core/src/ten_utils/lib/sys/posix/linux/BUILD.gn b/core/src/ten_utils/lib/sys/posix/linux/BUILD.gn index aabb28ac03..261f67349d 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/BUILD.gn +++ b/core/src/ten_utils/lib/sys/posix/linux/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") import("//core/src/ten_utils/io/feature.gni") diff --git a/core/src/ten_utils/lib/sys/posix/linux/pc/BUILD.gn b/core/src/ten_utils/lib/sys/posix/linux/pc/BUILD.gn index 093bf158da..632a492548 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/pc/BUILD.gn +++ b/core/src/ten_utils/lib/sys/posix/linux/pc/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/posix/linux/pc/module.c b/core/src/ten_utils/lib/sys/posix/linux/pc/module.c index 44f0683b37..ed85f9386e 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/pc/module.c +++ b/core/src/ten_utils/lib/sys/posix/linux/pc/module.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/module.h" diff --git a/core/src/ten_utils/lib/sys/posix/linux/pc/path.c b/core/src/ten_utils/lib/sys/posix/linux/pc/path.c index 4fb5b10690..994761611b 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/pc/path.c +++ b/core/src/ten_utils/lib/sys/posix/linux/pc/path.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/path.h" diff --git a/core/src/ten_utils/lib/sys/posix/linux/pc/random.c b/core/src/ten_utils/lib/sys/posix/linux/pc/random.c index 039f3465d0..6d1c36491f 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/pc/random.c +++ b/core/src/ten_utils/lib/sys/posix/linux/pc/random.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/random.h" diff --git a/core/src/ten_utils/lib/sys/posix/linux/pc/thread.c b/core/src/ten_utils/lib/sys/posix/linux/pc/thread.c index 15f53ddf95..614c0f733c 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/pc/thread.c +++ b/core/src/ten_utils/lib/sys/posix/linux/pc/thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/sys/posix/linux/thread.c b/core/src/ten_utils/lib/sys/posix/linux/thread.c index e4ee933060..b061166dbc 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/thread.c +++ b/core/src/ten_utils/lib/sys/posix/linux/thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/sys/posix/linux/uuid.c b/core/src/ten_utils/lib/sys/posix/linux/uuid.c index 9fb81f7160..24724cbece 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/uuid.c +++ b/core/src/ten_utils/lib/sys/posix/linux/uuid.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from https://github.com/gpakosz/uuid4/ // diff --git a/core/src/ten_utils/lib/sys/posix/linux/waitable_addr.c b/core/src/ten_utils/lib/sys/posix/linux/waitable_addr.c index a45d776010..89b4cc568a 100644 --- a/core/src/ten_utils/lib/sys/posix/linux/waitable_addr.c +++ b/core/src/ten_utils/lib/sys/posix/linux/waitable_addr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/lib/sys/posix/mutex.c b/core/src/ten_utils/lib/sys/posix/mutex.c index 9f88bea7b0..45936e1ba0 100644 --- a/core/src/ten_utils/lib/sys/posix/mutex.c +++ b/core/src/ten_utils/lib/sys/posix/mutex.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/mutex.h" diff --git a/core/src/ten_utils/lib/sys/posix/path.c b/core/src/ten_utils/lib/sys/posix/path.c index 67763eb356..7171b4ec7c 100644 --- a/core/src/ten_utils/lib/sys/posix/path.c +++ b/core/src/ten_utils/lib/sys/posix/path.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #if defined(OS_LINUX) #define _GNU_SOURCE diff --git a/core/src/ten_utils/lib/sys/posix/process_mutex.c b/core/src/ten_utils/lib/sys/posix/process_mutex.c index a90719c4cd..89847a4765 100644 --- a/core/src/ten_utils/lib/sys/posix/process_mutex.c +++ b/core/src/ten_utils/lib/sys/posix/process_mutex.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/process_mutex.h" diff --git a/core/src/ten_utils/lib/sys/posix/shm.c b/core/src/ten_utils/lib/sys/posix/shm.c index f1a680a46d..dfd9c93df4 100644 --- a/core/src/ten_utils/lib/sys/posix/shm.c +++ b/core/src/ten_utils/lib/sys/posix/shm.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/shm.h" diff --git a/core/src/ten_utils/lib/sys/posix/task.c b/core/src/ten_utils/lib/sys/posix/task.c index 749ba5436f..d957d18fe1 100644 --- a/core/src/ten_utils/lib/sys/posix/task.c +++ b/core/src/ten_utils/lib/sys/posix/task.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/task.h" diff --git a/core/src/ten_utils/lib/sys/posix/terminal.c b/core/src/ten_utils/lib/sys/posix/terminal.c index c8a67cf9de..9545069f41 100644 --- a/core/src/ten_utils/lib/sys/posix/terminal.c +++ b/core/src/ten_utils/lib/sys/posix/terminal.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/terminal.h" diff --git a/core/src/ten_utils/lib/sys/posix/thread.c b/core/src/ten_utils/lib/sys/posix/thread.c index 82149a69cd..f3f0a516d2 100644 --- a/core/src/ten_utils/lib/sys/posix/thread.c +++ b/core/src/ten_utils/lib/sys/posix/thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/sys/posix/thread_local.c b/core/src/ten_utils/lib/sys/posix/thread_local.c index b367c19d38..59b24e8c0b 100644 --- a/core/src/ten_utils/lib/sys/posix/thread_local.c +++ b/core/src/ten_utils/lib/sys/posix/thread_local.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread_local.h" diff --git a/core/src/ten_utils/lib/sys/posix/thread_once.c b/core/src/ten_utils/lib/sys/posix/thread_once.c index 1ca13abbae..4aeff6beee 100644 --- a/core/src/ten_utils/lib/sys/posix/thread_once.c +++ b/core/src/ten_utils/lib/sys/posix/thread_once.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread_once.h" diff --git a/core/src/ten_utils/lib/sys/posix/time.c b/core/src/ten_utils/lib/sys/posix/time.c index debbeb3000..e9ef4ed6e5 100644 --- a/core/src/ten_utils/lib/sys/posix/time.c +++ b/core/src/ten_utils/lib/sys/posix/time.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/time.h" diff --git a/core/src/ten_utils/lib/sys/win/BUILD.gn b/core/src/ten_utils/lib/sys/win/BUILD.gn index 5b35589c5f..7c32202921 100644 --- a/core/src/ten_utils/lib/sys/win/BUILD.gn +++ b/core/src/ten_utils/lib/sys/win/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/lib/sys/win/atomic.c b/core/src/ten_utils/lib/sys/win/atomic.c index b0aa04c796..f008b30c65 100644 --- a/core/src/ten_utils/lib/sys/win/atomic.c +++ b/core/src/ten_utils/lib/sys/win/atomic.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/atomic.h" diff --git a/core/src/ten_utils/lib/sys/win/cond.c b/core/src/ten_utils/lib/sys/win/cond.c index 4f549ad339..b63508ba5d 100644 --- a/core/src/ten_utils/lib/sys/win/cond.c +++ b/core/src/ten_utils/lib/sys/win/cond.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/cond.h" diff --git a/core/src/ten_utils/lib/sys/win/event.c b/core/src/ten_utils/lib/sys/win/event.c index c4e3a74c26..06314bf784 100644 --- a/core/src/ten_utils/lib/sys/win/event.c +++ b/core/src/ten_utils/lib/sys/win/event.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/event.h" diff --git a/core/src/ten_utils/lib/sys/win/file.c b/core/src/ten_utils/lib/sys/win/file.c index c87ada3438..65e1d51805 100644 --- a/core/src/ten_utils/lib/sys/win/file.c +++ b/core/src/ten_utils/lib/sys/win/file.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/file.h" diff --git a/core/src/ten_utils/lib/sys/win/file_lock.c b/core/src/ten_utils/lib/sys/win/file_lock.c index 01f56246ed..37c6a831cb 100644 --- a/core/src/ten_utils/lib/sys/win/file_lock.c +++ b/core/src/ten_utils/lib/sys/win/file_lock.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/file_lock.h" diff --git a/core/src/ten_utils/lib/sys/win/module.c b/core/src/ten_utils/lib/sys/win/module.c index 68918cc90d..8e5e58b051 100644 --- a/core/src/ten_utils/lib/sys/win/module.c +++ b/core/src/ten_utils/lib/sys/win/module.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/module.h" diff --git a/core/src/ten_utils/lib/sys/win/mutex.c b/core/src/ten_utils/lib/sys/win/mutex.c index 90b0ee680b..b81c58b619 100644 --- a/core/src/ten_utils/lib/sys/win/mutex.c +++ b/core/src/ten_utils/lib/sys/win/mutex.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/mutex.h" diff --git a/core/src/ten_utils/lib/sys/win/path.c b/core/src/ten_utils/lib/sys/win/path.c index b97bf375be..f988a69ec7 100644 --- a/core/src/ten_utils/lib/sys/win/path.c +++ b/core/src/ten_utils/lib/sys/win/path.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/path.h" diff --git a/core/src/ten_utils/lib/sys/win/pause.c b/core/src/ten_utils/lib/sys/win/pause.c index 36c9b26132..6c975324a1 100644 --- a/core/src/ten_utils/lib/sys/win/pause.c +++ b/core/src/ten_utils/lib/sys/win/pause.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/core/src/ten_utils/lib/sys/win/process_mutex.c b/core/src/ten_utils/lib/sys/win/process_mutex.c index d8e3ba7258..0219e9b4f8 100644 --- a/core/src/ten_utils/lib/sys/win/process_mutex.c +++ b/core/src/ten_utils/lib/sys/win/process_mutex.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/process_mutex.h" diff --git a/core/src/ten_utils/lib/sys/win/random.c b/core/src/ten_utils/lib/sys/win/random.c index 6d0e44ecca..cc31d7aa94 100644 --- a/core/src/ten_utils/lib/sys/win/random.c +++ b/core/src/ten_utils/lib/sys/win/random.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/random.h" diff --git a/core/src/ten_utils/lib/sys/win/shm.c b/core/src/ten_utils/lib/sys/win/shm.c index 07ebab60a9..baae6c49e8 100644 --- a/core/src/ten_utils/lib/sys/win/shm.c +++ b/core/src/ten_utils/lib/sys/win/shm.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/shm.h" diff --git a/core/src/ten_utils/lib/sys/win/task.c b/core/src/ten_utils/lib/sys/win/task.c index 0e0c07b4ee..0f019969d7 100644 --- a/core/src/ten_utils/lib/sys/win/task.c +++ b/core/src/ten_utils/lib/sys/win/task.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/task.h" diff --git a/core/src/ten_utils/lib/sys/win/terminal.c b/core/src/ten_utils/lib/sys/win/terminal.c index ed6f663c6e..288f7b9d41 100644 --- a/core/src/ten_utils/lib/sys/win/terminal.c +++ b/core/src/ten_utils/lib/sys/win/terminal.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/terminal.h" diff --git a/core/src/ten_utils/lib/sys/win/thread.c b/core/src/ten_utils/lib/sys/win/thread.c index 8e4913b161..6d54595dc9 100644 --- a/core/src/ten_utils/lib/sys/win/thread.c +++ b/core/src/ten_utils/lib/sys/win/thread.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread.h" diff --git a/core/src/ten_utils/lib/sys/win/thread_local.c b/core/src/ten_utils/lib/sys/win/thread_local.c index 371c552dfc..aba8e4a2c2 100644 --- a/core/src/ten_utils/lib/sys/win/thread_local.c +++ b/core/src/ten_utils/lib/sys/win/thread_local.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread_local.h" diff --git a/core/src/ten_utils/lib/sys/win/thread_once.c b/core/src/ten_utils/lib/sys/win/thread_once.c index a67fddbf00..2997307c7a 100644 --- a/core/src/ten_utils/lib/sys/win/thread_once.c +++ b/core/src/ten_utils/lib/sys/win/thread_once.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/thread_once.h" diff --git a/core/src/ten_utils/lib/sys/win/time.c b/core/src/ten_utils/lib/sys/win/time.c index e527fb3212..c7a14221be 100644 --- a/core/src/ten_utils/lib/sys/win/time.c +++ b/core/src/ten_utils/lib/sys/win/time.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/time.h" diff --git a/core/src/ten_utils/lib/sys/win/uuid.c b/core/src/ten_utils/lib/sys/win/uuid.c index c1f089e740..2c263179c7 100644 --- a/core/src/ten_utils/lib/sys/win/uuid.c +++ b/core/src/ten_utils/lib/sys/win/uuid.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // This file is modified from https://github.com/gpakosz/uuid4/ // diff --git a/core/src/ten_utils/lib/sys/win/waitable_addr.c b/core/src/ten_utils/lib/sys/win/waitable_addr.c index ba602401f6..53d1adba46 100644 --- a/core/src/ten_utils/lib/sys/win/waitable_addr.c +++ b/core/src/ten_utils/lib/sys/win/waitable_addr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/waitable_addr.h" diff --git a/core/src/ten_utils/log/BUILD.gn b/core/src/ten_utils/log/BUILD.gn index 30e10c050b..b22c517441 100644 --- a/core/src/ten_utils/log/BUILD.gn +++ b/core/src/ten_utils/log/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/log/global.c b/core/src/ten_utils/log/global.c index 2e645403c2..4628c2d559 100644 --- a/core/src/ten_utils/log/global.c +++ b/core/src/ten_utils/log/global.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/log/level.c b/core/src/ten_utils/log/level.c index e0938b59de..7ea368d6f5 100644 --- a/core/src/ten_utils/log/level.c +++ b/core/src/ten_utils/log/level.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/log/log.c b/core/src/ten_utils/log/log.c index f36991f45b..0d7659272a 100644 --- a/core/src/ten_utils/log/log.c +++ b/core/src/ten_utils/log/log.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_runtime/common/log.h" diff --git a/core/src/ten_utils/log/output.c b/core/src/ten_utils/log/output.c index 83d2b2c3ab..0b3bcef9b8 100644 --- a/core/src/ten_utils/log/output.c +++ b/core/src/ten_utils/log/output.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/log/pid.c b/core/src/ten_utils/log/pid.c index b4e35321b6..d471e0aa13 100644 --- a/core/src/ten_utils/log/pid.c +++ b/core/src/ten_utils/log/pid.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/log/time.c b/core/src/ten_utils/log/time.c index dde25f0c78..652ed320f4 100644 --- a/core/src/ten_utils/log/time.c +++ b/core/src/ten_utils/log/time.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/log/time_cache.c b/core/src/ten_utils/log/time_cache.c index a993fa9d6f..d0973f21dd 100644 --- a/core/src/ten_utils/log/time_cache.c +++ b/core/src/ten_utils/log/time_cache.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/ten_config.h" diff --git a/core/src/ten_utils/output_libs.gni b/core/src/ten_utils/output_libs.gni index 61495da17e..89f4316c02 100644 --- a/core/src/ten_utils/output_libs.gni +++ b/core/src/ten_utils/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # ten_utils_output_libs = [] diff --git a/core/src/ten_utils/sanitizer/BUILD.gn b/core/src/ten_utils/sanitizer/BUILD.gn index 1ded5f65e7..14ee23177e 100644 --- a/core/src/ten_utils/sanitizer/BUILD.gn +++ b/core/src/ten_utils/sanitizer/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/options.gni") import("//build/ten_utils/options.gni") diff --git a/core/src/ten_utils/sanitizer/memory_check.c b/core/src/ten_utils/sanitizer/memory_check.c index 34e38911f0..00f820668c 100644 --- a/core/src/ten_utils/sanitizer/memory_check.c +++ b/core/src/ten_utils/sanitizer/memory_check.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/sanitizer/memory_check.h" diff --git a/core/src/ten_utils/sanitizer/thread_check.c b/core/src/ten_utils/sanitizer/thread_check.c index f4131dbdbb..09b213f0a1 100644 --- a/core/src/ten_utils/sanitizer/thread_check.c +++ b/core/src/ten_utils/sanitizer/thread_check.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/sanitizer/thread_check.h" diff --git a/core/src/ten_utils/schema/BUILD.gn b/core/src/ten_utils/schema/BUILD.gn index 0351b61616..2705ba111c 100644 --- a/core/src/ten_utils/schema/BUILD.gn +++ b/core/src/ten_utils/schema/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/schema/bindings/BUILD.gn b/core/src/ten_utils/schema/bindings/BUILD.gn index d056811789..d0a5354521 100644 --- a/core/src/ten_utils/schema/bindings/BUILD.gn +++ b/core/src/ten_utils/schema/bindings/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/schema/bindings/rust/BUILD.gn b/core/src/ten_utils/schema/bindings/rust/BUILD.gn index fe3f947be8..0a5e64cf11 100644 --- a/core/src/ten_utils/schema/bindings/rust/BUILD.gn +++ b/core/src/ten_utils/schema/bindings/rust/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/schema/bindings/rust/schema.c b/core/src/ten_utils/schema/bindings/rust/schema.c index 6f55087e95..769957868e 100644 --- a/core/src/ten_utils/schema/bindings/rust/schema.c +++ b/core/src/ten_utils/schema/bindings/rust/schema.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/bindings/rust/schema.h" diff --git a/core/src/ten_utils/schema/keywords/BUILD.gn b/core/src/ten_utils/schema/keywords/BUILD.gn index 63d74281f0..afbd6a4899 100644 --- a/core/src/ten_utils/schema/keywords/BUILD.gn +++ b/core/src/ten_utils/schema/keywords/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/schema/keywords/keyword.c b/core/src/ten_utils/schema/keywords/keyword.c index 05c0b00c2f..bdfea43d7b 100644 --- a/core/src/ten_utils/schema/keywords/keyword.c +++ b/core/src/ten_utils/schema/keywords/keyword.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/keywords/keyword.h" diff --git a/core/src/ten_utils/schema/keywords/keyword_items.c b/core/src/ten_utils/schema/keywords/keyword_items.c index 00a35c2eda..fd6d702bb2 100644 --- a/core/src/ten_utils/schema/keywords/keyword_items.c +++ b/core/src/ten_utils/schema/keywords/keyword_items.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/keywords/keyword_items.h" diff --git a/core/src/ten_utils/schema/keywords/keyword_properties.c b/core/src/ten_utils/schema/keywords/keyword_properties.c index 13d0be8aab..298766dde8 100644 --- a/core/src/ten_utils/schema/keywords/keyword_properties.c +++ b/core/src/ten_utils/schema/keywords/keyword_properties.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/keywords/keyword_properties.h" diff --git a/core/src/ten_utils/schema/keywords/keyword_required.c b/core/src/ten_utils/schema/keywords/keyword_required.c index 013e43f062..2d2702a87b 100644 --- a/core/src/ten_utils/schema/keywords/keyword_required.c +++ b/core/src/ten_utils/schema/keywords/keyword_required.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/keywords/keyword_required.h" diff --git a/core/src/ten_utils/schema/keywords/keyword_type.c b/core/src/ten_utils/schema/keywords/keyword_type.c index 2d8f122b50..7bd9c2bdc0 100644 --- a/core/src/ten_utils/schema/keywords/keyword_type.c +++ b/core/src/ten_utils/schema/keywords/keyword_type.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/keywords/keyword_type.h" diff --git a/core/src/ten_utils/schema/schema.c b/core/src/ten_utils/schema/schema.c index 05af302a57..4581d7e856 100644 --- a/core/src/ten_utils/schema/schema.c +++ b/core/src/ten_utils/schema/schema.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/schema.h" diff --git a/core/src/ten_utils/schema/types/BUILD.gn b/core/src/ten_utils/schema/types/BUILD.gn index 793fdb38b9..689aab16c0 100644 --- a/core/src/ten_utils/schema/types/BUILD.gn +++ b/core/src/ten_utils/schema/types/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/schema/types/schema_array.c b/core/src/ten_utils/schema/types/schema_array.c index c4aa2ed02c..acd42d0aec 100644 --- a/core/src/ten_utils/schema/types/schema_array.c +++ b/core/src/ten_utils/schema/types/schema_array.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/types/schema_array.h" diff --git a/core/src/ten_utils/schema/types/schema_object.c b/core/src/ten_utils/schema/types/schema_object.c index 630d1a4fd8..f2bbdcad5c 100644 --- a/core/src/ten_utils/schema/types/schema_object.c +++ b/core/src/ten_utils/schema/types/schema_object.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/types/schema_object.h" diff --git a/core/src/ten_utils/schema/types/schema_primitive.c b/core/src/ten_utils/schema/types/schema_primitive.c index ab477212e3..178c42b30b 100644 --- a/core/src/ten_utils/schema/types/schema_primitive.c +++ b/core/src/ten_utils/schema/types/schema_primitive.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/schema/types/schema_primitive.h" diff --git a/core/src/ten_utils/value/BUILD.gn b/core/src/ten_utils/value/BUILD.gn index bb8d90ea07..42df9f2c19 100644 --- a/core/src/ten_utils/value/BUILD.gn +++ b/core/src/ten_utils/value/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/utils.gni") diff --git a/core/src/ten_utils/value/type.c b/core/src/ten_utils/value/type.c index 36c16724aa..29509982a8 100644 --- a/core/src/ten_utils/value/type.c +++ b/core/src/ten_utils/value/type.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/value/type.h" diff --git a/core/src/ten_utils/value/value.c b/core/src/ten_utils/value/value.c index 499e35c033..a38ec9c70f 100644 --- a/core/src/ten_utils/value/value.c +++ b/core/src/ten_utils/value/value.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/value/value.h" diff --git a/core/src/ten_utils/value/value_can_convert.c b/core/src/ten_utils/value/value_can_convert.c index a131285c4c..6cd74e4fb1 100644 --- a/core/src/ten_utils/value/value_can_convert.c +++ b/core/src/ten_utils/value/value_can_convert.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/value/value_convert.c b/core/src/ten_utils/value/value_convert.c index ea3a19fe17..9165eaf56f 100644 --- a/core/src/ten_utils/value/value_convert.c +++ b/core/src/ten_utils/value/value_convert.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/value/value_convert.h" diff --git a/core/src/ten_utils/value/value_get.c b/core/src/ten_utils/value/value_get.c index 34da2aa333..7fcc024139 100644 --- a/core/src/ten_utils/value/value_get.c +++ b/core/src/ten_utils/value/value_get.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/value/value_is.c b/core/src/ten_utils/value/value_is.c index fbd59e2b92..428e8023d8 100644 --- a/core/src/ten_utils/value/value_is.c +++ b/core/src/ten_utils/value/value_is.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/value/value_json.c b/core/src/ten_utils/value/value_json.c index a6cbd26c08..dba2666697 100644 --- a/core/src/ten_utils/value/value_json.c +++ b/core/src/ten_utils/value/value_json.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/core/src/ten_utils/value/value_kv.c b/core/src/ten_utils/value/value_kv.c index 63de5b1af9..c104d725c8 100644 --- a/core/src/ten_utils/value/value_kv.c +++ b/core/src/ten_utils/value/value_kv.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/value/value_kv.h" diff --git a/core/src/ten_utils/value/value_merge.c b/core/src/ten_utils/value/value_merge.c index 7b31c2f8af..7d24fb5ac9 100644 --- a/core/src/ten_utils/value/value_merge.c +++ b/core/src/ten_utils/value/value_merge.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/container/list.h" #include "ten_utils/container/list_node.h" diff --git a/core/src/ten_utils/value/value_object.c b/core/src/ten_utils/value/value_object.c index 3ea0df49e4..50bc4ce04e 100644 --- a/core/src/ten_utils/value/value_object.c +++ b/core/src/ten_utils/value/value_object.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/common/errno.h" #include "ten_utils/lib/error.h" diff --git a/core/src/ten_utils/value/value_path.c b/core/src/ten_utils/value/value_path.c index 67ed2f7e0e..85bfa95e07 100644 --- a/core/src/ten_utils/value/value_path.c +++ b/core/src/ten_utils/value/value_path.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/value/value_path.h" diff --git a/core/src/ten_utils/value/value_set.c b/core/src/ten_utils/value/value_set.c index 42273bfd78..73ea913af3 100644 --- a/core/src/ten_utils/value/value_set.c +++ b/core/src/ten_utils/value/value_set.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/value/value_set.h" diff --git a/core/src/ten_utils/value/value_smart_ptr.c b/core/src/ten_utils/value/value_smart_ptr.c index cd482f2800..231116cb0c 100644 --- a/core/src/ten_utils/value/value_smart_ptr.c +++ b/core/src/ten_utils/value/value_smart_ptr.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "include_internal/ten_utils/value/value_smart_ptr.h" diff --git a/core/src/ten_utils/value/value_string.c b/core/src/ten_utils/value/value_string.c index a13ff76270..25f9556608 100644 --- a/core/src/ten_utils/value/value_string.c +++ b/core/src/ten_utils/value/value_string.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/value/value_string.h" diff --git a/core/ten_gn b/core/ten_gn index 8ba6356113..25bdae8a52 160000 --- a/core/ten_gn +++ b/core/ten_gn @@ -1 +1 @@ -Subproject commit 8ba63561132af50a78926532cb5a701990acea7c +Subproject commit 25bdae8a526cd2bdde063517d16e0727405949a9 diff --git a/packages/core_apps/BUILD.gn b/packages/core_apps/BUILD.gn index d57b3381a7..d131fb717e 100644 --- a/packages/core_apps/BUILD.gn +++ b/packages/core_apps/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_apps/default_app_cpp/BUILD.gn b/packages/core_apps/default_app_cpp/BUILD.gn index 29bd0b435a..f261d024d7 100644 --- a/packages/core_apps/default_app_cpp/BUILD.gn +++ b/packages/core_apps/default_app_cpp/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_apps/default_app_cpp/BUILD_release.gn b/packages/core_apps/default_app_cpp/BUILD_release.gn index 47b8d61a05..02003c8db0 100644 --- a/packages/core_apps/default_app_cpp/BUILD_release.gn +++ b/packages/core_apps/default_app_cpp/BUILD_release.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_apps/default_app_cpp/BUILD_release.gn.tent b/packages/core_apps/default_app_cpp/BUILD_release.gn.tent index db45adfa16..63dabb0f7c 100644 --- a/packages/core_apps/default_app_cpp/BUILD_release.gn.tent +++ b/packages/core_apps/default_app_cpp/BUILD_release.gn.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_apps/default_app_cpp/src/main.cc b/packages/core_apps/default_app_cpp/src/main.cc index cff3782c42..781dd95f9e 100644 --- a/packages/core_apps/default_app_cpp/src/main.cc +++ b/packages/core_apps/default_app_cpp/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_apps/default_app_go/BUILD.gn b/packages/core_apps/default_app_go/BUILD.gn index bd2a9f1496..812acd19f0 100644 --- a/packages/core_apps/default_app_go/BUILD.gn +++ b/packages/core_apps/default_app_go/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_apps/default_app_go/main.go b/packages/core_apps/default_app_go/main.go index 287e7c2fe1..77bb893445 100644 --- a/packages/core_apps/default_app_go/main.go +++ b/packages/core_apps/default_app_go/main.go @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_apps/default_app_python/BUILD.gn b/packages/core_apps/default_app_python/BUILD.gn index 654fc745e1..c982226dca 100644 --- a/packages/core_apps/default_app_python/BUILD.gn +++ b/packages/core_apps/default_app_python/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_apps/default_app_python/main.py b/packages/core_apps/default_app_python/main.py index 8bb26ac077..596101321e 100644 --- a/packages/core_apps/default_app_python/main.py +++ b/packages/core_apps/default_app_python/main.py @@ -1,9 +1,9 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # -from ten import App, TenEnv, LogLevel +from ten import App, TenEnv class DefaultApp(App): diff --git a/packages/core_extension_groups/BUILD.gn b/packages/core_extension_groups/BUILD.gn index 662b4de59e..c447317780 100644 --- a/packages/core_extension_groups/BUILD.gn +++ b/packages/core_extension_groups/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extension_groups/default_extension_group/BUILD.gn b/packages/core_extension_groups/default_extension_group/BUILD.gn index 811c02f862..e8ef449bb3 100644 --- a/packages/core_extension_groups/default_extension_group/BUILD.gn +++ b/packages/core_extension_groups/default_extension_group/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extension_groups/default_extension_group/BUILD_release.gn b/packages/core_extension_groups/default_extension_group/BUILD_release.gn index 6fbe0d7d46..c0c82c20ec 100644 --- a/packages/core_extension_groups/default_extension_group/BUILD_release.gn +++ b/packages/core_extension_groups/default_extension_group/BUILD_release.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extension_groups/default_extension_group/BUILD_release.gn.tent b/packages/core_extension_groups/default_extension_group/BUILD_release.gn.tent index 1834eb5c1e..b2eedf9403 100644 --- a/packages/core_extension_groups/default_extension_group/BUILD_release.gn.tent +++ b/packages/core_extension_groups/default_extension_group/BUILD_release.gn.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extension_groups/default_extension_group/src/default_extension_group.c b/packages/core_extension_groups/default_extension_group/src/default_extension_group.c index 86b1972353..d1a53e834c 100644 --- a/packages/core_extension_groups/default_extension_group/src/default_extension_group.c +++ b/packages/core_extension_groups/default_extension_group/src/default_extension_group.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_extensions/BUILD.gn b/packages/core_extensions/BUILD.gn index a93164a422..7b14c973d0 100644 --- a/packages/core_extensions/BUILD.gn +++ b/packages/core_extensions/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_cpp/BUILD.gn b/packages/core_extensions/default_extension_cpp/BUILD.gn index e3ce08c452..7ebfa0f6d6 100644 --- a/packages/core_extensions/default_extension_cpp/BUILD.gn +++ b/packages/core_extensions/default_extension_cpp/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_cpp/BUILD_release.gn b/packages/core_extensions/default_extension_cpp/BUILD_release.gn index 5322c754f9..f77c2f5d6f 100644 --- a/packages/core_extensions/default_extension_cpp/BUILD_release.gn +++ b/packages/core_extensions/default_extension_cpp/BUILD_release.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_cpp/BUILD_release.gn.tent b/packages/core_extensions/default_extension_cpp/BUILD_release.gn.tent index cf5b4e4aa6..d9986c2630 100644 --- a/packages/core_extensions/default_extension_cpp/BUILD_release.gn.tent +++ b/packages/core_extensions/default_extension_cpp/BUILD_release.gn.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_cpp/src/main.cc b/packages/core_extensions/default_extension_cpp/src/main.cc index 039f88580e..94fdd71c65 100644 --- a/packages/core_extensions/default_extension_cpp/src/main.cc +++ b/packages/core_extensions/default_extension_cpp/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_extensions/default_extension_cpp/src/main.cc.tent b/packages/core_extensions/default_extension_cpp/src/main.cc.tent index 6caaf76b2f..61824af2c7 100644 --- a/packages/core_extensions/default_extension_cpp/src/main.cc.tent +++ b/packages/core_extensions/default_extension_cpp/src/main.cc.tent @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_extensions/default_extension_go/BUILD.gn b/packages/core_extensions/default_extension_go/BUILD.gn index ccbb9114ca..73fbff9255 100644 --- a/packages/core_extensions/default_extension_go/BUILD.gn +++ b/packages/core_extensions/default_extension_go/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_go/default_extension.go b/packages/core_extensions/default_extension_go/default_extension.go index 5d35e9f2dc..0ab6b779a3 100644 --- a/packages/core_extensions/default_extension_go/default_extension.go +++ b/packages/core_extensions/default_extension_go/default_extension.go @@ -1,11 +1,12 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // // Note that this is just an example extension written in the GO programming // language, so the package name does not equal to the containing directory // name. However, it is not common in Go. +// package defaultextension diff --git a/packages/core_extensions/default_extension_python/BUILD.gn b/packages/core_extensions/default_extension_python/BUILD.gn index e14a4aa38e..ca38792e44 100644 --- a/packages/core_extensions/default_extension_python/BUILD.gn +++ b/packages/core_extensions/default_extension_python/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/BUILD_release.gn b/packages/core_extensions/default_extension_python/BUILD_release.gn index be4c028fd9..e6d4c4fab8 100644 --- a/packages/core_extensions/default_extension_python/BUILD_release.gn +++ b/packages/core_extensions/default_extension_python/BUILD_release.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/BUILD_release.gn.tent b/packages/core_extensions/default_extension_python/BUILD_release.gn.tent index 6151575c1d..56b0e1ce8f 100644 --- a/packages/core_extensions/default_extension_python/BUILD_release.gn.tent +++ b/packages/core_extensions/default_extension_python/BUILD_release.gn.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/__init__.py b/packages/core_extensions/default_extension_python/__init__.py index 983fada01f..aa93ae4a01 100644 --- a/packages/core_extensions/default_extension_python/__init__.py +++ b/packages/core_extensions/default_extension_python/__init__.py @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/__init__.py.tent b/packages/core_extensions/default_extension_python/__init__.py.tent index 12d3c266c9..9c752bfc8d 100644 --- a/packages/core_extensions/default_extension_python/__init__.py.tent +++ b/packages/core_extensions/default_extension_python/__init__.py.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/addon.py b/packages/core_extensions/default_extension_python/addon.py index 806f5827ed..8d405c61bb 100644 --- a/packages/core_extensions/default_extension_python/addon.py +++ b/packages/core_extensions/default_extension_python/addon.py @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/addon.py.tent b/packages/core_extensions/default_extension_python/addon.py.tent index 4652438f84..9c1d3fe19a 100644 --- a/packages/core_extensions/default_extension_python/addon.py.tent +++ b/packages/core_extensions/default_extension_python/addon.py.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/extension.py b/packages/core_extensions/default_extension_python/extension.py index 86007cb673..61667a570e 100644 --- a/packages/core_extensions/default_extension_python/extension.py +++ b/packages/core_extensions/default_extension_python/extension.py @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/extension.py.tent b/packages/core_extensions/default_extension_python/extension.py.tent index c0445ad331..0c61f780a9 100644 --- a/packages/core_extensions/default_extension_python/extension.py.tent +++ b/packages/core_extensions/default_extension_python/extension.py.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/log.py b/packages/core_extensions/default_extension_python/log.py index 3d8d40d770..6b07e1ac83 100644 --- a/packages/core_extensions/default_extension_python/log.py +++ b/packages/core_extensions/default_extension_python/log.py @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/default_extension_python/log.py.tent b/packages/core_extensions/default_extension_python/log.py.tent index 20b42e0127..5f9bd6b29f 100644 --- a/packages/core_extensions/default_extension_python/log.py.tent +++ b/packages/core_extensions/default_extension_python/log.py.tent @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/py_init_extension_cpp/BUILD.gn b/packages/core_extensions/py_init_extension_cpp/BUILD.gn index 1b6a59d6fc..bbd03ef4ba 100644 --- a/packages/core_extensions/py_init_extension_cpp/BUILD.gn +++ b/packages/core_extensions/py_init_extension_cpp/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_extensions/py_init_extension_cpp/src/main.cc b/packages/core_extensions/py_init_extension_cpp/src/main.cc index a1e7cb3dba..c0575f6529 100644 --- a/packages/core_extensions/py_init_extension_cpp/src/main.cc +++ b/packages/core_extensions/py_init_extension_cpp/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/BUILD.gn b/packages/core_protocols/BUILD.gn index f34d4b8a77..52f24f5e51 100644 --- a/packages/core_protocols/BUILD.gn +++ b/packages/core_protocols/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/BUILD.gn b/packages/core_protocols/msgpack/BUILD.gn index bfaf2389eb..fcfb67649c 100644 --- a/packages/core_protocols/msgpack/BUILD.gn +++ b/packages/core_protocols/msgpack/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/common/BUILD.gn b/packages/core_protocols/msgpack/common/BUILD.gn index 6973324288..ef26084350 100644 --- a/packages/core_protocols/msgpack/common/BUILD.gn +++ b/packages/core_protocols/msgpack/common/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/common/common.h b/packages/core_protocols/msgpack/common/common.h index 9114300878..354d14ddee 100644 --- a/packages/core_protocols/msgpack/common/common.h +++ b/packages/core_protocols/msgpack/common/common.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/common/constant_str.h b/packages/core_protocols/msgpack/common/constant_str.h index a79d70e076..b22d19a338 100644 --- a/packages/core_protocols/msgpack/common/constant_str.h +++ b/packages/core_protocols/msgpack/common/constant_str.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/common/parser.c b/packages/core_protocols/msgpack/common/parser.c index 7b5dcee84b..6330739af4 100644 --- a/packages/core_protocols/msgpack/common/parser.c +++ b/packages/core_protocols/msgpack/common/parser.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -9,9 +9,9 @@ #include "core_protocols/msgpack/common/common.h" #include "core_protocols/msgpack/msg/msg.h" -#include "ten_utils/macro/check.h" #include "msgpack.h" #include "ten_utils/lib/smart_ptr.h" +#include "ten_utils/macro/check.h" #include "ten_utils/macro/mark.h" void ten_msgpack_parser_init(ten_msgpack_parser_t *self) { diff --git a/packages/core_protocols/msgpack/common/parser.h b/packages/core_protocols/msgpack/common/parser.h index 163c26cf78..80879effea 100644 --- a/packages/core_protocols/msgpack/common/parser.h +++ b/packages/core_protocols/msgpack/common/parser.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/common/value.c b/packages/core_protocols/msgpack/common/value.c index 9d54c31799..4eee3bb441 100644 --- a/packages/core_protocols/msgpack/common/value.c +++ b/packages/core_protocols/msgpack/common/value.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -7,7 +7,6 @@ #include "core_protocols/msgpack/common/common.h" #include "core_protocols/msgpack/common/value.h" -#include "ten_utils/macro/check.h" #include "include_internal/ten_utils/value/value_kv.h" #include "msgpack/object.h" #include "msgpack/pack.h" @@ -15,6 +14,7 @@ #include "ten_utils/container/list.h" #include "ten_utils/container/list_ptr.h" #include "ten_utils/lib/error.h" +#include "ten_utils/macro/check.h" #include "ten_utils/macro/memory.h" #include "ten_utils/value/type.h" #include "ten_utils/value/value_get.h" diff --git a/packages/core_protocols/msgpack/common/value.h b/packages/core_protocols/msgpack/common/value.h index 7969837957..05491e20c8 100644 --- a/packages/core_protocols/msgpack/common/value.h +++ b/packages/core_protocols/msgpack/common/value.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/BUILD.gn b/packages/core_protocols/msgpack/msg/BUILD.gn index fcb9bb8705..5234909408 100644 --- a/packages/core_protocols/msgpack/msg/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/audio_frame/BUILD.gn b/packages/core_protocols/msgpack/msg/audio_frame/BUILD.gn index 155e4975b8..037416aa9f 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/audio_frame/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.c b/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.c index 15b49df724..13b635ba26 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.h b/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.h index b2bb90c9e6..ebe1670afb 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/audio_frame.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/BUILD.gn b/packages/core_protocols/msgpack/msg/audio_frame/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.c b/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.c index c1f785f2f1..be6d350a0a 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.h b/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.h index 5923bfc11b..529b5aeb4d 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/bytes_per_sample.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/data.c b/packages/core_protocols/msgpack/msg/audio_frame/field/data.c index 988084e127..cb46263dc3 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/data.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/data.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/data.h b/packages/core_protocols/msgpack/msg/audio_frame/field/data.h index 260f574694..c7112d3c91 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/data.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/data.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.c b/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.c index 8a147ad100..cccb19a133 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.h b/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.h index f1a315c1c2..29da17cb67 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/data_fmt.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/field_info.h b/packages/core_protocols/msgpack/msg/audio_frame/field/field_info.h index 4c86a4fee2..06cc3d9813 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -22,8 +22,8 @@ #include "include_internal/ten_runtime/msg/audio_frame/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_field_info_t diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.c b/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.c index bde0af48e7..9599e005ac 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.h b/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.h index 37272a21bf..0caca0d3f5 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/line_size.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.c b/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.c index d01558dfa5..0bcb70d474 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.h b/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.h index 74384fbcef..5f79ff9ee2 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/number_of_channel.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.c b/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.c index 650a8e1ed6..b7aeec3638 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.h b/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.h index 82151cd044..9d44d12090 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/sample_rate.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.c b/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.c index 084ee00224..7574e7a537 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.h b/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.h index 49247ddd98..3e5f356b17 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/samples_per_channel.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.c b/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.c index 2db0c1b2d7..6eb5034741 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.c +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.h b/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.h index 1fabd9707c..8479eecfc7 100644 --- a/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.h +++ b/packages/core_protocols/msgpack/msg/audio_frame/field/timestamp.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd/BUILD.gn index b5ec30b827..1401ad96eb 100644 --- a/packages/core_protocols/msgpack/msg/cmd/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd/close_app/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd/close_app/BUILD.gn index aae3e34595..8f30979956 100644 --- a/packages/core_protocols/msgpack/msg/cmd/close_app/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd/close_app/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.c b/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.c index 3289f493d7..cfa8a7625e 100644 --- a/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.c +++ b/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.h b/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.h index cc4c70f666..f07341aa06 100644 --- a/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.h +++ b/packages/core_protocols/msgpack/msg/cmd/close_app/cmd.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/close_app/field/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd/close_app/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/cmd/close_app/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd/close_app/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd/close_app/field/field_info.h b/packages/core_protocols/msgpack/msg/cmd/close_app/field/field_info.h index c436280af1..8300855f01 100644 --- a/packages/core_protocols/msgpack/msg/cmd/close_app/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/cmd/close_app/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -14,8 +14,8 @@ #include "include_internal/ten_runtime/msg/cmd_base/cmd/close_app/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_field_info_t diff --git a/packages/core_protocols/msgpack/msg/cmd/cmd.c b/packages/core_protocols/msgpack/msg/cmd/cmd.c index ce908ca04a..c689101543 100644 --- a/packages/core_protocols/msgpack/msg/cmd/cmd.c +++ b/packages/core_protocols/msgpack/msg/cmd/cmd.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/cmd.h b/packages/core_protocols/msgpack/msg/cmd/cmd.h index f37ddb6663..d626fdbb08 100644 --- a/packages/core_protocols/msgpack/msg/cmd/cmd.h +++ b/packages/core_protocols/msgpack/msg/cmd/cmd.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/custom/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd/custom/BUILD.gn index a93cc74385..3fdb67e596 100644 --- a/packages/core_protocols/msgpack/msg/cmd/custom/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd/custom/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd/custom/cmd.c b/packages/core_protocols/msgpack/msg/cmd/custom/cmd.c index fdd9f3dfb2..0844e3b864 100644 --- a/packages/core_protocols/msgpack/msg/cmd/custom/cmd.c +++ b/packages/core_protocols/msgpack/msg/cmd/custom/cmd.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -8,8 +8,8 @@ #include "core_protocols/msgpack/msg/cmd/custom/cmd.h" #include "core_protocols/msgpack/msg/cmd/custom/field/field_info.h" #include "core_protocols/msgpack/msg/field/field_info.h" -#include "ten_utils/macro/check.h" #include "ten_runtime/msg/cmd/custom/cmd.h" +#include "ten_utils/macro/check.h" static ten_cmd_t *get_raw_cmd(ten_shared_ptr_t *self) { TEN_ASSERT(self && ten_cmd_base_check_integrity(self), "Invalid argument."); diff --git a/packages/core_protocols/msgpack/msg/cmd/custom/cmd.h b/packages/core_protocols/msgpack/msg/cmd/custom/cmd.h index c56513131b..90c7f4c199 100644 --- a/packages/core_protocols/msgpack/msg/cmd/custom/cmd.h +++ b/packages/core_protocols/msgpack/msg/cmd/custom/cmd.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/custom/field/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd/custom/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/cmd/custom/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd/custom/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd/custom/field/field_info.h b/packages/core_protocols/msgpack/msg/cmd/custom/field/field_info.h index 83ad6d5016..8add95cc3e 100644 --- a/packages/core_protocols/msgpack/msg/cmd/custom/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/cmd/custom/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -14,8 +14,8 @@ #include "include_internal/ten_runtime/msg/cmd_base/cmd/custom/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_field_info_t diff --git a/packages/core_protocols/msgpack/msg/cmd/field/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/cmd/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.c b/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.c index f10f3dff60..d7ef0b3adc 100644 --- a/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.c +++ b/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -8,8 +8,8 @@ #include #include "include_internal/ten_runtime/msg/cmd_base/cmd_base.h" -#include "ten_utils/macro/check.h" #include "ten_utils/lib/string.h" +#include "ten_utils/macro/check.h" void ten_msgpack_cmd_id_serialize(ten_msg_t *self, msgpack_packer *pck) { TEN_ASSERT(self && ten_raw_msg_check_integrity(self) && pck, diff --git a/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.h b/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.h index 3fc3116286..39c87cb6f5 100644 --- a/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.h +++ b/packages/core_protocols/msgpack/msg/cmd/field/cmd_id.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/field/field_info.h b/packages/core_protocols/msgpack/msg/cmd/field/field_info.h index ef9af0b409..642da5d70e 100644 --- a/packages/core_protocols/msgpack/msg/cmd/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/cmd/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -16,8 +16,8 @@ #include "include_internal/ten_runtime/msg/cmd_base/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_field_info_t ten_cmd_base_fields_info[] = diff --git a/packages/core_protocols/msgpack/msg/cmd/field/seq_id.c b/packages/core_protocols/msgpack/msg/cmd/field/seq_id.c index 4429c58ab9..6a55549da0 100644 --- a/packages/core_protocols/msgpack/msg/cmd/field/seq_id.c +++ b/packages/core_protocols/msgpack/msg/cmd/field/seq_id.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd/field/seq_id.h b/packages/core_protocols/msgpack/msg/cmd/field/seq_id.h index d797000254..247c8094dc 100644 --- a/packages/core_protocols/msgpack/msg/cmd/field/seq_id.h +++ b/packages/core_protocols/msgpack/msg/cmd/field/seq_id.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd_result/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd_result/BUILD.gn index 0bf9b73b8f..f693c215c2 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd_result/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd_result/cmd.c b/packages/core_protocols/msgpack/msg/cmd_result/cmd.c index 67ef81fbca..cb1152e72e 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/cmd.c +++ b/packages/core_protocols/msgpack/msg/cmd_result/cmd.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd_result/cmd.h b/packages/core_protocols/msgpack/msg/cmd_result/cmd.h index 2f32bb6907..4108b88c02 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/cmd.h +++ b/packages/core_protocols/msgpack/msg/cmd_result/cmd.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd_result/field/BUILD.gn b/packages/core_protocols/msgpack/msg/cmd_result/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/cmd_result/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/cmd_result/field/field_info.h b/packages/core_protocols/msgpack/msg/cmd_result/field/field_info.h index 082c623f97..bfd7a33cdc 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/cmd_result/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -16,8 +16,8 @@ #include "include_internal/ten_runtime/msg/cmd_base/cmd_result/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_field_info_t diff --git a/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.c b/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.c index ca9b994dee..1a334a876e 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.c +++ b/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.h b/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.h index 27579f038d..0db9ec4318 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.h +++ b/packages/core_protocols/msgpack/msg/cmd_result/field/original_cmd_type.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.c b/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.c index 8c58113d16..a9b7b921d9 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.c +++ b/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.h b/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.h index 8da94d9664..18af2e6cb6 100644 --- a/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.h +++ b/packages/core_protocols/msgpack/msg/cmd_result/field/status_code.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/data/BUILD.gn b/packages/core_protocols/msgpack/msg/data/BUILD.gn index 58de8589d2..ec0c17d051 100644 --- a/packages/core_protocols/msgpack/msg/data/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/data/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/data/data.c b/packages/core_protocols/msgpack/msg/data/data.c index b1fdd50a74..21af984e04 100644 --- a/packages/core_protocols/msgpack/msg/data/data.c +++ b/packages/core_protocols/msgpack/msg/data/data.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/data/data.h b/packages/core_protocols/msgpack/msg/data/data.h index 27c57074ab..40b38f9b1f 100644 --- a/packages/core_protocols/msgpack/msg/data/data.h +++ b/packages/core_protocols/msgpack/msg/data/data.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/data/field/BUILD.gn b/packages/core_protocols/msgpack/msg/data/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/data/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/data/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/data/field/buf.c b/packages/core_protocols/msgpack/msg/data/field/buf.c index 1268c41230..30ae3bbee1 100644 --- a/packages/core_protocols/msgpack/msg/data/field/buf.c +++ b/packages/core_protocols/msgpack/msg/data/field/buf.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -10,9 +10,9 @@ #include "core_protocols/msgpack/common/value.h" #include "include_internal/ten_runtime/msg/data/data.h" #include "include_internal/ten_runtime/msg/msg.h" -#include "ten_utils/macro/check.h" #include "ten_runtime/msg/data/data.h" #include "ten_utils/lib/buf.h" +#include "ten_utils/macro/check.h" void ten_msgpack_data_buf_serialize(ten_msg_t *self, msgpack_packer *pck) { TEN_ASSERT(self && ten_raw_msg_check_integrity(self) && pck, diff --git a/packages/core_protocols/msgpack/msg/data/field/buf.h b/packages/core_protocols/msgpack/msg/data/field/buf.h index 252af8b095..16ec40b596 100644 --- a/packages/core_protocols/msgpack/msg/data/field/buf.h +++ b/packages/core_protocols/msgpack/msg/data/field/buf.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/data/field/field_info.h b/packages/core_protocols/msgpack/msg/data/field/field_info.h index cbf28d2c02..4d49543c6a 100644 --- a/packages/core_protocols/msgpack/msg/data/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/data/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -15,8 +15,8 @@ #include "include_internal/ten_runtime/msg/data/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_field_info_t diff --git a/packages/core_protocols/msgpack/msg/field/BUILD.gn b/packages/core_protocols/msgpack/msg/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/field/dest.c b/packages/core_protocols/msgpack/msg/field/dest.c index 602996f1ac..4d4bd1f80f 100644 --- a/packages/core_protocols/msgpack/msg/field/dest.c +++ b/packages/core_protocols/msgpack/msg/field/dest.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -9,8 +9,8 @@ #include "core_protocols/msgpack/msg/loc.h" #include "include_internal/ten_runtime/msg/msg.h" -#include "ten_utils/macro/check.h" #include "ten_utils/lib/string.h" +#include "ten_utils/macro/check.h" void ten_msgpack_msg_dest_serialize(ten_msg_t *self, msgpack_packer *pck) { TEN_ASSERT(self && ten_raw_msg_check_integrity(self) && pck, diff --git a/packages/core_protocols/msgpack/msg/field/dest.h b/packages/core_protocols/msgpack/msg/field/dest.h index 41c643c724..4c6212984b 100644 --- a/packages/core_protocols/msgpack/msg/field/dest.h +++ b/packages/core_protocols/msgpack/msg/field/dest.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/field/field_info.h b/packages/core_protocols/msgpack/msg/field/field_info.h index 2d90c951e4..c01488348a 100644 --- a/packages/core_protocols/msgpack/msg/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -17,8 +17,8 @@ #include "include_internal/ten_runtime/msg/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif typedef void (*ten_msg_field_serialize_func_t)(ten_msg_t *self, diff --git a/packages/core_protocols/msgpack/msg/field/name.c b/packages/core_protocols/msgpack/msg/field/name.c index 175bed9d37..a3199315b8 100644 --- a/packages/core_protocols/msgpack/msg/field/name.c +++ b/packages/core_protocols/msgpack/msg/field/name.c @@ -1,12 +1,12 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // #include "core_protocols/msgpack/msg/cmd/field/cmd_id.h" #include "include_internal/ten_runtime/msg/msg.h" -#include "ten_utils/macro/check.h" #include "msgpack/object.h" +#include "ten_utils/macro/check.h" void ten_msgpack_msg_name_serialize(ten_msg_t *self, msgpack_packer *pck) { TEN_ASSERT(self && ten_raw_msg_check_integrity(self) && pck, diff --git a/packages/core_protocols/msgpack/msg/field/name.h b/packages/core_protocols/msgpack/msg/field/name.h index 52eb211010..e6c35268e3 100644 --- a/packages/core_protocols/msgpack/msg/field/name.h +++ b/packages/core_protocols/msgpack/msg/field/name.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/field/properties.c b/packages/core_protocols/msgpack/msg/field/properties.c index f70bdbb36c..251ff9e21b 100644 --- a/packages/core_protocols/msgpack/msg/field/properties.c +++ b/packages/core_protocols/msgpack/msg/field/properties.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -11,10 +11,10 @@ #include "core_protocols/msgpack/common/common.h" #include "core_protocols/msgpack/common/value.h" #include "include_internal/ten_runtime/msg/msg.h" -#include "ten_utils/macro/check.h" #include "msgpack/object.h" #include "msgpack/pack.h" #include "ten_utils/container/list_ptr.h" +#include "ten_utils/macro/check.h" #include "ten_utils/value/value_kv.h" void ten_msgpack_msg_properties_serialize(ten_msg_t *self, diff --git a/packages/core_protocols/msgpack/msg/field/properties.h b/packages/core_protocols/msgpack/msg/field/properties.h index 63a9b8e39a..ec2b013c45 100644 --- a/packages/core_protocols/msgpack/msg/field/properties.h +++ b/packages/core_protocols/msgpack/msg/field/properties.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/field/src.c b/packages/core_protocols/msgpack/msg/field/src.c index ae64ffe191..7b3b479095 100644 --- a/packages/core_protocols/msgpack/msg/field/src.c +++ b/packages/core_protocols/msgpack/msg/field/src.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/field/src.h b/packages/core_protocols/msgpack/msg/field/src.h index 8cd4306de8..9acb42e7c3 100644 --- a/packages/core_protocols/msgpack/msg/field/src.h +++ b/packages/core_protocols/msgpack/msg/field/src.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/field/type.c b/packages/core_protocols/msgpack/msg/field/type.c index e34b48233e..0d1c5e7a99 100644 --- a/packages/core_protocols/msgpack/msg/field/type.c +++ b/packages/core_protocols/msgpack/msg/field/type.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/field/type.h b/packages/core_protocols/msgpack/msg/field/type.h index 46e2188384..6ecb2b848e 100644 --- a/packages/core_protocols/msgpack/msg/field/type.h +++ b/packages/core_protocols/msgpack/msg/field/type.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/loc.c b/packages/core_protocols/msgpack/msg/loc.c index 3b32aa7e69..4aac40980d 100644 --- a/packages/core_protocols/msgpack/msg/loc.c +++ b/packages/core_protocols/msgpack/msg/loc.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -8,7 +8,6 @@ #include #include "core_protocols/msgpack/common/common.h" -#include "ten_utils/macro/check.h" #include "msgpack/object.h" #include "msgpack/pack.h" #include "msgpack/unpack.h" @@ -16,6 +15,7 @@ #include "ten_utils/container/list_node.h" #include "ten_utils/container/list_ptr.h" #include "ten_utils/lib/string.h" +#include "ten_utils/macro/check.h" void ten_msgpack_loc_serialize(ten_loc_t *self, msgpack_packer *pck) { TEN_ASSERT(self && pck, "Invalid argument."); diff --git a/packages/core_protocols/msgpack/msg/loc.h b/packages/core_protocols/msgpack/msg/loc.h index 4962e5e2c6..ee7546fb55 100644 --- a/packages/core_protocols/msgpack/msg/loc.h +++ b/packages/core_protocols/msgpack/msg/loc.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/msg.c b/packages/core_protocols/msgpack/msg/msg.c index d866653f8c..144d37f6df 100644 --- a/packages/core_protocols/msgpack/msg/msg.c +++ b/packages/core_protocols/msgpack/msg/msg.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -12,8 +12,8 @@ #include "core_protocols/msgpack/msg/field/field_info.h" #include "core_protocols/msgpack/msg/msg.h" #include "core_protocols/msgpack/msg/msg_info.h" -#include "ten_utils/macro/check.h" #include "ten_utils/lib/smart_ptr.h" +#include "ten_utils/macro/check.h" void ten_msgpack_msghdr_serialize(ten_msg_t *self, msgpack_packer *pck) { TEN_ASSERT(self && ten_raw_msg_check_integrity(self) && pck, diff --git a/packages/core_protocols/msgpack/msg/msg.h b/packages/core_protocols/msgpack/msg/msg.h index 47110e26fa..49f43f020e 100644 --- a/packages/core_protocols/msgpack/msg/msg.h +++ b/packages/core_protocols/msgpack/msg/msg.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/msg_info.h b/packages/core_protocols/msgpack/msg/msg_info.h index 0e4d7efea9..4f98c27e84 100644 --- a/packages/core_protocols/msgpack/msg/msg_info.h +++ b/packages/core_protocols/msgpack/msg/msg_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -31,8 +31,8 @@ typedef struct ten_protocol_msgpack_msg_info_t { } ten_protocol_msgpack_msg_info_t; #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_info_t ten_msg_info[] = { diff --git a/packages/core_protocols/msgpack/msg/video_frame/BUILD.gn b/packages/core_protocols/msgpack/msg/video_frame/BUILD.gn index 3978d517b7..bb578461f0 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/video_frame/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/BUILD.gn b/packages/core_protocols/msgpack/msg/video_frame/field/BUILD.gn index e5eb44dacf..d0c879c824 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/BUILD.gn +++ b/packages/core_protocols/msgpack/msg/video_frame/field/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/buf.c b/packages/core_protocols/msgpack/msg/video_frame/field/buf.c index 3750a7f92c..ca55076f75 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/buf.c +++ b/packages/core_protocols/msgpack/msg/video_frame/field/buf.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/buf.h b/packages/core_protocols/msgpack/msg/video_frame/field/buf.h index 4d4a8f2006..9fe96185fc 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/buf.h +++ b/packages/core_protocols/msgpack/msg/video_frame/field/buf.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/field_info.h b/packages/core_protocols/msgpack/msg/video_frame/field/field_info.h index 7ec292ced6..2b2b136000 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/field_info.h +++ b/packages/core_protocols/msgpack/msg/video_frame/field/field_info.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -19,8 +19,8 @@ #include "include_internal/ten_runtime/msg/video_frame/field/field.h" #ifdef __cplusplus - #error \ - "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." +#error \ + "This file contains C99 array designated initializer, and Visual Studio C++ compiler can only support up to C89 by default, so we enable this checking to prevent any wrong inclusion of this file." #endif static const ten_protocol_msgpack_msg_field_info_t diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/height.c b/packages/core_protocols/msgpack/msg/video_frame/field/height.c index 680e1970b3..096ca46418 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/height.c +++ b/packages/core_protocols/msgpack/msg/video_frame/field/height.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/height.h b/packages/core_protocols/msgpack/msg/video_frame/field/height.h index 4c534d8df1..faa51d18f0 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/height.h +++ b/packages/core_protocols/msgpack/msg/video_frame/field/height.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.c b/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.c index 4670a32e99..6788f87e73 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.c +++ b/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.h b/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.h index 72b52e53f8..0093b0ea6e 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.h +++ b/packages/core_protocols/msgpack/msg/video_frame/field/pixel_fmt.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.c b/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.c index 6a819354f5..b3a8389b4a 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.c +++ b/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.h b/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.h index baff1fec8e..820fccb52b 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.h +++ b/packages/core_protocols/msgpack/msg/video_frame/field/timestamp.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/width.c b/packages/core_protocols/msgpack/msg/video_frame/field/width.c index 5cf03a1770..2e485e2878 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/width.c +++ b/packages/core_protocols/msgpack/msg/video_frame/field/width.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/field/width.h b/packages/core_protocols/msgpack/msg/video_frame/field/width.h index e571b6f795..470c47a17f 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/field/width.h +++ b/packages/core_protocols/msgpack/msg/video_frame/field/width.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/video_frame.c b/packages/core_protocols/msgpack/msg/video_frame/video_frame.c index 838fd00504..a204ab1aa5 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/video_frame.c +++ b/packages/core_protocols/msgpack/msg/video_frame/video_frame.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/msg/video_frame/video_frame.h b/packages/core_protocols/msgpack/msg/video_frame/video_frame.h index 7c6e9209c1..c38f0ba92b 100644 --- a/packages/core_protocols/msgpack/msg/video_frame/video_frame.h +++ b/packages/core_protocols/msgpack/msg/video_frame/video_frame.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/core_protocols/msgpack/protocol.c b/packages/core_protocols/msgpack/protocol.c index 9ccae79ca1..d731428c8a 100644 --- a/packages/core_protocols/msgpack/protocol.c +++ b/packages/core_protocols/msgpack/protocol.c @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // @@ -13,11 +13,11 @@ #include "include_internal/ten_runtime/metadata/metadata.h" #include "include_internal/ten_runtime/protocol/integrated/protocol_integrated.h" #include "include_internal/ten_runtime/ten_env/metadata.h" -#include "ten_utils/macro/check.h" #include "ten_runtime/addon/addon.h" #include "ten_runtime/ten_env/internal/on_xxx_done.h" #include "ten_runtime/ten_env/ten_env.h" #include "ten_utils/lib/alloc.h" +#include "ten_utils/macro/check.h" #include "ten_utils/macro/mark.h" typedef struct ten_protocol_msgpack_t { diff --git a/packages/example_apps/BUILD.gn b/packages/example_apps/BUILD.gn index 479a1296d4..03d11ddd23 100644 --- a/packages/example_apps/BUILD.gn +++ b/packages/example_apps/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_apps/pprof_app_go/BUILD.gn b/packages/example_apps/pprof_app_go/BUILD.gn index cd0e6d1ba1..02d9488e9e 100644 --- a/packages/example_apps/pprof_app_go/BUILD.gn +++ b/packages/example_apps/pprof_app_go/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_apps/pprof_app_go/main.go b/packages/example_apps/pprof_app_go/main.go index edc9af6f7f..1a73f2c050 100644 --- a/packages/example_apps/pprof_app_go/main.go +++ b/packages/example_apps/pprof_app_go/main.go @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extension_groups/BUILD.gn b/packages/example_extension_groups/BUILD.gn index c30ecadb50..00b7422dde 100644 --- a/packages/example_extension_groups/BUILD.gn +++ b/packages/example_extension_groups/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extension_groups/ffmpeg_extension_group/BUILD.gn b/packages/example_extension_groups/ffmpeg_extension_group/BUILD.gn index d9bbb0b816..86db423ba8 100644 --- a/packages/example_extension_groups/ffmpeg_extension_group/BUILD.gn +++ b/packages/example_extension_groups/ffmpeg_extension_group/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extension_groups/ffmpeg_extension_group/src/main.cc b/packages/example_extension_groups/ffmpeg_extension_group/src/main.cc index 97697d1842..354d8e00d4 100644 --- a/packages/example_extension_groups/ffmpeg_extension_group/src/main.cc +++ b/packages/example_extension_groups/ffmpeg_extension_group/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/BUILD.gn b/packages/example_extensions/BUILD.gn index e8e43bf72d..15125f6a75 100644 --- a/packages/example_extensions/BUILD.gn +++ b/packages/example_extensions/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/aio_http_server_python/BUILD.gn b/packages/example_extensions/aio_http_server_python/BUILD.gn index 2f8ff030d5..bd23967471 100644 --- a/packages/example_extensions/aio_http_server_python/BUILD.gn +++ b/packages/example_extensions/aio_http_server_python/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/aio_http_server_python/main.py b/packages/example_extensions/aio_http_server_python/main.py index 84ac40ece4..e073662e99 100644 --- a/packages/example_extensions/aio_http_server_python/main.py +++ b/packages/example_extensions/aio_http_server_python/main.py @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/ffmpeg_demuxer/BUILD.gn b/packages/example_extensions/ffmpeg_demuxer/BUILD.gn index 53aea6d01d..1ad3b7fb21 100644 --- a/packages/example_extensions/ffmpeg_demuxer/BUILD.gn +++ b/packages/example_extensions/ffmpeg_demuxer/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/ffmpeg_demuxer/src/demuxer.cc b/packages/example_extensions/ffmpeg_demuxer/src/demuxer.cc index 28c83f8a23..75bd0cbc06 100644 --- a/packages/example_extensions/ffmpeg_demuxer/src/demuxer.cc +++ b/packages/example_extensions/ffmpeg_demuxer/src/demuxer.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_demuxer/src/demuxer.h b/packages/example_extensions/ffmpeg_demuxer/src/demuxer.h index 8c847f5d57..fca660ed73 100644 --- a/packages/example_extensions/ffmpeg_demuxer/src/demuxer.h +++ b/packages/example_extensions/ffmpeg_demuxer/src/demuxer.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.cc b/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.cc index 925c551db3..96443846a4 100644 --- a/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.cc +++ b/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.h b/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.h index c5020e8a5c..f12afa6fd0 100644 --- a/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.h +++ b/packages/example_extensions/ffmpeg_demuxer/src/demuxer_thread.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_demuxer/src/main.cc b/packages/example_extensions/ffmpeg_demuxer/src/main.cc index 573a160513..5167ed151a 100644 --- a/packages/example_extensions/ffmpeg_demuxer/src/main.cc +++ b/packages/example_extensions/ffmpeg_demuxer/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_muxer/BUILD.gn b/packages/example_extensions/ffmpeg_muxer/BUILD.gn index dbdb3494a6..7557744c93 100644 --- a/packages/example_extensions/ffmpeg_muxer/BUILD.gn +++ b/packages/example_extensions/ffmpeg_muxer/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/ffmpeg_muxer/src/main.cc b/packages/example_extensions/ffmpeg_muxer/src/main.cc index 2f01a8db3b..41f5227db1 100644 --- a/packages/example_extensions/ffmpeg_muxer/src/main.cc +++ b/packages/example_extensions/ffmpeg_muxer/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_muxer/src/muxer.cc b/packages/example_extensions/ffmpeg_muxer/src/muxer.cc index 0c5661b867..3864109041 100644 --- a/packages/example_extensions/ffmpeg_muxer/src/muxer.cc +++ b/packages/example_extensions/ffmpeg_muxer/src/muxer.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_muxer/src/muxer.h b/packages/example_extensions/ffmpeg_muxer/src/muxer.h index 10eaf797b4..63efdaec4c 100644 --- a/packages/example_extensions/ffmpeg_muxer/src/muxer.h +++ b/packages/example_extensions/ffmpeg_muxer/src/muxer.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.cc b/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.cc index f7ac3290c6..8ab6d11e4a 100644 --- a/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.cc +++ b/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.h b/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.h index ef0a44e840..70fda9323f 100644 --- a/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.h +++ b/packages/example_extensions/ffmpeg_muxer/src/muxer_thread.h @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/pil_demo_python/BUILD.gn b/packages/example_extensions/pil_demo_python/BUILD.gn index d09cf8c470..75f6f93b28 100644 --- a/packages/example_extensions/pil_demo_python/BUILD.gn +++ b/packages/example_extensions/pil_demo_python/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/pil_demo_python/main.py b/packages/example_extensions/pil_demo_python/main.py index e8ec5f1e2c..6f26c0fa21 100644 --- a/packages/example_extensions/pil_demo_python/main.py +++ b/packages/example_extensions/pil_demo_python/main.py @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/simple_echo_cpp/BUILD.gn b/packages/example_extensions/simple_echo_cpp/BUILD.gn index 1077193ca9..848ed2be54 100644 --- a/packages/example_extensions/simple_echo_cpp/BUILD.gn +++ b/packages/example_extensions/simple_echo_cpp/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/simple_echo_cpp/src/main.cc b/packages/example_extensions/simple_echo_cpp/src/main.cc index 689ab13b35..d7cee537a6 100644 --- a/packages/example_extensions/simple_echo_cpp/src/main.cc +++ b/packages/example_extensions/simple_echo_cpp/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/simple_http_server_cpp/BUILD.gn b/packages/example_extensions/simple_http_server_cpp/BUILD.gn index e96585d65a..d63d9cdd8f 100644 --- a/packages/example_extensions/simple_http_server_cpp/BUILD.gn +++ b/packages/example_extensions/simple_http_server_cpp/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/simple_http_server_cpp/src/main.cc b/packages/example_extensions/simple_http_server_cpp/src/main.cc index e31160f157..e658d33ecc 100644 --- a/packages/example_extensions/simple_http_server_cpp/src/main.cc +++ b/packages/example_extensions/simple_http_server_cpp/src/main.cc @@ -1,5 +1,5 @@ // -// This file is part of the TEN Framework project. +// This file is part of TEN Framework, an open source project. // Licensed under the Apache License, Version 2.0. // See the LICENSE file for more information. // diff --git a/packages/example_extensions/simple_http_server_go/BUILD.gn b/packages/example_extensions/simple_http_server_go/BUILD.gn index f0db76b6e4..17801e7f4f 100644 --- a/packages/example_extensions/simple_http_server_go/BUILD.gn +++ b/packages/example_extensions/simple_http_server_go/BUILD.gn @@ -1,5 +1,5 @@ # -# This file is part of the TEN Framework project. +# This file is part of TEN Framework, an open source project. # Licensed under the Apache License, Version 2.0. # See the LICENSE file for more information. # diff --git a/packages/example_extensions/simple_http_server_go/endpoint/endpoint.go b/packages/example_extensions/simple_http_server_go/endpoint/endpoint.go index b113b6c955..c5ce8ad512 100644 --- a/packages/example_extensions/simple_http_server_go/endpoint/endpoint.go +++ b/packages/example_extensions/simple_http_server_go/endpoint/endpoint.go @@ -1,6 +1,9 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0. +// See the LICENSE file for more information. +// + package endpoint import ( diff --git a/packages/example_extensions/simple_http_server_go/main.go b/packages/example_extensions/simple_http_server_go/main.go index 86836c1d74..9fab3ee621 100644 --- a/packages/example_extensions/simple_http_server_go/main.go +++ b/packages/example_extensions/simple_http_server_go/main.go @@ -1,10 +1,13 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0. +// See the LICENSE file for more information. // // Note that this is just an example extension written in the GO programming // language, so the package name does not equal to the containing directory // name. However, it is not common in Go. +// + package http import ( diff --git a/tests/BUILD.gn b/tests/BUILD.gn index 0af57f9660..03d5ed562c 100644 --- a/tests/BUILD.gn +++ b/tests/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") import("//build/ten_utils/options.gni") diff --git a/tests/common/BUILD.gn b/tests/common/BUILD.gn index 685817bc46..c89c181534 100644 --- a/tests/common/BUILD.gn +++ b/tests/common/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # group("ten_test_common") { deps = [ diff --git a/tests/common/client/BUILD.gn b/tests/common/client/BUILD.gn index 6fcb925b81..a1c47f63ac 100644 --- a/tests/common/client/BUILD.gn +++ b/tests/common/client/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/common/client/cpp/msgpack_tcp.h b/tests/common/client/cpp/msgpack_tcp.h index bbba63c615..04668e51db 100644 --- a/tests/common/client/cpp/msgpack_tcp.h +++ b/tests/common/client/cpp/msgpack_tcp.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/tests/common/client/curl_connect.c b/tests/common/client/curl_connect.c index 560ed7b436..da9f252f32 100644 --- a/tests/common/client/curl_connect.c +++ b/tests/common/client/curl_connect.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "tests/common/client/curl_connect.h" diff --git a/tests/common/client/curl_connect.h b/tests/common/client/curl_connect.h index 9c8d8c1205..b550785ce9 100644 --- a/tests/common/client/curl_connect.h +++ b/tests/common/client/curl_connect.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/tests/common/client/http.c b/tests/common/client/http.c index 937599b6ff..2d4510e96c 100644 --- a/tests/common/client/http.c +++ b/tests/common/client/http.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "tests/common/client/http.h" diff --git a/tests/common/client/http.h b/tests/common/client/http.h index ccd7beea7b..e3e6a9861a 100644 --- a/tests/common/client/http.h +++ b/tests/common/client/http.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/tests/common/client/msgpack_tcp.c b/tests/common/client/msgpack_tcp.c index 1f2e6d34e6..4245946b0a 100644 --- a/tests/common/client/msgpack_tcp.c +++ b/tests/common/client/msgpack_tcp.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "tests/common/client/msgpack_tcp.h" diff --git a/tests/common/client/msgpack_tcp.h b/tests/common/client/msgpack_tcp.h index 7a7e78fa48..196784b143 100644 --- a/tests/common/client/msgpack_tcp.h +++ b/tests/common/client/msgpack_tcp.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/tests/common/client/tcp.c b/tests/common/client/tcp.c index 54fd7376b9..402fdbd162 100644 --- a/tests/common/client/tcp.c +++ b/tests/common/client/tcp.c @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "tests/common/client/tcp.h" diff --git a/tests/common/client/tcp.h b/tests/common/client/tcp.h index a41dd994b4..5649730308 100644 --- a/tests/common/client/tcp.h +++ b/tests/common/client/tcp.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/tests/common/constant.h b/tests/common/constant.h index d27c7ecd82..6665c1f878 100644 --- a/tests/common/constant.h +++ b/tests/common/constant.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/tests/common/server/BUILD.gn b/tests/common/server/BUILD.gn index 8a0683eec5..70b87d8d25 100644 --- a/tests/common/server/BUILD.gn +++ b/tests/common/server/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/common/server/cpp/BUILD.gn b/tests/common/server/cpp/BUILD.gn index 2e8b2aabad..5ba786b7ee 100644 --- a/tests/common/server/cpp/BUILD.gn +++ b/tests/common/server/cpp/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/local_registry/BUILD.gn b/tests/local_registry/BUILD.gn index 73412638c4..ab7ce1d1fa 100644 --- a/tests/local_registry/BUILD.gn +++ b/tests/local_registry/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # action("copy_local_registry") { script = "//.gnfiles/build/scripts/copy_fs_entry.py" diff --git a/tests/ten_manager/BUILD.gn b/tests/ten_manager/BUILD.gn index ee7854869f..30da1e95bc 100644 --- a/tests/ten_manager/BUILD.gn +++ b/tests/ten_manager/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/tests/ten_manager/dependency_resolve/BUILD.gn b/tests/ten_manager/dependency_resolve/BUILD.gn index fa15052518..e6477beb1c 100644 --- a/tests/ten_manager/dependency_resolve/BUILD.gn +++ b/tests/ten_manager/dependency_resolve/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/dependency_resolve/test_case.py b/tests/ten_manager/dependency_resolve/test_case.py index 0ac00c67e5..9e83574cca 100644 --- a/tests/ten_manager/dependency_resolve/test_case.py +++ b/tests/ten_manager/dependency_resolve/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/error_context/BUILD.gn b/tests/ten_manager/error_context/BUILD.gn index 9c6c103a6a..6089dfdaa4 100644 --- a/tests/ten_manager/error_context/BUILD.gn +++ b/tests/ten_manager/error_context/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # group("error_context") { deps = [ diff --git a/tests/ten_manager/error_context/invalid_package_type/BUILD.gn b/tests/ten_manager/error_context/invalid_package_type/BUILD.gn index 845ed1e0ab..5dc8a26b76 100644 --- a/tests/ten_manager/error_context/invalid_package_type/BUILD.gn +++ b/tests/ten_manager/error_context/invalid_package_type/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/error_context/invalid_package_type/test_case.py b/tests/ten_manager/error_context/invalid_package_type/test_case.py index 60c7df511b..efd6e78627 100644 --- a/tests/ten_manager/error_context/invalid_package_type/test_case.py +++ b/tests/ten_manager/error_context/invalid_package_type/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/error_context/no_such_package/BUILD.gn b/tests/ten_manager/error_context/no_such_package/BUILD.gn index c71f3cd65f..5d2fe36031 100644 --- a/tests/ten_manager/error_context/no_such_package/BUILD.gn +++ b/tests/ten_manager/error_context/no_such_package/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/error_context/no_such_package/test_case.py b/tests/ten_manager/error_context/no_such_package/test_case.py index 03bb001d5e..179c386550 100644 --- a/tests/ten_manager/error_context/no_such_package/test_case.py +++ b/tests/ten_manager/error_context/no_such_package/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/error_context/package_version_not_found/BUILD.gn b/tests/ten_manager/error_context/package_version_not_found/BUILD.gn index 05ce14e9be..e32d7b7638 100644 --- a/tests/ten_manager/error_context/package_version_not_found/BUILD.gn +++ b/tests/ten_manager/error_context/package_version_not_found/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/error_context/package_version_not_found/test_case.py b/tests/ten_manager/error_context/package_version_not_found/test_case.py index 0d0aae4214..17526119ae 100644 --- a/tests/ten_manager/error_context/package_version_not_found/test_case.py +++ b/tests/ten_manager/error_context/package_version_not_found/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/install/BUILD.gn b/tests/ten_manager/install/BUILD.gn index 73d4a84826..df5df4eefa 100644 --- a/tests/ten_manager/install/BUILD.gn +++ b/tests/ten_manager/install/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # group("install") { deps = [ diff --git a/tests/ten_manager/install/app/BUILD.gn b/tests/ten_manager/install/app/BUILD.gn index c54391673e..45d00d326d 100644 --- a/tests/ten_manager/install/app/BUILD.gn +++ b/tests/ten_manager/install/app/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install/app/test_case.py b/tests/ten_manager/install/app/test_case.py index d1c29fe54e..5fed95a4f4 100644 --- a/tests/ten_manager/install/app/test_case.py +++ b/tests/ten_manager/install/app/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/install/extension/BUILD.gn b/tests/ten_manager/install/extension/BUILD.gn index 9904a12805..c4f754bd99 100644 --- a/tests/ten_manager/install/extension/BUILD.gn +++ b/tests/ten_manager/install/extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install/extension/test_case.py b/tests/ten_manager/install/extension/test_case.py index bdde59dfaa..fa6ca9c46a 100644 --- a/tests/ten_manager/install/extension/test_case.py +++ b/tests/ten_manager/install/extension/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/install_all/BUILD.gn b/tests/ten_manager/install_all/BUILD.gn index ace8ada116..f0084df8b5 100644 --- a/tests/ten_manager/install_all/BUILD.gn +++ b/tests/ten_manager/install_all/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # group("install_all") { deps = [ diff --git a/tests/ten_manager/install_all/install_a_before_install_all/BUILD.gn b/tests/ten_manager/install_all/install_a_before_install_all/BUILD.gn index dc8807a432..ed30cd8b05 100644 --- a/tests/ten_manager/install_all/install_a_before_install_all/BUILD.gn +++ b/tests/ten_manager/install_all/install_a_before_install_all/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/install_a_before_install_all/test_case.py b/tests/ten_manager/install_all/install_a_before_install_all/test_case.py index 6fb9042ed2..333f156595 100644 --- a/tests/ten_manager/install_all/install_a_before_install_all/test_case.py +++ b/tests/ten_manager/install_all/install_a_before_install_all/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/BUILD.gn b/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/BUILD.gn index dc9f404e0f..0797d21e47 100644 --- a/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/BUILD.gn +++ b/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/test_case.py b/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/test_case.py index b01079a635..08ff2beb98 100644 --- a/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/test_case.py +++ b/tests/ten_manager/install_all/install_all_fail_with_local_unsupported_pkg/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/install_all/install_all_in_local_file_system/BUILD.gn b/tests/ten_manager/install_all/install_all_in_local_file_system/BUILD.gn index 4e62de06ec..1c41b26c63 100644 --- a/tests/ten_manager/install_all/install_all_in_local_file_system/BUILD.gn +++ b/tests/ten_manager/install_all/install_all_in_local_file_system/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/install_all_in_local_file_system/test_case.py b/tests/ten_manager/install_all/install_all_in_local_file_system/test_case.py index f5292c8de0..0c5dba22b5 100644 --- a/tests/ten_manager/install_all/install_all_in_local_file_system/test_case.py +++ b/tests/ten_manager/install_all/install_all_in_local_file_system/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/install_all/install_breaking_lock/BUILD.gn b/tests/ten_manager/install_all/install_breaking_lock/BUILD.gn index 6ebceb90b0..a4a3fd694b 100644 --- a/tests/ten_manager/install_all/install_breaking_lock/BUILD.gn +++ b/tests/ten_manager/install_all/install_breaking_lock/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/install_breaking_lock/test_case.py b/tests/ten_manager/install_all/install_breaking_lock/test_case.py index 5017b62299..b18bdc0279 100644 --- a/tests/ten_manager/install_all/install_breaking_lock/test_case.py +++ b/tests/ten_manager/install_all/install_breaking_lock/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import json import os diff --git a/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/BUILD.gn b/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/BUILD.gn index df0a3d64b8..8dc21e19f5 100644 --- a/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/BUILD.gn +++ b/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/test_case.py b/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/test_case.py index 6c74970021..29c5912456 100644 --- a/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/test_case.py +++ b/tests/ten_manager/install_all/install_dependencies_of_local_pkgs/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import json import os diff --git a/tests/ten_manager/install_all/install_locked_pkg_same_version/BUILD.gn b/tests/ten_manager/install_all/install_locked_pkg_same_version/BUILD.gn index 04f76d3712..f1ebf85e50 100644 --- a/tests/ten_manager/install_all/install_locked_pkg_same_version/BUILD.gn +++ b/tests/ten_manager/install_all/install_locked_pkg_same_version/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/install_locked_pkg_same_version/test_case.py b/tests/ten_manager/install_all/install_locked_pkg_same_version/test_case.py index b55a4a25b4..19c54e8eec 100644 --- a/tests/ten_manager/install_all/install_locked_pkg_same_version/test_case.py +++ b/tests/ten_manager/install_all/install_locked_pkg_same_version/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import json import os diff --git a/tests/ten_manager/install_all/install_under_the_guidance_of_lock/BUILD.gn b/tests/ten_manager/install_all/install_under_the_guidance_of_lock/BUILD.gn index ce4144648a..a9d1706bb4 100644 --- a/tests/ten_manager/install_all/install_under_the_guidance_of_lock/BUILD.gn +++ b/tests/ten_manager/install_all/install_under_the_guidance_of_lock/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/install_under_the_guidance_of_lock/test_case.py b/tests/ten_manager/install_all/install_under_the_guidance_of_lock/test_case.py index c4e004dcbb..505ecefb8a 100644 --- a/tests/ten_manager/install_all/install_under_the_guidance_of_lock/test_case.py +++ b/tests/ten_manager/install_all/install_under_the_guidance_of_lock/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import json import os diff --git a/tests/ten_manager/install_all/not_install_again_for_installed_extension/BUILD.gn b/tests/ten_manager/install_all/not_install_again_for_installed_extension/BUILD.gn index 10ead22914..da334583a7 100644 --- a/tests/ten_manager/install_all/not_install_again_for_installed_extension/BUILD.gn +++ b/tests/ten_manager/install_all/not_install_again_for_installed_extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/not_install_again_for_installed_extension/test_case.py b/tests/ten_manager/install_all/not_install_again_for_installed_extension/test_case.py index 5dcdcf2c46..a2a59cfd0e 100644 --- a/tests/ten_manager/install_all/not_install_again_for_installed_extension/test_case.py +++ b/tests/ten_manager/install_all/not_install_again_for_installed_extension/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/BUILD.gn b/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/BUILD.gn index 41688f5cf6..157de385cc 100644 --- a/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/BUILD.gn +++ b/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/test_case.py b/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/test_case.py index 6c74970021..29c5912456 100644 --- a/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/test_case.py +++ b/tests/ten_manager/install_all/update_pkgs_that_local_pkgs_depend_on/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import json import os diff --git a/tests/ten_manager/publish/BUILD.gn b/tests/ten_manager/publish/BUILD.gn index 13a9d23c32..e42a6b3915 100644 --- a/tests/ten_manager/publish/BUILD.gn +++ b/tests/ten_manager/publish/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") diff --git a/tests/ten_manager/publish/test_case.py b/tests/ten_manager/publish/test_case.py index 9b7b7f4b56..ba0cdef08a 100644 --- a/tests/ten_manager/publish/test_case.py +++ b/tests/ten_manager/publish/test_case.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import sys diff --git a/tests/ten_manager/standalone/BUILD.gn b/tests/ten_manager/standalone/BUILD.gn index eb56e13883..aa9369d8ff 100644 --- a/tests/ten_manager/standalone/BUILD.gn +++ b/tests/ten_manager/standalone/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # group("standalone") { deps = [ "build" ] diff --git a/tests/ten_manager/standalone/build/BUILD.gn b/tests/ten_manager/standalone/build/BUILD.gn index 1b91bd71c1..614cb1d079 100644 --- a/tests/ten_manager/standalone/build/BUILD.gn +++ b/tests/ten_manager/standalone/build/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/options.gni") diff --git a/tests/ten_runtime/BUILD.gn b/tests/ten_runtime/BUILD.gn index 25fcdab2a6..630043a484 100644 --- a/tests/ten_runtime/BUILD.gn +++ b/tests/ten_runtime/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/ten.gni") import("//core/src/ten_runtime/output_libs.gni") diff --git a/tests/ten_runtime/integration/BUILD.gn b/tests/ten_runtime/integration/BUILD.gn index 7eeea077f4..ef6ecaba9c 100644 --- a/tests/ten_runtime/integration/BUILD.gn +++ b/tests/ten_runtime/integration/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/tests/ten_runtime/integration/common/http.py b/tests/ten_runtime/integration/common/http.py index bf71343e8c..dcf733d90b 100644 --- a/tests/ten_runtime/integration/common/http.py +++ b/tests/ten_runtime/integration/common/http.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from http.client import RemoteDisconnected import json diff --git a/tests/ten_runtime/integration/cpp/BUILD.gn b/tests/ten_runtime/integration/cpp/BUILD.gn index 7b663e843a..74452c37e5 100644 --- a/tests/ten_runtime/integration/cpp/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/tests/ten_runtime/integration/cpp/ffmpeg_basic/BUILD.gn b/tests/ten_runtime/integration/cpp/ffmpeg_basic/BUILD.gn index 59f3fbcf7d..aa7fae5b32 100644 --- a/tests/ten_runtime/integration/cpp/ffmpeg_basic/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/ffmpeg_basic/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/ffmpeg_basic/ffmpeg_basic_app_source/ten_packages/extension/default_extension_cpp/src/main.cc b/tests/ten_runtime/integration/cpp/ffmpeg_basic/ffmpeg_basic_app_source/ten_packages/extension/default_extension_cpp/src/main.cc index f1d0722e8d..0bfd167873 100644 --- a/tests/ten_runtime/integration/cpp/ffmpeg_basic/ffmpeg_basic_app_source/ten_packages/extension/default_extension_cpp/src/main.cc +++ b/tests/ten_runtime/integration/cpp/ffmpeg_basic/ffmpeg_basic_app_source/ten_packages/extension/default_extension_cpp/src/main.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/cpp/ffmpeg_bypass/BUILD.gn b/tests/ten_runtime/integration/cpp/ffmpeg_bypass/BUILD.gn index 376262df23..39cb7785c8 100644 --- a/tests/ten_runtime/integration/cpp/ffmpeg_bypass/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/ffmpeg_bypass/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/ffmpeg_bypass/ffmpeg_bypass_app_source/ten_packages/extension/default_extension_cpp/src/main.cc b/tests/ten_runtime/integration/cpp/ffmpeg_bypass/ffmpeg_bypass_app_source/ten_packages/extension/default_extension_cpp/src/main.cc index 49a8ea9085..d2c44c317a 100644 --- a/tests/ten_runtime/integration/cpp/ffmpeg_bypass/ffmpeg_bypass_app_source/ten_packages/extension/default_extension_cpp/src/main.cc +++ b/tests/ten_runtime/integration/cpp/ffmpeg_bypass/ffmpeg_bypass_app_source/ten_packages/extension/default_extension_cpp/src/main.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_1/BUILD.gn b/tests/ten_runtime/integration/cpp/graph_env_var_1/BUILD.gn index 88738bdd15..8abe92aee7 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_1/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/graph_env_var_1/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_1/client/client.cc b/tests/ten_runtime/integration/cpp/graph_env_var_1/client/client.cc index cb5da8fd53..0000dedf53 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_1/client/client.cc +++ b/tests/ten_runtime/integration/cpp/graph_env_var_1/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn b/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn index 401336ca2a..2d84d97d74 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/src/main.cc b/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/src/main.cc index 59066e8e79..91cc37ae43 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/src/main.cc +++ b/tests/ten_runtime/integration/cpp/graph_env_var_1/graph_env_var_1_app_source/ten_packages/extension/default_extension_cpp/src/main.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_2/BUILD.gn b/tests/ten_runtime/integration/cpp/graph_env_var_2/BUILD.gn index d5aa5af2b9..dd664f650a 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_2/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/graph_env_var_2/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_2/client/client.cc b/tests/ten_runtime/integration/cpp/graph_env_var_2/client/client.cc index cb5da8fd53..0000dedf53 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_2/client/client.cc +++ b/tests/ten_runtime/integration/cpp/graph_env_var_2/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn b/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn index 401336ca2a..2d84d97d74 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/src/main.cc b/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/src/main.cc index 9aba154199..004a584ae8 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/src/main.cc +++ b/tests/ten_runtime/integration/cpp/graph_env_var_2/graph_env_var_2_app_source/ten_packages/extension/default_extension_cpp/src/main.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_3/BUILD.gn b/tests/ten_runtime/integration/cpp/graph_env_var_3/BUILD.gn index ea94d8e6fb..2785ee4e9c 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_3/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/graph_env_var_3/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_3/client/client.cc b/tests/ten_runtime/integration/cpp/graph_env_var_3/client/client.cc index 76571d51c2..63f170ad88 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_3/client/client.cc +++ b/tests/ten_runtime/integration/cpp/graph_env_var_3/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn b/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn index 401336ca2a..2d84d97d74 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/src/main.cc b/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/src/main.cc index 59066e8e79..91cc37ae43 100644 --- a/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/src/main.cc +++ b/tests/ten_runtime/integration/cpp/graph_env_var_3/graph_env_var_3_app_source/ten_packages/extension/default_extension_cpp/src/main.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/integration/cpp/hello_world/BUILD.gn b/tests/ten_runtime/integration/cpp/hello_world/BUILD.gn index 4147c7d024..fcadbad4af 100644 --- a/tests/ten_runtime/integration/cpp/hello_world/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/hello_world/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/hello_world/client/client.cc b/tests/ten_runtime/integration/cpp/hello_world/client/client.cc index 7b64e2ecdc..8dcfaf4f39 100644 --- a/tests/ten_runtime/integration/cpp/hello_world/client/client.cc +++ b/tests/ten_runtime/integration/cpp/hello_world/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn b/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn index 5e83e1421c..ff4a8dff9a 100644 --- a/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/src/main.cc b/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/src/main.cc index bfd95f3c50..c939908103 100644 --- a/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/src/main.cc +++ b/tests/ten_runtime/integration/cpp/hello_world/hello_world_app_source/ten_packages/extension/default_extension_cpp/src/main.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/integration/cpp/http_basic/BUILD.gn b/tests/ten_runtime/integration/cpp/http_basic/BUILD.gn index f15ef42011..df444aaa2f 100644 --- a/tests/ten_runtime/integration/cpp/http_basic/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/http_basic/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/large_result/BUILD.gn b/tests/ten_runtime/integration/cpp/large_result/BUILD.gn index 917e8ad43f..a761288a66 100644 --- a/tests/ten_runtime/integration/cpp/large_result/BUILD.gn +++ b/tests/ten_runtime/integration/cpp/large_result/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/cpp/large_result/large_result_source/ten_packages/extension/default_extension_cpp/src/main.cc b/tests/ten_runtime/integration/cpp/large_result/large_result_source/ten_packages/extension/default_extension_cpp/src/main.cc index e3482c2e8a..7d621b5328 100644 --- a/tests/ten_runtime/integration/cpp/large_result/large_result_source/ten_packages/extension/default_extension_cpp/src/main.cc +++ b/tests/ten_runtime/integration/cpp/large_result/large_result_source/ten_packages/extension/default_extension_cpp/src/main.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/integration/go/BUILD.gn b/tests/ten_runtime/integration/go/BUILD.gn index 5ecc488af1..54a66de261 100644 --- a/tests/ten_runtime/integration/go/BUILD.gn +++ b/tests/ten_runtime/integration/go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/tests/ten_runtime/integration/go/access_property_go/BUILD.gn b/tests/ten_runtime/integration/go/access_property_go/BUILD.gn index e2896379fb..921f744645 100644 --- a/tests/ten_runtime/integration/go/access_property_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/access_property_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/access_property_go/access_property_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/access_property_go/access_property_go_app/ten_packages/extension/default_extension_go/default_extension.go index a46e0556c0..f6fb1ff069 100644 --- a/tests/ten_runtime/integration/go/access_property_go/access_property_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/access_property_go/access_property_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/access_property_go/client/client.cc b/tests/ten_runtime/integration/go/access_property_go/client/client.cc index c5aa632a48..553ad70aa4 100644 --- a/tests/ten_runtime/integration/go/access_property_go/client/client.cc +++ b/tests/ten_runtime/integration/go/access_property_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/close_app_go/BUILD.gn b/tests/ten_runtime/integration/go/close_app_go/BUILD.gn index 0ad66a92a1..1bbf0a6174 100644 --- a/tests/ten_runtime/integration/go/close_app_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/close_app_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/close_app_go/client/client.cc b/tests/ten_runtime/integration/go/close_app_go/client/client.cc index ece702d064..7572abee08 100644 --- a/tests/ten_runtime/integration/go/close_app_go/client/client.cc +++ b/tests/ten_runtime/integration/go/close_app_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/close_app_go/close_app_go_app/main.go b/tests/ten_runtime/integration/go/close_app_go/close_app_go_app/main.go index 39fa15da94..d77ca7c828 100644 --- a/tests/ten_runtime/integration/go/close_app_go/close_app_go_app/main.go +++ b/tests/ten_runtime/integration/go/close_app_go/close_app_go_app/main.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. package main diff --git a/tests/ten_runtime/integration/go/exit_signal/BUILD.gn b/tests/ten_runtime/integration/go/exit_signal/BUILD.gn index 6bcffaf0f6..c1b66631aa 100644 --- a/tests/ten_runtime/integration/go/exit_signal/BUILD.gn +++ b/tests/ten_runtime/integration/go/exit_signal/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/exit_signal/exit_signal_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/exit_signal/exit_signal_app/ten_packages/extension/default_extension_go/default_extension.go index 85ba5613e8..0f63fd57d6 100644 --- a/tests/ten_runtime/integration/go/exit_signal/exit_signal_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/exit_signal/exit_signal_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. package defaultextension diff --git a/tests/ten_runtime/integration/go/expired_ten_go/BUILD.gn b/tests/ten_runtime/integration/go/expired_ten_go/BUILD.gn index b21914904f..da411fa2c2 100644 --- a/tests/ten_runtime/integration/go/expired_ten_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/expired_ten_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/expired_ten_go/client/client.cc b/tests/ten_runtime/integration/go/expired_ten_go/client/client.cc index a0fd20fda6..4d4cc587f0 100644 --- a/tests/ten_runtime/integration/go/expired_ten_go/client/client.cc +++ b/tests/ten_runtime/integration/go/expired_ten_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/expired_ten_go/expired_ten_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/expired_ten_go/expired_ten_go_app/ten_packages/extension/default_extension_go/default_extension.go index 44226abd5b..be658e4a65 100644 --- a/tests/ten_runtime/integration/go/expired_ten_go/expired_ten_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/expired_ten_go/expired_ten_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/frequently_cgo_call_go/BUILD.gn b/tests/ten_runtime/integration/go/frequently_cgo_call_go/BUILD.gn index 0212ac1294..beda1f8491 100644 --- a/tests/ten_runtime/integration/go/frequently_cgo_call_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/frequently_cgo_call_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/frequently_cgo_call_go/client/client.cc b/tests/ten_runtime/integration/go/frequently_cgo_call_go/client/client.cc index bce444eff4..5b425adef9 100644 --- a/tests/ten_runtime/integration/go/frequently_cgo_call_go/client/client.cc +++ b/tests/ten_runtime/integration/go/frequently_cgo_call_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/frequently_cgo_call_go/frequently_cgo_call_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/frequently_cgo_call_go/frequently_cgo_call_go_app/ten_packages/extension/default_extension_go/default_extension.go index b3d98af475..ba53b09e8a 100644 --- a/tests/ten_runtime/integration/go/frequently_cgo_call_go/frequently_cgo_call_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/frequently_cgo_call_go/frequently_cgo_call_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // // Package defaultextension is just an example extension written in the GO diff --git a/tests/ten_runtime/integration/go/handle_error_go/BUILD.gn b/tests/ten_runtime/integration/go/handle_error_go/BUILD.gn index 24f905c4e1..39982cd085 100644 --- a/tests/ten_runtime/integration/go/handle_error_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/handle_error_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/handle_error_go/client/client.cc b/tests/ten_runtime/integration/go/handle_error_go/client/client.cc index 517ae3bce5..f989f191fb 100644 --- a/tests/ten_runtime/integration/go/handle_error_go/client/client.cc +++ b/tests/ten_runtime/integration/go/handle_error_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/handle_error_go/handle_error_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/handle_error_go/handle_error_go_app/ten_packages/extension/default_extension_go/default_extension.go index ad76dcf1a5..da0d58bd32 100644 --- a/tests/ten_runtime/integration/go/handle_error_go/handle_error_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/handle_error_go/handle_error_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/prepare_to_stop_go/BUILD.gn b/tests/ten_runtime/integration/go/prepare_to_stop_go/BUILD.gn index 2532a257f2..d23a796b3c 100644 --- a/tests/ten_runtime/integration/go/prepare_to_stop_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/prepare_to_stop_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/prepare_to_stop_go/client/client.cc b/tests/ten_runtime/integration/go/prepare_to_stop_go/client/client.cc index 64a2161476..30ff9dc339 100644 --- a/tests/ten_runtime/integration/go/prepare_to_stop_go/client/client.cc +++ b/tests/ten_runtime/integration/go/prepare_to_stop_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/prepare_to_stop_go/prepare_to_stop_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/prepare_to_stop_go/prepare_to_stop_go_app/ten_packages/extension/default_extension_go/default_extension.go index 5480cbe9b7..3f53bc93e1 100644 --- a/tests/ten_runtime/integration/go/prepare_to_stop_go/prepare_to_stop_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/prepare_to_stop_go/prepare_to_stop_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/return_result_go/BUILD.gn b/tests/ten_runtime/integration/go/return_result_go/BUILD.gn index 87447b96aa..df5018220e 100644 --- a/tests/ten_runtime/integration/go/return_result_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/return_result_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/return_result_go/client/client.cc b/tests/ten_runtime/integration/go/return_result_go/client/client.cc index f480ec8421..5eba720264 100644 --- a/tests/ten_runtime/integration/go/return_result_go/client/client.cc +++ b/tests/ten_runtime/integration/go/return_result_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/return_result_go/return_result_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/return_result_go/return_result_go_app/ten_packages/extension/default_extension_go/default_extension.go index fc421bb351..243334cf9b 100644 --- a/tests/ten_runtime/integration/go/return_result_go/return_result_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/return_result_go/return_result_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/return_value_go/BUILD.gn b/tests/ten_runtime/integration/go/return_value_go/BUILD.gn index aabd8d8ea5..766cd40201 100644 --- a/tests/ten_runtime/integration/go/return_value_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/return_value_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/return_value_go/client/client.cc b/tests/ten_runtime/integration/go/return_value_go/client/client.cc index 4d9a64d3e5..ce2901de0b 100644 --- a/tests/ten_runtime/integration/go/return_value_go/client/client.cc +++ b/tests/ten_runtime/integration/go/return_value_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/return_value_go/return_value_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/return_value_go/return_value_go_app/ten_packages/extension/default_extension_go/default_extension.go index 77a2c72390..8d6d28e548 100644 --- a/tests/ten_runtime/integration/go/return_value_go/return_value_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/return_value_go/return_value_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/send_json_go/BUILD.gn b/tests/ten_runtime/integration/go/send_json_go/BUILD.gn index 64c68f3b9b..945b175984 100644 --- a/tests/ten_runtime/integration/go/send_json_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/send_json_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/send_json_go/client/client.cc b/tests/ten_runtime/integration/go/send_json_go/client/client.cc index 3a0812f1dc..924caf1a37 100644 --- a/tests/ten_runtime/integration/go/send_json_go/client/client.cc +++ b/tests/ten_runtime/integration/go/send_json_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/send_json_go/send_json_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/send_json_go/send_json_go_app/ten_packages/extension/default_extension_go/default_extension.go index e1c50531d0..f7d2bdbb23 100644 --- a/tests/ten_runtime/integration/go/send_json_go/send_json_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/send_json_go/send_json_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/start_app_sync_go/BUILD.gn b/tests/ten_runtime/integration/go/start_app_sync_go/BUILD.gn index abb389991c..731a2184cd 100644 --- a/tests/ten_runtime/integration/go/start_app_sync_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/start_app_sync_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/start_app_sync_go/client/client.cc b/tests/ten_runtime/integration/go/start_app_sync_go/client/client.cc index 7c1f652548..5f1e40cfc8 100644 --- a/tests/ten_runtime/integration/go/start_app_sync_go/client/client.cc +++ b/tests/ten_runtime/integration/go/start_app_sync_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/start_app_sync_go/start_app_sync_go_app/main.go b/tests/ten_runtime/integration/go/start_app_sync_go/start_app_sync_go_app/main.go index 4ad46ff511..757e83cc83 100644 --- a/tests/ten_runtime/integration/go/start_app_sync_go/start_app_sync_go_app/main.go +++ b/tests/ten_runtime/integration/go/start_app_sync_go/start_app_sync_go_app/main.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. package main diff --git a/tests/ten_runtime/integration/go/three_extension_cmd_go/BUILD.gn b/tests/ten_runtime/integration/go/three_extension_cmd_go/BUILD.gn index 743b92e298..427bd92bea 100644 --- a/tests/ten_runtime/integration/go/three_extension_cmd_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/three_extension_cmd_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/three_extension_cmd_go/client/client.cc b/tests/ten_runtime/integration/go/three_extension_cmd_go/client/client.cc index e95c478029..1cf0391800 100644 --- a/tests/ten_runtime/integration/go/three_extension_cmd_go/client/client.cc +++ b/tests/ten_runtime/integration/go/three_extension_cmd_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/three_extension_cmd_go/three_extension_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/three_extension_cmd_go/three_extension_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go index 7ab38d5c98..90a24f64d3 100644 --- a/tests/ten_runtime/integration/go/three_extension_cmd_go/three_extension_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/three_extension_cmd_go/three_extension_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/transfer_pointer_go/BUILD.gn b/tests/ten_runtime/integration/go/transfer_pointer_go/BUILD.gn index 73f61597bd..61c20d53ac 100644 --- a/tests/ten_runtime/integration/go/transfer_pointer_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/transfer_pointer_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/transfer_pointer_go/client/client.cc b/tests/ten_runtime/integration/go/transfer_pointer_go/client/client.cc index 5ea37c4e1f..bd61b144fd 100644 --- a/tests/ten_runtime/integration/go/transfer_pointer_go/client/client.cc +++ b/tests/ten_runtime/integration/go/transfer_pointer_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/transfer_pointer_go/transfer_pointer_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/transfer_pointer_go/transfer_pointer_go_app/ten_packages/extension/default_extension_go/default_extension.go index a366049df7..922416e8bf 100644 --- a/tests/ten_runtime/integration/go/transfer_pointer_go/transfer_pointer_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/transfer_pointer_go/transfer_pointer_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/BUILD.gn b/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/BUILD.gn index 07187f7684..2718126ef2 100644 --- a/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/BUILD.gn +++ b/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/client/client.cc b/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/client/client.cc index 89e25d1e3d..0d46794c98 100644 --- a/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/client/client.cc +++ b/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/client/client.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/two_extension_one_group_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go b/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/two_extension_one_group_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go index fb72455952..8bd9d623e6 100644 --- a/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/two_extension_one_group_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go +++ b/tests/ten_runtime/integration/go/two_extension_one_group_cmd_go/two_extension_one_group_cmd_go_app/ten_packages/extension/default_extension_go/default_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. // // Note that this is just an example extension written in the GO programming diff --git a/tests/ten_runtime/integration/python/BUILD.gn b/tests/ten_runtime/integration/python/BUILD.gn index e2a67473e5..3545afdb50 100644 --- a/tests/ten_runtime/integration/python/BUILD.gn +++ b/tests/ten_runtime/integration/python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/tests/ten_runtime/integration/python/aio_http_server_python/BUILD.gn b/tests/ten_runtime/integration/python/aio_http_server_python/BUILD.gn index cb7b54f935..5e5f76790d 100644 --- a/tests/ten_runtime/integration/python/aio_http_server_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/aio_http_server_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/async_io_basic_python/BUILD.gn b/tests/ten_runtime/integration/python/async_io_basic_python/BUILD.gn index 5a7c580287..1e4cfb0931 100644 --- a/tests/ten_runtime/integration/python/async_io_basic_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/async_io_basic_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/async_io_basic_python/async_io_basic_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/async_io_basic_python/async_io_basic_python_app/ten_packages/extension/default_extension_python/extension.py index 3cdb14467f..595c1857c4 100644 --- a/tests/ten_runtime/integration/python/async_io_basic_python/async_io_basic_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/async_io_basic_python/async_io_basic_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import threading import asyncio diff --git a/tests/ten_runtime/integration/python/cpp_app_multi_process_python/BUILD.gn b/tests/ten_runtime/integration/python/cpp_app_multi_process_python/BUILD.gn index 2fd92275a0..f90d0a5197 100644 --- a/tests/ten_runtime/integration/python/cpp_app_multi_process_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/cpp_app_multi_process_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/BUILD.gn b/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/BUILD.gn index cbb0546157..75a3d723e5 100644 --- a/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/BUILD.gn +++ b/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/ten_packages/extension/default_extension_python/extension.py index 4062807bb8..40a045ad09 100644 --- a/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/cpp_app_multi_process_python/cpp_app_multi_process_python_app_source/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import multiprocessing as mp import os diff --git a/tests/ten_runtime/integration/python/cpp_app_python/BUILD.gn b/tests/ten_runtime/integration/python/cpp_app_python/BUILD.gn index 832c008d28..c2ed32b266 100644 --- a/tests/ten_runtime/integration/python/cpp_app_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/cpp_app_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/BUILD.gn b/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/BUILD.gn index 0153ed79ae..3d44e269af 100644 --- a/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/BUILD.gn +++ b/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") diff --git a/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/ten_packages/extension/default_extension_python/extension.py index 9cc98b1f43..e1ad652caa 100644 --- a/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/cpp_app_python/cpp_app_python_app_source/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/get_set_prop_python/BUILD.gn b/tests/ten_runtime/integration/python/get_set_prop_python/BUILD.gn index 1266f394ad..7e4ea746cf 100644 --- a/tests/ten_runtime/integration/python/get_set_prop_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/get_set_prop_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/get_set_prop_python/get_set_prop_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/get_set_prop_python/get_set_prop_python_app/ten_packages/extension/default_extension_python/extension.py index 3056579f0c..5493270a4d 100644 --- a/tests/ten_runtime/integration/python/get_set_prop_python/get_set_prop_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/get_set_prop_python/get_set_prop_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import threading from ten import ( diff --git a/tests/ten_runtime/integration/python/go_app_cythonize/BUILD.gn b/tests/ten_runtime/integration/python/go_app_cythonize/BUILD.gn index 4534058d07..827b271ee6 100644 --- a/tests/ten_runtime/integration/python/go_app_cythonize/BUILD.gn +++ b/tests/ten_runtime/integration/python/go_app_cythonize/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/addon.pyx b/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/addon.pyx index eb32d6568d..132eed89e0 100644 --- a/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/addon.pyx +++ b/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/addon.pyx @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Addon, diff --git a/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx b/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx index 2d5c0bd5ae..56753526a5 100644 --- a/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx +++ b/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/log.pyx b/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/log.pyx index 9bbdcf55e4..32d9b3d7a1 100644 --- a/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/log.pyx +++ b/tests/ten_runtime/integration/python/go_app_cythonize/go_app_cythonize_app/ten_packages/extension/default_extension_python/log.pyx @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import logging diff --git a/tests/ten_runtime/integration/python/go_app_partially_cythonize/BUILD.gn b/tests/ten_runtime/integration/python/go_app_partially_cythonize/BUILD.gn index bda4ca0ef1..675a6d26e1 100644 --- a/tests/ten_runtime/integration/python/go_app_partially_cythonize/BUILD.gn +++ b/tests/ten_runtime/integration/python/go_app_partially_cythonize/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/__init__.py b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/__init__.py index a30fcfcdfb..eaf11c0844 100644 --- a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/__init__.py +++ b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/__init__.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from . import addon from .log import logger diff --git a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/addon.py b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/addon.py index eb32d6568d..132eed89e0 100644 --- a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/addon.py +++ b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/addon.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Addon, diff --git a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx index 2d5c0bd5ae..56753526a5 100644 --- a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx +++ b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/extension.pyx @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/log.py b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/log.py index 9bbdcf55e4..32d9b3d7a1 100644 --- a/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/log.py +++ b/tests/ten_runtime/integration/python/go_app_partially_cythonize/go_app_partially_cythonize_app/ten_packages/extension/default_extension_python/log.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import logging diff --git a/tests/ten_runtime/integration/python/go_app_python/BUILD.gn b/tests/ten_runtime/integration/python/go_app_python/BUILD.gn index ca0765d523..2c9f2ebe59 100644 --- a/tests/ten_runtime/integration/python/go_app_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/go_app_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/go_app_python/go_app_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/go_app_python/go_app_python_app/ten_packages/extension/default_extension_python/extension.py index 4b6c632864..05403fbc8c 100644 --- a/tests/ten_runtime/integration/python/go_app_python/go_app_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/go_app_python/go_app_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # # import debugpy diff --git a/tests/ten_runtime/integration/python/large_json_python/BUILD.gn b/tests/ten_runtime/integration/python/large_json_python/BUILD.gn index c5d0501a41..4cae565d1d 100644 --- a/tests/ten_runtime/integration/python/large_json_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/large_json_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/large_json_python/large_json_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/large_json_python/large_json_python_app/ten_packages/extension/default_extension_python/extension.py index af1e7e72b0..9cf7eaf089 100644 --- a/tests/ten_runtime/integration/python/large_json_python/large_json_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/large_json_python/large_json_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import os import queue diff --git a/tests/ten_runtime/integration/python/multi_process_python/BUILD.gn b/tests/ten_runtime/integration/python/multi_process_python/BUILD.gn index 810bd32bd7..4aa6c3d7db 100644 --- a/tests/ten_runtime/integration/python/multi_process_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/multi_process_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/multi_process_python/multi_process_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/multi_process_python/multi_process_python_app/ten_packages/extension/default_extension_python/extension.py index 9051b1a889..16f23a40b5 100644 --- a/tests/ten_runtime/integration/python/multi_process_python/multi_process_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/multi_process_python/multi_process_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from multiprocessing import Process import os diff --git a/tests/ten_runtime/integration/python/multiple_results_python/BUILD.gn b/tests/ten_runtime/integration/python/multiple_results_python/BUILD.gn index 7dfaedd4ec..c7be5103c7 100644 --- a/tests/ten_runtime/integration/python/multiple_results_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/multiple_results_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/multiple_results_python/multiple_results_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/multiple_results_python/multiple_results_python_app/ten_packages/extension/default_extension_python/extension.py index e5559c2152..3cefd3c585 100644 --- a/tests/ten_runtime/integration/python/multiple_results_python/multiple_results_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/multiple_results_python/multiple_results_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/resp_handler_yield_python/BUILD.gn b/tests/ten_runtime/integration/python/resp_handler_yield_python/BUILD.gn index b0100157fa..a3ae7c79cf 100644 --- a/tests/ten_runtime/integration/python/resp_handler_yield_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/resp_handler_yield_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/resp_handler_yield_python/resp_handler_yield_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/resp_handler_yield_python/resp_handler_yield_python_app/ten_packages/extension/default_extension_python/extension.py index b6bb121c53..409b5448cb 100644 --- a/tests/ten_runtime/integration/python/resp_handler_yield_python/resp_handler_yield_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/resp_handler_yield_python/resp_handler_yield_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import queue import threading diff --git a/tests/ten_runtime/integration/python/send_cmd_discard_result_python/BUILD.gn b/tests/ten_runtime/integration/python/send_cmd_discard_result_python/BUILD.gn index 2cacc9eaa0..095810dc47 100644 --- a/tests/ten_runtime/integration/python/send_cmd_discard_result_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/send_cmd_discard_result_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/send_cmd_discard_result_python/send_cmd_discard_result_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/send_cmd_discard_result_python/send_cmd_discard_result_python_app/ten_packages/extension/default_extension_python/extension.py index 585002bcf3..c8a2a1fd1e 100644 --- a/tests/ten_runtime/integration/python/send_cmd_discard_result_python/send_cmd_discard_result_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/send_cmd_discard_result_python/send_cmd_discard_result_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/send_cmd_python/BUILD.gn b/tests/ten_runtime/integration/python/send_cmd_python/BUILD.gn index ef560bb760..99b30179f9 100644 --- a/tests/ten_runtime/integration/python/send_cmd_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/send_cmd_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/send_cmd_python/send_cmd_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/send_cmd_python/send_cmd_python_app/ten_packages/extension/default_extension_python/extension.py index ac3fe9f4bf..930950565a 100644 --- a/tests/ten_runtime/integration/python/send_cmd_python/send_cmd_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/send_cmd_python/send_cmd_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import Extension, TenEnv, Cmd, StatusCode, CmdResult, LogLevel diff --git a/tests/ten_runtime/integration/python/send_data_python/BUILD.gn b/tests/ten_runtime/integration/python/send_data_python/BUILD.gn index 0d2c3e9f79..d67c8d6fb7 100644 --- a/tests/ten_runtime/integration/python/send_data_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/send_data_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/send_data_python/send_data_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/send_data_python/send_data_python_app/ten_packages/extension/default_extension_python/extension.py index 1fb3993293..1e6fb1741d 100644 --- a/tests/ten_runtime/integration/python/send_data_python/send_data_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/send_data_python/send_data_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/send_json_python/BUILD.gn b/tests/ten_runtime/integration/python/send_json_python/BUILD.gn index 90f3363499..b6d9a56c14 100644 --- a/tests/ten_runtime/integration/python/send_json_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/send_json_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/send_json_python/send_json_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/send_json_python/send_json_python_app/ten_packages/extension/default_extension_python/extension.py index df0c1bba27..b294551022 100644 --- a/tests/ten_runtime/integration/python/send_json_python/send_json_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/send_json_python/send_json_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/send_recv_image_python/BUILD.gn b/tests/ten_runtime/integration/python/send_recv_image_python/BUILD.gn index eb62a2c25f..eb376f2bfa 100644 --- a/tests/ten_runtime/integration/python/send_recv_image_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/send_recv_image_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/send_recv_image_python/send_recv_image_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/send_recv_image_python/send_recv_image_python_app/ten_packages/extension/default_extension_python/extension.py index 2ad03bb2f6..bfa28f8371 100644 --- a/tests/ten_runtime/integration/python/send_recv_image_python/send_recv_image_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/send_recv_image_python/send_recv_image_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import time from ten import ( diff --git a/tests/ten_runtime/integration/python/send_recv_pcm_python/BUILD.gn b/tests/ten_runtime/integration/python/send_recv_pcm_python/BUILD.gn index 02fdd1f056..aa9def7145 100644 --- a/tests/ten_runtime/integration/python/send_recv_pcm_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/send_recv_pcm_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/send_recv_pcm_python/send_recv_pcm_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/send_recv_pcm_python/send_recv_pcm_python_app/ten_packages/extension/default_extension_python/extension.py index a79a485cce..a5d2ad3ec0 100644 --- a/tests/ten_runtime/integration/python/send_recv_pcm_python/send_recv_pcm_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/send_recv_pcm_python/send_recv_pcm_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/integration/python/unused_addon_python/BUILD.gn b/tests/ten_runtime/integration/python/unused_addon_python/BUILD.gn index 1b5b1e633b..98cf4a5e8d 100644 --- a/tests/ten_runtime/integration/python/unused_addon_python/BUILD.gn +++ b/tests/ten_runtime/integration/python/unused_addon_python/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/test.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/addon.py b/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/addon.py index 0042fad901..68fe078a82 100644 --- a/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/addon.py +++ b/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/addon.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import Addon, register_addon_as_extension, TenEnv diff --git a/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/extension.py b/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/extension.py index 1740ca18df..7c61480b36 100644 --- a/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/extension.py +++ b/tests/ten_runtime/integration/python/unused_addon_python/unused_addon_python_app/ten_packages/extension/default_extension_python/extension.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # from ten import ( Extension, diff --git a/tests/ten_runtime/smoke/BUILD.gn b/tests/ten_runtime/smoke/BUILD.gn index 066833861a..f10f2871ec 100644 --- a/tests/ten_runtime/smoke/BUILD.gn +++ b/tests/ten_runtime/smoke/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/audio_frame_test/BUILD.gn b/tests/ten_runtime/smoke/audio_frame_test/BUILD.gn index fe920aaeb7..5d2011e600 100644 --- a/tests/ten_runtime/smoke/audio_frame_test/BUILD.gn +++ b/tests/ten_runtime/smoke/audio_frame_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/audio_frame_test/basic.cc b/tests/ten_runtime/smoke/audio_frame_test/basic.cc index 4fd57a773f..e6c9fa702a 100644 --- a/tests/ten_runtime/smoke/audio_frame_test/basic.cc +++ b/tests/ten_runtime/smoke/audio_frame_test/basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/audio_frame_test/create_from_json.cc b/tests/ten_runtime/smoke/audio_frame_test/create_from_json.cc index a368b3a642..5f56135992 100644 --- a/tests/ten_runtime/smoke/audio_frame_test/create_from_json.cc +++ b/tests/ten_runtime/smoke/audio_frame_test/create_from_json.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/audio_frame_test/from_json.cc b/tests/ten_runtime/smoke/audio_frame_test/from_json.cc index ea01924b11..edb8e5585e 100644 --- a/tests/ten_runtime/smoke/audio_frame_test/from_json.cc +++ b/tests/ten_runtime/smoke/audio_frame_test/from_json.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/audio_frame_test/multi_dest_pcm_frame.cc b/tests/ten_runtime/smoke/audio_frame_test/multi_dest_pcm_frame.cc index 11d6fb5517..061c626c63 100644 --- a/tests/ten_runtime/smoke/audio_frame_test/multi_dest_pcm_frame.cc +++ b/tests/ten_runtime/smoke/audio_frame_test/multi_dest_pcm_frame.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/BUILD.gn b/tests/ten_runtime/smoke/cmd_conversion/BUILD.gn index 9db09542de..2d1bf7c0aa 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/BUILD.gn +++ b/tests/ten_runtime/smoke/cmd_conversion/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_connect_cmd.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_connect_cmd.cc index 03a5a19211..72c7d40826 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_connect_cmd.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_connect_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_data.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_data.cc index 66a7c4a696..4470429b19 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_data.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_data.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph.cc index dfeb6e9a99..efaa66a288 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph_default_uri.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph_default_uri.cc index 48ce4c3997..0c971e4c71 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph_default_uri.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_graph_default_uri.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path.cc index 8ac99d98e5..6134cbf8a9 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_1.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_1.cc index b9edf74e73..2355848593 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_1.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_2.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_2.cc index d6b9913d37..790fdc3280 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_2.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_3.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_3.cc index 9511669faf..a6c760771a 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_3.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_4.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_4.cc index b4ce46fb22..6b7184467e 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_4.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_4.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_5.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_5.cc index 4462e3d50b..367a4bb2fa 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_5.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_5.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_6.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_6.cc index da44fa26a5..327bbbb3eb 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_6.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_6.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_7.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_7.cc index 6d6e8e4a0f..c909c464a5 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_7.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_array_7.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_keep_original.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_keep_original.cc index 3ff2d02a64..c97e36da7d 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_keep_original.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_keep_original.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_1.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_1.cc index 7cba09f575..dbcb33372a 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_1.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_2.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_2.cc index 9f2043da3a..5193897b30 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_2.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_3.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_3.cc index 1300d554f8..a371bda3e1 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_3.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_4.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_4.cc index b56cde70ee..8776a340f2 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_4.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_4.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_5.cc b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_5.cc index 29c9490e1c..7625701ad1 100644 --- a/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_5.cc +++ b/tests/ten_runtime/smoke/cmd_conversion/cmd_conversion_path_nested_5.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/cmd_result_test/BUILD.gn b/tests/ten_runtime/smoke/cmd_result_test/BUILD.gn index 8537827233..4e2b1724c3 100644 --- a/tests/ten_runtime/smoke/cmd_result_test/BUILD.gn +++ b/tests/ten_runtime/smoke/cmd_result_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/cmd_result_test/multiple_result.cc b/tests/ten_runtime/smoke/cmd_result_test/multiple_result.cc index e415e0eb82..88d87fcf5e 100644 --- a/tests/ten_runtime/smoke/cmd_result_test/multiple_result.cc +++ b/tests/ten_runtime/smoke/cmd_result_test/multiple_result.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/data_test/BUILD.gn b/tests/ten_runtime/smoke/data_test/BUILD.gn index e6ab27be5f..629fb43f79 100644 --- a/tests/ten_runtime/smoke/data_test/BUILD.gn +++ b/tests/ten_runtime/smoke/data_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/data_test/basic.cc b/tests/ten_runtime/smoke/data_test/basic.cc index 45d2252def..bc0acb9576 100644 --- a/tests/ten_runtime/smoke/data_test/basic.cc +++ b/tests/ten_runtime/smoke/data_test/basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/data_test/basic_2.cc b/tests/ten_runtime/smoke/data_test/basic_2.cc index 974e6676e6..28280a0cb1 100644 --- a/tests/ten_runtime/smoke/data_test/basic_2.cc +++ b/tests/ten_runtime/smoke/data_test/basic_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/data_test/create_from_json.cc b/tests/ten_runtime/smoke/data_test/create_from_json.cc index 2c81702e4d..51ab35e6d9 100644 --- a/tests/ten_runtime/smoke/data_test/create_from_json.cc +++ b/tests/ten_runtime/smoke/data_test/create_from_json.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/data_test/from_json.cc b/tests/ten_runtime/smoke/data_test/from_json.cc index 3ad96b90bb..9c446763d6 100644 --- a/tests/ten_runtime/smoke/data_test/from_json.cc +++ b/tests/ten_runtime/smoke/data_test/from_json.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/data_test/multi_dest_data.cc b/tests/ten_runtime/smoke/data_test/multi_dest_data.cc index 4baa98b2a4..9d3d963e9f 100644 --- a/tests/ten_runtime/smoke/data_test/multi_dest_data.cc +++ b/tests/ten_runtime/smoke/data_test/multi_dest_data.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/BUILD.gn b/tests/ten_runtime/smoke/extension_test/BUILD.gn index d8f9f28a4d..817b99a39c 100644 --- a/tests/ten_runtime/smoke/extension_test/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/basic/BUILD.gn b/tests/ten_runtime/smoke/extension_test/basic/BUILD.gn index d5b53afa27..c2dc59e200 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/basic/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_extensions_init_dependency.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_extensions_init_dependency.cc index 68cc25b1ed..21ab0e6209 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_extensions_init_dependency.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_extensions_init_dependency.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_1.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_1.cc index 84a5e03111..f08a1447cc 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_1.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_2.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_2.cc index 16b016fdb6..868451f258 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_2.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_hello_world_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_loop.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_loop.cc index f46e4cd49c..08f65d1d12 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_loop.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_loop.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd.cc index a8086ac8fc..4981a344eb 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd_snap_shot.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd_snap_shot.cc index 008fc9be5e..18cd3bcd29 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd_snap_shot.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_loop_cmd_snap_shot.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_msg_property_to_prop_store.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_msg_property_to_prop_store.cc index 84abe0a2fc..0f39297b26 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_msg_property_to_prop_store.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_msg_property_to_prop_store.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app.cc index 59f9933019..dcd386d695 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app_close_through_engine.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app_close_through_engine.cc index a65194f1cb..1bb8dc35a1 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app_close_through_engine.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_app_close_through_engine.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension.cc index 0bf2a2953c..1a9314f3bf 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension_group.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension_group.cc index c192e9529c..161989d7a5 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension_group.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_multi_extension_group.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_no_init_extension_group.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_no_init_extension_group.cc index 654e60908d..01dcbe002f 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_no_init_extension_group.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_no_init_extension_group.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_throw_exception_in_extension.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_throw_exception_in_extension.cc index dab3163efc..bf0dd54362 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_throw_exception_in_extension.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_throw_exception_in_extension.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_two_extensions.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_two_extensions.cc index 2acee1a2a8..532a4f79bf 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_two_extensions.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_two_extensions.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_1.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_1.cc index e860e234bb..f24a189939 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_1.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_2.cc b/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_2.cc index c8bc60ceee..a2c4ef918d 100644 --- a/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_2.cc +++ b/tests/ten_runtime/smoke/extension_test/basic/basic_two_standalone_extension_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/BUILD.gn b/tests/ten_runtime/smoke/extension_test/command/BUILD.gn index 633443cb71..0bf6468eac 100644 --- a/tests/ten_runtime/smoke/extension_test/command/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/command/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/command/command_check_cmd_out.cc b/tests/ten_runtime/smoke/extension_test/command/command_check_cmd_out.cc index a87334078e..dec17b0d5a 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_check_cmd_out.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_check_cmd_out.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension.cc b/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension.cc index d381902110..a02551639c 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_2.cc b/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_2.cc index 1bb6d38a4b..6f1791ae56 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_2.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_group.cc b/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_group.cc index 10ca8a31de..d4c032a6dd 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_group.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_invalid_extension_group.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_send_enum.cc b/tests/ten_runtime/smoke/extension_test/command/command_send_enum.cc index f5a72a3ba5..3c2c4427d3 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_send_enum.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_send_enum.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_send_ptr.cc b/tests/ten_runtime/smoke/extension_test/command/command_send_ptr.cc index c9674d02f1..76137ffdd2 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_send_ptr.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_send_ptr.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_send_ptr_through_cmd.cc b/tests/ten_runtime/smoke/extension_test/command/command_send_ptr_through_cmd.cc index 9b01b72493..b80d3eb51e 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_send_ptr_through_cmd.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_send_ptr_through_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively.cc b/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively.cc index 25151aa1ff..42e65a12d4 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd.cc b/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd.cc index abe9995d5e..987b118e4b 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd_dest.cc b/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd_dest.cc index c501397f7a..c06a6278af 100644 --- a/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd_dest.cc +++ b/tests/ten_runtime/smoke/extension_test/command/command_stop_graph_actively_through_cmd_dest.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/concurrent/BUILD.gn b/tests/ten_runtime/smoke/extension_test/concurrent/BUILD.gn index 6a0586d973..06a61895d9 100644 --- a/tests/ten_runtime/smoke/extension_test/concurrent/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/concurrent/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_concurrent.cc b/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_concurrent.cc index 67688b9d20..72357275a7 100644 --- a/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_concurrent.cc +++ b/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_concurrent.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_sequential.cc b/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_sequential.cc index a6de591689..81e09f6cb3 100644 --- a/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_sequential.cc +++ b/tests/ten_runtime/smoke/extension_test/concurrent/multi_app_sequential.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/concurrent/one_engine_concurrent.cc b/tests/ten_runtime/smoke/extension_test/concurrent/one_engine_concurrent.cc index 578cd67df6..2f7067baf2 100644 --- a/tests/ten_runtime/smoke/extension_test/concurrent/one_engine_concurrent.cc +++ b/tests/ten_runtime/smoke/extension_test/concurrent/one_engine_concurrent.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/dest/BUILD.gn b/tests/ten_runtime/smoke/extension_test/dest/BUILD.gn index 8274a32f6e..4753e6e55c 100644 --- a/tests/ten_runtime/smoke/extension_test/dest/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/dest/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/dest/specify_dest.cc b/tests/ten_runtime/smoke/extension_test/dest/specify_dest.cc index ec41188f46..b3a8d3e498 100644 --- a/tests/ten_runtime/smoke/extension_test/dest/specify_dest.cc +++ b/tests/ten_runtime/smoke/extension_test/dest/specify_dest.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/engine/BUILD.gn b/tests/ten_runtime/smoke/extension_test/engine/BUILD.gn index 2ebfdfc626..e24fa688b2 100644 --- a/tests/ten_runtime/smoke/extension_test/engine/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/engine/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/engine/batch_send_msgs_in_migration.cc b/tests/ten_runtime/smoke/extension_test/engine/batch_send_msgs_in_migration.cc index 2781e9e50f..4a6fd75c2c 100644 --- a/tests/ten_runtime/smoke/extension_test/engine/batch_send_msgs_in_migration.cc +++ b/tests/ten_runtime/smoke/extension_test/engine/batch_send_msgs_in_migration.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/engine/engine_long_running_mode.cc b/tests/ten_runtime/smoke/extension_test/engine/engine_long_running_mode.cc index 0fdf3c296e..080f8b96d1 100644 --- a/tests/ten_runtime/smoke/extension_test/engine/engine_long_running_mode.cc +++ b/tests/ten_runtime/smoke/extension_test/engine/engine_long_running_mode.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/engine/engine_one_loop_per_engine.cc b/tests/ten_runtime/smoke/extension_test/engine/engine_one_loop_per_engine.cc index ce572fff9f..cc9be2d79e 100644 --- a/tests/ten_runtime/smoke/extension_test/engine/engine_one_loop_per_engine.cc +++ b/tests/ten_runtime/smoke/extension_test/engine/engine_one_loop_per_engine.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/engine/extension_send_msg_to_incorrect_engine.cc b/tests/ten_runtime/smoke/extension_test/engine/extension_send_msg_to_incorrect_engine.cc index 5024ce472d..6ac9c0e452 100644 --- a/tests/ten_runtime/smoke/extension_test/engine/extension_send_msg_to_incorrect_engine.cc +++ b/tests/ten_runtime/smoke/extension_test/engine/extension_send_msg_to_incorrect_engine.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/engine/wrong_engine_then_correct_in_migration.cc b/tests/ten_runtime/smoke/extension_test/engine/wrong_engine_then_correct_in_migration.cc index 79821a2aa8..25e7e50734 100644 --- a/tests/ten_runtime/smoke/extension_test/engine/wrong_engine_then_correct_in_migration.cc +++ b/tests/ten_runtime/smoke/extension_test/engine/wrong_engine_then_correct_in_migration.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/error/BUILD.gn b/tests/ten_runtime/smoke/extension_test/error/BUILD.gn index 4e19c573ec..c60e7d3989 100644 --- a/tests/ten_runtime/smoke/extension_test/error/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/error/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/error/error_client_send_json.cc b/tests/ten_runtime/smoke/extension_test/error/error_client_send_json.cc index aaf410b4bd..04508a7065 100644 --- a/tests/ten_runtime/smoke/extension_test/error/error_client_send_json.cc +++ b/tests/ten_runtime/smoke/extension_test/error/error_client_send_json.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/smoke/extension_test/error/failed_to_listen.cc b/tests/ten_runtime/smoke/extension_test/error/failed_to_listen.cc index 42fa44e78c..5ab074a56e 100644 --- a/tests/ten_runtime/smoke/extension_test/error/failed_to_listen.cc +++ b/tests/ten_runtime/smoke/extension_test/error/failed_to_listen.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/error/invalid_extension_group.cc b/tests/ten_runtime/smoke/extension_test/error/invalid_extension_group.cc index 3886304342..523e399827 100644 --- a/tests/ten_runtime/smoke/extension_test/error/invalid_extension_group.cc +++ b/tests/ten_runtime/smoke/extension_test/error/invalid_extension_group.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/extension/BUILD.gn b/tests/ten_runtime/smoke/extension_test/extension/BUILD.gn index 58a75213a6..5085526bed 100644 --- a/tests/ten_runtime/smoke/extension_test/extension/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension.cc b/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension.cc index d4a7ed3ec5..bfaa8d55a6 100644 --- a/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension.cc +++ b/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_and_create_group.cc b/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_and_create_group.cc index 2d20c38cbd..f137fa000a 100644 --- a/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_and_create_group.cc +++ b/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_and_create_group.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_group.cc b/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_group.cc index 1e822c3336..f31d54c621 100644 --- a/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_group.cc +++ b/tests/ten_runtime/smoke/extension_test/extension/extension_reg_extension_group.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/extension/extension_with_same_name.cc b/tests/ten_runtime/smoke/extension_test/extension/extension_with_same_name.cc index ef42a24d97..e3d6352b82 100644 --- a/tests/ten_runtime/smoke/extension_test/extension/extension_with_same_name.cc +++ b/tests/ten_runtime/smoke/extension_test/extension/extension_with_same_name.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/extension_group/BUILD.gn b/tests/ten_runtime/smoke/extension_test/extension_group/BUILD.gn index b8ed339957..7c70caf2ac 100644 --- a/tests/ten_runtime/smoke/extension_test/extension_group/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/extension_group/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name.cc b/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name.cc index 4c321baeaf..bffd74d7ef 100644 --- a/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name.cc +++ b/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name_and_topo_info.cc b/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name_and_topo_info.cc index 8494115655..981b6ad3af 100644 --- a/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name_and_topo_info.cc +++ b/tests/ten_runtime/smoke/extension_test/extension_group/extension_group_with_same_name_and_topo_info.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/BUILD.gn b/tests/ten_runtime/smoke/extension_test/graph/BUILD.gn index 1ed359328d..7965bd8279 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/graph/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_1.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_1.cc index 1f2b6727ea..f95ef7ac33 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_1.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_2.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_2.cc index 867fb7af14..d8e8892434 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_2.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_3.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_3.cc index 8c983084e5..7154e086e4 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_3.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_lack_something_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_multi_app.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_multi_app.cc index 2c51371ea0..aad791807a 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_multi_app.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_multi_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_one_app.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_one_app.cc index ccdf3d867f..d41210270d 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_one_app.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_in_one_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle.cc index bfbe1bab7a..c05d28bf41 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd.cc index 512d58aa25..87a7acd51a 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd_with_default.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd_with_default.cc index 5d62ee7a0b..5419c655b7 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd_with_default.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_loop_multiple_circle_through_cmd_with_default.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon.cc index 700379857b..b89fb034d6 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon_one_app.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon_one_app.cc index 72bcd4be2d..1fe8e73dae 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon_one_app.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_multiple_polygon_one_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_1.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_1.cc index 7cd6627717..ba25b38772 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_1.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_2.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_2.cc index f3c2f77141..7df8abd5fa 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_2.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_out_of_order_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_polygon_in_one_app_return_all.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_polygon_in_one_app_return_all.cc index 7189745444..2b8a23a138 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_polygon_in_one_app_return_all.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_polygon_in_one_app_return_all.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_multi_app.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_multi_app.cc index 28330926dc..3531060b86 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_multi_app.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_multi_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_one_app.cc b/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_one_app.cc index 3dca7e678b..846983c81c 100644 --- a/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_one_app.cc +++ b/tests/ten_runtime/smoke/extension_test/graph/graph_y_shape_in_one_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/graph_name/BUILD.gn b/tests/ten_runtime/smoke/extension_test/graph_name/BUILD.gn index b5789d9649..532eaf86c2 100644 --- a/tests/ten_runtime/smoke/extension_test/graph_name/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/graph_name/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/graph_name/graph_name_basic.cc b/tests/ten_runtime/smoke/extension_test/graph_name/graph_name_basic.cc index f288f9f2ad..0625b502bb 100644 --- a/tests/ten_runtime/smoke/extension_test/graph_name/graph_name_basic.cc +++ b/tests/ten_runtime/smoke/extension_test/graph_name/graph_name_basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/http_server_extension/BUILD.gn b/tests/ten_runtime/smoke/extension_test/http_server_extension/BUILD.gn index 8191a8f680..198c28ffe0 100644 --- a/tests/ten_runtime/smoke/extension_test/http_server_extension/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/http_server_extension/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_close_app.cc b/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_close_app.cc index 37538a4c54..66c23f76f6 100644 --- a/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_close_app.cc +++ b/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_close_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_two_extensions.cc b/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_two_extensions.cc index d260caaafe..084826f351 100644 --- a/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_two_extensions.cc +++ b/tests/ten_runtime/smoke/extension_test/http_server_extension/http_server_extension_two_extensions.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/smoke/extension_test/lock/BUILD.gn b/tests/ten_runtime/smoke/extension_test/lock/BUILD.gn index c1c20939b1..0210464129 100644 --- a/tests/ten_runtime/smoke/extension_test/lock/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/lock/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/lock/lock_data_1.cc b/tests/ten_runtime/smoke/extension_test/lock/lock_data_1.cc index e9959adfd1..6e5b6aec25 100644 --- a/tests/ten_runtime/smoke/extension_test/lock/lock_data_1.cc +++ b/tests/ten_runtime/smoke/extension_test/lock/lock_data_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/BUILD.gn b/tests/ten_runtime/smoke/extension_test/msg_property/BUILD.gn index 290b3bede3..2620f396da 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/msg_property/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_invalid.cc b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_invalid.cc index 68ba6776eb..2687bd1baf 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_invalid.cc +++ b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_invalid.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_c_string.cc b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_c_string.cc index 2f6fbcc8ee..d9c4198a46 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_c_string.cc +++ b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_c_string.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_ptr.cc b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_ptr.cc index 65850b3e89..debfabb3c2 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_ptr.cc +++ b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_ptr.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_string.cc b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_string.cc index 93ffd7c6ee..865426d87e 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_string.cc +++ b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_cpp_string.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_float_ptr.cc b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_float_ptr.cc index 758d3fe674..f95bfe02e4 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_float_ptr.cc +++ b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_float_ptr.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int.cc b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int.cc index 147a02e977..f19958223f 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int.cc +++ b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int32_ptr.cc b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int32_ptr.cc index 2130ca38e6..bb80ead5ac 100644 --- a/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int32_ptr.cc +++ b/tests/ten_runtime/smoke/extension_test/msg_property/msg_property_send_int32_ptr.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/BUILD.gn b/tests/ten_runtime/smoke/extension_test/multi_dest/BUILD.gn index 11b9c030c2..a03cb7334a 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_basic.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_basic.cc index 196a1ed0b3..f68fc0d7b0 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_basic.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app.cc index 1d6421a087..fc025aa2a5 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler.cc index af0c0e19cf..8ab65748d4 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler_lambda.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler_lambda.cc index bfc418d1e4..b6eb310e03 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler_lambda.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_multi_app_with_response_handler_lambda.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_one_app.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_one_app.cc index 3f7dd6e5d0..263428c7ee 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_one_app.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_in_one_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all.cc index e624313618..3f111ed326 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all_in_multi_app.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all_in_multi_app.cc index c5b811fc47..dede1fbfd0 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all_in_multi_app.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_resp_when_all_in_multi_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_send_in_stop_period.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_send_in_stop_period.cc index 871cadb9e6..d77ad119c7 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_send_in_stop_period.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_send_in_stop_period.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_y_topo.cc b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_y_topo.cc index b88aa57fc2..4a2068bf70 100644 --- a/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_y_topo.cc +++ b/tests/ten_runtime/smoke/extension_test/multi_dest/multi_dest_y_topo.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/128_threads_attempt_to_suspend_1.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/128_threads_attempt_to_suspend_1.cc index 0d238f6083..307383fcdc 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/128_threads_attempt_to_suspend_1.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/128_threads_attempt_to_suspend_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/16_threads_attempt_to_suspend_1.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/16_threads_attempt_to_suspend_1.cc index 6e38a92540..b0f8c627bb 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/16_threads_attempt_to_suspend_1.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/16_threads_attempt_to_suspend_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_1.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_1.cc index 1278b7b0d0..2028ce4fc9 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_1.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_2.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_2.cc index 3223c46fe9..d2758030d5 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_2.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_3.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_3.cc index 79ce3989f6..b70abe2a6b 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_3.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_4.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_4.cc index d0adc53b9d..b6aef375dd 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_4.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_4.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_5.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_5.cc index 363a98e2b7..615229aed5 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_5.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_5.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_6.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_6.cc index 65e4333667..6131c08fc1 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_6.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_6.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_7.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_7.cc index 7bc46528a2..039ac8e4bd 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_7.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/2_threads_attempt_to_suspend_7.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_1.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_1.cc index f9f6c8201c..b3aff3a297 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_1.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_2.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_2.cc index 3d2f094bf0..36c2660eec 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_2.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_3.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_3.cc index 499a7b1744..86ed9df7dd 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_3.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_4.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_4.cc index 08fbb2cbd7..068fa888f0 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_4.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_4.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_5.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_5.cc index d60b2102e2..20137fbc06 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_5.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_5.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_6.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_6.cc index f16cdc5d01..364ae8d3ed 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_6.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/32_threads_attempt_to_suspend_6.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/BUILD.gn b/tests/ten_runtime/smoke/extension_test/outer_thread/BUILD.gn index 48dd7be712..2a54523709 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/auto_free_out_of_scope.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/auto_free_out_of_scope.cc index e836431108..65ad353fb7 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/auto_free_out_of_scope.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/auto_free_out_of_scope.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data.cc index 22ed9ff79a..5acfdc423e 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data_resp_handler.cc b/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data_resp_handler.cc index 07aaaf7bf6..7957248574 100644 --- a/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data_resp_handler.cc +++ b/tests/ten_runtime/smoke/extension_test/outer_thread/outer_thread_send_data_resp_handler.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/path/BUILD.gn b/tests/ten_runtime/smoke/extension_test/path/BUILD.gn index b01969070f..ca9ab1f983 100644 --- a/tests/ten_runtime/smoke/extension_test/path/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/path/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/path/clean_when_stopped.cc b/tests/ten_runtime/smoke/extension_test/path/clean_when_stopped.cc index 3a25abf816..0e9f8b2ec1 100644 --- a/tests/ten_runtime/smoke/extension_test/path/clean_when_stopped.cc +++ b/tests/ten_runtime/smoke/extension_test/path/clean_when_stopped.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/path/path_timeout.cc b/tests/ten_runtime/smoke/extension_test/path/path_timeout.cc index 78bc077159..6e71f85426 100644 --- a/tests/ten_runtime/smoke/extension_test/path/path_timeout.cc +++ b/tests/ten_runtime/smoke/extension_test/path/path_timeout.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/path/path_timeout_2.cc b/tests/ten_runtime/smoke/extension_test/path/path_timeout_2.cc index eecbc482ce..95d218ba18 100644 --- a/tests/ten_runtime/smoke/extension_test/path/path_timeout_2.cc +++ b/tests/ten_runtime/smoke/extension_test/path/path_timeout_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/BUILD.gn b/tests/ten_runtime/smoke/extension_test/predefined_graph/BUILD.gn index 79947d3944..e930d46670 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_1.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_1.cc index a79e024e12..5ee7392dd2 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_1.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_2.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_2.cc index 9416e06b48..da425b4921 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_2.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_basic_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_engine_own_eventloop.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_engine_own_eventloop.cc index 1b846545ad..3527edb4ae 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_engine_own_eventloop.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_engine_own_eventloop.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_app.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_app.cc index d8d97b3172..bcb7892fca 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_app.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_app.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_1.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_1.cc index 63d4249711..fc1f6b7380 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_1.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_2.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_2.cc index 98457dde97..e9b858b584 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_2.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_3.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_3.cc index a74870ed03..6c812b5f59 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_3.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_4.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_4.cc index c352e1ce26..bddf179105 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_4.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_multi_extension_4.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_no_auto_start.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_no_auto_start.cc index e31e0db6a3..c647247b33 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_no_auto_start.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_no_auto_start.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_1.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_1.cc index 6f49583a7c..7572cf510e 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_1.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_2.cc b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_2.cc index 46ed47ac2b..4ed931e948 100644 --- a/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_2.cc +++ b/tests/ten_runtime/smoke/extension_test/predefined_graph/predefined_graph_two_standalone_extensions_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/prepare_to_stop/BUILD.gn b/tests/ten_runtime/smoke/extension_test/prepare_to_stop/BUILD.gn index e1dcd796ec..adc1ab30c5 100644 --- a/tests/ten_runtime/smoke/extension_test/prepare_to_stop/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/prepare_to_stop/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/prepare_to_stop/different_thread.cc b/tests/ten_runtime/smoke/extension_test/prepare_to_stop/different_thread.cc index 146ed6a0f9..7c349068d4 100644 --- a/tests/ten_runtime/smoke/extension_test/prepare_to_stop/different_thread.cc +++ b/tests/ten_runtime/smoke/extension_test/prepare_to_stop/different_thread.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/prepare_to_stop/same_thread.cc b/tests/ten_runtime/smoke/extension_test/prepare_to_stop/same_thread.cc index 5efc87a477..00fffbc406 100644 --- a/tests/ten_runtime/smoke/extension_test/prepare_to_stop/same_thread.cc +++ b/tests/ten_runtime/smoke/extension_test/prepare_to_stop/same_thread.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/BUILD.gn b/tests/ten_runtime/smoke/extension_test/property/BUILD.gn index a6e94f929b..94dce4d233 100644 --- a/tests/ten_runtime/smoke/extension_test/property/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/property/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/property/property_access_app_store.cc b/tests/ten_runtime/smoke/extension_test/property/property_access_app_store.cc index 9c74496c75..62d3e86477 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_access_app_store.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_access_app_store.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/property/property_access_app_store_async.cc b/tests/ten_runtime/smoke/extension_test/property/property_access_app_store_async.cc index cad167e57a..7e0886a08b 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_access_app_store_async.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_access_app_store_async.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/property/property_all.cc b/tests/ten_runtime/smoke/extension_test/property/property_all.cc index d0a22f24c6..c005eb065a 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_all.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_all.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd.cc b/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd.cc index 1d0c3f8d13..85488392f8 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd_override_extension_success.cc b/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd_override_extension_success.cc index 2cdfcbc8a2..47995d7859 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd_override_extension_success.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_connect_cmd_override_extension_success.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_extension.cc b/tests/ten_runtime/smoke/extension_test/property/property_extension.cc index e8f891958a..94a5835692 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_extension.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_extension.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_get_float64.cc b/tests/ten_runtime/smoke/extension_test/property/property_get_float64.cc index d438ca4835..85a6f28637 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_get_float64.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_get_float64.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_get_int32.cc b/tests/ten_runtime/smoke/extension_test/property/property_get_int32.cc index d87da6dfa1..70e639b9ea 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_get_int32.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_get_int32.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_1.cc b/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_1.cc index 230ebf9ea7..e13ae36260 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_1.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_2.cc b/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_2.cc index dc87304afc..6619af9cdf 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_2.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_in_graph_use_env_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_not_exist.cc b/tests/ten_runtime/smoke/extension_test/property/property_not_exist.cc index 8537abe4d9..c8bb2c8255 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_not_exist.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_not_exist.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_prebuilt_graph.cc b/tests/ten_runtime/smoke/extension_test/property/property_prebuilt_graph.cc index 5c5725a506..ded04ffad2 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_prebuilt_graph.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_prebuilt_graph.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_set_float32.cc b/tests/ten_runtime/smoke/extension_test/property/property_set_float32.cc index 5788139d77..3ff35f3ece 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_set_float32.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_set_float32.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/property/property_set_int32.cc b/tests/ten_runtime/smoke/extension_test/property/property_set_int32.cc index 42819012ae..c8e3831ac4 100644 --- a/tests/ten_runtime/smoke/extension_test/property/property_set_int32.cc +++ b/tests/ten_runtime/smoke/extension_test/property/property_set_int32.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/resp_handler/BUILD.gn b/tests/ten_runtime/smoke/extension_test/resp_handler/BUILD.gn index 6d28f22b27..2e7a287e92 100644 --- a/tests/ten_runtime/smoke/extension_test/resp_handler/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/resp_handler/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_async_basic.cc b/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_async_basic.cc index dacae0b8ba..073fa82bb9 100644 --- a/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_async_basic.cc +++ b/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_async_basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic.cc b/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic.cc index f72327ea6a..740a6b3b6c 100644 --- a/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic.cc +++ b/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic_wait_in_on_start.cc b/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic_wait_in_on_start.cc index 9ff0d952f9..1edfd99238 100644 --- a/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic_wait_in_on_start.cc +++ b/tests/ten_runtime/smoke/extension_test/resp_handler/resp_handler_basic_wait_in_on_start.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/return/BUILD.gn b/tests/ten_runtime/smoke/extension_test/return/BUILD.gn index 1d101afeab..23aa4513a2 100644 --- a/tests/ten_runtime/smoke/extension_test/return/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/return/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/return/return_1.cc b/tests/ten_runtime/smoke/extension_test/return/return_1.cc index 2e2fcd8d83..b9f5ae5869 100644 --- a/tests/ten_runtime/smoke/extension_test/return/return_1.cc +++ b/tests/ten_runtime/smoke/extension_test/return/return_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/return/return_2.cc b/tests/ten_runtime/smoke/extension_test/return/return_2.cc index 17528c7da2..19e1865de2 100644 --- a/tests/ten_runtime/smoke/extension_test/return/return_2.cc +++ b/tests/ten_runtime/smoke/extension_test/return/return_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/return/return_3.cc b/tests/ten_runtime/smoke/extension_test/return/return_3.cc index b105fb84fa..13b38a7895 100644 --- a/tests/ten_runtime/smoke/extension_test/return/return_3.cc +++ b/tests/ten_runtime/smoke/extension_test/return/return_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/return/return_4.cc b/tests/ten_runtime/smoke/extension_test/return/return_4.cc index 3b9943d7e6..a3bc933198 100644 --- a/tests/ten_runtime/smoke/extension_test/return/return_4.cc +++ b/tests/ten_runtime/smoke/extension_test/return/return_4.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/BUILD.gn b/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/BUILD.gn index 5abd40a7ac..b0d8b9cf06 100644 --- a/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_data.cc b/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_data.cc index 53b7f86a51..33034c7f25 100644 --- a/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_data.cc +++ b/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_data.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_xxx_basic.cc b/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_xxx_basic.cc index b66c2351b9..a3628dcf3a 100644 --- a/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_xxx_basic.cc +++ b/tests/ten_runtime/smoke/extension_test/same_thread_ext_on_xxx/same_thread_ext_on_xxx_basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/start_graph/BUILD.gn b/tests/ten_runtime/smoke/extension_test/start_graph/BUILD.gn index 798c71cd32..15663f518d 100644 --- a/tests/ten_runtime/smoke/extension_test/start_graph/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/start_graph/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_and_communicate.cc b/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_and_communicate.cc index 7964130f1f..c5501aae4a 100644 --- a/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_and_communicate.cc +++ b/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_and_communicate.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_from_extension.cc b/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_from_extension.cc index 3df6572686..62ede3444d 100644 --- a/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_from_extension.cc +++ b/tests/ten_runtime/smoke/extension_test/start_graph/start_graph_from_extension.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/binding/cpp/ten.h" diff --git a/tests/ten_runtime/smoke/extension_test/suspend_resume/BUILD.gn b/tests/ten_runtime/smoke/extension_test/suspend_resume/BUILD.gn index 8296054b1d..3d1ea0cd4d 100644 --- a/tests/ten_runtime/smoke/extension_test/suspend_resume/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/suspend_resume/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_1.cc b/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_1.cc index f13fdef4d4..4480ad3cd2 100644 --- a/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_1.cc +++ b/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_2.cc b/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_2.cc index 316e2454e8..8cae130bc5 100644 --- a/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_2.cc +++ b/tests/ten_runtime/smoke/extension_test/suspend_resume/suspend_resume_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/ten_proxy/BUILD.gn b/tests/ten_runtime/smoke/extension_test/ten_proxy/BUILD.gn index dc9ab2f242..8c2ad634c3 100644 --- a/tests/ten_runtime/smoke/extension_test/ten_proxy/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/ten_proxy/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/ten_proxy/ten_proxy_1.cc b/tests/ten_runtime/smoke/extension_test/ten_proxy/ten_proxy_1.cc index 5d1c3c7d23..8aa60752fd 100644 --- a/tests/ten_runtime/smoke/extension_test/ten_proxy/ten_proxy_1.cc +++ b/tests/ten_runtime/smoke/extension_test/ten_proxy/ten_proxy_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/timer/BUILD.gn b/tests/ten_runtime/smoke/extension_test/timer/BUILD.gn index 059e238eac..0e87e459aa 100644 --- a/tests/ten_runtime/smoke/extension_test/timer/BUILD.gn +++ b/tests/ten_runtime/smoke/extension_test/timer/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/extension_test/timer/timer_one_shot.cc b/tests/ten_runtime/smoke/extension_test/timer/timer_one_shot.cc index 47d384d6ec..d4ff7a6c14 100644 --- a/tests/ten_runtime/smoke/extension_test/timer/timer_one_shot.cc +++ b/tests/ten_runtime/smoke/extension_test/timer/timer_one_shot.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/timer/timer_ten_shot.cc b/tests/ten_runtime/smoke/extension_test/timer/timer_ten_shot.cc index cede053f90..96f0cd3cec 100644 --- a/tests/ten_runtime/smoke/extension_test/timer/timer_ten_shot.cc +++ b/tests/ten_runtime/smoke/extension_test/timer/timer_ten_shot.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/timer/timer_two_shot.cc b/tests/ten_runtime/smoke/extension_test/timer/timer_two_shot.cc index 3c604b0bfb..4186c2b401 100644 --- a/tests/ten_runtime/smoke/extension_test/timer/timer_two_shot.cc +++ b/tests/ten_runtime/smoke/extension_test/timer/timer_two_shot.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/extension_test/util/binding/cpp/check.h b/tests/ten_runtime/smoke/extension_test/util/binding/cpp/check.h index 667a61d442..ae1cfc204f 100644 --- a/tests/ten_runtime/smoke/extension_test/util/binding/cpp/check.h +++ b/tests/ten_runtime/smoke/extension_test/util/binding/cpp/check.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/tests/ten_runtime/smoke/extension_test/util/check.h b/tests/ten_runtime/smoke/extension_test/util/check.h index f8a84e1b74..e837cc3cd9 100644 --- a/tests/ten_runtime/smoke/extension_test/util/check.h +++ b/tests/ten_runtime/smoke/extension_test/util/check.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_runtime/ten_config.h" diff --git a/tests/ten_runtime/smoke/go_standalone_test/BUILD.gn b/tests/ten_runtime/smoke/go_standalone_test/BUILD.gn index 417406f7e5..f6292e6019 100644 --- a/tests/ten_runtime/smoke/go_standalone_test/BUILD.gn +++ b/tests/ten_runtime/smoke/go_standalone_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/tests/ten_runtime/smoke/go_standalone_test/basic_extension.go b/tests/ten_runtime/smoke/go_standalone_test/basic_extension.go index 986052bec0..e51d9fdf3c 100644 --- a/tests/ten_runtime/smoke/go_standalone_test/basic_extension.go +++ b/tests/ten_runtime/smoke/go_standalone_test/basic_extension.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. package standalone diff --git a/tests/ten_runtime/smoke/go_standalone_test/basic_extension_test.go b/tests/ten_runtime/smoke/go_standalone_test/basic_extension_test.go index 7790454096..2729f8dcea 100644 --- a/tests/ten_runtime/smoke/go_standalone_test/basic_extension_test.go +++ b/tests/ten_runtime/smoke/go_standalone_test/basic_extension_test.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. package standalone diff --git a/tests/ten_runtime/smoke/go_standalone_test/cmd_test.go b/tests/ten_runtime/smoke/go_standalone_test/cmd_test.go index 1729ebba25..65891fa4aa 100644 --- a/tests/ten_runtime/smoke/go_standalone_test/cmd_test.go +++ b/tests/ten_runtime/smoke/go_standalone_test/cmd_test.go @@ -1,5 +1,7 @@ -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to https://github.com/TEN-framework/ten_framework/LICENSE for more // information. package standalone diff --git a/tests/ten_runtime/smoke/graph_test/BUILD.gn b/tests/ten_runtime/smoke/graph_test/BUILD.gn index 6bbca92b34..2668afef3a 100644 --- a/tests/ten_runtime/smoke/graph_test/BUILD.gn +++ b/tests/ten_runtime/smoke/graph_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/graph_test/group_node_missing.cc b/tests/ten_runtime/smoke/graph_test/group_node_missing.cc index 4f0b8a6fc4..b59011f10e 100644 --- a/tests/ten_runtime/smoke/graph_test/group_node_missing.cc +++ b/tests/ten_runtime/smoke/graph_test/group_node_missing.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/graph_test/group_node_missing_2_apps.cc b/tests/ten_runtime/smoke/graph_test/group_node_missing_2_apps.cc index c084a6ffef..b21cbb2b1e 100644 --- a/tests/ten_runtime/smoke/graph_test/group_node_missing_2_apps.cc +++ b/tests/ten_runtime/smoke/graph_test/group_node_missing_2_apps.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/interface_test/BUILD.gn b/tests/ten_runtime/smoke/interface_test/BUILD.gn index dc85c428a8..6ad844f391 100644 --- a/tests/ten_runtime/smoke/interface_test/BUILD.gn +++ b/tests/ten_runtime/smoke/interface_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/interface_test/interface_out_cmd_in_schema.cc b/tests/ten_runtime/smoke/interface_test/interface_out_cmd_in_schema.cc index 072a8b5a48..996104bcf7 100644 --- a/tests/ten_runtime/smoke/interface_test/interface_out_cmd_in_schema.cc +++ b/tests/ten_runtime/smoke/interface_test/interface_out_cmd_in_schema.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/interface_test/interface_out_cmd_not_in_schema.cc b/tests/ten_runtime/smoke/interface_test/interface_out_cmd_not_in_schema.cc index 1d69063fc2..17d0897f1d 100644 --- a/tests/ten_runtime/smoke/interface_test/interface_out_cmd_not_in_schema.cc +++ b/tests/ten_runtime/smoke/interface_test/interface_out_cmd_not_in_schema.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/interface_test/interface_out_result_error.cc b/tests/ten_runtime/smoke/interface_test/interface_out_result_error.cc index 905454a6d1..ad989a6bd0 100644 --- a/tests/ten_runtime/smoke/interface_test/interface_out_result_error.cc +++ b/tests/ten_runtime/smoke/interface_test/interface_out_result_error.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/BUILD.gn b/tests/ten_runtime/smoke/msg_test/BUILD.gn index b76ad9d71c..73eb81ab18 100644 --- a/tests/ten_runtime/smoke/msg_test/BUILD.gn +++ b/tests/ten_runtime/smoke/msg_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/msg_test/msg_1.cc b/tests/ten_runtime/smoke/msg_test/msg_1.cc index fd99120b72..99e5860781 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_1.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_10.cc b/tests/ten_runtime/smoke/msg_test/msg_10.cc index 7add4f9892..ff3aedcc15 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_10.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_10.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_11.cc b/tests/ten_runtime/smoke/msg_test/msg_11.cc index ba32814e59..959a74666f 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_11.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_11.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_12.cc b/tests/ten_runtime/smoke/msg_test/msg_12.cc index 7a50eff3f8..ebbf540d8c 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_12.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_12.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_13.cc b/tests/ten_runtime/smoke/msg_test/msg_13.cc index 932d41d3a1..89791c6bfc 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_13.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_13.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_2.cc b/tests/ten_runtime/smoke/msg_test/msg_2.cc index e0d3e76976..7f451faa50 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_2.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_3.cc b/tests/ten_runtime/smoke/msg_test/msg_3.cc index d9a01114aa..dbe8c90f4f 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_3.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_4.cc b/tests/ten_runtime/smoke/msg_test/msg_4.cc index b8b6143714..bc537d8a04 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_4.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_4.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_5.cc b/tests/ten_runtime/smoke/msg_test/msg_5.cc index 89d67e568a..58067ffe05 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_5.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_5.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_6.cc b/tests/ten_runtime/smoke/msg_test/msg_6.cc index 8f0c5bc83e..232a4d39df 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_6.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_6.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_7.cc b/tests/ten_runtime/smoke/msg_test/msg_7.cc index 647300b304..e9fc8e0c17 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_7.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_7.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_8.cc b/tests/ten_runtime/smoke/msg_test/msg_8.cc index 054fb256fd..b382dea5ec 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_8.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_8.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_9.cc b/tests/ten_runtime/smoke/msg_test/msg_9.cc index 072bc68a1c..f1ea641182 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_9.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_9.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_fail_1.cc b/tests/ten_runtime/smoke/msg_test/msg_fail_1.cc index 5dddcab6be..08c0d8f8a1 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_fail_1.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_fail_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/msg_test/msg_fail_2.cc b/tests/ten_runtime/smoke/msg_test/msg_fail_2.cc index 4c982095d8..adaa1ea619 100644 --- a/tests/ten_runtime/smoke/msg_test/msg_fail_2.cc +++ b/tests/ten_runtime/smoke/msg_test/msg_fail_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/notify_test/BUILD.gn b/tests/ten_runtime/smoke/notify_test/BUILD.gn index d12c87764e..03683bb533 100644 --- a/tests/ten_runtime/smoke/notify_test/BUILD.gn +++ b/tests/ten_runtime/smoke/notify_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_1.cc b/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_1.cc index 5a551a27cb..3ddc067c34 100644 --- a/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_1.cc +++ b/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_2.cc b/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_2.cc index 79102fe1f8..5fba029dbb 100644 --- a/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_2.cc +++ b/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_2.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_3.cc b/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_3.cc index f8828fea85..90b970dca7 100644 --- a/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_3.cc +++ b/tests/ten_runtime/smoke/notify_test/member_func_in_lambda_3.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/notify_test/normal_func.cc b/tests/ten_runtime/smoke/notify_test/normal_func.cc index 4cc309d97d..71a4cca438 100644 --- a/tests/ten_runtime/smoke/notify_test/normal_func.cc +++ b/tests/ten_runtime/smoke/notify_test/normal_func.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/notify_test/normal_func_in_lambda.cc b/tests/ten_runtime/smoke/notify_test/normal_func_in_lambda.cc index 9c679891e6..81c3889e96 100644 --- a/tests/ten_runtime/smoke/notify_test/normal_func_in_lambda.cc +++ b/tests/ten_runtime/smoke/notify_test/normal_func_in_lambda.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/notify_test/normal_func_with_user_data.cc b/tests/ten_runtime/smoke/notify_test/normal_func_with_user_data.cc index 8e790f0db3..c7b05e24d7 100644 --- a/tests/ten_runtime/smoke/notify_test/normal_func_with_user_data.cc +++ b/tests/ten_runtime/smoke/notify_test/normal_func_with_user_data.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/result_conversion/BUILD.gn b/tests/ten_runtime/smoke/result_conversion/BUILD.gn index d88883dbba..b47eb5ec7c 100644 --- a/tests/ten_runtime/smoke/result_conversion/BUILD.gn +++ b/tests/ten_runtime/smoke/result_conversion/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/result_conversion/result_conversion_1.cc b/tests/ten_runtime/smoke/result_conversion/result_conversion_1.cc index 60a5620b55..6c0bde84a4 100644 --- a/tests/ten_runtime/smoke/result_conversion/result_conversion_1.cc +++ b/tests/ten_runtime/smoke/result_conversion/result_conversion_1.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/BUILD.gn b/tests/ten_runtime/smoke/schema_test/BUILD.gn index 905773e391..89b1e81cbb 100644 --- a/tests/ten_runtime/smoke/schema_test/BUILD.gn +++ b/tests/ten_runtime/smoke/schema_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/schema_test/schema_cmd_property_required.cc b/tests/ten_runtime/smoke/schema_test/schema_cmd_property_required.cc index e1e411c658..4f0bf8eb88 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_cmd_property_required.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_cmd_property_required.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_cmd_result.cc b/tests/ten_runtime/smoke/schema_test/schema_cmd_result.cc index a076d14bc1..d77ae6a647 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_cmd_result.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_cmd_result.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_cmd_result_error.cc b/tests/ten_runtime/smoke/schema_test/schema_cmd_result_error.cc index ad4f90eb19..dd0a2ec63d 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_cmd_result_error.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_cmd_result_error.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_data_prop.cc b/tests/ten_runtime/smoke/schema_test/schema_data_prop.cc index 422b72ebc0..fba67db888 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_data_prop.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_data_prop.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_on_cmd.cc b/tests/ten_runtime/smoke/schema_test/schema_on_cmd.cc index 8f09a3c38e..32eeed79b1 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_on_cmd.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_on_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_send_cmd.cc b/tests/ten_runtime/smoke/schema_test/schema_send_cmd.cc index 1614070e7d..890182e048 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_send_cmd.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_send_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_set_extension_property.cc b/tests/ten_runtime/smoke/schema_test/schema_set_extension_property.cc index 74ee0942d5..77b8055c35 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_set_extension_property.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_set_extension_property.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_set_property_buf.cc b/tests/ten_runtime/smoke/schema_test/schema_set_property_buf.cc index 68991514b3..d5f06e2035 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_set_property_buf.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_set_property_buf.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/schema_test/schema_set_property_ptr.cc b/tests/ten_runtime/smoke/schema_test/schema_set_property_ptr.cc index e4d1b40a2c..fd9de026ea 100644 --- a/tests/ten_runtime/smoke/schema_test/schema_set_property_ptr.cc +++ b/tests/ten_runtime/smoke/schema_test/schema_set_property_ptr.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/standalone_test/BUILD.gn b/tests/ten_runtime/smoke/standalone_test/BUILD.gn index cb9ea901a2..ab81e6c8fa 100644 --- a/tests/ten_runtime/smoke/standalone_test/BUILD.gn +++ b/tests/ten_runtime/smoke/standalone_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/standalone_test/basic.cc b/tests/ten_runtime/smoke/standalone_test/basic.cc index 4db6330e20..978bf1f05d 100644 --- a/tests/ten_runtime/smoke/standalone_test/basic.cc +++ b/tests/ten_runtime/smoke/standalone_test/basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/standalone_test/send_cmd.cc b/tests/ten_runtime/smoke/standalone_test/send_cmd.cc index 30b528246e..d63d3f8fd7 100644 --- a/tests/ten_runtime/smoke/standalone_test/send_cmd.cc +++ b/tests/ten_runtime/smoke/standalone_test/send_cmd.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/video_frame_test/BUILD.gn b/tests/ten_runtime/smoke/video_frame_test/BUILD.gn index aa6f99d387..6b5a24c282 100644 --- a/tests/ten_runtime/smoke/video_frame_test/BUILD.gn +++ b/tests/ten_runtime/smoke/video_frame_test/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/smoke/video_frame_test/basic.cc b/tests/ten_runtime/smoke/video_frame_test/basic.cc index 49f8f2a7bc..e4856b4d32 100644 --- a/tests/ten_runtime/smoke/video_frame_test/basic.cc +++ b/tests/ten_runtime/smoke/video_frame_test/basic.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/video_frame_test/create_from_json.cc b/tests/ten_runtime/smoke/video_frame_test/create_from_json.cc index 90e7657de3..d00de497bf 100644 --- a/tests/ten_runtime/smoke/video_frame_test/create_from_json.cc +++ b/tests/ten_runtime/smoke/video_frame_test/create_from_json.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/video_frame_test/from_json.cc b/tests/ten_runtime/smoke/video_frame_test/from_json.cc index a838a7344c..64a8b831ac 100644 --- a/tests/ten_runtime/smoke/video_frame_test/from_json.cc +++ b/tests/ten_runtime/smoke/video_frame_test/from_json.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/smoke/video_frame_test/multi_dest_video_frame.cc b/tests/ten_runtime/smoke/video_frame_test/multi_dest_video_frame.cc index 6d7c01fa40..39390d0d8f 100644 --- a/tests/ten_runtime/smoke/video_frame_test/multi_dest_video_frame.cc +++ b/tests/ten_runtime/smoke/video_frame_test/multi_dest_video_frame.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_runtime/unit/BUILD.gn b/tests/ten_runtime/unit/BUILD.gn index 5d2087f800..14bf32fd94 100644 --- a/tests/ten_runtime/unit/BUILD.gn +++ b/tests/ten_runtime/unit/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/glob.gni") import("//build/ten_runtime/ten.gni") diff --git a/tests/ten_runtime/unit/ten_error_test.cc b/tests/ten_runtime/unit/ten_error_test.cc index f8a016c5bb..d6e8db6bec 100644 --- a/tests/ten_runtime/unit/ten_error_test.cc +++ b/tests/ten_runtime/unit/ten_error_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_runtime/unit/ten_msg_test.cc b/tests/ten_runtime/unit/ten_msg_test.cc index e81f5d9161..92b4593790 100644 --- a/tests/ten_runtime/unit/ten_msg_test.cc +++ b/tests/ten_runtime/unit/ten_msg_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "ten_runtime/msg/audio_frame/audio_frame.h" diff --git a/tests/ten_runtime/unit/ten_schema_test.cc b/tests/ten_runtime/unit/ten_schema_test.cc index c3619124bc..59a4dc02bd 100644 --- a/tests/ten_runtime/unit/ten_schema_test.cc +++ b/tests/ten_runtime/unit/ten_schema_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_runtime/schema_store/store.h" diff --git a/tests/ten_utils/BUILD.gn b/tests/ten_utils/BUILD.gn index 030724a966..892a2fe1cd 100644 --- a/tests/ten_utils/BUILD.gn +++ b/tests/ten_utils/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/options.gni") import("//build/ten_utils/utils.gni") diff --git a/tests/ten_utils/common/BUILD.gn b/tests/ten_utils/common/BUILD.gn index 88aa3ceaa9..c5b051fad9 100644 --- a/tests/ten_utils/common/BUILD.gn +++ b/tests/ten_utils/common/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/options.gni") import("//build/ten_utils/utils.gni") diff --git a/tests/ten_utils/common/test_utils.cpp b/tests/ten_utils/common/test_utils.cpp index 4df5fce220..f28da6c2ed 100644 --- a/tests/ten_utils/common/test_utils.cpp +++ b/tests/ten_utils/common/test_utils.cpp @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "test_utils.h" diff --git a/tests/ten_utils/common/test_utils.h b/tests/ten_utils/common/test_utils.h index 836d8f7e58..070fdeb46b 100644 --- a/tests/ten_utils/common/test_utils.h +++ b/tests/ten_utils/common/test_utils.h @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #pragma once diff --git a/tests/ten_utils/unit/BUILD.gn b/tests/ten_utils/unit/BUILD.gn index 735405f7ce..c45db62942 100644 --- a/tests/ten_utils/unit/BUILD.gn +++ b/tests/ten_utils/unit/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_utils/options.gni") import("//build/ten_utils/utils.gni") diff --git a/tests/ten_utils/unit/sm_test.cc b/tests/ten_utils/unit/sm_test.cc index 7a92d19f52..89de99ff76 100644 --- a/tests/ten_utils/unit/sm_test.cc +++ b/tests/ten_utils/unit/sm_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "ten_utils/lib/sm.h" diff --git a/tests/ten_utils/unit/ten_base64_test.cc b/tests/ten_utils/unit/ten_base64_test.cc index e27b8a9685..e6fe96942a 100644 --- a/tests/ten_utils/unit/ten_base64_test.cc +++ b/tests/ten_utils/unit/ten_base64_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_utils/unit/ten_list_test.cc b/tests/ten_utils/unit/ten_list_test.cc index 89d5ab8d1f..314fbe5c9b 100644 --- a/tests/ten_utils/unit/ten_list_test.cc +++ b/tests/ten_utils/unit/ten_list_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_utils/unit/ten_lock_test.cc b/tests/ten_utils/unit/ten_lock_test.cc index 37ffc91ace..3dbb0fc465 100644 --- a/tests/ten_utils/unit/ten_lock_test.cc +++ b/tests/ten_utils/unit/ten_lock_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_utils/unit/ten_log_test.cc b/tests/ten_utils/unit/ten_log_test.cc index 1680277ecb..543f33d3c6 100644 --- a/tests/ten_utils/unit/ten_log_test.cc +++ b/tests/ten_utils/unit/ten_log_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_utils/log/level.h" diff --git a/tests/ten_utils/unit/ten_macro_test.cc b/tests/ten_utils/unit/ten_macro_test.cc index 2a262bd307..b99530638a 100644 --- a/tests/ten_utils/unit/ten_macro_test.cc +++ b/tests/ten_utils/unit/ten_macro_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "common/test_utils.h" #include "gtest/gtest.h" diff --git a/tests/ten_utils/unit/ten_path_test.cc b/tests/ten_utils/unit/ten_path_test.cc index 7eec141cc4..e003e0b054 100644 --- a/tests/ten_utils/unit/ten_path_test.cc +++ b/tests/ten_utils/unit/ten_path_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "common/test_utils.h" #include "gtest/gtest.h" diff --git a/tests/ten_utils/unit/ten_random_test.cc b/tests/ten_utils/unit/ten_random_test.cc index 6b5c8bdec9..c0d19b1028 100644 --- a/tests/ten_utils/unit/ten_random_test.cc +++ b/tests/ten_utils/unit/ten_random_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_utils/unit/ten_rwlock_test.cc b/tests/ten_utils/unit/ten_rwlock_test.cc index 7bafd9c617..b8cc2ff256 100644 --- a/tests/ten_utils/unit/ten_rwlock_test.cc +++ b/tests/ten_utils/unit/ten_rwlock_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include #include diff --git a/tests/ten_utils/unit/ten_schema_test.cc b/tests/ten_utils/unit/ten_schema_test.cc index a3841aced9..b8c6fc46bb 100644 --- a/tests/ten_utils/unit/ten_schema_test.cc +++ b/tests/ten_utils/unit/ten_schema_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "include_internal/ten_utils/schema/schema.h" diff --git a/tests/ten_utils/unit/ten_sharedptr_test.cc b/tests/ten_utils/unit/ten_sharedptr_test.cc index 33b3704499..449c8839ac 100644 --- a/tests/ten_utils/unit/ten_sharedptr_test.cc +++ b/tests/ten_utils/unit/ten_sharedptr_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_utils/unit/ten_shm_test.cc b/tests/ten_utils/unit/ten_shm_test.cc index 26e348e0a3..e801ae3145 100644 --- a/tests/ten_utils/unit/ten_shm_test.cc +++ b/tests/ten_utils/unit/ten_shm_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include "gtest/gtest.h" #include "ten_utils/lib/atomic.h" diff --git a/tests/ten_utils/unit/ten_string_test.cc b/tests/ten_utils/unit/ten_string_test.cc index b370b6f061..df35d9c52f 100644 --- a/tests/ten_utils/unit/ten_string_test.cc +++ b/tests/ten_utils/unit/ten_string_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/tests/ten_utils/unit/ten_thread_test.cc b/tests/ten_utils/unit/ten_thread_test.cc index 2caf340319..a0a45d202e 100644 --- a/tests/ten_utils/unit/ten_thread_test.cc +++ b/tests/ten_utils/unit/ten_thread_test.cc @@ -1,7 +1,8 @@ // -// This file is part of the TEN Framework project. -// See https://github.com/TEN-framework/ten_framework/LICENSE for license -// information. +// Copyright © 2024 Agora +// This file is part of TEN Framework, an open source project. +// Licensed under the Apache License, Version 2.0, with certain conditions. +// Refer to the "LICENSE" file in the root directory for more information. // #include diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn index 8d21a817cf..f7a93353a7 100644 --- a/third_party/BUILD.gn +++ b/third_party/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") import("//build/ten_runtime/options.gni") diff --git a/third_party/clingo/BUILD.gn b/third_party/clingo/BUILD.gn index b515bb18d0..984907e05e 100644 --- a/third_party/clingo/BUILD.gn +++ b/third_party/clingo/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") diff --git a/third_party/clingo/output_libs.gni b/third_party/clingo/output_libs.gni index a77312bb71..68d52a18ec 100644 --- a/third_party/clingo/output_libs.gni +++ b/third_party/clingo/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/third_party/curl/BUILD.gn b/third_party/curl/BUILD.gn index 24423d92ce..c63361e5f5 100644 --- a/third_party/curl/BUILD.gn +++ b/third_party/curl/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") import("//third_party/curl/output_libs.gni") diff --git a/third_party/curl/output_libs.gni b/third_party/curl/output_libs.gni index 655ce9bfdd..83baefadcd 100644 --- a/third_party/curl/output_libs.gni +++ b/third_party/curl/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # declare_args() { curl_use_shared_lib = false diff --git a/third_party/ffmpeg/BUILD.gn b/third_party/ffmpeg/BUILD.gn index 475b51d8f2..67613574cf 100644 --- a/third_party/ffmpeg/BUILD.gn +++ b/third_party/ffmpeg/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/feature/ten_package.gni") import("//build/ten_runtime/feature/autotool.gni") diff --git a/third_party/ffmpeg/BUILD_release.gn b/third_party/ffmpeg/BUILD_release.gn index 55d7c5b839..727d1c5eee 100644 --- a/third_party/ffmpeg/BUILD_release.gn +++ b/third_party/ffmpeg/BUILD_release.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # config("ffmpeg_common_libs") { libs = [ diff --git a/third_party/ffmpeg/output_libs.gni b/third_party/ffmpeg/output_libs.gni index f6dba96913..7e03f6b08d 100644 --- a/third_party/ffmpeg/output_libs.gni +++ b/third_party/ffmpeg/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # ffmpeg_output_libs = [] diff --git a/third_party/googlemock/BUILD.gn b/third_party/googlemock/BUILD.gn index 5e02b4619b..baddc4141d 100644 --- a/third_party/googlemock/BUILD.gn +++ b/third_party/googlemock/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # config("gmock_header") { include_dirs = [ diff --git a/third_party/googletest/BUILD.gn b/third_party/googletest/BUILD.gn index 9977d6bfde..a6528940da 100644 --- a/third_party/googletest/BUILD.gn +++ b/third_party/googletest/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # config("gtest_header") { include_dirs = [ diff --git a/third_party/jansson/BUILD.gn b/third_party/jansson/BUILD.gn index a43bdfc9b8..4c45d25a56 100644 --- a/third_party/jansson/BUILD.gn +++ b/third_party/jansson/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") import("//third_party/jansson/output_libs.gni") diff --git a/third_party/jansson/output_libs.gni b/third_party/jansson/output_libs.gni index 026b1f33b6..6e176dc857 100644 --- a/third_party/jansson/output_libs.gni +++ b/third_party/jansson/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # declare_args() { jansson_use_shared_lib = false diff --git a/third_party/libuv/BUILD.gn b/third_party/libuv/BUILD.gn index 06fd23eb9e..9375914a48 100644 --- a/third_party/libuv/BUILD.gn +++ b/third_party/libuv/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") diff --git a/third_party/libuv/output_libs.gni b/third_party/libuv/output_libs.gni index 45dbe59d03..658c0ccab3 100644 --- a/third_party/libuv/output_libs.gni +++ b/third_party/libuv/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # libuv_output_libs = [] diff --git a/third_party/libwebsockets/BUILD.gn b/third_party/libwebsockets/BUILD.gn index a015aae334..3dee87a8fa 100644 --- a/third_party/libwebsockets/BUILD.gn +++ b/third_party/libwebsockets/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") import("//third_party/libwebsockets/output_libs.gni") diff --git a/third_party/libwebsockets/output_libs.gni b/third_party/libwebsockets/output_libs.gni index b31ff67894..95eb01c4fa 100644 --- a/third_party/libwebsockets/output_libs.gni +++ b/third_party/libwebsockets/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # libwebsockets_output_libs = [] diff --git a/third_party/mbedtls/BUILD.gn b/third_party/mbedtls/BUILD.gn index 3d38251b1c..6bf230a1bc 100644 --- a/third_party/mbedtls/BUILD.gn +++ b/third_party/mbedtls/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") import("//third_party/mbedtls/output_libs.gni") diff --git a/third_party/mbedtls/output_libs.gni b/third_party/mbedtls/output_libs.gni index 1ca67c8703..b018a077d3 100644 --- a/third_party/mbedtls/output_libs.gni +++ b/third_party/mbedtls/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # declare_args() { mbedtls_use_shared_lib = true diff --git a/third_party/msgpack/BUILD.gn b/third_party/msgpack/BUILD.gn index 6b9c56ace8..8d18edd766 100644 --- a/third_party/msgpack/BUILD.gn +++ b/third_party/msgpack/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") diff --git a/third_party/nlohmann_json/BUILD.gn b/third_party/nlohmann_json/BUILD.gn index d32d0e4f04..3c55702246 100644 --- a/third_party/nlohmann_json/BUILD.gn +++ b/third_party/nlohmann_json/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") diff --git a/third_party/nlohmann_json/output.gni b/third_party/nlohmann_json/output.gni index 6d60da6358..29d5100dd3 100644 --- a/third_party/nlohmann_json/output.gni +++ b/third_party/nlohmann_json/output.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # template("copy_nlohmann_headers") { _target_name = target_name diff --git a/third_party/zlib/BUILD.gn b/third_party/zlib/BUILD.gn index bd3f66f790..fc26dfa4ce 100644 --- a/third_party/zlib/BUILD.gn +++ b/third_party/zlib/BUILD.gn @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/feature/cmake.gni") diff --git a/third_party/zlib/output_libs.gni b/third_party/zlib/output_libs.gni index f811f76f26..9381a9a95e 100644 --- a/third_party/zlib/output_libs.gni +++ b/third_party/zlib/output_libs.gni @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import("//build/ten_runtime/options.gni") diff --git a/tools/version/update_version_from_git.py b/tools/version/update_version_from_git.py index 3095ad7013..7021359282 100644 --- a/tools/version/update_version_from_git.py +++ b/tools/version/update_version_from_git.py @@ -1,7 +1,8 @@ # -# This file is part of the TEN Framework project. -# See https://github.com/TEN-framework/ten_framework/LICENSE for license -# information. +# Copyright © 2024 Agora +# This file is part of TEN Framework, an open source project. +# Licensed under the Apache License, Version 2.0, with certain conditions. +# Refer to the "LICENSE" file in the root directory for more information. # import subprocess import json