diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2020-08-01 14:01:58 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2020-08-01 14:01:58 +0200 | 
| commit | 0d37e5bc8a5f1af3e264b029879fd79da6bd964c (patch) | |
| tree | ef8c03a2a2e458e8e26e7f95782058a7ada17dd6 /hid | |
| parent | eae39b13c2f5dcaf2a27b45f1e27041a2e5f4c40 (diff) | |
| download | haven-0d37e5bc8a5f1af3e264b029879fd79da6bd964c.tar.gz haven-0d37e5bc8a5f1af3e264b029879fd79da6bd964c.tar.xz haven-0d37e5bc8a5f1af3e264b029879fd79da6bd964c.zip | |
Name change
Diffstat (limited to 'hid')
| -rw-r--r-- | hid/main.go | 2 | ||||
| -rw-r--r-- | hid/main_test.go | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/hid/main.go b/hid/main.go index 8fcb6c2..28d6fd6 100644 --- a/hid/main.go +++ b/hid/main.go @@ -1,5 +1,5 @@  // -// Copyright (c) 2014 - 2018, Přemysl Janouch <p@janouch.name> +// Copyright (c) 2014 - 2018, Přemysl Eric Janouch <p@janouch.name>  //  // Permission to use, copy, modify, and/or distribute this software for any  // purpose with or without fee is hereby granted. diff --git a/hid/main_test.go b/hid/main_test.go index 4d6ccb3..8241b4e 100644 --- a/hid/main_test.go +++ b/hid/main_test.go @@ -1,5 +1,5 @@  // -// Copyright (c) 2015 - 2018, Přemysl Janouch <p@janouch.name> +// Copyright (c) 2015 - 2018, Přemysl Eric Janouch <p@janouch.name>  //  // Permission to use, copy, modify, and/or distribute this software for any  // purpose with or without fee is hereby granted. | 
