Add my copyright to files I've modified.
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / trgt_openexr.cpp
index 2a2932e..9142b1d 100644 (file)
@@ -2,8 +2,11 @@
 /*!    \file trgt_openexr.cpp
 **     \brief exr_trgt Target Module
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -32,7 +35,6 @@
 #endif
 
 #include "trgt_openexr.h"
-#include <synfig/synfig.h>
 #include <ETL/stringf>
 #include <cstdio>
 #include <algorithm>
@@ -51,7 +53,7 @@ SYNFIG_TARGET_INIT(exr_trgt);
 SYNFIG_TARGET_SET_NAME(exr_trgt,"openexr");
 SYNFIG_TARGET_SET_EXT(exr_trgt,"exr");
 SYNFIG_TARGET_SET_VERSION(exr_trgt,"1.0.4");
-SYNFIG_TARGET_SET_CVS_ID(exr_trgt,"$Id: trgt_openexr.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $");
+SYNFIG_TARGET_SET_CVS_ID(exr_trgt,"$Id$");
 
 /* === M E T H O D S ======================================================= */