Changeset 782
- Timestamp:
- Sep 18, 2008, 9:11:51 PM (14 years ago)
- Location:
- plugins/base1/se.lu.onk.BaseFile/trunk
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.BaseFile/trunk/build.xml
r780 r782 18 18 The software is distributed in the hope that it will be useful, 19 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 21 General Public License for more details. 22 22 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BASEFile.java
r781 r782 4 4 Copyright (C) 2006 Johan Enell 5 5 6 This file is part of BASE - BioArray Software Environment. 7 Available at http://base.thep.lu.se/ 8 9 BASE is free software; you can redistribute it and/or modify it 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 10 12 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 12 14 (at your option) any later version. 13 15 14 BASEis distributed in the hope that it will be useful, but16 The software is distributed in the hope that it will be useful, but 15 17 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 19 General Public License for more details. 18 20 19 21 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 24 package basefile; -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BASEFileAssaySection.java
r781 r782 4 4 Copyright (C) 2006 Johan Enell 5 5 6 This file is part of BASE - BioArray Software Environment. 7 Available at http://base.thep.lu.se/ 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 8 10 9 BASEis free software; you can redistribute it and/or modify it11 This is free software; you can redistribute it and/or modify it 10 12 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 12 14 (at your option) any later version. 13 15 14 BASEis distributed in the hope that it will be useful, but16 The software is distributed in the hope that it will be useful, but 15 17 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 19 General Public License for more details. 18 20 19 21 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 24 package basefile; -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BASEFileDataSection.java
r781 r782 4 4 Copyright (C) 2006 Johan Enell 5 5 6 This file is part of BASE - BioArray Software Environment. 7 Available at http://base.thep.lu.se/ 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 8 10 9 BASEis free software; you can redistribute it and/or modify it11 This is free software; you can redistribute it and/or modify it 10 12 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 12 14 (at your option) any later version. 13 15 14 BASEis distributed in the hope that it will be useful, but16 The software is distributed in the hope that it will be useful, but 15 17 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 19 General Public License for more details. 18 20 19 21 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 24 package basefile; -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BASEFileException.java
r781 r782 1 /* (non-javadoc) 2 * BASEFileException.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package basefile; 22 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BASEFileReader.java
r781 r782 1 /* (non-javadoc) 2 * BASEFileReader.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 Copyright (C) 2008 Jari Häkkinen 6 7 This file is part of the se.lu.onk.BaseFile package, a utility 8 package for reading files generated by BASE. The package is 9 available at http://baseplugins.thep.lu.se/ and BASE web site is 10 http://base.thep.lu.se 11 12 This is free software; you can redistribute it and/or modify it 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 3 of the License, or 15 (at your option) any later version. 16 17 The software is distributed in the hope that it will be useful, but 18 WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 General Public License for more details. 21 22 You should have received a copy of the GNU General Public License 23 along with BASE. If not, see <http://www.gnu.org/licenses/>. 24 */ 21 25 package basefile; 22 26 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BASEFileSection.java
r781 r782 1 1 /* 2 * (non-javadoc) BASEFileSection.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify it under 5 * the terms of the GNU General Public License as published by the Free 6 * Software Foundation; either version 2 of the License, or (at your option) 7 * any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, but WITHOUT ANY 10 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 11 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 12 * details. 13 * 14 * You should have received a copy of the GNU General Public License along with 15 * BASEFile; if not, write to the Free Software Foundation, Inc., 59 Temple 16 * Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se Johan Enell, Dept Oncology, Lund University, S-221 85 19 * Lund, Sweden 20 */ 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package basefile; 22 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BASEFileSpotSection.java
r781 r782 1 1 /* 2 * plugins 3 * Copyright (C) 2006 Johan Enell 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 */ 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 19 24 package basefile; 20 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BadFormatException.java
r781 r782 1 /* (non-javadoc) 2 * BadFormatException.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package basefile; 22 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/BadSectionException.java
r781 r782 1 /* (non-javadoc) 2 * BadSectionException.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package basefile; 22 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/InvalidSettingException.java
r781 r782 1 1 /* 2 * plugins 3 * Copyright (C) 2005 Johan Enell 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 */ 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 19 24 package basefile; 20 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/MissingOptionException.java
r781 r782 1 /* (non-javadoc) 2 * MissingOptionException.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 21 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 22 24 package basefile; 23 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/PluginException.java
r781 r782 1 1 /* 2 * plugins 3 * Copyright (C) 2005 Johan Enell 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 */ 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 19 24 package basefile; 20 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/TooFewFieldsException.java
r781 r782 1 /* (non-javadoc) 2 * TooFewFieldsException.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package basefile; 22 25 -
plugins/base1/se.lu.onk.BaseFile/trunk/src/basefile/TooManyFieldsException.java
r781 r782 1 /* (non-javadoc) 2 * TooManyFieldsException.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.BaseFile package, a utility 7 package for reading files generated by BASE. The package is 8 available at http://baseplugins.thep.lu.se/ and BASE web site is 9 http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package basefile; 22 25
Note: See TracChangeset
for help on using the changeset viewer.