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

Commit 94dcb28

Browse files
authored
Merge pull request #1212 from lembergerth/add-spdx-licenses-seq-mthreaded
Add spdx licenses to seq-mthreaded
2 parents f9d0611 + ee438d9 commit 94dcb28

File tree

195 files changed

+1354
-10369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+1354
-10369
lines changed

.reuse/dep5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ Files:
129129
c/recursive-with-pointer
130130
c/reducercommutativity
131131
c/regression
132-
c/seq-mthreaded
133132
c/seq-mthreaded-reduced
134133
c/signedintegeroverflow-regression
135134
c/sqlite
File renamed without changes.

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:

c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.BOUNDED-10.pals.c

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,13 @@ extern void abort(void);
22
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
33
void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); }
44

5-
/**********************************************************************
6-
7-
Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved.
8-
9-
Redistribution and use in source and binary forms, with or without
10-
modification, are permitted provided that the following conditions are
11-
met:
12-
13-
1. Redistributions of source code must retain the above copyright
14-
notice, this list of conditions and the following acknowledgments and
15-
disclaimers.
16-
17-
2. Redistributions in binary form must reproduce the above copyright
18-
notice, this list of conditions and the following disclaimer in the
19-
documentation and/or other materials provided with the distribution.
20-
21-
3. The names "Carnegie Mellon University," "SEI" and/or "Software
22-
Engineering Institute" shall not be used to endorse or promote
23-
products derived from this software without prior written
24-
permission. For written permission, please contact
25-
26-
27-
4. Products derived from this software may not be called "SEI" nor may
28-
"SEI" appear in their names without prior written permission of
29-
30-
31-
5. Redistributions of any form whatsoever must retain the following
32-
acknowledgment:
33-
34-
This material is based upon work funded and supported by the
35-
Department of Defense under Contract No. FA8721-05-C-0003 with
36-
Carnegie Mellon University for the operation of the Software
37-
Engineering Institute, a federally funded research and development
38-
center.
39-
40-
Any opinions, findings and conclusions or recommendations expressed in
41-
this material are those of the author(s) and do not necessarily
42-
reflect the views of the United States Department of Defense.
43-
44-
NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING
45-
INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON
46-
UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR
47-
IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF
48-
FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS
49-
OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
50-
MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT,
51-
TRADEMARK, OR COPYRIGHT INFRINGEMENT.
52-
53-
This material has been approved for public release and unlimited
54-
distribution.
55-
56-
DM-0000575
57-
58-
**********************************************************************/
5+
// This file is part of the SV-Benchmarks collection of verification tasks:
6+
// https://github.com/sosy-lab/sv-benchmarks
7+
//
8+
// SPDX-FileCopyrightText: 2013 Carnegie Mellon University
9+
// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community
10+
//
11+
// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU
5912

6013
/* Generated by CIL v. 1.6.0 */
6114
/* print_CIL_Input is true */

c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.UNBOUNDED.pals.c

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,13 @@ extern void abort(void);
22
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
33
void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); }
44

