Add license header to music-player mpris.rs

This commit is contained in:
mars 2022-11-26 22:06:21 -07:00
parent b0c29818ee
commit 6054949694
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Copyright (c) 2022 Marceline Cramer
// SPDX-License-Identifier: AGPL-3.0-or-later
use std::collections::HashMap;
use zbus::fdo::DBusProxy;