Changeset 1391


Ignore:
Timestamp:
Sep 15, 2011, 10:32:32 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #314: Switch to GPL3

Almost all files were missing the license information. I have added it with copyright information for 2011 only.

Location:
extensions/net.sf.basedb.examples/trunk
Files:
1 added
20 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.examples/trunk/LICENSE

    r636 r1391  
    1 This file is part of extensions examples for BASE.
     1This file is part of the Example Code Package for BASE.
    22Available at http://baseplugins.thep.lu.se/
    33BASE main site: http://base.thep.lu.se/
     
    55This is free software; you can redistribute it and/or
    66modify it under the terms of the GNU General Public License
    7 as published by the Free Software Foundation; either version 2
     7as published by the Free Software Foundation; either version 3
    88of the License, or (at your option) any later version.
    99
     
    1414
    1515You 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., 59 Temple Place - Suite 330,
    18 Boston, MA  02111-1307, USA.
     16along with BASE. If not, see <http://www.gnu.org/licenses/>.
  • extensions/net.sf.basedb.examples/trunk/META-INF/extensions.xml

    r1350 r1391  
    11<?xml version="1.0" encoding="UTF-8" ?>
     2<!--
     3  Copyright (C) 2011 Nicklas Nordborg
     4
     5  This file is part of the Example Code Package for BASE.
     6  Available at http://baseplugins.thep.lu.se/
     7  BASE main site: http://base.thep.lu.se/
     8 
     9  This is free software; you can redistribute it and/or
     10  modify it under the terms of the GNU General Public License
     11  as published by the Free Software Foundation; either version 3
     12  of the License, or (at your option) any later version.
     13 
     14  The software is distributed in the hope that it will be useful,
     15  but WITHOUT ANY WARRANTY; without even the implied warranty of
     16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17  GNU General Public License for more details.
     18 
     19  You should have received a copy of the GNU General Public License
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     21-->
    222<extensions xmlns="http://base.thep.lu.se/extensions.xsd"
    323  id-base="net.sf.basedb.examples.extensions.">
  • extensions/net.sf.basedb.examples/trunk/META-INF/plugin-configurations.xml

    r1351 r1391  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd"><configfile>
     2<!--
     3  Copyright (C) 2011 Nicklas Nordborg
     4
     5  This file is part of the Example Code Package for BASE.
     6  Available at http://baseplugins.thep.lu.se/
     7  BASE main site: http://base.thep.lu.se/
     8 
     9  This is free software; you can redistribute it and/or
     10  modify it under the terms of the GNU General Public License
     11  as published by the Free Software Foundation; either version 3
     12  of the License, or (at your option) any later version.
     13 
     14  The software is distributed in the hope that it will be useful,
     15  but WITHOUT ANY WARRANTY; without even the implied warranty of
     16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17  GNU General Public License for more details.
     18 
     19  You should have received a copy of the GNU General Public License
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     21-->
     22<!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
     23<configfile>
    324  <configuration pluginClassName="net.sf.basedb.examples.plugins.ExampleImporter">
    425    <configname>Update existing samples</configname>
  • extensions/net.sf.basedb.examples/trunk/META-INF/servlets.xml

    r1125 r1391  
    11<?xml version="1.0" encoding="UTF-8" ?>
     2<!--
     3  Copyright (C) 2011 Nicklas Nordborg
     4
     5  This file is part of the Example Code Package for BASE.
     6  Available at http://baseplugins.thep.lu.se/
     7  BASE main site: http://base.thep.lu.se/
     8 
     9  This is free software; you can redistribute it and/or
     10  modify it under the terms of the GNU General Public License
     11  as published by the Free Software Foundation; either version 3
     12  of the License, or (at your option) any later version.
     13 
     14  The software is distributed in the hope that it will be useful,
     15  but WITHOUT ANY WARRANTY; without even the implied warranty of
     16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17  GNU General Public License for more details.
     18 
     19  You should have received a copy of the GNU General Public License
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     21-->
    222<servlets xmlns="http://base.thep.lu.se/servlets.xsd">
    323  <servlet>
  • extensions/net.sf.basedb.examples/trunk/build.xml

    r1352 r1391  
    11<?xml version="1.0" encoding="UTF-8"?>
     2<!--
     3  Copyright (C) 2011 Nicklas Nordborg
     4
     5  This file is part of the Example Code Package for BASE.
     6  Available at http://baseplugins.thep.lu.se/
     7  BASE main site: http://base.thep.lu.se/
     8 
     9  This is free software; you can redistribute it and/or
     10  modify it under the terms of the GNU General Public License
     11  as published by the Free Software Foundation; either version 3
     12  of the License, or (at your option) any later version.
     13 
     14  The software is distributed in the hope that it will be useful,
     15  but WITHOUT ANY WARRANTY; without even the implied warranty of
     16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     17  GNU General Public License for more details.
     18 
     19  You should have received a copy of the GNU General Public License
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     21-->
    222<project
    3   name="ExtensionExamples"
     23  name="ExampleCode"
    424  default="build"
    525  basedir=".">
  • extensions/net.sf.basedb.examples/trunk/resources/filter_annotated.jsp

    r1027 r1391  
     1<%--
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20--%>
    121<%@ page
    222  pageEncoding="UTF-8"
  • extensions/net.sf.basedb.examples/trunk/resources/hello_world.jsp

    r1027 r1391  
     1<%--
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20--%>
    121<%@ page
    222  pageEncoding="UTF-8"
  • extensions/net.sf.basedb.examples/trunk/resources/hello_world.xjsp

    r1150 r1391  
     1<%--
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20--%>
    121<%@ page
    222  pageEncoding="UTF-8"
  • extensions/net.sf.basedb.examples/trunk/resources/history_file.jsp

    r1273 r1391  
     1<%--
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20--%>
    121<%@ page
    222  pageEncoding="UTF-8"
  • extensions/net.sf.basedb.examples/trunk/resources/item_info.jsp

    r1027 r1391  
     1<%--
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20--%>
    121<%@ page
    222  pageEncoding="UTF-8"
  • extensions/net.sf.basedb.examples/trunk/resources/scripts/examples.jsp

    r1027 r1391  
     1<%--
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20--%>
    121<%@ page
    222  pageEncoding="UTF-8"
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/edit/HistoryOnSaveActionFactory.java

    r1273 r1391  
     1/*
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20*/
    121package net.sf.basedb.examples.extensions.edit;
    222
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/edit/LastUpdatedByOnSaveActionFactory.java

    r1272 r1391  
     1/*
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20*/
    121package net.sf.basedb.examples.extensions.edit;
    222
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/menu/HelloUserFactory.java

    r1270 r1391  
     1/*
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20*/
    121package net.sf.basedb.examples.extensions.menu;
    222
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/menu/HelloWorldFactory.java

    r1270 r1391  
     1/*
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20*/
    121package net.sf.basedb.examples.extensions.menu;
    222
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/servlet/HelloWorldServlet.java

    r1125 r1391  
     1/*
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20*/
    121package net.sf.basedb.examples.extensions.servlet;
    222
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/toolbar/InfoButtonFactory.java

    r1021 r1391  
     1/*
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20*/
    121package net.sf.basedb.examples.extensions.toolbar;
    222
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/extensions/xjsp/HelloXJspWorld.java

    r1019 r1391  
     1/*
     2  Copyright (C) 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
     9  modify it under the terms of the GNU General Public License
     10  as published by the Free Software Foundation; either version 3
     11  of the License, or (at your option) any later version.
     12 
     13  The software is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
     17 
     18  You should have received a copy of the GNU General Public License
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
     20*/
    121package net.sf.basedb.examples.extensions.xjsp;
    222
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/plugins/ExampleAnalyzer.java

    r1347 r1391  
    11/*
    2   Copyright (C) 2006, 2007 Nicklas Nordborg
    3 
    4   This file is part of BASE - BioArray Software Environment.
    5   Available at http://base.thep.lu.se/
    6 
    7   BASE is free software; you can redistribute it and/or
     2  Copyright (C) 2006, 2007, 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
    89  modify it under the terms of the GNU General Public License
    9   as published by the Free Software Foundation; either version 2
     10  as published by the Free Software Foundation; either version 3
    1011  of the License, or (at your option) any later version.
    11 
    12   BASE is distributed in the hope that it will be useful,
     12 
     13  The software is distributed in the hope that it will be useful,
    1314  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1415  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1516  GNU General Public License for more details.
    16 
     17 
    1718  You should have received a copy of the GNU General Public License
    18   along with this program; if not, write to the Free Software
    19   Foundation, Inc., 59 Temple Place - Suite 330,
    20   Boston, MA  02111-1307, USA.
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2120*/
    2221package net.sf.basedb.examples.plugins;
  • extensions/net.sf.basedb.examples/trunk/src/net/sf/basedb/examples/plugins/ExampleImporter.java

    r1351 r1391  
    11/*
    2   Copyright (C) 2006, 2007 Nicklas Nordborg
    3 
    4   This file is part of BASE - BioArray Software Environment.
    5   Available at http://base.thep.lu.se/
    6 
    7   BASE is free software; you can redistribute it and/or
     2  Copyright (C) 2006, 2007, 2011 Nicklas Nordborg
     3
     4  This file is part of the Example Code Package for BASE.
     5  Available at http://baseplugins.thep.lu.se/
     6  BASE main site: http://base.thep.lu.se/
     7 
     8  This is free software; you can redistribute it and/or
    89  modify it under the terms of the GNU General Public License
    9   as published by the Free Software Foundation; either version 2
     10  as published by the Free Software Foundation; either version 3
    1011  of the License, or (at your option) any later version.
    11 
    12   BASE is distributed in the hope that it will be useful,
     12 
     13  The software is distributed in the hope that it will be useful,
    1314  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1415  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1516  GNU General Public License for more details.
    16 
     17 
    1718  You should have received a copy of the GNU General Public License
    18   along with this program; if not, write to the Free Software
    19   Foundation, Inc., 59 Temple Place - Suite 330,
    20   Boston, MA  02111-1307, USA.
    21 
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321package net.sf.basedb.examples.plugins;
Note: See TracChangeset for help on using the changeset viewer.