Skip to content

Commit 543ebb8

Browse files
committed
wip
1 parent a94797a commit 543ebb8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/checkCopyrightPresent.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ filesWithAdunaYearAfter2020=()
99
expectedHeader=(
1010
"/*******************************************************************************"
1111
"__YEAR__"
12-
"*"
13-
"* All rights reserved. This program and the accompanying materials"
14-
"* are made available under the terms of the Eclipse Distribution License v1.0"
15-
"* which accompanies this distribution, and is available at"
16-
"* http://www.eclipse.org/org/documents/edl-v10.php."
17-
"*"
18-
"* SPDX-License-Identifier: BSD-3-Clause"
12+
" *"
13+
" * All rights reserved. This program and the accompanying materials"
14+
" * are made available under the terms of the Eclipse Distribution License v1.0"
15+
" * which accompanies this distribution, and is available at"
16+
" * http://www.eclipse.org/org/documents/edl-v10.php."
17+
" *"
18+
" * SPDX-License-Identifier: BSD-3-Clause"
1919
" *******************************************************************************/"
2020
)
2121

0 commit comments

Comments
 (0)