ds_inhibit: Fix license

This commit is contained in:
Vicki Pfau 2024-06-12 16:10:29 -07:00
parent f5b17330bc
commit cae5a69e6e

View file

@ -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;