[Clirr-devel] CVS: clirr/core/src/java/net/sf/clirr/core/internal/checks ClassFormatVersionCheck.j
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2013-05-11 21:03:14
|
Update of /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/checks In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26892/internal/checks Modified Files: ClassFormatVersionCheck.java Log Message: added missing copyright header Index: ClassFormatVersionCheck.java =================================================================== RCS file: /cvsroot/clirr/clirr/core/src/java/net/sf/clirr/core/internal/checks/ClassFormatVersionCheck.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ClassFormatVersionCheck.java 17 Jun 2007 19:51:54 -0000 1.1 +++ ClassFormatVersionCheck.java 11 May 2013 21:03:11 -0000 1.2 @@ -1,3 +1,22 @@ +////////////////////////////////////////////////////////////////////////////// +// Clirr: compares two versions of a java library for binary compatibility +// Copyright (C) 2003 - 2013 Lars Kühne +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +////////////////////////////////////////////////////////////////////////////// + package net.sf.clirr.core.internal.checks; import net.sf.clirr.core.CheckerException; |