We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b334d9b commit 2cf6543Copy full SHA for 2cf6543
scripts/copyright-manager.ts
@@ -42,7 +42,7 @@ const COPYRIGHT_TEXT = `/**
42
*/`;
43
44
// Regular expression to match the copyright notice
45
-const COPYRIGHT_REGEX = /\/\*\*\n \* Copyright 2025(?:-(?:20\d{2}))? Arm Limited[\s\S]*?\*\//;
+const COPYRIGHT_REGEX = /\/\*\*\n \* Copyright 20\d{2}(?:-(?:20\d{2}))? Arm Limited[\s\S]*?\*\//;
46
47
48
function getFiles(): string[] {
0 commit comments