Index: trunk/psLib/src/db/psDB.c
===================================================================
--- trunk/psLib/src/db/psDB.c	(revision 14685)
+++ trunk/psLib/src/db/psDB.c	(revision 14761)
@@ -1,19 +1,27 @@
-/** @file  psDB.c
+/** @file psDB.c
  *
- * -*- mode: C; c-basic-indent: 4; tab-width: 8; indent-tabs-mode: nil -*-
- * vim: set cindent ts=8 sw=4 expandtab:
+ * Copyright (C) 2005-2007  Joshua Hoblitt, University of Hawaii
+ * Copyright (C) 2005  Aaron Culliney
  *
- *  @brief database functions
+ * 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 the Free
+ * Software Foundation; either version 2 of the License, or (at your option)
+ * any later version.
  *
- *  This file contains functions that perform basic database operations.  MySQL
- *  4.1.2 or newer is required.
+ * This program is distributed in the hope that it will be useful, 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.
  *
- *  @author Aaron Culliney
- *  @author Joshua Hoblitt
+ * You should have received a copy of the GNU General Public License along with
+ * program; see the file COPYING. If not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  *
- *  @version $Revision: 1.145 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-08-29 00:23:49 $
+ * @brief database functions
  *
- *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
+ * This file contains functions that perform basic database operations.  MySQL
+ * 4.1.2 or newer is required.
+ *
+ * $Id: psDB.c,v 1.146 2007-09-05 23:20:04 jhoblitt Exp $
  */
 
