From 4031894aefd32092ae229d12b608ad2402442d95 Mon Sep 17 00:00:00 2001 From: PeterN Date: Wed, 2 Nov 2022 00:24:31 +0000 Subject: [PATCH] Cleanup: Remove svn-style `$Id$` comments. (#10122) --- src/blitter/40bpp_anim.cpp | 2 -- src/blitter/40bpp_anim.hpp | 2 -- src/misc/lrucache.hpp | 2 -- src/table/opengl_shader.h | 2 -- src/video/opengl.cpp | 2 -- src/video/opengl.h | 2 -- 6 files changed, 12 deletions(-) diff --git a/src/blitter/40bpp_anim.cpp b/src/blitter/40bpp_anim.cpp index d29b34a179..fe805a23e9 100644 --- a/src/blitter/40bpp_anim.cpp +++ b/src/blitter/40bpp_anim.cpp @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * This file is part of OpenTTD. * OpenTTD 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, version 2. diff --git a/src/blitter/40bpp_anim.hpp b/src/blitter/40bpp_anim.hpp index c0bea15ae0..6687809593 100644 --- a/src/blitter/40bpp_anim.hpp +++ b/src/blitter/40bpp_anim.hpp @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * This file is part of OpenTTD. * OpenTTD 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, version 2. diff --git a/src/misc/lrucache.hpp b/src/misc/lrucache.hpp index f6cac49bfa..b0e950b2fc 100644 --- a/src/misc/lrucache.hpp +++ b/src/misc/lrucache.hpp @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * This file is part of OpenTTD. * OpenTTD 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, version 2. diff --git a/src/table/opengl_shader.h b/src/table/opengl_shader.h index 5f4244ef1b..b644123d14 100644 --- a/src/table/opengl_shader.h +++ b/src/table/opengl_shader.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * This file is part of OpenTTD. * OpenTTD 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, version 2. diff --git a/src/video/opengl.cpp b/src/video/opengl.cpp index 01ef24c555..68ceea98f0 100644 --- a/src/video/opengl.cpp +++ b/src/video/opengl.cpp @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * This file is part of OpenTTD. * OpenTTD 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, version 2. diff --git a/src/video/opengl.h b/src/video/opengl.h index b1d9080ba7..49fade6b02 100644 --- a/src/video/opengl.h +++ b/src/video/opengl.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* * This file is part of OpenTTD. * OpenTTD 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, version 2.