Skip to content

Commit

Permalink
chore: update file header (#21)
Browse files Browse the repository at this point in the history
* chore: update file header
  • Loading branch information
halajohn authored Sep 17, 2024
1 parent 4da7a4e commit 644ca39
Show file tree
Hide file tree
Showing 1,861 changed files with 6,995 additions and 5,276 deletions.
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

0 comments on commit 644ca39

Please sign in to comment.