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/ai03/andromeda/andromeda.c | 17 ----------------- keyboards/ai03/equinox/equinox.c | 17 ----------------- keyboards/ai03/jp60/jp60.c | 17 ----------------- keyboards/ai03/lunar/lunar.c | 16 ---------------- keyboards/ai03/orbit_x/orbit_x.c | 18 ------------------ keyboards/ai03/polaris/polaris.c | 16 ---------------- keyboards/ai03/quasar/quasar.c | 16 ---------------- keyboards/ai03/soyuz/soyuz.c | 16 ---------------- keyboards/ai03/voyager60_alps/voyager60_alps.c | 15 --------------- 9 files changed, 148 deletions(-) delete mode 100644 keyboards/ai03/andromeda/andromeda.c delete mode 100644 keyboards/ai03/equinox/equinox.c delete mode 100644 keyboards/ai03/jp60/jp60.c delete mode 100644 keyboards/ai03/lunar/lunar.c delete mode 100644 keyboards/ai03/orbit_x/orbit_x.c delete mode 100644 keyboards/ai03/polaris/polaris.c delete mode 100644 keyboards/ai03/quasar/quasar.c delete mode 100644 keyboards/ai03/soyuz/soyuz.c delete mode 100644 keyboards/ai03/voyager60_alps/voyager60_alps.c (limited to 'keyboards/ai03') diff --git a/keyboards/ai03/andromeda/andromeda.c b/keyboards/ai03/andromeda/andromeda.c deleted file mode 100644 index 5dd580effd..0000000000 --- a/keyboards/ai03/andromeda/andromeda.c +++ /dev/null @@ -1,17 +0,0 @@ -/* -Copyright 2021 Andrew Kannan - -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 "andromeda.h" diff --git a/keyboards/ai03/equinox/equinox.c b/keyboards/ai03/equinox/equinox.c deleted file mode 100644 index a8ea38ecd1..0000000000 --- a/keyboards/ai03/equinox/equinox.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2019 Ryota Goto - * - * 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 "equinox.h" - diff --git a/keyboards/ai03/jp60/jp60.c b/keyboards/ai03/jp60/jp60.c deleted file mode 100644 index c18a99c6a6..0000000000 --- a/keyboards/ai03/jp60/jp60.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright 2021 ai03 - * - * 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 "jp60.h" diff --git a/keyboards/ai03/lunar/lunar.c b/keyboards/ai03/lunar/lunar.c deleted file mode 100644 index 9c7bf23a62..0000000000 --- a/keyboards/ai03/lunar/lunar.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Ryota Goto - * - * 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 "lunar.h" diff --git a/keyboards/ai03/orbit_x/orbit_x.c b/keyboards/ai03/orbit_x/orbit_x.c deleted file mode 100644 index 3327261add..0000000000 --- a/keyboards/ai03/orbit_x/orbit_x.c +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2019 Ryota Goto - * - * 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 "orbit_x.h" - diff --git a/keyboards/ai03/polaris/polaris.c b/keyboards/ai03/polaris/polaris.c deleted file mode 100644 index 256dcb930a..0000000000 --- a/keyboards/ai03/polaris/polaris.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Ryota Goto - * - * 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 "polaris.h" diff --git a/keyboards/ai03/quasar/quasar.c b/keyboards/ai03/quasar/quasar.c deleted file mode 100644 index 75d77e355c..0000000000 --- a/keyboards/ai03/quasar/quasar.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Ryota Goto - * - * 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 "quasar.h" diff --git a/keyboards/ai03/soyuz/soyuz.c b/keyboards/ai03/soyuz/soyuz.c deleted file mode 100644 index e643d14ec1..0000000000 --- a/keyboards/ai03/soyuz/soyuz.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Ryota Goto - * - * 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 "soyuz.h" diff --git a/keyboards/ai03/voyager60_alps/voyager60_alps.c b/keyboards/ai03/voyager60_alps/voyager60_alps.c deleted file mode 100644 index 251198c445..0000000000 --- a/keyboards/ai03/voyager60_alps/voyager60_alps.c +++ /dev/null @@ -1,15 +0,0 @@ -/* -Copyright 2020 -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 "voyager60_alps.h" -- cgit v1.2.3