Project

General

Profile

« Previous | Next » 

Revision 669

Added by Matt Jones over 23 years ago

Added license terms to source code files, and cleaned up some javadoc
documentation in a few places.

View differences:

DBSimpleQuery.java
12 12
 *   '$Author$'
13 13
 *     '$Date$'
14 14
 * '$Revision$'
15
 *
16
 * This program is free software; you can redistribute it and/or modify
17
 * it under the terms of the GNU General Public License as published by
18
 * the Free Software Foundation; either version 2 of the License, or
19
 * (at your option) any later version.
20
 *
21
 * This program is distributed in the hope that it will be useful,
22
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
 * GNU General Public License for more details.
25
 *
26
 * You should have received a copy of the GNU General Public License
27
 * along with this program; if not, write to the Free Software
28
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15 29
 */
16 30

  
17 31
package edu.ucsb.nceas.metacat;
......
199 213
    return docListResult;
200 214
  }
201 215
}
202

  
203
/**
204
 * '$Log$
205
 * 'Revision 1.17  2000/07/26 20:40:40  higgins
206
 * 'no message
207
 * '
208
 * 'Revision 1.16  2000/06/26 10:35:05  jones
209
 * 'Merged in substantial changes to DBWriter and associated classes and to
210
 * 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE
211
 * 'functions.  The command line tools and the parameters for the
212
 * 'servlet have changed substantially.
213
 * '
214
 * 'Revision 1.15.2.2  2000/06/25 23:38:16  jones
215
 * 'Added RCSfile keyword
216
 * '
217
 * 'Revision 1.15.2.1  2000/06/25 23:34:17  jones
218
 * 'Changed documentation formatting, added log entries at bottom of source files
219
 * ''
220
 */

Also available in: Unified diff