From cdeddb5abde9c32136161db1e013eba053a25175 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 25 Nov 2022 09:20:53 +0100 Subject: [PATCH] simple_display.h: fix obsolete license text --- src/driver/simple_display.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/driver/simple_display.h b/src/driver/simple_display.h index 5b314a86d..1c9574a5e 100644 --- a/src/driver/simple_display.h +++ b/src/driver/simple_display.h @@ -19,8 +19,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef __simple_display__