[Jarspy-commits] CVS: JarSpy2/src/java/org/jarspy ApplicationProperties.java,1.2,1.3
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2005-01-28 17:28:04
|
Update of /cvsroot/jarspy/JarSpy2/src/java/org/jarspy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31321/src/java/org/jarspy Modified Files: ApplicationProperties.java Log Message: added license header Index: ApplicationProperties.java =================================================================== RCS file: /cvsroot/jarspy/JarSpy2/src/java/org/jarspy/ApplicationProperties.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApplicationProperties.java 28 Jan 2005 17:03:31 -0000 1.2 --- ApplicationProperties.java 28 Jan 2005 17:13:22 -0000 1.3 *************** *** 1,2 **** --- 1,20 ---- + // JarSpy + // Copyright (c) 2001 - 2005 Jeff S. Brown + // This file is part of JarSpy. + // + // JarSpy 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. + // + // JarSpy 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 JarSpy; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + package org.jarspy; |