From c3e1943bc8fe7c9c8057f5925303238232a84b8c Mon Sep 17 00:00:00 2001 From: Mason Stallmo Date: Thu, 26 Sep 2024 10:16:26 -0700 Subject: [PATCH] chore: Add spdx license identifier to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 494849e..193e47d 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,10 @@ See [crate documentation] for more information. 3. Bump the version number in `Cargo.toml` 4. Run `cargo release --execute` 5. Merge PR if all goes well + +## License + +This work is dual-licensed under Apache 2.0 and GPL 2.0 (or any later version). +You can choose between one of them if you use this work. + +`SPDX-License-Identifier: Apache-2.0 OR MIT`