From 673a19d60af5e8e3a45c0d7ee668234f0ec0f646 Mon Sep 17 00:00:00 2001
From: "Tobias S. Josefowitz" <tobij@tobij.de>
Date: Wed, 17 Mar 2021 23:00:52 +0100
Subject: [PATCH] Image.GIF: Remove $Id$

---
 .gitattributes                     | 1 -
 src/modules/_Image_GIF/image_gif.c | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 12b4a01c97..d1741f2bc1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -443,7 +443,6 @@ testfont binary
 /src/modules/_Image_GIF/configure.in foreign_ident
 /src/modules/_Image_GIF/gif_lzw.c foreign_ident
 /src/modules/_Image_GIF/gif_lzw.h foreign_ident
-/src/modules/_Image_GIF/image_gif.c foreign_ident
 /src/modules/_Image_JPEG/Makefile.in foreign_ident
 /src/modules/_Image_JPEG/acconfig.h foreign_ident
 /src/modules/_Image_JPEG/configure.in foreign_ident
diff --git a/src/modules/_Image_GIF/image_gif.c b/src/modules/_Image_GIF/image_gif.c
index 6f2b7226ae..8bea273b4b 100644
--- a/src/modules/_Image_GIF/image_gif.c
+++ b/src/modules/_Image_GIF/image_gif.c
@@ -1,9 +1,5 @@
-/* $Id: image_gif.c,v 1.2 2000/12/01 08:10:31 hubbe Exp $ */
-
 /*
 **! module Image
-**! note
-**!	$Id: image_gif.c,v 1.2 2000/12/01 08:10:31 hubbe Exp $
 **! submodule GIF
 **!
 **!	This submodule keep the GIF encode/decode capabilities
@@ -35,7 +31,6 @@
 #include <ctype.h>
 
 #include "stralloc.h"
-RCSID("$Id: image_gif.c,v 1.2 2000/12/01 08:10:31 hubbe Exp $");
 #include "pike_macros.h"
 #include "object.h"
 #include "constants.h"
-- 
GitLab