summary refs log tree commit diff stats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-08-11 14:40:27 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-08-11 14:40:27 -0300
commitb76b71507dbd567b2c7f98228783a6dfc8a7bec5 (patch)
treef611da8d321694e92ce2e0bdbe53f4df8f0606e1 /src/lib.rs
parent2f501cd8b909ccf8249b30dedbb15e74012617ca (diff)
Change license to 0BSD for better compatibility
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2fcbe12..90cef27 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,6 @@
+// Copyright (C) 2022 Soni L.
+// SPDX-License-Identifier: 0BSD
+
 #![cfg_attr(not(feature="std"),no_std)]
 
 //! This crate provides "checked" raw pointers.