5-
/**********************************************************************
6-
7-
Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved.
8-
9-
Redistribution and use in source and binary forms, with or without
10-
modification, are permitted provided that the following conditions are
11-
met:
12-
13-
1. Redistributions of source code must retain the above copyright
14-
notice, this list of conditions and the following acknowledgments and
15-
disclaimers.
16-
17-
2. Redistributions in binary form must reproduce the above copyright
18-
notice, this list of conditions and the following disclaimer in the
19-
documentation and/or other materials provided with the distribution.
20-
21-
3. The names "Carnegie Mellon University," "SEI" and/or "Software
22-
Engineering Institute" shall not be used to endorse or promote
23-
products derived from this software without prior written
24-
permission. For written permission, please contact
25-
26-
27-
4. Products derived from this software may not be called "SEI" nor may
28-
"SEI" appear in their names without prior written permission of
29-
30-
31-
5. Redistributions of any form whatsoever must retain the following
32-
acknowledgment:
33-
34-
This material is based upon work funded and supported by the
35-
Department of Defense under Contract No. FA8721-05-C-0003 with
36-
Carnegie Mellon University for the operation of the Software
37-
Engineering Institute, a federally funded research and development
38-
center.
39-
40-
Any opinions, findings and conclusions or recommendations expressed in
41-
this material are those of the author(s) and do not necessarily
42-
reflect the views of the United States Department of Defense.
43-
44-
NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING
45-
INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON
46-
UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR
47-
IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF
48-
FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS
49-
OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
50-
MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT,
51-
TRADEMARK, OR COPYRIGHT INFRINGEMENT.
52-
53-
This material has been approved for public release and unlimited
54-
distribution.
55-
56-
DM-0000575
57-
58-
**********************************************************************/
5+
// This file is part of the SV-Benchmarks collection of verification tasks:
6+
// https://github.com/sosy-lab/sv-benchmarks
7+
//
8+
// SPDX-FileCopyrightText: 2013 Carnegie Mellon University
9+
// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community
10+
//
11+
// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU
5912

6013
/* Generated by CIL v. 1.6.0 */
6114
/* print_CIL_Input is true */

c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.BOUNDED-10.pals.c

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,13 @@ extern void abort(void);
22
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
33
void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.4_1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); }
44

5-
/**********************************************************************
6-
7-
Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved.
8-
9-
Redistribution and use in source and binary forms, with or without
10-
modification, are permitted provided that the following conditions are
11-
met:
12-
13-
1. Redistributions of source code must retain the above copyright
14-
notice, this list of conditions and the following acknowledgments and
15-
disclaimers.
16-
17-
2. Redistributions in binary form must reproduce the above copyright
18-
notice, this list of conditions and the following disclaimer in the
19-
documentation and/or other materials provided with the distribution.
20-
21-
3. The names "Carnegie Mellon University," "SEI" and/or "Software
22-
Engineering Institute" shall not be used to endorse or promote
23-
products derived from this software without prior written
24-
permission. For written permission, please contact
25-
26-
27-
4. Products derived from this software may not be called "SEI" nor may
28-
"SEI" appear in their names without prior written permission of
29-
30-
31-
5. Redistributions of any form whatsoever must retain the following
32-
acknowledgment:
33-
34-
This material is based upon work funded and supported by the
35-
Department of Defense under Contract No. FA8721-05-C-0003 with
36-
Carnegie Mellon University for the operation of the Software
37-
Engineering Institute, a federally funded research and development
38-
center.
39-
40-
Any opinions, findings and conclusions or recommendations expressed in
41-
this material are those of the author(s) and do not necessarily
42-
reflect the views of the United States Department of Defense.
43-
44-
NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING
45-
INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON
46-
UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR
47-
IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF
48-
FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS
49-
OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
50-
MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT,
51-
TRADEMARK, OR COPYRIGHT INFRINGEMENT.
52-
53-
This material has been approved for public release and unlimited
54-
distribution.
55-
56-
DM-0000575
57-
58-
**********************************************************************/
5+
// This file is part of the SV-Benchmarks collection of verification tasks:
6+
// https://github.com/sosy-lab/sv-benchmarks
7+
//
8+
// SPDX-FileCopyrightText: 2013 Carnegie Mellon University
9+
// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community
10+
//
11+
// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU
5912

6013
/* Generated by CIL v. 1.6.0 */
6114
/* print_CIL_Input is true */

c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.UNBOUNDED.pals.c

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,13 @@ extern void abort(void);
22
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
33
void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.4_1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); }
44

