Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update file header #21

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 4 additions & 3 deletions BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# Licensed 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")
Expand Down
7 changes: 4 additions & 3 deletions build/common/asan/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# Licensed 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")

Expand Down
7 changes: 4 additions & 3 deletions build/common/asan/package_asan_lib.gni
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source 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),
Expand Down
7 changes: 4 additions & 3 deletions build/common/python/python_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/rust/rust.gni
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# Licensed 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")

Expand Down
7 changes: 4 additions & 3 deletions build/common/rust/rust.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/rust/rust_build_tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/rust/rust_cbindgen.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/copy_files.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/copy_files_with_pattern.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/delete_files.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/env.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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

Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/filter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/find_all_c_cpp_files.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/get_lib_name_from_cmake_output.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/package_asan_lib.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/common/scripts/run_cmd.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/options.gni
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_manager/scripts/create_tman_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source 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"
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/autotool.gni
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source 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") {
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/autotool.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/build_pkg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/cmake.gni
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/cmake.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/combine_static_library.gni
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source 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")
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/combine_static_library.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/go_test_build.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/install_all.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/install_pkg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/publish.gni
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# Licensed under 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")

Expand Down
7 changes: 4 additions & 3 deletions build/ten_runtime/feature/publish.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#
# This file is part of the TEN Framework project.
# See https://github.com/TEN-framework/ten_framework/LICENSE for license
# information.
# Copyright © 2024 Agora
# This file is part of TEN Framework, an open source project.
# 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
Expand Down
Loading