Skip to content

Commit 6fd451c

Browse files
committed
add missing copyright headers
1 parent efa31ab commit 6fd451c

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

src/args.rs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
// Copyright 2025 Elaine Cubit
2+
//
3+
// This file is part of polybar-mpris-watcher-rs.
4+
//
5+
// polybar-mpris-watcher-rs is free software: you can redistribute it and/or
6+
// modify it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or (at your
8+
// option) any later version.
9+
//
10+
// polybar-mpris-watcher-rs is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12+
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13+
// more details.
14+
//
15+
// You should have received a copy of the GNU General Public License along with
16+
// this program. If not, see <https://www.gnu.org/licenses/>.
17+
118
use clap::{
219
ValueEnum,
320
Parser,

src/control.rs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
// Copyright 2025 Elaine Cubit
2+
//
3+
// This file is part of polybar-mpris-watcher-rs.
4+
//
5+
// polybar-mpris-watcher-rs is free software: you can redistribute it and/or
6+
// modify it under the terms of the GNU General Public License as published by
7+
// the Free Software Foundation, either version 3 of the License, or (at your
8+
// option) any later version.
9+
//
10+
// polybar-mpris-watcher-rs is distributed in the hope that it will be useful,
11+
// but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12+
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13+
// more details.
14+
//
15+
// You should have received a copy of the GNU General Public License along with
16+
// this program. If not, see <https://www.gnu.org/licenses/>.
17+
118
use crate::args::Operation;
219
use mpris::{
320
PlayerFinder

0 commit comments

Comments
 (0)