Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit 45a4141

Browse files
Add license header to new file.
1 parent e6c46b0 commit 45a4141

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

java/check-format.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
#!/bin/bash
2+
3+
# This file is part of the SV-Benchmarks collection of verification tasks:
4+
# https://github.com/sosy-lab/sv-benchmarks
5+
#
6+
# SPDX-FileCopyrightText: 2011-2020 The SV-Benchmarks community
7+
#
8+
# SPDX-License-Identifier: Apache-2.0
9+
210
set -eu
311
shopt -s globstar
412

0 commit comments

Comments
 (0)