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

Commit 37516bc

Browse files
committed
Add licenses to combinations
1 parent 2d5e75b commit 37516bc

File tree

212 files changed

+1739
-11340
lines changed

Some content is hidden

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

212 files changed

+1739
-11340
lines changed

c/combinations/LICENSE_pals.txt

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

c/combinations/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ CLANG_WARNINGS := \
66

77
include $(LEVEL)/Makefile.config
88

9+
license-pals:
10+
reuse addheader --template header.jinja2 --copyright "The SV-Benchmarks Community" --year 2014-2020 --license Apache-2.0 pals_lcr.*c
11+
reuse addheader --template header.jinja2 --copyright "Carnegie Mellon University" --year 2013 --license "SEE LICENSE IN LICENSE_pals.txt" pals_lcr.*c
12+
913
tasks:
1014
./generate-tasks.py --benchmark-dir ../../ --output-dir ./

c/combinations/pals_lcr.3.1.ufo.BOUNDED-6.pals+Problem12_label01.c

Lines changed: 8 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,14 @@ extern void abort(void);
99
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
1010
void reach_error() { __assert_fail("0", "pals_lcr.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); }
1111

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

6721
/* Generated by CIL v. 1.6.0 */
6822
/* print_CIL_Input is true */

c/combinations/pals_lcr.3.1.ufo.BOUNDED-6.pals+Problem12_label02.c

Lines changed: 8 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,14 @@ extern void abort(void);
99
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
1010
void reach_error() { __assert_fail("0", "pals_lcr.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); }
1111

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

6721
/* Generated by CIL v. 1.6.0 */
6822
/* print_CIL_Input is true */

c/combinations/pals_lcr.3.1.ufo.BOUNDED-6.pals+Problem12_label04.c

Lines changed: 8 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,14 @@ extern void abort(void);
99
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
1010
void reach_error() { __assert_fail("0", "pals_lcr.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); }
1111

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

6721
/* Generated by CIL v. 1.6.0 */
6822
/* print_CIL_Input is true */

c/combinations/pals_lcr.3.1.ufo.BOUNDED-6.pals+Problem12_label05.c

Lines changed: 8 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,60 +9,14 @@ extern void abort(void);
99
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
1010
void reach_error() { __assert_fail("0", "pals_lcr.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); }
1111

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

6721
/* Generated by CIL v. 1.6.0 */
6822
/* print_CIL_Input is true */

0 commit comments

Comments
 (0)