Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_gif / trgt_gif.h
index 1efa363..ae10e31 100644 (file)
@@ -1,8 +1,10 @@
-/*! ========================================================================
-** Synfig
-** Template Header File
-** $Id: trgt_gif.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $
+/* === S Y N F I G ========================================================= */
+/*!    \file trgt_gif.h
+**     \brief Template Header
 **
+**     $Id$
+**
+**     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
 **     This package is free software; you can redistribute it and/or
@@ -14,6 +16,7 @@
 **     but WITHOUT ANY WARRANTY; without even the implied warranty of
 **     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 **     General Public License for more details.
+**     \endlegal
 **
 ** === N O T E S ===========================================================
 **
@@ -65,7 +68,7 @@ private:
                                empty();
                }
 
-               // Emptys out the current pool into
+               // Empties out the current pool into
                // the buffer. Calls 'dump()' if the
                // buffer is full.
                void empty()
@@ -148,7 +151,7 @@ private:
                }
 
                // Destructor just deletes any
-               // children and sibblings.
+               // children and siblings.
                ~lzwcode()
                {
                        if(kids)
@@ -165,7 +168,7 @@ private:
        int
                i,                      // General-purpose index
                codesize,       // Current code size
-               rootsize,       // Size of pixel bits (will be recalculted)
+               rootsize,       // Size of pixel bits (will be recalculated)
                nextcode;       // Next code to use
        lzwcode *table,*next,*node;