Changeset 14761
- Timestamp:
- Sep 5, 2007, 1:20:04 PM (19 years ago)
- Location:
- trunk/psLib/src/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r14685 r14761 1 /** @file psDB.c1 /** @file psDB.c 2 2 * 3 * -*- mode: C; c-basic-indent: 4; tab-width: 8; indent-tabs-mode: nil -*-4 * vim: set cindent ts=8 sw=4 expandtab:3 * Copyright (C) 2005-2007 Joshua Hoblitt, University of Hawaii 4 * Copyright (C) 2005 Aaron Culliney 5 5 * 6 * @brief database functions 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation; either version 2 of the License, or (at your option) 9 * any later version. 7 10 * 8 * This file contains functions that perform basic database operations. MySQL 9 * 4.1.2 or newer is required. 11 * This program is distributed in the hope that it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 10 15 * 11 * @author Aaron Culliney 12 * @author Joshua Hoblitt 16 * You should have received a copy of the GNU General Public License along with 17 * program; see the file COPYING. If not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 13 19 * 14 * @version $Revision: 1.145 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-08-29 00:23:49 $ 20 * @brief database functions 16 21 * 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii 22 * This file contains functions that perform basic database operations. MySQL 23 * 4.1.2 or newer is required. 24 * 25 * $Id: psDB.c,v 1.146 2007-09-05 23:20:04 jhoblitt Exp $ 18 26 */ 19 27 -
trunk/psLib/src/db/psDB.h
r14452 r14761 1 /* @file psDB.h 1 /** @file psDB.h 2 * 3 * Copyright (C) 2007 Joshua Hoblitt, University of Hawaii 4 * 5 * This program is free software; you can redistribute it and/or modify it 6 * under the terms of the GNU General Public License as published by the Free 7 * Software Foundation; either version 2 of the License, or (at your option) 8 * any later version. 9 * 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License along with 16 * program; see the file COPYING. If not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 2 19 * @brief database types and functions 3 20 * … … 5 22 * perform basic database operations. 6 23 * 7 * @author Joshua Hoblitt 8 * 9 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-08-09 01:40:07 $ 11 * 12 * Copyright 2005 Joshua Hoblitt, University of Hawaii 24 * $Id: psDB.h,v 1.37 2007-09-05 23:20:04 jhoblitt Exp $ 13 25 */ 14 26
Note:
See TracChangeset
for help on using the changeset viewer.
