Ignore:
Timestamp:
Oct 20, 2011, 9:23:31 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #328: Switch to GPL3

Location:
extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/BaseUploader.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*/
    124package net.sf.basedb.mev.webstart;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/CmdLine.java

    r1165 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*/
    124package net.sf.basedb.mev.webstart;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/MevUtil.java

    r1165 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*/
    124package net.sf.basedb.mev.webstart;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/SessionInfo.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*/
    124package net.sf.basedb.mev.webstart;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/StartMev.java

    r1165 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*/
    124package net.sf.basedb.mev.webstart;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/UploadStatusChecker.java

    r1165 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*/
    124package net.sf.basedb.mev.webstart;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/action/InterruptingActionListener.java

    r1163 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*/
    124package net.sf.basedb.mev.webstart.action;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/action/SaveToBaseActionListener.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*/
    124package net.sf.basedb.mev.webstart.action;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/gui/GridBagUtil.java

    r1163 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*/
    124package net.sf.basedb.mev.webstart.gui;
    225
  • extensions/net.sf.basedb.mev/trunk/src/webstart/net/sf/basedb/mev/webstart/gui/SaveToBaseDialog.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*/
    124package net.sf.basedb.mev.webstart.gui;
    225
Note: See TracChangeset for help on using the changeset viewer.