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

Commit ee438d9

Browse files
committed
Convert Readme of c/seq-mthreaded to Markdown and add license header
This allows us to remove the respective directory from .reuse/dep5. I assigned the same copyright and license as for the actual sources because the original submitter did not mention anything else. Changes proposed by @PhilippWendler
1 parent ea4d98f commit ee438d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.reuse/dep5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ Files:
125125
c/recursive-with-pointer
126126
c/reducercommutativity
127127
c/regression
128-
c/seq-mthreaded
129128
c/seq-mthreaded-reduced
130129
c/signedintegeroverflow-regression
131130
c/sqlite

c/seq-mthreaded/README.txt renamed to c/seq-mthreaded/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<!--
2+
This file is part of the SV-Benchmarks collection of verification tasks:
3+
https://github.com/sosy-lab/sv-benchmarks
4+
5+
SPDX-FileCopyrightText: 2013 Carnegie Mellon University
6+
SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community
7+
8+
SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU
9+
-->
10+
111
Contributed by: [HCCPS](http://www.sei.cmu.edu/cyber-physical/research/high-confidence) project
212

313
The verification tasks should have the following convention:

0 commit comments

Comments
 (0)