5-
/**********************************************************************
6-
7-
Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved.
8-
9-
Redistribution and use in source and binary forms, with or without
10-
modification, are permitted provided that the following conditions are
11-
met:
12-
13-
1. Redistributions of source code must retain the above copyright
14-
notice, this list of conditions and the following acknowledgments and
15-
disclaimers.
16-
17-
2. Redistributions in binary form must reproduce the above copyright
18-
notice, this list of conditions and the following disclaimer in the
19-
documentation and/or other materials provided with the distribution.
20-
21-
3. The names "Carnegie Mellon University," "SEI" and/or "Software
22-
Engineering Institute" shall not be used to endorse or promote
23-
products derived from this software without prior written
24-
permission. For written permission, please contact
25-
26-
27-
4. Products derived from this software may not be called "SEI" nor may
28-
"SEI" appear in their names without prior written permission of
29-
30-
31-
5. Redistributions of any form whatsoever must retain the following
32-
acknowledgment:
33-
34-
This material is based upon work funded and supported by the
35-
Department of Defense under Contract No. FA8721-05-C-0003 with
36-
Carnegie Mellon University for the operation of the Software
37-
Engineering Institute, a federally funded research and development
38-
center.
39-
40-
Any opinions, findings and conclusions or recommendations expressed in
41-
this material are those of the author(s) and do not necessarily
42-
reflect the views of the United States Department of Defense.
43-
44-
NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING
45-
INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON
46-
UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR
47-
IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF
48-
FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS
49-
OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
50-
MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT,
51-
TRADEMARK, OR COPYRIGHT INFRINGEMENT.
52-
53-
This material has been approved for public release and unlimited
54-
distribution.
55-
56-
DM-0000575
57-
58-
**********************************************************************/
5+
// This file is part of the SV-Benchmarks collection of verification tasks:
6+
// https://github.com/sosy-lab/sv-benchmarks
7+
//
8+
// SPDX-FileCopyrightText: 2013 Carnegie Mellon University
9+
// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community
10+
//
11+
// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU
5912

6013
/* Generated by CIL v. 1.6.0 */
6114
/* print_CIL_Input is true */

c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.BOUNDED-10.pals.c

Lines changed: 7 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,13 @@ extern void abort(void);
22
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
33
void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.4_2.ufo.BOUNDED-10.pals.c", 3, "reach_error"); }
44

5-
/**********************************************************************
6-
7-
Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved.
8-
9-
Redistribution and use in source and binary forms, with or without
10-
modification, are permitted provided that the following conditions are
11-
met:
12-
13-
1. Redistributions of source code must retain the above copyright
14-
notice, this list of conditions and the following acknowledgments and
15-
disclaimers.
16-
17-
2. Redistributions in binary form must reproduce the above copyright
18-
notice, this list of conditions and the following disclaimer in the
19-
documentation and/or other materials provided with the distribution.
20-
21-
3. The names "Carnegie Mellon University," "SEI" and/or "Software
22-
Engineering Institute" shall not be used to endorse or promote
23-
products derived from this software without prior written
24-
permission. For written permission, please contact
25-
26-
27-
4. Products derived from this software may not be called "SEI" nor may
28-
"SEI" appear in their names without prior written permission of
29-
30-
31-
5. Redistributions of any form whatsoever must retain the following
32-
acknowledgment:
33-
34-
This material is based upon work funded and supported by the
35-
Department of Defense under Contract No. FA8721-05-C-0003 with
36-
Carnegie Mellon University for the operation of the Software
37-
Engineering Institute, a federally funded research and development
38-
center.
39-
40-
Any opinions, findings and conclusions or recommendations expressed in
41-
this material are those of the author(s) and do not necessarily
42-
reflect the views of the United States Department of Defense.
43-
44-
NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING
45-
INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON
46-
UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR
47-
IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF
48-
FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS
49-
OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
50-
MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT,
51-
TRADEMARK, OR COPYRIGHT INFRINGEMENT.
52-
53-
This material has been approved for public release and unlimited
54-
distribution.
55-
56-
DM-0000575
57-
58-
**********************************************************************/
5+
// This file is part of the SV-Benchmarks collection of verification tasks:
6+
// https://github.com/sosy-lab/sv-benchmarks
7+
//
8+
// SPDX-FileCopyrightText: 2013 Carnegie Mellon University
9+
// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community
10+
//
11+
// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU
5912

6013
/* Generated by CIL v. 1.6.0 */
6114
/* print_CIL_Input is true */

0 commit comments

Comments
 (0)