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/noxary/260/260.c | 16 ---------------- keyboards/noxary/268/268.c | 16 ---------------- keyboards/noxary/268_2_rgb/268_2_rgb.c | 16 ---------------- keyboards/noxary/378/378.c | 18 ------------------ keyboards/noxary/valhalla/valhalla.c | 18 ------------------ keyboards/noxary/vulcan/vulcan.c | 17 ----------------- 6 files changed, 101 deletions(-) delete mode 100644 keyboards/noxary/260/260.c delete mode 100644 keyboards/noxary/268/268.c delete mode 100644 keyboards/noxary/268_2_rgb/268_2_rgb.c delete mode 100644 keyboards/noxary/378/378.c delete mode 100644 keyboards/noxary/valhalla/valhalla.c delete mode 100644 keyboards/noxary/vulcan/vulcan.c (limited to 'keyboards/noxary') diff --git a/keyboards/noxary/260/260.c b/keyboards/noxary/260/260.c deleted file mode 100644 index a2f76a38a7..0000000000 --- a/keyboards/noxary/260/260.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 MechMerlin - * - * 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 "260.h" diff --git a/keyboards/noxary/268/268.c b/keyboards/noxary/268/268.c deleted file mode 100644 index 60ea6070d4..0000000000 --- a/keyboards/noxary/268/268.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Rozakiin - * - * 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 "268.h" diff --git a/keyboards/noxary/268_2_rgb/268_2_rgb.c b/keyboards/noxary/268_2_rgb/268_2_rgb.c deleted file mode 100644 index 038d34c83c..0000000000 --- a/keyboards/noxary/268_2_rgb/268_2_rgb.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2020 Rozakiin - * - * 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 "268_2_rgb.h" diff --git a/keyboards/noxary/378/378.c b/keyboards/noxary/378/378.c deleted file mode 100644 index 10835509e3..0000000000 --- a/keyboards/noxary/378/378.c +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright 2015 Álvaro "Gondolindrim" Volpato - -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 "378.h" diff --git a/keyboards/noxary/valhalla/valhalla.c b/keyboards/noxary/valhalla/valhalla.c deleted file mode 100644 index a8b2165091..0000000000 --- a/keyboards/noxary/valhalla/valhalla.c +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright 2015 Álvaro "Gondolindrim" Volpato - -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 "valhalla.h" diff --git a/keyboards/noxary/vulcan/vulcan.c b/keyboards/noxary/vulcan/vulcan.c deleted file mode 100644 index a36569ecbd..0000000000 --- a/keyboards/noxary/vulcan/vulcan.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 "vulcan.h" - -- cgit v1.2.3