From 66c8bd24092882f530834ad413628aed56e4b0bc Mon Sep 17 00:00:00 2001
From: "Tobias S. Josefowitz" <tobij@tobij.de>
Date: Thu, 18 Mar 2021 00:41:06 +0100
Subject: [PATCH] Image.PNG: Remove $Id$

---
 .gitattributes                    | 1 -
 src/modules/Image/encodings/png.c | 2 --
 2 files changed, 3 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 4d94e4be5d..ba05d24cbc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -451,7 +451,6 @@ testfont binary
 /src/modules/Image/encodings/ilbm.c foreign_ident
 /src/modules/Image/encodings/neo.c foreign_ident
 /src/modules/Image/encodings/pcx.c foreign_ident
-/src/modules/Image/encodings/png.c foreign_ident
 /src/modules/Image/encodings/pnm.c foreign_ident
 /src/modules/Image/encodings/psd.c foreign_ident
 /src/modules/Image/encodings/psd_constant_strings.h foreign_ident
diff --git a/src/modules/Image/encodings/png.c b/src/modules/Image/encodings/png.c
index cf9ebc7c0c..aa1612d19d 100644
--- a/src/modules/Image/encodings/png.c
+++ b/src/modules/Image/encodings/png.c
@@ -2,11 +2,9 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: png.c,v 1.60 2004/04/18 18:42:12 nilsson Exp $
 */
 
 #include "global.h"
-RCSID("$Id: png.c,v 1.60 2004/04/18 18:42:12 nilsson Exp $");
 
 #include "image_machine.h"
 
-- 
GitLab