Project

General

Profile

« Previous | Next » 

Revision 669

Added by Matt Jones about 23 years ago

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

View differences:

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

  
15 29
package edu.ucsb.nceas.metacat;
......
35 49
    super(message);
36 50
  }
37 51
}
38

  
39
/**
40
 * '$Log$
41
 * 'Revision 1.2  2000/06/26 10:35:04  jones
42
 * 'Merged in substantial changes to DBWriter and associated classes and to
43
 * 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE
44
 * 'functions.  The command line tools and the parameters for the
45
 * 'servlet have changed substantially.
46
 * '
47
 * 'Revision 1.1.2.1  2000/06/25 23:55:50  jones
48
 * 'Added AccessionNumberException to provide mechanism for handling
49
 * 'invalid or inappropriate accession numbers.
50
 * ''
51
 */

Also available in: Unified diff