From b03127ccf7bdd285dbe43f7a7da16f33bffe100e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 3 Jan 2025 08:00:36 -0500 Subject: [PATCH] In notify-types, relicense src/event.rs to (MIT OR Apache-2.0) This file was copied from the main notify crate and had a header comment that indicated it was licensed CC0-1.0 or Artistic-2.0 with an additional clause (see https://github.com/notify-rs/notify/issues/514); Since @dfaust indicates in https://github.com/notify-rs/notify/pull/661#discussion_r1901262603 that this file can be relicensed, we simply remove the old header comment to indicate that (by default) it falls under the overall (MIT OR Apache-2.0) license of the notify-types crate. --- notify-types/src/event.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/notify-types/src/event.rs b/notify-types/src/event.rs index 8de588d2..9e1f3dec 100644 --- a/notify-types/src/event.rs +++ b/notify-types/src/event.rs @@ -1,5 +1,3 @@ -// This file is dual-licensed under the Artistic License 2.0 as per the -// LICENSE.ARTISTIC file, and the Creative Commons Zero 1.0 license. //! The `Event` type and the hierarchical `EventKind` descriptor. use std::{