From 7a0832f5487cb7586131f6c4e0b90300f6de5dec Mon Sep 17 00:00:00 2001 From: Zhao Song Date: Wed, 12 Feb 2025 21:36:45 +0000 Subject: [PATCH] 8349934: Wrong file regex for copyright header format check in .jcheck/conf Reviewed-by: erikj --- .jcheck/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jcheck/conf b/.jcheck/conf index beb280d1a04..6ab5c2d64c2 100644 --- a/.jcheck/conf +++ b/.jcheck/conf @@ -36,6 +36,6 @@ pattern=^([124-8][0-9]{6}): (\S.*)$ dirs=test/jdk|test/langtools|test/lib-test|test/hotspot/jtreg|test/jaxp [checks "copyright"] -files=^(?!LICENSE|license\.txt|.*\.bin|.*\.gif|.*\.jpg|.*\.png|.*\.icon|.*\.tiff|.*\.dat|.*\.patch|.*\.wav|.*\.class|.*-header|.*\.jar|).* +files=^(?!LICENSE|license\.txt|.*\.bin|.*\.gif|.*\.jpg|.*\.png|.*\.icon|.*\.tiff|.*\.dat|.*\.patch|.*\.wav|.*\.class|.*-header|.*\.jar).* oracle_locator=.*Copyright \(c\)(.*)Oracle and/or its affiliates\. All rights reserved\. oracle_validator=.*Copyright \(c\) (\d{4})(?:, (\d{4}))?, Oracle and/or its affiliates\. All rights reserved\.