diff options
author | jack <0x6A73@pm.me> | 2023-02-17 01:17:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 19:17:35 +1100 |
commit | a0708b2a782c36db2e08380f491d21bfcbd26a1e (patch) | |
tree | 041d6606f3185361246ac26c0e980160d4f81a85 /keyboards/for_science/for_science.c | |
parent | 92f85ce929e7129fdc946edaee8868e1d92bfa7b (diff) |
Fixup for_science (#19867)
Diffstat (limited to 'keyboards/for_science/for_science.c')
-rw-r--r-- | keyboards/for_science/for_science.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/for_science/for_science.c b/keyboards/for_science/for_science.c deleted file mode 100644 index 32956ca673..0000000000 --- a/keyboards/for_science/for_science.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2017 Paul James (paul@peej.co.uk) - * - * 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 - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ -#include "for_science.h" |