Skip to content

Commit

Permalink
docs(client): add missing license header
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Sep 13, 2024
1 parent 5fd2241 commit 2238751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mm-client/src/gamepad.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2024 Colin Marc <[email protected]>
//
// SPDX-License-Identifier: MIT

use std::collections::HashMap;

use anyhow::anyhow;
Expand Down

0 comments on commit 2238751

Please sign in to comment.