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

Commit 6a34698

Browse files
Declare CC0 license and copyright of all Juliet tasks for C
This affects only the actual sources for verification tasks, not the original Juliet sources that are also available in the repository in a subdirectory. The NIST webpage https://samate.nist.gov/SARD/testsuite.php now claims This software is not subject to copyright protection and is in the public domain. NIST assumes no responsibility whatsoever for its use by other parties, and makes no guaranties, expressed or implied, about its quality, reliability, or any other characteristic. Pursuant to 17 USC 105, Juliet Test Suite for C/C++ version 1.3 is not subject to copyright protection in the United States. To the extent NIST may claim Foreign Rights in Juliet Test Suite for C/C++ version 1.3, the Test Suite is being made available to you under the CC0 1.0 Public Domain License. Commit 04271be added a copyright statement without mentioning any additional license requirements for the modifications that were applied to create these verification tasks from the original Juliet sources, so I assume that we can also use them without restrictions under CC0.
1 parent 53806e3 commit 6a34698

File tree

18,140 files changed

+145120
-0
lines changed

Some content is hidden

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

18,140 files changed

+145120
-0
lines changed

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_01_bad.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_01_good.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_02_bad.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_02_good.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_03_bad.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_03_good.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_04_bad.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_04_good.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_05_bad.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

c/Juliet_Test/CWE121_Stack_Based_Buffer_Overflow---s01---CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_05_good.i

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// This file is part of the SV-Benchmarks collection of verification tasks:
2+
// https://github.com/sosy-lab/sv-benchmarks
3+
//
4+
// SPDX-FileCopyrightText: 2010-2020 NIST
5+
// SPDX-FileCopyrightText: 2020 The SV-Benchmarks Community
6+
//
7+
// SPDX-License-Identifier: CC0-1.0
8+
19
/* Generated by Frama-C */
210

311
typedef unsigned long size_t;

0 commit comments

Comments
 (0)