From 76f4f202e7be3835bd3d95af9e1c485a4b4695fe Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Tue, 13 Aug 2024 01:41:32 +0900 Subject: chore: update the copyright of c, mjs, and jsx (#25005) --- tools/copyright_checker.js | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'tools/copyright_checker.js') diff --git a/tools/copyright_checker.js b/tools/copyright_checker.js index 486b32ba7..3c46f3b1e 100755 --- a/tools/copyright_checker.js +++ b/tools/copyright_checker.js @@ -22,25 +22,31 @@ export async function checkCopyright() { const sourceFiles = await getSources(ROOT_PATH, [ // js and ts "*.js", + "*.mjs", + "*.jsx", "*.ts", + "*.tsx", ":!:.github/mtime_cache/action.js", - ":!:tests/registry/**", - ":!:tests/specs/**", - ":!:tests/testdata/**", ":!:cli/bench/testdata/**", - ":!:cli/tsc/dts/**", + ":!:cli/tools/bench/mitata.rs", + ":!:cli/tools/init/templates/**", ":!:cli/tsc/*typescript.js", ":!:cli/tsc/compiler.d.ts", - ":!:tests/wpt/suite/**", - ":!:cli/tools/init/templates/**", - ":!:tests/unit_node/testdata/**", + ":!:cli/tsc/dts/**", ":!:tests/node_compat/test/**", - ":!:cli/tools/bench/mitata.rs", + ":!:tests/registry/**", + ":!:tests/specs/**", + ":!:tests/testdata/**", + ":!:tests/unit_node/testdata/**", + ":!:tests/wpt/suite/**", // rust "*.rs", ":!:ops/optimizer_tests/**", + // c + "*.c", + // toml "*Cargo.toml", ]); -- cgit v1.2.3