Added missing $Id$ keyword to the header.
[synfig.git] / synfig-core / trunk / src / modules / mod_png / trgt_png.cpp
index f87c4a2..1f2a37f 100644 (file)
@@ -2,6 +2,8 @@
 /*!    \file trgt_png.cpp
 **     \brief png_trgt Target Module
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
@@ -53,7 +55,7 @@ SYNFIG_TARGET_INIT(png_trgt);
 SYNFIG_TARGET_SET_NAME(png_trgt,"png");
 SYNFIG_TARGET_SET_EXT(png_trgt,"png");
 SYNFIG_TARGET_SET_VERSION(png_trgt,"0.1");
-SYNFIG_TARGET_SET_CVS_ID(png_trgt,"$Id: trgt_png.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $");
+SYNFIG_TARGET_SET_CVS_ID(png_trgt,"$Id$");
 
 /* === M E T H O D S ======================================================= */