diff options
Diffstat (limited to 'sigmod/Tile.cpp')
| -rw-r--r-- | sigmod/Tile.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sigmod/Tile.cpp b/sigmod/Tile.cpp index 3af65653..44cc5f9f 100644 --- a/sigmod/Tile.cpp +++ b/sigmod/Tile.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2007-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,6 +15,10 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ +/** + * \file sigmod/Tile.cpp + */ + // Header include #include "Tile.h" |
