This commit is contained in:
FabianLars
2024-02-03 20:26:49 +01:00
parent 0688416425
commit cb5ff764a6
11 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -10,6 +10,7 @@ const header = `Copyright 2019-2023 Tauri Programme within The Commons Conservan
SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: MIT`;
const ignoredLicenses = [
"// Copyright 2021 Flabio Oliveira",
"// Copyright 2021 Jonas Kruckenberg",
"// Copyright 2018-2023 the Deno authors.",
];
@@ -123,6 +124,6 @@ if (files.length > 0) {
console.log(missing.join("\n"));
process.exit(1);
}
},
}
);
}