diff options
author | skullY <skullydazed@gmail.com> | 2019-01-27 17:07:07 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-02-10 15:37:12 -0800 |
commit | 1a680c1d6a426dfcd43af90c1083da15b0217086 (patch) | |
tree | 3b0c95460c9afec9a0852d2364dde6518c819176 /drivers/issi | |
parent | 84879f28a3e9e61053f7db37724b23bb32fbb0b4 (diff) | |
download | firmware-1a680c1d6a426dfcd43af90c1083da15b0217086.tar.gz firmware-1a680c1d6a426dfcd43af90c1083da15b0217086.tar.bz2 firmware-1a680c1d6a426dfcd43af90c1083da15b0217086.zip |
cleanup
Diffstat (limited to 'drivers/issi')
-rw-r--r-- | drivers/issi/is31fl3731-simple.c | 1 | ||||
-rw-r--r-- | drivers/issi/is31fl3731-simple.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/issi/is31fl3731-simple.c b/drivers/issi/is31fl3731-simple.c index ff6620b72..a7faa9c38 100644 --- a/drivers/issi/is31fl3731-simple.c +++ b/drivers/issi/is31fl3731-simple.c @@ -1,5 +1,6 @@ /* Copyright 2017 Jason Williams * Copyright 2018 Jack Humbert + * Copyright 2019 Clueboard * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/drivers/issi/is31fl3731-simple.h b/drivers/issi/is31fl3731-simple.h index 3b107d48f..dbe498281 100644 --- a/drivers/issi/is31fl3731-simple.h +++ b/drivers/issi/is31fl3731-simple.h @@ -1,5 +1,6 @@ /* Copyright 2017 Jason Williams * Copyright 2018 Jack Humbert + * Copyright 2019 Clueboard * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |