Changeset 1416 for extensions/net.sf.basedb.mev/trunk/src/server
- Timestamp:
- Oct 20, 2011, 9:23:31 AM (11 years ago)
- Location:
- extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/Mev.java
r1395 r1416 1 /** 2 $Id$ 3 4 Copyright (C) 2008 Nicklas Nordborg 5 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU 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 */ 1 24 package net.sf.basedb.mev; 2 25 -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/export/CghExporter.java
r1257 r1416 1 /** 2 $Id$ 3 4 Copyright (C) 2008 Nicklas Nordborg 5 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU 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 */ 1 24 package net.sf.basedb.mev.export; 2 25 -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/export/MevExporter.java
r1068 r1416 1 /** 2 $Id$ 3 4 Copyright (C) 2008 Nicklas Nordborg 5 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU 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 */ 1 24 package net.sf.basedb.mev.export; 2 25 -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/export/TdmsExporter.java
r1257 r1416 1 /** 2 $Id$ 3 4 Copyright (C) 2008 Nicklas Nordborg 5 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU 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 */ 1 24 package net.sf.basedb.mev.export; 2 25 -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/factory/MevButtonFactory.java
r1383 r1416 4 4 Copyright (C) 2008 Nicklas Nordborg 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 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 10 12 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 12 14 of the License, or (at your option) any later version. 13 14 BASEis distributed in the hope that it will be useful,15 16 The software is distributed in the hope that it will be useful, 15 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 19 GNU 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, 22 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 24 package net.sf.basedb.mev.factory; -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/install/Install.java
r1395 r1416 4 4 Copyright (C) 2008 Nicklas Nordborg 5 5 6 This file is part of Illumina plug-in packagefor BASE.6 This file is part of the MeV Launcher extension for BASE. 7 7 Available at http://baseplugins.thep.lu.se/ 8 8 BASE main site: http://base.thep.lu.se/ 9 10 This is a free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 3 of the License, or 13 (at your option) any later version. 14 15 This software is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU General Public License for more details. 19 20 20 21 You should have received a copy of the GNU General Public License -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/plugin/CghExporterPlugin.java
r1395 r1416 1 /** 2 $Id$ 3 4 Copyright (C) 2008 Nicklas Nordborg 5 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU 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 */ 1 24 package net.sf.basedb.mev.plugin; 2 25 -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/plugin/TdmsExporterPlugin.java
r1395 r1416 1 /** 2 $Id$ 3 4 Copyright (C) 2008 Nicklas Nordborg 5 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU 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 */ 1 24 package net.sf.basedb.mev.plugin; 2 25 -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/servlet/MevDownload.java
r1395 r1416 4 4 Copyright (C) 2007 Nicklas Nordborg 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 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 10 12 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 12 14 of the License, or (at your option) any later version. 13 14 BASEis distributed in the hope that it will be useful,15 16 The software is distributed in the hope that it will be useful, 15 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 19 GNU 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, 22 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 24 package net.sf.basedb.mev.servlet; -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/servlet/MevUpload.java
r1176 r1416 4 4 Copyright (C) 2007 Nicklas Nordborg 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 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 10 12 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation; either version 213 as published by the Free Software Foundation; either version 3 12 14 of the License, or (at your option) any later version. 13 14 BASEis distributed in the hope that it will be useful,15 16 The software is distributed in the hope that it will be useful, 15 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 16 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 19 GNU 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, 22 Boston, MA 02111-1307, USA. 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 23 */ 24 24 package net.sf.basedb.mev.servlet; -
extensions/net.sf.basedb.mev/trunk/src/server/net/sf/basedb/mev/servlet/PreparedUpload.java
r1176 r1416 1 /** 2 $Id$ 3 4 Copyright (C) 2008 Nicklas Nordborg 5 6 This file is part of the MeV Launcher extension for BASE. 7 Available at http://baseplugins.thep.lu.se/ 8 BASE main site: http://base.thep.lu.se/ 9 ----------------------------------------------------------- 10 11 This is free software; you can redistribute it and/or 12 modify it under the terms of the GNU General Public License 13 as published by the Free Software Foundation; either version 3 14 of the License, or (at your option) any later version. 15 16 The software is distributed in the hope that it will be useful, 17 but WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 GNU 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 */ 1 24 package net.sf.basedb.mev.servlet; 2 25
Note: See TracChangeset
for help on using the changeset viewer.