From b76b71507dbd567b2c7f98228783a6dfc8a7bec5 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Thu, 11 Aug 2022 14:40:27 -0300 Subject: Change license to 0BSD for better compatibility --- Cargo.toml | 4 ++-- src/lib.rs | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 527af5f..bd6563a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ltptr" -version = "0.1.2" +version = "0.1.3" edition = "2021" -license = "CC0-1.0" +license = "0BSD" description = "Checked raw pointers." homepage = "https://ganarchy.autistic.space/project/f21e8e1bea1e93aaa22e4d6baa3a490140977617" 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. -- cgit 1.4.1