plugins/base2/net.sf.basedb.normalizers/trunk/src/net/sf/basedb/normalizers/Normalizations.java

Code
Comments
Other
Rev Date Author Line
728 17 Jul 08 martin 1 /**
746 27 Aug 08 martin 2   $Id:Normalizations.java 744 2008-08-26 07:54:01Z martin $
728 17 Jul 08 martin 3
910 09 Dec 08 jari 4   Copyright (C) 2008 Martin Svensson
728 17 Jul 08 martin 5
910 09 Dec 08 jari 6   This file is part of the Normalizers plug-in package for BASE
910 09 Dec 08 jari 7   (net.sf.based.normalizers). The package is available at
910 09 Dec 08 jari 8   http://baseplugins.thep.lu.se/ BASE main site is
910 09 Dec 08 jari 9   http://base.thep.lu.se/
728 17 Jul 08 martin 10
728 17 Jul 08 martin 11   This is free software; you can redistribute it and/or
728 17 Jul 08 martin 12   modify it under the terms of the GNU General Public License
910 09 Dec 08 jari 13   as published by the Free Software Foundation; either version 3
728 17 Jul 08 martin 14   of the License, or (at your option) any later version.
728 17 Jul 08 martin 15
728 17 Jul 08 martin 16   The software is distributed in the hope that it will be useful,
728 17 Jul 08 martin 17   but WITHOUT ANY WARRANTY; without even the implied warranty of
728 17 Jul 08 martin 18   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
728 17 Jul 08 martin 19   GNU General Public License for more details.
728 17 Jul 08 martin 20
728 17 Jul 08 martin 21   You should have received a copy of the GNU General Public License
910 09 Dec 08 jari 22   along with this program. If not, see <http://www.gnu.org/licenses/>.
728 17 Jul 08 martin 23 */
728 17 Jul 08 martin 24
744 26 Aug 08 martin 25 package net.sf.basedb.normalizers;
728 17 Jul 08 martin 26
947 29 Jan 09 martin 27
728 17 Jul 08 martin 28 /**
728 17 Jul 08 martin 29     @author Martin
931 18 Dec 08 jari 30     @since 1.0
728 17 Jul 08 martin 31    
728 17 Jul 08 martin 32  */
1410 19 Oct 11 nicklas 33 public final class Normalizations
728 17 Jul 08 martin 34 {
728 17 Jul 08 martin 35   /**
1410 19 Oct 11 nicklas 36     The current version of this package.
1410 19 Oct 11 nicklas 37   */
2176 12 Dec 13 jari 38   public static final String VERSION = "1.1-beta2";
728 17 Jul 08 martin 39   
728 17 Jul 08 martin 40 }