From 02ccc50e6085a9d0a4f38f252960e2d14ffe4d1f Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Mar 2023 14:02:04 +1100 Subject: Remove more empty headers (#20155) --- keyboards/hineybush/h08_ocelot/h08_ocelot.c | 17 ----------------- keyboards/hineybush/h65/h65.c | 17 ----------------- keyboards/hineybush/h65_hotswap/h65_hotswap.c | 17 ----------------- keyboards/hineybush/hineyg80/hineyg80.c | 16 ---------------- keyboards/hineybush/sm68/sm68.c | 17 ----------------- 5 files changed, 84 deletions(-) delete mode 100644 keyboards/hineybush/h08_ocelot/h08_ocelot.c delete mode 100644 keyboards/hineybush/h65/h65.c delete mode 100644 keyboards/hineybush/h65_hotswap/h65_hotswap.c delete mode 100644 keyboards/hineybush/hineyg80/hineyg80.c delete mode 100644 keyboards/hineybush/sm68/sm68.c (limited to 'keyboards/hineybush') diff --git a/keyboards/hineybush/h08_ocelot/h08_ocelot.c b/keyboards/hineybush/h08_ocelot/h08_ocelot.c deleted file mode 100644 index e00bd9ecb5..0000000000 --- a/keyboards/hineybush/h08_ocelot/h08_ocelot.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2021 hineybush - * - * 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 . - */ - -#include "h08_ocelot.h" diff --git a/keyboards/hineybush/h65/h65.c b/keyboards/hineybush/h65/h65.c deleted file mode 100644 index 76467ef91b..0000000000 --- a/keyboards/hineybush/h65/h65.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2021 hineybush - * - * 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 . - */ - -#include "h65.h" diff --git a/keyboards/hineybush/h65_hotswap/h65_hotswap.c b/keyboards/hineybush/h65_hotswap/h65_hotswap.c deleted file mode 100644 index df5e56bf0b..0000000000 --- a/keyboards/hineybush/h65_hotswap/h65_hotswap.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2021 hineybush - * - * 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 . - */ - -#include "h65_hotswap.h" diff --git a/keyboards/hineybush/hineyg80/hineyg80.c b/keyboards/hineybush/hineyg80/hineyg80.c deleted file mode 100644 index a56e46e9de..0000000000 --- a/keyboards/hineybush/hineyg80/hineyg80.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Josh Hinnebusch - * - * 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 . - */ -#include "hineyg80.h" diff --git a/keyboards/hineybush/sm68/sm68.c b/keyboards/hineybush/sm68/sm68.c deleted file mode 100644 index 54fd8ab0a3..0000000000 --- a/keyboards/hineybush/sm68/sm68.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 hineybush - * - * 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 . - */ - -#include "sm68.h" -- cgit v1.2.3