diff --git a/src/ds_inhibit.rs b/src/ds_inhibit.rs index 3d8bb44..a23ccb5 100644 --- a/src/ds_inhibit.rs +++ b/src/ds_inhibit.rs @@ -1,4 +1,10 @@ -/* SPDX-License-Identifier: BSD-2-Clause */ +/* + * Copyright © 2023 Collabora Ltd. + * Copyright © 2024 Valve Software + * + * SPDX-License-Identifier: MIT + */ + use anyhow::{anyhow, Result}; use inotify::{Event, EventMask, EventStream, Inotify, WatchDescriptor, WatchMask}; use std::collections::HashMap;