Skip to content

Commit 671340b

Browse files
committed
license: Relicense to CC-0
1 parent 59bbe08 commit 671340b

File tree

11 files changed

+131
-504
lines changed

11 files changed

+131
-504
lines changed

LICENSE

Lines changed: 121 additions & 454 deletions
Large diffs are not rendered by default.

include/nanocbor/config.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
/**

include/nanocbor/nanocbor.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
/**

src/decoder.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
/**

src/encoder.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
/**

tests/automated/main.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
#include <time.h>

tests/automated/test.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
#ifndef TEST_H

tests/automated/test_decoder.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
#include "test.h"

tests/automated/test_encoder.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
#include "test.h"

tests/encode/main.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/*
2-
* Copyright (C) 2019 Koen Zandberg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-License-Identifier: CC0-1.0
73
*/
84

95
#include <stdio.h>

0 commit comments

Comments
 (0)