Project

General

Profile

« Previous | Next » 

Revision 666

Added by Matt Jones about 23 years ago

Modified the license and copyright terms for many of the files. Added
a LICENSE file and a README file in preparation of a distribution.

View differences:

build.xml
1 1
<?xml version="1.0"?>
2 2
<!-- 
3
  * build.xml
4
  *
5
  *      Authors: Matt Jones
3
  *  '$RCSfile$'
4
  *      Authors: Matt Jones, Chad Berkley, Jivka Bojilova
6 5
  *    Copyright: 2000 Regents of the University of California and the
7 6
  *               National Center for Ecological Analysis and Synthesis
8 7
  *  For Details: http://www.nceas.ucsb.edu/
9
  *    File Info: '$Id$'
10 8
  *
9
  *   '$Author$'
10
  *     '$Date$'
11
  * '$Revision$'
12
  *
11 13
  *  Build file for the Ant cross-platform build system for metacat
12 14
  *  See http://jakarta.apache.org for details on Ant
13 15
  *
14 16
  * usage: ant [compile|jar|install|jdoc]
17
  *
18
  * This program is free software; you can redistribute it and/or modify
19
  * it under the terms of the GNU General Public License as published by
20
  * the Free Software Foundation; either version 2 of the License, or
21
  * (at your option) any later version.
22
  *
23
  * This program is distributed in the hope that it will be useful,
24
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
25
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26
  * GNU General Public License for more details.
27
  *
28
  * You should have received a copy of the GNU General Public License
29
  * along with this program; if not, write to the Free Software
30
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15 31
--> 
16 32
<project name="metacat" default="jar" basedir=".">
17 33
   <target name="init">

Also available in: Unified diff