diff --git a/.reuse/dep5 b/.reuse/dep5 index 551a26f3053..662c755eb35 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -125,7 +125,6 @@ Files: c/recursive-with-pointer c/reducercommutativity c/regression - c/seq-mthreaded c/seq-mthreaded-reduced c/signedintegeroverflow-regression c/sqlite diff --git a/c/seq-mthreaded/LICENSE.txt b/LICENSES/LicenseRef-BSD-3-Clause-Attribution-CMU.txt similarity index 100% rename from c/seq-mthreaded/LICENSE.txt rename to LICENSES/LicenseRef-BSD-3-Clause-Attribution-CMU.txt diff --git a/c/seq-mthreaded/README.txt b/c/seq-mthreaded/README.md similarity index 82% rename from c/seq-mthreaded/README.txt rename to c/seq-mthreaded/README.md index 37add393126..401fac3ac0e 100644 --- a/c/seq-mthreaded/README.txt +++ b/c/seq-mthreaded/README.md @@ -1,3 +1,13 @@ + + Contributed by: [HCCPS](http://www.sei.cmu.edu/cyber-physical/research/high-confidence) project The verification tasks should have the following convention: diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.BOUNDED-10.pals.c index f304ff0e572..beb65652dc8 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.UNBOUNDED.pals.c index c4cd9c3ae73..633bdaf7394 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.BOUNDED-10.pals.c index 69254d6373c..cf28842c8e8 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.4_1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.UNBOUNDED.pals.c index cdcac752f89..b3c5de10f3d 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.4_1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.BOUNDED-10.pals.c index 37441564d77..0954936c822 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.4_2.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.UNBOUNDED.pals.c index b3bb9886615..ceb8e8cd9ff 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.4_2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.4_2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.BOUNDED-10.pals.c index 33f63f69b89..b5e0812ecc8 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.5.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.UNBOUNDED.pals.c index 0b9b1b32625..af66bebd998 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.5.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.5.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.BOUNDED-10.pals.c index 2318ccc40f3..d18160307d4 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.UNBOUNDED.pals.c index 1d2122ae8eb..77c2b1a0b73 100644 --- a/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_ActiveStandby.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_ActiveStandby.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.BOUNDED-10.pals.c index 5c4788b9b1f..9e92e52254d 100644 --- a/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_Triplicated.1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.UNBOUNDED.pals.c index 4b5e127e010..ad93c37e8cd 100644 --- a/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_Triplicated.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_Triplicated.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.BOUNDED-10.pals.c index aa7839cd71d..622e3a41731 100644 --- a/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_Triplicated.2.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.UNBOUNDED.pals.c index ea2b9a50f9e..f47e00fe183 100644 --- a/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_Triplicated.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_Triplicated.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.BOUNDED-10.pals.c index 5c4443b6d8c..5f36d013492 100644 --- a/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_Triplicated.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.UNBOUNDED.pals.c index 6890a1114bd..e1c80251aaa 100644 --- a/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_STARTPALS_Triplicated.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_STARTPALS_Triplicated.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.1.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_floodmax.3.1.ufo.BOUNDED-6.pals.c index 18ddb4430a7..a4aa2b5433d 100644 --- a/c/seq-mthreaded/pals_floodmax.3.1.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.1.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.3.1.ufo.UNBOUNDED.pals.c index 27032e7d494..f68e5d101c9 100644 --- a/c/seq-mthreaded/pals_floodmax.3.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.2.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_floodmax.3.2.ufo.BOUNDED-6.pals.c index 87bb01c787f..2d9cd2269c2 100644 --- a/c/seq-mthreaded/pals_floodmax.3.2.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.2.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.2.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.3.2.ufo.UNBOUNDED.pals.c index e2a8a493f45..3d9242a89ca 100644 --- a/c/seq-mthreaded/pals_floodmax.3.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.2.ufo.UNBOUNDED.pals.c @@ -3,60 +3,13 @@ extern void __assert_fail(const char *, const char *, unsigned int, const char * void reach_error() { __assert_fail("0", "pals_floodmax.3.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } extern void abort(void); -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.3.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_floodmax.3.3.ufo.BOUNDED-6.pals.c index 12ab7a7dd75..e0457532360 100644 --- a/c/seq-mthreaded/pals_floodmax.3.3.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.3.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.3.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.3.3.ufo.UNBOUNDED.pals.c index 04e5fd7ab0a..c80275cd00d 100644 --- a/c/seq-mthreaded/pals_floodmax.3.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.4.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_floodmax.3.4.ufo.BOUNDED-6.pals.c index 635b45a25a9..e96234f6d1c 100644 --- a/c/seq-mthreaded/pals_floodmax.3.4.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.4.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.4.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.3.4.ufo.UNBOUNDED.pals.c index 82e6ca1307e..00d26acc154 100644 --- a/c/seq-mthreaded/pals_floodmax.3.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_floodmax.3.ufo.BOUNDED-6.pals.c index d21be6bae61..7298c120650 100644 --- a/c/seq-mthreaded/pals_floodmax.3.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.3.ufo.UNBOUNDED.pals.c index 12c3a4c5824..7e68e16a3f3 100644 --- a/c/seq-mthreaded/pals_floodmax.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.3_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.3_overflow.ufo.UNBOUNDED.pals.c index 1a538551b2a..f098621a825 100644 --- a/c/seq-mthreaded/pals_floodmax.3_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.3_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.3_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.1.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_floodmax.4.1.ufo.BOUNDED-8.pals.c index 488cff31c5b..3676e87f72a 100644 --- a/c/seq-mthreaded/pals_floodmax.4.1.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.1.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.1.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.4.1.ufo.UNBOUNDED.pals.c index 358616fcd8e..10b9672862a 100644 --- a/c/seq-mthreaded/pals_floodmax.4.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.2.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_floodmax.4.2.ufo.BOUNDED-8.pals.c index 7db0060edba..29157358dcd 100644 --- a/c/seq-mthreaded/pals_floodmax.4.2.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.2.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.2.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.4.2.ufo.UNBOUNDED.pals.c index 9f19ae7d7ff..437b7f490d3 100644 --- a/c/seq-mthreaded/pals_floodmax.4.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.3.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_floodmax.4.3.ufo.BOUNDED-8.pals.c index 6be74f3358b..726601bbbd7 100644 --- a/c/seq-mthreaded/pals_floodmax.4.3.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.3.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.3.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.4.3.ufo.UNBOUNDED.pals.c index a7dcc000870..2c75ad3c064 100644 --- a/c/seq-mthreaded/pals_floodmax.4.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.4.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_floodmax.4.4.ufo.BOUNDED-8.pals.c index 22f75256571..c50635dbdbc 100644 --- a/c/seq-mthreaded/pals_floodmax.4.4.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.4.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.4.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.4.4.ufo.UNBOUNDED.pals.c index 665c92370b5..f06ec3aa3f6 100644 --- a/c/seq-mthreaded/pals_floodmax.4.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_floodmax.4.ufo.BOUNDED-8.pals.c index 9c2af92d697..4afd88abacf 100644 --- a/c/seq-mthreaded/pals_floodmax.4.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.4.ufo.UNBOUNDED.pals.c index 0845a6df949..7e9f8deed07 100644 --- a/c/seq-mthreaded/pals_floodmax.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.4_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.4_overflow.ufo.UNBOUNDED.pals.c index ba17b62138b..e928d06f01d 100644 --- a/c/seq-mthreaded/pals_floodmax.4_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.4_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.4_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.1.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_floodmax.5.1.ufo.BOUNDED-10.pals.c index ede6ed5a401..9502b418d8f 100644 --- a/c/seq-mthreaded/pals_floodmax.5.1.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.1.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.5.1.ufo.UNBOUNDED.pals.c index 10f6d76aa01..f7a030c6135 100644 --- a/c/seq-mthreaded/pals_floodmax.5.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.2.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_floodmax.5.2.ufo.BOUNDED-10.pals.c index ee5c7a5931e..eb927c2b8e5 100644 --- a/c/seq-mthreaded/pals_floodmax.5.2.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.2.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.2.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.5.2.ufo.UNBOUNDED.pals.c index a5754fdc80f..f9d2ce38d5f 100644 --- a/c/seq-mthreaded/pals_floodmax.5.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.3.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_floodmax.5.3.ufo.BOUNDED-10.pals.c index bae90a181a3..c6a80c70755 100644 --- a/c/seq-mthreaded/pals_floodmax.5.3.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.3.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.3.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.5.3.ufo.UNBOUNDED.pals.c index 8ed0fbe08e5..ec99b58fddc 100644 --- a/c/seq-mthreaded/pals_floodmax.5.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.4.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_floodmax.5.4.ufo.BOUNDED-10.pals.c index 683ba6ae01b..3df0dc92f85 100644 --- a/c/seq-mthreaded/pals_floodmax.5.4.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.4.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.4.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.5.4.ufo.UNBOUNDED.pals.c index 059fd43c0ad..ff875267e5b 100644 --- a/c/seq-mthreaded/pals_floodmax.5.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_floodmax.5.ufo.BOUNDED-10.pals.c index db3ad13b65c..fcdbb20d61b 100644 --- a/c/seq-mthreaded/pals_floodmax.5.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.5.ufo.UNBOUNDED.pals.c index c77a9980a5d..9c70f96a0d4 100644 --- a/c/seq-mthreaded/pals_floodmax.5.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_floodmax.5_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_floodmax.5_overflow.ufo.UNBOUNDED.pals.c index 3f289ab0a1c..56be863b46d 100644 --- a/c/seq-mthreaded/pals_floodmax.5_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_floodmax.5_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_floodmax.5_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.BOUNDED-6.pals.c index dae41e25aeb..2fc5712a26f 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.UNBOUNDED.pals.c index 98a16f3ab01..47c3e8af4a9 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.3.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.3.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.BOUNDED-6.pals.c index 1bcc035d13f..ed581cd4cc5 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.3.2.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.UNBOUNDED.pals.c index 17f2a97ee70..44369aa37c6 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.3.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.3.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.BOUNDED-6.pals.c index 325eda3a43d..0a21c39625c 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.3.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.UNBOUNDED.pals.c index c975074f883..633e75be2a8 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.BOUNDED-8.pals.c index 1bba8bd9b00..0fec1f8f64c 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.4.1.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.UNBOUNDED.pals.c index 0a8eff7a45f..e1e642bc9bb 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.4.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.4.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.BOUNDED-8.pals.c index 321bfe3aa2b..cd1fb37ca60 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.4.2.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.UNBOUNDED.pals.c index 8335d436a12..bdc750a699c 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.4.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.4.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.BOUNDED-8.pals.c index c3ae46f9e9d..446365cf5e6 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.4.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.UNBOUNDED.pals.c index 48390f65600..a2d85cb81d3 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.BOUNDED-10.pals.c index 706b15ed5a4..9efdd429a31 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.5.1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.UNBOUNDED.pals.c index fc64c65a888..4b4750e786a 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.5.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.5.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.BOUNDED-10.pals.c index 0672c54a8be..9be3eddb236 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.5.2.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.UNBOUNDED.pals.c index 2c345344132..8ab381f87c5 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.5.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.5.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.BOUNDED-10.pals.c index be978c2eebc..17d212df41f 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.5.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.UNBOUNDED.pals.c index c65a022facb..7c80ffc1639 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.5.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.5.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.BOUNDED-12.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.BOUNDED-12.pals.c index 44774aae785..53b77cb60aa 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.BOUNDED-12.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.BOUNDED-12.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.6.1.ufo.BOUNDED-12.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.UNBOUNDED.pals.c index 17d61066567..67f708b9df6 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.6.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.6.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.BOUNDED-12.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.BOUNDED-12.pals.c index 110d4940c57..d332355d0da 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.BOUNDED-12.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.BOUNDED-12.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.6.2.ufo.BOUNDED-12.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.UNBOUNDED.pals.c index 65904c69d0a..847eb9d27d4 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.6.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.6.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.BOUNDED-12.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.BOUNDED-12.pals.c index 6725dcb9c7a..ec2066a448c 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.BOUNDED-12.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.BOUNDED-12.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.6.ufo.BOUNDED-12.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.UNBOUNDED.pals.c index edc8e400122..a2e119fb05e 100644 --- a/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr-var-start-time.6.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr-var-start-time.6.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.3.1.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_lcr.3.1.ufo.BOUNDED-6.pals.c index 365a34b1029..a16e5bbaa16 100644 --- a/c/seq-mthreaded/pals_lcr.3.1.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_lcr.3.1.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.3.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.3.1.ufo.UNBOUNDED.pals.c index 0cd9b69427e..8a163730031 100644 --- a/c/seq-mthreaded/pals_lcr.3.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.3.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.3.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.3.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_lcr.3.ufo.BOUNDED-6.pals.c index 4c6fc0ea0f9..da63638e36d 100644 --- a/c/seq-mthreaded/pals_lcr.3.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_lcr.3.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.3.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.3.ufo.UNBOUNDED.pals.c index 0e997a5d4db..f638a1320a8 100644 --- a/c/seq-mthreaded/pals_lcr.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.3_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.3_overflow.ufo.UNBOUNDED.pals.c index 3cb74901e1d..646e6602192 100644 --- a/c/seq-mthreaded/pals_lcr.3_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.3_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.3_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.4.1.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_lcr.4.1.ufo.BOUNDED-8.pals.c index d50c01fc558..2238fa65822 100644 --- a/c/seq-mthreaded/pals_lcr.4.1.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_lcr.4.1.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.4.1.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.4.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.4.1.ufo.UNBOUNDED.pals.c index 7558ec28019..a3f101e2924 100644 --- a/c/seq-mthreaded/pals_lcr.4.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.4.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.4.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.4.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_lcr.4.ufo.BOUNDED-8.pals.c index 9d6aadb26ba..79df05b4eb4 100644 --- a/c/seq-mthreaded/pals_lcr.4.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_lcr.4.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.4.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.4.ufo.UNBOUNDED.pals.c index ad337d1af99..59e2a93233c 100644 --- a/c/seq-mthreaded/pals_lcr.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.4_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.4_overflow.ufo.UNBOUNDED.pals.c index ce9fbf3d59a..7a51f009058 100644 --- a/c/seq-mthreaded/pals_lcr.4_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.4_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.4_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.5.1.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_lcr.5.1.ufo.BOUNDED-10.pals.c index 641a72ec816..e5cfedb8e79 100644 --- a/c/seq-mthreaded/pals_lcr.5.1.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_lcr.5.1.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.5.1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.5.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.5.1.ufo.UNBOUNDED.pals.c index 2cc088f2f80..2ab0a03f7a7 100644 --- a/c/seq-mthreaded/pals_lcr.5.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.5.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.5.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.5.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_lcr.5.ufo.BOUNDED-10.pals.c index 24b901de579..b57c9069407 100644 --- a/c/seq-mthreaded/pals_lcr.5.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_lcr.5.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.5.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.5.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.5.ufo.UNBOUNDED.pals.c index 435746e9693..b4398a9d61a 100644 --- a/c/seq-mthreaded/pals_lcr.5.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.5.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.5.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.5_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.5_overflow.ufo.UNBOUNDED.pals.c index f097e60d570..847f3674095 100644 --- a/c/seq-mthreaded/pals_lcr.5_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.5_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.5_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.6.1.ufo.BOUNDED-12.pals.c b/c/seq-mthreaded/pals_lcr.6.1.ufo.BOUNDED-12.pals.c index f5dfe6fdf5a..2896f2ff76b 100644 --- a/c/seq-mthreaded/pals_lcr.6.1.ufo.BOUNDED-12.pals.c +++ b/c/seq-mthreaded/pals_lcr.6.1.ufo.BOUNDED-12.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.6.1.ufo.BOUNDED-12.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.6.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.6.1.ufo.UNBOUNDED.pals.c index 543f086ab9b..503bb912fd9 100644 --- a/c/seq-mthreaded/pals_lcr.6.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.6.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.6.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.6.ufo.BOUNDED-12.pals.c b/c/seq-mthreaded/pals_lcr.6.ufo.BOUNDED-12.pals.c index 9e722a6cf3f..0e4f1e42577 100644 --- a/c/seq-mthreaded/pals_lcr.6.ufo.BOUNDED-12.pals.c +++ b/c/seq-mthreaded/pals_lcr.6.ufo.BOUNDED-12.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.6.ufo.BOUNDED-12.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.6.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.6.ufo.UNBOUNDED.pals.c index 319762c5f9a..db5962bfd38 100644 --- a/c/seq-mthreaded/pals_lcr.6.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.6.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.6.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.6_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.6_overflow.ufo.UNBOUNDED.pals.c index 9e83d56b381..39709bb2421 100644 --- a/c/seq-mthreaded/pals_lcr.6_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.6_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.6_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.7.1.ufo.BOUNDED-14.pals.c b/c/seq-mthreaded/pals_lcr.7.1.ufo.BOUNDED-14.pals.c index 5cdadfb4b1c..a8f3681e7bf 100644 --- a/c/seq-mthreaded/pals_lcr.7.1.ufo.BOUNDED-14.pals.c +++ b/c/seq-mthreaded/pals_lcr.7.1.ufo.BOUNDED-14.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.7.1.ufo.BOUNDED-14.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.7.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.7.1.ufo.UNBOUNDED.pals.c index b0cbcd71018..5b1fdbc4c03 100644 --- a/c/seq-mthreaded/pals_lcr.7.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.7.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.7.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.7.ufo.BOUNDED-14.pals.c b/c/seq-mthreaded/pals_lcr.7.ufo.BOUNDED-14.pals.c index 5e09d5c2e17..1042222ba8d 100644 --- a/c/seq-mthreaded/pals_lcr.7.ufo.BOUNDED-14.pals.c +++ b/c/seq-mthreaded/pals_lcr.7.ufo.BOUNDED-14.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.7.ufo.BOUNDED-14.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.7.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.7.ufo.UNBOUNDED.pals.c index 81224244680..898228109fb 100644 --- a/c/seq-mthreaded/pals_lcr.7.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.7.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.7.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.7_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.7_overflow.ufo.UNBOUNDED.pals.c index 16f7ba292e3..2f094f1b6ba 100644 --- a/c/seq-mthreaded/pals_lcr.7_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.7_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.7_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.8.1.ufo.BOUNDED-16.pals.c b/c/seq-mthreaded/pals_lcr.8.1.ufo.BOUNDED-16.pals.c index 320d3f78e77..a9cdb715268 100644 --- a/c/seq-mthreaded/pals_lcr.8.1.ufo.BOUNDED-16.pals.c +++ b/c/seq-mthreaded/pals_lcr.8.1.ufo.BOUNDED-16.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.8.1.ufo.BOUNDED-16.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.8.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.8.1.ufo.UNBOUNDED.pals.c index 75d78e5f91c..f4687d5c273 100644 --- a/c/seq-mthreaded/pals_lcr.8.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.8.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.8.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.8.ufo.BOUNDED-16.pals.c b/c/seq-mthreaded/pals_lcr.8.ufo.BOUNDED-16.pals.c index 9031626a0e2..5e2a4cfd833 100644 --- a/c/seq-mthreaded/pals_lcr.8.ufo.BOUNDED-16.pals.c +++ b/c/seq-mthreaded/pals_lcr.8.ufo.BOUNDED-16.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.8.ufo.BOUNDED-16.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.8.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.8.ufo.UNBOUNDED.pals.c index 121e7032ce4..d6085a3e495 100644 --- a/c/seq-mthreaded/pals_lcr.8.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.8.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.8.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_lcr.8_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_lcr.8_overflow.ufo.UNBOUNDED.pals.c index 21a822b0030..5a6e0fb167a 100644 --- a/c/seq-mthreaded/pals_lcr.8_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_lcr.8_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_lcr.8_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.BOUNDED-6.pals.c index a7ffa9f51a5..9403f63ff9a 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.1.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.UNBOUNDED.pals.c index fb5d8dcc81a..8815640c47e 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.BOUNDED-6.pals.c index 5fdd00994c4..5c40aee45e6 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.2.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.UNBOUNDED.pals.c index 2fe733c5331..93df29b8472 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.BOUNDED-6.pals.c index 284b9571b5f..4cfab71d499 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.3.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.UNBOUNDED.pals.c index e86a81c4e26..2eb19af1cb5 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.BOUNDED-6.pals.c index d761b3c2682..ef85428cb68 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.4.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.UNBOUNDED.pals.c index 11a8daf0e27..c1740e1a0ad 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.ufo.BOUNDED-6.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.ufo.BOUNDED-6.pals.c index 5f0b62b445e..b9b4b5552a5 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.ufo.BOUNDED-6.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.ufo.BOUNDED-6.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.ufo.BOUNDED-6.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3.ufo.UNBOUNDED.pals.c index 1ae39cfccef..6f19fa93021 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.3_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.3_overflow.ufo.UNBOUNDED.pals.c index c89387b3f30..32f8a55070e 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.3_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.3_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.3_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.BOUNDED-8.pals.c index 632e28f6168..896d5718dce 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.1.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.UNBOUNDED.pals.c index 5541de92a3a..a7606900dd1 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.BOUNDED-8.pals.c index 688eabf542a..5c1f2ba55ee 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.2.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.UNBOUNDED.pals.c index 89299d787b9..745e271de53 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.BOUNDED-8.pals.c index facc8654a93..03f613ec0ff 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.3.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.UNBOUNDED.pals.c index 433e688534e..28b19da8211 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.BOUNDED-8.pals.c index 972168a830a..1f455ad4abc 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.4.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.UNBOUNDED.pals.c index 3f11f289095..230187d2323 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.ufo.BOUNDED-8.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.ufo.BOUNDED-8.pals.c index 8e5e5260484..b8bdbab6e12 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.ufo.BOUNDED-8.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.ufo.BOUNDED-8.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.ufo.BOUNDED-8.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4.ufo.UNBOUNDED.pals.c index 6f49f4b6c6a..a5eaf5562ec 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.4_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.4_overflow.ufo.UNBOUNDED.pals.c index 0c9f2535e84..b4c67feab43 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.4_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.4_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.4_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.BOUNDED-10.pals.c index b9b75f6610b..0d17cf1ec02 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.1.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.UNBOUNDED.pals.c index d260b5bb3c3..ded06047084 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.1.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.1.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.BOUNDED-10.pals.c index a23c4a8f5c5..a47799a6418 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.2.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.UNBOUNDED.pals.c index 2e873253bad..cc595e92378 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.2.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.2.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.BOUNDED-10.pals.c index f4f52108146..aea62edcaa6 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.3.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.UNBOUNDED.pals.c index 8e4dfbe12de..9ed4b0126a9 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.3.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.3.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.BOUNDED-10.pals.c index 57ac134c674..1be4c3f6db6 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.4.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.UNBOUNDED.pals.c index c303347b153..f3245bd4073 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.4.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.4.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.ufo.BOUNDED-10.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.ufo.BOUNDED-10.pals.c index d8e19d93f2d..f1a5aea7d46 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.ufo.BOUNDED-10.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.ufo.BOUNDED-10.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.ufo.BOUNDED-10.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5.ufo.UNBOUNDED.pals.c index 90bb46f84e9..5f9a60adafd 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/pals_opt-floodmax.5_overflow.ufo.UNBOUNDED.pals.c b/c/seq-mthreaded/pals_opt-floodmax.5_overflow.ufo.UNBOUNDED.pals.c index 89c8c8c036c..c416dc92ffc 100644 --- a/c/seq-mthreaded/pals_opt-floodmax.5_overflow.ufo.UNBOUNDED.pals.c +++ b/c/seq-mthreaded/pals_opt-floodmax.5_overflow.ufo.UNBOUNDED.pals.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "pals_opt-floodmax.5_overflow.ufo.UNBOUNDED.pals.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.6.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.1.M1-1.c b/c/seq-mthreaded/rekcba_aso.1.M1-1.c index e6302a5e029..ffdfb013ef6 100644 --- a/c/seq-mthreaded/rekcba_aso.1.M1-1.c +++ b/c/seq-mthreaded/rekcba_aso.1.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.1.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.1.M1-2.c b/c/seq-mthreaded/rekcba_aso.1.M1-2.c index be2ba52e9a4..4e02040cf84 100644 --- a/c/seq-mthreaded/rekcba_aso.1.M1-2.c +++ b/c/seq-mthreaded/rekcba_aso.1.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.1.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.1.M4-1.c b/c/seq-mthreaded/rekcba_aso.1.M4-1.c index dfa610e4364..c9b574f797b 100644 --- a/c/seq-mthreaded/rekcba_aso.1.M4-1.c +++ b/c/seq-mthreaded/rekcba_aso.1.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.1.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.1.M4-2.c b/c/seq-mthreaded/rekcba_aso.1.M4-2.c index 8faf3f6a374..3475ecbbc43 100644 --- a/c/seq-mthreaded/rekcba_aso.1.M4-2.c +++ b/c/seq-mthreaded/rekcba_aso.1.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.1.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.2.M1-1.c b/c/seq-mthreaded/rekcba_aso.2.M1-1.c index 775ffa3ff29..08d410d61ec 100644 --- a/c/seq-mthreaded/rekcba_aso.2.M1-1.c +++ b/c/seq-mthreaded/rekcba_aso.2.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.2.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.2.M1-2.c b/c/seq-mthreaded/rekcba_aso.2.M1-2.c index fd717131c95..2ca59319416 100644 --- a/c/seq-mthreaded/rekcba_aso.2.M1-2.c +++ b/c/seq-mthreaded/rekcba_aso.2.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.2.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.2.M4-1.c b/c/seq-mthreaded/rekcba_aso.2.M4-1.c index f136921210b..9010d458793 100644 --- a/c/seq-mthreaded/rekcba_aso.2.M4-1.c +++ b/c/seq-mthreaded/rekcba_aso.2.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.2.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.2.M4-2.c b/c/seq-mthreaded/rekcba_aso.2.M4-2.c index bc3ea995d78..0d2a6f0754e 100644 --- a/c/seq-mthreaded/rekcba_aso.2.M4-2.c +++ b/c/seq-mthreaded/rekcba_aso.2.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.2.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.3.M1.c b/c/seq-mthreaded/rekcba_aso.3.M1.c index 166ce99ef5e..22c92a9cc95 100644 --- a/c/seq-mthreaded/rekcba_aso.3.M1.c +++ b/c/seq-mthreaded/rekcba_aso.3.M1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.3.M1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.3.M4.c b/c/seq-mthreaded/rekcba_aso.3.M4.c index 6214e3738bc..cb81efd8392 100644 --- a/c/seq-mthreaded/rekcba_aso.3.M4.c +++ b/c/seq-mthreaded/rekcba_aso.3.M4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.3.M4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.4.M1.c b/c/seq-mthreaded/rekcba_aso.4.M1.c index 25ae4476ed5..7381061577a 100644 --- a/c/seq-mthreaded/rekcba_aso.4.M1.c +++ b/c/seq-mthreaded/rekcba_aso.4.M1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.4.M1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_aso.4.M4.c b/c/seq-mthreaded/rekcba_aso.4.M4.c index 34103392292..2ccb9d30d74 100644 --- a/c/seq-mthreaded/rekcba_aso.4.M4.c +++ b/c/seq-mthreaded/rekcba_aso.4.M4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_aso.4.M4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_ctm.1.c b/c/seq-mthreaded/rekcba_ctm.1.c index 61ae52fec3d..2236d4daffd 100644 --- a/c/seq-mthreaded/rekcba_ctm.1.c +++ b/c/seq-mthreaded/rekcba_ctm.1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_ctm.1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_ctm.2-1.c b/c/seq-mthreaded/rekcba_ctm.2-1.c index ce9d5788c15..c1f899035b7 100644 --- a/c/seq-mthreaded/rekcba_ctm.2-1.c +++ b/c/seq-mthreaded/rekcba_ctm.2-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_ctm.2-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_ctm.2-2.c b/c/seq-mthreaded/rekcba_ctm.2-2.c index 811538fb597..5be2c08237c 100644 --- a/c/seq-mthreaded/rekcba_ctm.2-2.c +++ b/c/seq-mthreaded/rekcba_ctm.2-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_ctm.2-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_ctm.3-1.c b/c/seq-mthreaded/rekcba_ctm.3-1.c index 476daba27e7..25c7a8e8833 100644 --- a/c/seq-mthreaded/rekcba_ctm.3-1.c +++ b/c/seq-mthreaded/rekcba_ctm.3-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_ctm.3-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_ctm.3-2.c b/c/seq-mthreaded/rekcba_ctm.3-2.c index a69949d214f..c392f58e8a6 100644 --- a/c/seq-mthreaded/rekcba_ctm.3-2.c +++ b/c/seq-mthreaded/rekcba_ctm.3-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_ctm.3-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_ctm.4.c b/c/seq-mthreaded/rekcba_ctm.4.c index 58ca4108a0c..cc9fe8779a2 100644 --- a/c/seq-mthreaded/rekcba_ctm.4.c +++ b/c/seq-mthreaded/rekcba_ctm.4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_ctm.4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.1.M1-1.c b/c/seq-mthreaded/rekcba_nxt.1.M1-1.c index dba6298e110..87a394c5f53 100644 --- a/c/seq-mthreaded/rekcba_nxt.1.M1-1.c +++ b/c/seq-mthreaded/rekcba_nxt.1.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.1.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.1.M1-2.c b/c/seq-mthreaded/rekcba_nxt.1.M1-2.c index fafcf3500f5..497b6b1e44a 100644 --- a/c/seq-mthreaded/rekcba_nxt.1.M1-2.c +++ b/c/seq-mthreaded/rekcba_nxt.1.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.1.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.1.M4-1.c b/c/seq-mthreaded/rekcba_nxt.1.M4-1.c index a932526a1b4..9916b8ace6f 100644 --- a/c/seq-mthreaded/rekcba_nxt.1.M4-1.c +++ b/c/seq-mthreaded/rekcba_nxt.1.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.1.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.1.M4-2.c b/c/seq-mthreaded/rekcba_nxt.1.M4-2.c index f14c4536ba8..775e63bc199 100644 --- a/c/seq-mthreaded/rekcba_nxt.1.M4-2.c +++ b/c/seq-mthreaded/rekcba_nxt.1.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.1.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.2.M1-1.c b/c/seq-mthreaded/rekcba_nxt.2.M1-1.c index 92089935f71..6fd9c91f75a 100644 --- a/c/seq-mthreaded/rekcba_nxt.2.M1-1.c +++ b/c/seq-mthreaded/rekcba_nxt.2.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.2.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.2.M1-2.c b/c/seq-mthreaded/rekcba_nxt.2.M1-2.c index 1a01c764a63..49b4f5471c2 100644 --- a/c/seq-mthreaded/rekcba_nxt.2.M1-2.c +++ b/c/seq-mthreaded/rekcba_nxt.2.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.2.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.2.M4-1.c b/c/seq-mthreaded/rekcba_nxt.2.M4-1.c index d026bc64ce6..28f5d5d0235 100644 --- a/c/seq-mthreaded/rekcba_nxt.2.M4-1.c +++ b/c/seq-mthreaded/rekcba_nxt.2.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.2.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.2.M4-2.c b/c/seq-mthreaded/rekcba_nxt.2.M4-2.c index e1c534d8787..f56cce035ad 100644 --- a/c/seq-mthreaded/rekcba_nxt.2.M4-2.c +++ b/c/seq-mthreaded/rekcba_nxt.2.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.2.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.3.M1.c b/c/seq-mthreaded/rekcba_nxt.3.M1.c index 5e3d6bbf367..caf39ef5e50 100644 --- a/c/seq-mthreaded/rekcba_nxt.3.M1.c +++ b/c/seq-mthreaded/rekcba_nxt.3.M1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.3.M1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekcba_nxt.3.M4.c b/c/seq-mthreaded/rekcba_nxt.3.M4.c index 25b7a474137..0ca145b5aa0 100644 --- a/c/seq-mthreaded/rekcba_nxt.3.M4.c +++ b/c/seq-mthreaded/rekcba_nxt.3.M4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekcba_nxt.3.M4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.1.M1-1.c b/c/seq-mthreaded/rekh_aso.1.M1-1.c index f0af8568250..1c21845583b 100644 --- a/c/seq-mthreaded/rekh_aso.1.M1-1.c +++ b/c/seq-mthreaded/rekh_aso.1.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.1.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.1.M1-2.c b/c/seq-mthreaded/rekh_aso.1.M1-2.c index 24d780781e1..f3893ed5d61 100644 --- a/c/seq-mthreaded/rekh_aso.1.M1-2.c +++ b/c/seq-mthreaded/rekh_aso.1.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.1.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.1.M4-1.c b/c/seq-mthreaded/rekh_aso.1.M4-1.c index 30b5b2b83b9..7067b9e7b9c 100644 --- a/c/seq-mthreaded/rekh_aso.1.M4-1.c +++ b/c/seq-mthreaded/rekh_aso.1.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.1.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.1.M4-2.c b/c/seq-mthreaded/rekh_aso.1.M4-2.c index b0c520946a7..ededd814374 100644 --- a/c/seq-mthreaded/rekh_aso.1.M4-2.c +++ b/c/seq-mthreaded/rekh_aso.1.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.1.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.2.M1-1.c b/c/seq-mthreaded/rekh_aso.2.M1-1.c index 40743130a87..0afc77e6f32 100644 --- a/c/seq-mthreaded/rekh_aso.2.M1-1.c +++ b/c/seq-mthreaded/rekh_aso.2.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.2.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.2.M1-2.c b/c/seq-mthreaded/rekh_aso.2.M1-2.c index 70848e973a3..919c43ce793 100644 --- a/c/seq-mthreaded/rekh_aso.2.M1-2.c +++ b/c/seq-mthreaded/rekh_aso.2.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.2.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.2.M4-1.c b/c/seq-mthreaded/rekh_aso.2.M4-1.c index 96f85c49047..d1d4d044d8e 100644 --- a/c/seq-mthreaded/rekh_aso.2.M4-1.c +++ b/c/seq-mthreaded/rekh_aso.2.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.2.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.2.M4-2.c b/c/seq-mthreaded/rekh_aso.2.M4-2.c index 2edb9d9e087..cadcb385058 100644 --- a/c/seq-mthreaded/rekh_aso.2.M4-2.c +++ b/c/seq-mthreaded/rekh_aso.2.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.2.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.3.M1.c b/c/seq-mthreaded/rekh_aso.3.M1.c index 470678d6f81..a6a9edffe71 100644 --- a/c/seq-mthreaded/rekh_aso.3.M1.c +++ b/c/seq-mthreaded/rekh_aso.3.M1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.3.M1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.3.M4.c b/c/seq-mthreaded/rekh_aso.3.M4.c index 8180051ca08..fdda661596f 100644 --- a/c/seq-mthreaded/rekh_aso.3.M4.c +++ b/c/seq-mthreaded/rekh_aso.3.M4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.3.M4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.4.M1.c b/c/seq-mthreaded/rekh_aso.4.M1.c index f54ac433f8b..81fbce029a9 100644 --- a/c/seq-mthreaded/rekh_aso.4.M1.c +++ b/c/seq-mthreaded/rekh_aso.4.M1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.4.M1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_aso.4.M4.c b/c/seq-mthreaded/rekh_aso.4.M4.c index c38df77e681..d6ed3bda810 100644 --- a/c/seq-mthreaded/rekh_aso.4.M4.c +++ b/c/seq-mthreaded/rekh_aso.4.M4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_aso.4.M4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_ctm.1.c b/c/seq-mthreaded/rekh_ctm.1.c index 1f9c41cc15e..66fb1bbbd7c 100644 --- a/c/seq-mthreaded/rekh_ctm.1.c +++ b/c/seq-mthreaded/rekh_ctm.1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_ctm.1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_ctm.2-1.c b/c/seq-mthreaded/rekh_ctm.2-1.c index 14397941d77..f2425291294 100644 --- a/c/seq-mthreaded/rekh_ctm.2-1.c +++ b/c/seq-mthreaded/rekh_ctm.2-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_ctm.2-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_ctm.2-2.c b/c/seq-mthreaded/rekh_ctm.2-2.c index c0531baae90..809f43b8cd6 100644 --- a/c/seq-mthreaded/rekh_ctm.2-2.c +++ b/c/seq-mthreaded/rekh_ctm.2-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_ctm.2-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_ctm.3-1.c b/c/seq-mthreaded/rekh_ctm.3-1.c index e24d38f6f5e..381d4d08be9 100644 --- a/c/seq-mthreaded/rekh_ctm.3-1.c +++ b/c/seq-mthreaded/rekh_ctm.3-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_ctm.3-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_ctm.3-2.c b/c/seq-mthreaded/rekh_ctm.3-2.c index 2c7e0fc02e6..96b2eaf28bf 100644 --- a/c/seq-mthreaded/rekh_ctm.3-2.c +++ b/c/seq-mthreaded/rekh_ctm.3-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_ctm.3-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_ctm.4.c b/c/seq-mthreaded/rekh_ctm.4.c index 93065b9d5b3..6d38f16e0fc 100644 --- a/c/seq-mthreaded/rekh_ctm.4.c +++ b/c/seq-mthreaded/rekh_ctm.4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_ctm.4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.1.M1-1.c b/c/seq-mthreaded/rekh_nxt.1.M1-1.c index b4a0196d990..9bf5e17fed5 100644 --- a/c/seq-mthreaded/rekh_nxt.1.M1-1.c +++ b/c/seq-mthreaded/rekh_nxt.1.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.1.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.1.M1-2.c b/c/seq-mthreaded/rekh_nxt.1.M1-2.c index e54cc94343c..75bff0494f6 100644 --- a/c/seq-mthreaded/rekh_nxt.1.M1-2.c +++ b/c/seq-mthreaded/rekh_nxt.1.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.1.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.1.M4-1.c b/c/seq-mthreaded/rekh_nxt.1.M4-1.c index 021c9e57739..f6ec69d7d66 100644 --- a/c/seq-mthreaded/rekh_nxt.1.M4-1.c +++ b/c/seq-mthreaded/rekh_nxt.1.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.1.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.1.M4-2.c b/c/seq-mthreaded/rekh_nxt.1.M4-2.c index bbe18d3876d..c7f6a937985 100644 --- a/c/seq-mthreaded/rekh_nxt.1.M4-2.c +++ b/c/seq-mthreaded/rekh_nxt.1.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.1.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.2.M1-1.c b/c/seq-mthreaded/rekh_nxt.2.M1-1.c index 8cf6b8c8456..4bfe98afc8e 100644 --- a/c/seq-mthreaded/rekh_nxt.2.M1-1.c +++ b/c/seq-mthreaded/rekh_nxt.2.M1-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.2.M1-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.2.M1-2.c b/c/seq-mthreaded/rekh_nxt.2.M1-2.c index 4505dbeb1c0..688aef49580 100644 --- a/c/seq-mthreaded/rekh_nxt.2.M1-2.c +++ b/c/seq-mthreaded/rekh_nxt.2.M1-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.2.M1-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.2.M4-1.c b/c/seq-mthreaded/rekh_nxt.2.M4-1.c index 3e0c98a60d1..b8d568e1171 100644 --- a/c/seq-mthreaded/rekh_nxt.2.M4-1.c +++ b/c/seq-mthreaded/rekh_nxt.2.M4-1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.2.M4-1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.2.M4-2.c b/c/seq-mthreaded/rekh_nxt.2.M4-2.c index 372fd848d73..89f9013ad71 100644 --- a/c/seq-mthreaded/rekh_nxt.2.M4-2.c +++ b/c/seq-mthreaded/rekh_nxt.2.M4-2.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.2.M4-2.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.3.M1.c b/c/seq-mthreaded/rekh_nxt.3.M1.c index 90de44ec039..d0bc3d90618 100644 --- a/c/seq-mthreaded/rekh_nxt.3.M1.c +++ b/c/seq-mthreaded/rekh_nxt.3.M1.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.3.M1.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */ diff --git a/c/seq-mthreaded/rekh_nxt.3.M4.c b/c/seq-mthreaded/rekh_nxt.3.M4.c index 122c79c2e20..98bff8ba12a 100644 --- a/c/seq-mthreaded/rekh_nxt.3.M4.c +++ b/c/seq-mthreaded/rekh_nxt.3.M4.c @@ -2,60 +2,13 @@ extern void abort(void); extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__)); void reach_error() { __assert_fail("0", "rekh_nxt.3.M4.c", 3, "reach_error"); } -/********************************************************************** - -Copyright (c) 2013 Carnegie Mellon University. All Rights Reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following acknowledgments and -disclaimers. - -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -3. The names "Carnegie Mellon University," "SEI" and/or "Software -Engineering Institute" shall not be used to endorse or promote -products derived from this software without prior written -permission. For written permission, please contact -permission@sei.cmu.edu. - -4. Products derived from this software may not be called "SEI" nor may -"SEI" appear in their names without prior written permission of -permission@sei.cmu.edu. - -5. Redistributions of any form whatsoever must retain the following -acknowledgment: - -This material is based upon work funded and supported by the -Department of Defense under Contract No. FA8721-05-C-0003 with -Carnegie Mellon University for the operation of the Software -Engineering Institute, a federally funded research and development -center. - -Any opinions, findings and conclusions or recommendations expressed in -this material are those of the author(s) and do not necessarily -reflect the views of the United States Department of Defense. - -NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING -INSTITUTE MATERIAL IS FURNISHEDON AN "AS-IS" BASIS. CARNEGIE MELLON -UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF -FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS -OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT -MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, -TRADEMARK, OR COPYRIGHT INFRINGEMENT. - -This material has been approved for public release and unlimited -distribution. - -DM-0000575 - -**********************************************************************/ +// This file is part of the SV-Benchmarks collection of verification tasks: +// https://github.com/sosy-lab/sv-benchmarks +// +// SPDX-FileCopyrightText: 2013 Carnegie Mellon University +// SPDX-FileCopyrightText: 2014-2020 The SV-Benchmarks Community +// +// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Attribution-CMU /* Generated by CIL v. 1.4.0 */ /* print_CIL_Input is true */