Skip to content

Commit edbb48c

Browse files
committed
meta: Add SPDX License Identifiers
1 parent 00037cb commit edbb48c

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[workspace]
1+
# SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
22

3+
[workspace]
34
members = [
45
"tinydtls-sys",
56
]

tinydtls-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
12
[package]
23
name = "tinydtls-sys"
34
version = "0.1.0-alpha.1+tinydtls-c8d2def"

tinydtls-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
12
use std::{
23
env,
34
io::ErrorKind,

tinydtls-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: EPL-1.0 OR BSD-3-CLAUSE
12
// Bindgen translates the C headers, clippy's and rustfmt's recommendations are not applicable here.
23
#![allow(clippy::all)]
34
#![allow(non_camel_case_types)]

0 commit comments

Comments
 (0)