Changeset 4514


Ignore:
Timestamp:
Sep 11, 2008, 10:07:12 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Addresses #1106. Missed to change reference wherefrom retrive GPLv3 license text. And some other changes.

Location:
trunk/src/test
Files:
145 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/test/Base1NullPlugin.java

    r4480 r4514  
    2323
    2424 You should have received a copy of the GNU General Public License
    25  along with this program; if not, write to the Free Software
    26  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    27  02111-1307, USA.
     25 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2826 */
    2927
  • trunk/src/test/Base1TestPlugin.java

    r4480 r4514  
    1818 
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import java.io.IOException;
  • trunk/src/test/JarPlugin.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.ProgressReporter;
  • trunk/src/test/JarPluginAbout.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.plugin.About;
  • trunk/src/test/JarPluginInterface.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.plugin.Plugin;
  • trunk/src/test/JarPluginType.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.plugin.Plugin;
  • trunk/src/test/NullPlugin.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.Item;
  • trunk/src/test/NullPluginInterface.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.plugin.Plugin;
  • trunk/src/test/PermissionPlugin.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestAll.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import java.util.Map;
  • trunk/src/test/TestAnalyzePluginUtil.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import java.util.List;
  • trunk/src/test/TestAnnotation.java

    r4480 r4514  
    2020 
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/src/test/TestAnnotationFlatFileImporter.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestAnnotationType.java

    r4480 r4514  
    2020 
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/src/test/TestAnnotationTypeCategory.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523
  • trunk/src/test/TestAnyToAny.java

    r4480 r4514  
    1818 
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import java.util.Date;
  • trunk/src/test/TestArrayBatch.java

    r4480 r4514  
    1919 
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523
  • trunk/src/test/TestArrayDesign.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.ArrayDesign;
  • trunk/src/test/TestArrayDesignBlock.java

    r4480 r4514  
    1919 
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523
  • trunk/src/test/TestArraySlide.java

    r4480 r4514  
    3131 
    3232  You should have received a copy of the GNU General Public License
    33   along with this program; if not, write to the Free Software
    34   Foundation, Inc., 59 Temple Place - Suite 330,
    35   Boston, MA  02111-1307, USA.
     33  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3634*/
    3735public class TestArraySlide
  • trunk/src/test/TestBase1PluginExecuter.java

    r4480 r4514  
    3838
    3939 You should have received a copy of the GNU General Public License
    40  along with this program; if not, write to the Free Software
    41  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    42  02111-1307, USA.
     40 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    4341*/
    4442
  • trunk/src/test/TestBioAsssaySetExporter.java

    r4480 r4514  
    5757
    5858 You should have received a copy of the GNU General Public License
    59  along with this program; if not, write to the Free Software
    60  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    61  02111-1307, USA.
     59 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    6260 */
    6361
  • trunk/src/test/TestBioSource.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestClient.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestClientDefaultSetting.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestContext.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestDataFileType.java

    r4480 r4514  
    1818 
    1919   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.
     20   along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestDbControl.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestDbInfo.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.HibernateUtil;
  • trunk/src/test/TestDirectory.java

    r4480 r4514  
    3232
    3333 You should have received a copy of the GNU General Public License
    34  along with this program; if not, write to the Free Software
    35  Foundation, Inc., 59 Temple Place - Suite 330,
    36  Boston, MA  02111-1307, USA.
     34 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3735 */
    3836
  • trunk/src/test/TestDirty.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.*;
  • trunk/src/test/TestDiskUsage.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.BaseException;
  • trunk/src/test/TestDropIndexes.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.HibernateUtil;
  • trunk/src/test/TestExperiment.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestExtensions.java

    r4480 r4514  
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330,
    21   Boston, MA  02111-1307, USA.
     19  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321import java.io.FileInputStream;
  • trunk/src/test/TestExternalPluginInstaller.java

    r4480 r4514  
    1818 
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestExtraValueType.java

    r4480 r4514  
    2323
    2424 You should have received a copy of the GNU General Public License
    25  along with this program; if not, write to the Free Software
    26  Foundation, Inc., 59 Temple Place - Suite 330,
    27  Boston, MA  02111-1307, USA.
     25 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2826 */
    2927
  • trunk/src/test/TestExtract.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestFile.java

    r4480 r4514  
    2020 
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.AbsoluteProgressReporter;
  • trunk/src/test/TestFileType.java

    r4480 r4514  
    2424
    2525 You should have received a copy of the GNU General Public License
    26  along with this program; if not, write to the Free Software
    27  Foundation, Inc., 59 Temple Place - Suite 330,
    28  Boston, MA  02111-1307, USA.
     26 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2927 */
    3028
  • trunk/src/test/TestFlatFileParser.java

    r4480 r4514  
    3131
    3232 You should have received a copy of the GNU General Public License
    33  along with this program; if not, write to the Free Software
    34  Foundation, Inc., 59 Temple Place - Suite 330,
    35  Boston, MA  02111-1307, USA.
     33 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3634 */
    3735
  • trunk/src/test/TestFormula.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.*;
  • trunk/src/test/TestGalExporter.java

    r4480 r4514  
    1818
    1919 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.
     20 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321 */
    2422
  • trunk/src/test/TestGlobalDefaultSetting.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestGroup.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestHardware.java

    r4480 r4514  
    3030
    3131 You should have received a copy of the GNU General Public License
    32  along with this program; if not, write to the Free Software
    33  Foundation, Inc., 59 Temple Place - Suite 330,
    34  Boston, MA  02111-1307, USA.
     32 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3533 */
    3634
  • trunk/src/test/TestHardwareType.java

    r4480 r4514  
    2525
    2626 You should have received a copy of the GNU General Public License
    27  along with this program; if not, write to the Free Software
    28  Foundation, Inc., 59 Temple Place - Suite 330,
    29  Boston, MA  02111-1307, USA.
     27 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3028 */
    3129
  • trunk/src/test/TestHelp.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestHybridization.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestIlluminaImporter.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import java.util.List;
  • trunk/src/test/TestInstall.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestItemImporter.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestItemKey.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.*;
  • trunk/src/test/TestJarClassLoader.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.plugin.Plugin;
  • trunk/src/test/TestJep.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.RawDataTypes;
  • trunk/src/test/TestJob.java

    r4480 r4514  
    1919 
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.BaseException;
  • trunk/src/test/TestJobAgent.java

    r4480 r4514  
    1818
    1919 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.
     20 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestLabel.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestLabeledExtract.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestLowessNormalization.java

    r4480 r4514  
    3535
    3636  You should have received a copy of the GNU General Public License
    37   along with this program; if not, write to the Free Software
    38   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    39   02111-1307, USA.
     37  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    4038*/
    4139
  • trunk/src/test/TestMedianRatioNormalization.java

    • Property svn:eol-style set to native
    • Property svn:keywords set to Id
    r4480 r4514  
     1/*
     2  $Id$
     3
     4  Copyright (C) 2006 Johan Enell, Nicklas Nordborg
     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
     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  BASE 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*/
    122import net.sf.basedb.core.BaseException;
    223import net.sf.basedb.core.BioAssaySet;
     
    1536import net.sf.basedb.core.RequestInformation;
    1637import net.sf.basedb.core.plugin.Response;
    17 
    18 /*
    19  * base2
    20  * Copyright (C) 2006 Johan Enell, Nicklas Nordborg
    21  *
    22  * This program is free software; you can redistribute it and/or
    23  * modify it under the terms of the GNU General Public License
    24  * as published by the Free Software Foundation; either version 3
    25  * of the License, or (at your option) any later version.
    26  *
    27  * This program is distributed in the hope that it will be useful,
    28  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    29  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    30  * GNU General Public License for more details.
    31  *
    32  * You should have received a copy of the GNU General Public License
    33  * along with this program; if not, write to the Free Software
    34  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    35  */
    3638
    3739public class TestMedianRatioNormalization
  • trunk/src/test/TestMessage.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestMimeType.java

    r4480 r4514  
    2727
    2828 You should have received a copy of the GNU General Public License
    29  along with this program; if not, write to the Free Software
    30  Foundation, Inc., 59 Temple Place - Suite 330,
    31  Boston, MA  02111-1307, USA.
     29 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3230 */
    3331
  • trunk/src/test/TestNews.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestNumberFormat.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.Type;
  • trunk/src/test/TestPackedFileExporter.java

    r4480 r4514  
    1818
    1919You 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.
     20along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestParameterType.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.BaseException;
  • trunk/src/test/TestPath.java

    r4480 r4514  
    2121
    2222 You should have received a copy of the GNU General Public License
    23  along with this program; if not, write to the Free Software
    24  Foundation, Inc., 59 Temple Place - Suite 330,
    25  Boston, MA  02111-1307, USA.
     23 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2624 */
    2725
  • trunk/src/test/TestPlate.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestPlateFlatFileImporter.java

    r4480 r4514  
    2020
    2121 You should have received a copy of the GNU General Public License
    22  along with this program; if not, write to the Free Software
    23  Foundation, Inc., 59 Temple Place - Suite 330,
    24  Boston, MA  02111-1307, USA.
     22 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523 */
    2624import net.sf.basedb.core.BaseException;
  • trunk/src/test/TestPlateGeometry.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestPlateMapping.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestPlateType.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestPlatform.java

    r4480 r4514  
    1818 
    1919   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.
     20   along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/src/test/TestPluginConfiguration.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.BaseException;
  • trunk/src/test/TestPluginDefinition.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestPluginType.java

    r4480 r4514  
    1919 
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestPresets.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.Presets;
  • trunk/src/test/TestPrintMapFlatFileImporter.java

    r4480 r4514  
    3636
    3737 You should have received a copy of the GNU General Public License
    38  along with this program; if not, write to the Free Software
    39  Foundation, Inc., 59 Temple Place - Suite 330,
    40  Boston, MA  02111-1307, USA.
     38 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    4139 */
    4240
  • trunk/src/test/TestProject.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestProjectKey.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestProtocol.java

    r4480 r4514  
    2929
    3030 You should have received a copy of the GNU General Public License
    31  along with this program; if not, write to the Free Software
    32  Foundation, Inc., 59 Temple Place - Suite 330,
    33  Boston, MA  02111-1307, USA.
     31 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3432 */
    3533
  • trunk/src/test/TestProtocolType.java

    r4480 r4514  
    2828
    2929  You should have received a copy of the GNU General Public License
    30   along with this program; if not, write to the Free Software
    31   Foundation, Inc., 59 Temple Place - Suite 330,
    32   Boston, MA  02111-1307, USA.
     30  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3331*/
    3432
  • trunk/src/test/TestQuota.java

    r4480 r4514  
    3636
    3737 You should have received a copy of the GNU General Public License
    38  along with this program; if not, write to the Free Software
    39  Foundation, Inc., 59 Temple Place - Suite 330,
    40  Boston, MA  02111-1307, USA.
     38 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    4139 */
    4240
  • trunk/src/test/TestQuotaType.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.BaseException;
  • trunk/src/test/TestRawBioAssay.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestRawDataFlatFileImporter.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestReporter.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestReporterFlatFileImporter.java

    r4480 r4514  
    3737
    3838  You should have received a copy of the GNU General Public License
    39   along with this program; if not, write to the Free Software
    40   Foundation, Inc., 59 Temple Place - Suite 330,
    41   Boston, MA  02111-1307, USA.
     39  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    4240*/
    4341
  • trunk/src/test/TestReporterList.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestReporterMapFlatFileImporter.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.ArrayDesign;
  • trunk/src/test/TestReporterType.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestRole.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestRoleKey.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestSample.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestScan.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestSession.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestSessionControl.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestSoftware.java

    r4480 r4514  
    3030
    3131 You should have received a copy of the GNU General Public License
    32  along with this program; if not, write to the Free Software
    33  Foundation, Inc., 59 Temple Place - Suite 330,
    34  Boston, MA  02111-1307, USA.
     32 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3533 */
    3634
  • trunk/src/test/TestSoftwareType.java

    r4480 r4514  
    2626
    2727 You should have received a copy of the GNU General Public License
    28  along with this program; if not, write to the Free Software
    29  Foundation, Inc., 59 Temple Place - Suite 330,
    30  Boston, MA  02111-1307, USA.
     28 along with BASE. If not, see <http://www.gnu.org/licenses/>.
    3129 */
    3230
  • trunk/src/test/TestSpotImages.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestTrashcan.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import java.util.List;
  • trunk/src/test/TestUpdate.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.*;
  • trunk/src/test/TestUpdateIndexes.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.HibernateUtil;
  • trunk/src/test/TestUser.java

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624import net.sf.basedb.core.*;
  • trunk/src/test/TestUserClientSetting.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestUserDefaultSetting.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.core.*;
  • trunk/src/test/TestUtil.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.Application;
  • trunk/src/test/TestWebservices.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422import net.sf.basedb.core.BioAssaySet;
  • trunk/src/test/TestXMLUtil.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523import net.sf.basedb.util.XMLUtil;
  • trunk/src/test/data/extended-properties.dtd

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422-->
    2523<!ELEMENT extended-properties (class*) >
  • trunk/src/test/data/extended-properties.xml

    r4480 r4514  
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330,
    25   Boston, MA  02111-1307, USA.
     23  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2624-->
    2725<extended-properties>
  • trunk/src/test/data/test.extensions.xml

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330,
    23   Boston, MA  02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422-->
    2523<extensions
  • trunk/src/test/data/test.schema.xml

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523-->
    2624<p:plugins
  • trunk/src/test/data/test.schema.xsd

    r4480 r4514  
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330,
    24   Boston, MA  02111-1307, USA.
     22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2523-->
    2624<xsd:schema
  • trunk/src/test/net/sf/basedb/test/AffymetrixData.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test;
  • trunk/src/test/net/sf/basedb/test/CmdLine.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test;
  • trunk/src/test/net/sf/basedb/test/FileUtil.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test;
  • trunk/src/test/net/sf/basedb/test/MouseData.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test;
  • trunk/src/test/net/sf/basedb/test/PluginUtil.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test;
  • trunk/src/test/net/sf/basedb/test/TestUtil.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test;
  • trunk/src/test/net/sf/basedb/test/merge/MergeTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.merge;
  • trunk/src/test/net/sf/basedb/test/merge/Run.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.merge;
  • trunk/src/test/net/sf/basedb/test/performance/Config.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/performance/FilterTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/performance/LowessTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/performance/PrepareTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/performance/RawDataTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/performance/RootTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/performance/Run.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/performance/Util.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.performance;
  • trunk/src/test/net/sf/basedb/test/roles/AdminTest.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    23   02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523package net.sf.basedb.test.roles;
  • trunk/src/test/net/sf/basedb/test/roles/AnalysisTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.roles;
  • trunk/src/test/net/sf/basedb/test/roles/GuestTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.roles;
  • trunk/src/test/net/sf/basedb/test/roles/PowerUserTest.java

    r4480 r4514  
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    23   02111-1307, USA.
     21  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523package net.sf.basedb.test.roles;
  • trunk/src/test/net/sf/basedb/test/roles/RootTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.roles;
  • trunk/src/test/net/sf/basedb/test/roles/Run.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.roles;
  • trunk/src/test/net/sf/basedb/test/roles/UserTest.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.roles;
  • trunk/src/test/net/sf/basedb/test/roles/Util.java

    r4480 r4514  
    1818
    1919  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.
     20  along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422package net.sf.basedb.test.roles;
  • trunk/src/test/run.bat

    r4480 r4514  
    1919REM
    2020REM You should have received a copy of the GNU General Public License
    21 REM along with this program; if not, write to the Free Software
    22 REM Foundation, Inc., 59 Temple Place - Suite 330,
    23 REM Boston, MA  02111-1307, USA.
     21REM along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2422REM ----------------------------------------
    2523
  • trunk/src/test/run.sh

    r4480 r4514  
    1818#
    1919# 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.
     20# along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321# ----------------------------------------
    2422
  • trunk/src/test/set_classpath.bat

    r4480 r4514  
    1818REM
    1919REM You should have received a copy of the GNU General Public License
    20 REM along with this program; if not, write to the Free Software
    21 REM Foundation, Inc., 59 Temple Place - Suite 330,
    22 REM Boston, MA  02111-1307, USA.
     20REM along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321REM ----------------------------------------
    2422
  • trunk/src/test/set_classpath.sh

    r4480 r4514  
    1717#
    1818# You should have received a copy of the GNU General Public License
    19 # along with this program; if not, write to the Free Software
    20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21 # 02111-1307, USA.
     19# along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2220
    2321# Set up the classpath
  • trunk/src/test/test.bat

    r4480 r4514  
    1818REM
    1919REM You should have received a copy of the GNU General Public License
    20 REM along with this program; if not, write to the Free Software
    21 REM Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22 REM 02111-1307, USA.
     20REM along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2321REM ----------------------------------------
    2422
  • trunk/src/test/test.sh

    r4480 r4514  
    1717#
    1818# You should have received a copy of the GNU General Public License
    19 # along with this program; if not, write to the Free Software
    20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21 # 02111-1307, USA.
     19# along with BASE. If not, see <http://www.gnu.org/licenses/>.
    2220# ----------------------------------------
    2321
Note: See TracChangeset for help on using the changeset viewer.