From 177f358d65a204424ebba66e61c317d80f31dc7a Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Sat, 1 Apr 2023 16:43:22 +0700 Subject: [PATCH] clean up missed headers --- src/cross.h | 5 ----- src/font.h | 5 ----- src/i_sndfile.c | 5 ----- src/i_sndfile.h | 5 ----- 4 files changed, 20 deletions(-) diff --git a/src/cross.h b/src/cross.h index 70fe01ae..0279b7df 100644 --- a/src/cross.h +++ b/src/cross.h @@ -11,11 +11,6 @@ // 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, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // crosshair patches diff --git a/src/font.h b/src/font.h index d46200f0..1eb3bbb5 100644 --- a/src/font.h +++ b/src/font.h @@ -13,11 +13,6 @@ // 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, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // bargraph patches, smaller digit patches, full new smaller hud font diff --git a/src/i_sndfile.c b/src/i_sndfile.c index 1a33f1ca..3c647064 100644 --- a/src/i_sndfile.c +++ b/src/i_sndfile.c @@ -13,11 +13,6 @@ // 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, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Load sound lumps with libsndfile. diff --git a/src/i_sndfile.h b/src/i_sndfile.h index 7ae43ef6..ee916e4b 100644 --- a/src/i_sndfile.h +++ b/src/i_sndfile.h @@ -13,11 +13,6 @@ // 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, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -// // DESCRIPTION: // Load sound lumps with libsndfile.