[Apt-got-cvs-commits] apt-got/src StandAloneAptGot.java,1.5,1.6
Status: Beta
Brought to you by:
dun3
From: Tobias H. <du...@bt...> - 2004-06-02 01:33:04
|
Update of /var/lib/cvs/apt-got/apt-got/src In directory btfmx2:/tmp/cvs-serv14425/src Modified Files: StandAloneAptGot.java Log Message: Added GNU GPL copyright information Index: StandAloneAptGot.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/StandAloneAptGot.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** StandAloneAptGot.java 19 May 2004 01:28:56 -0000 1.5 --- StandAloneAptGot.java 2 Jun 2004 01:32:51 -0000 1.6 *************** *** 2,5 **** --- 2,22 ---- import java.util.logging.*; + // Copyright 2004 Tobias Hertkorn + // This file is part of apt-got. + // + // apt-got 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. + // + // apt-got 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. + // + // You should have received a copy of the GNU General Public License + // along with apt-got; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + /** * <p>Starts the stand alone http server.</p> |