Add my copyright to files I've modified.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / timeloop.h
index b683cd8..ccc6215 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file timeloop.h
 **     \brief Template Header
 **
-**     $Id: timeloop.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -51,10 +51,10 @@ protected:
 
 public:
        ~Layer_TimeLoop();
-       
+
        virtual bool set_param(const synfig::String & param, const synfig::ValueBase &value);
 
-       virtual synfig::ValueBase get_param(const synfig::String & param)const; 
+       virtual synfig::ValueBase get_param(const synfig::String & param)const;
 
        virtual Vocab get_param_vocab()const;
        virtual synfig::Color get_color(synfig::Context context, const synfig::Point &pos)const;