aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-11 15:20:12 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-11 15:20:12 -0500
commite8dbc75d70c29ea68e6a8d9fb42909c1866345c6 (patch)
tree4081461aff163b73bdd97a9f9a444b1d4e73b10d
parent070ae7a6ac8daf7a5d5abecc5a45b78611883246 (diff)
Added 0BSD LicenseHEADv1.5.1master
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml8
-rw-r--r--LICENSE-0BSD5
3 files changed, 10 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1ab4baf..085e36b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -884,7 +884,7 @@ dependencies = [
[[package]]
name = "pomd"
-version = "1.5.0"
+version = "1.5.1"
dependencies = [
"async-std",
"confy",
diff --git a/Cargo.toml b/Cargo.toml
index 3d0574d..b5cd30d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "pomd"
-version = "1.5.0"
+version = "1.5.1"
description = "A simple configurable pomodoro D-Bus daemon"
-license = "MIT OR Apache-2.0"
+license = "0BSD OR MIT OR Apache-2.0"
edition = "2021"
keywords = ["productivity", "pomodoro", "daemon"]
-repository = "https://github.com/exvacuum/pomd"
+repository = "https://git.exvacuum.dev/pomd"
[dependencies]
-notify-rust = "4"
+notify-rust = "4.11"
zbus = "5.1"
async-std = { version = "1.12", features = ["attributes"] }
pausable_clock = "1.0"
diff --git a/LICENSE-0BSD b/LICENSE-0BSD
new file mode 100644
index 0000000..7a39b21
--- /dev/null
+++ b/LICENSE-0BSD
@@ -0,0 +1,5 @@
+Copyright (C) 2024 by Silas Bartha [email protected]
+
+Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.