From db526b44cf4cd2bccaadab33ead76387e88b96db Mon Sep 17 00:00:00 2001 From: Andrewss Date: Wed, 26 Aug 2020 09:07:59 +0100 Subject: [PATCH] Added GPL headers --- .../CellLineSleuthApplication.java | 20 +++++++++++++++++++ .../CellLineSleuth/CellLines/CellLine.java | 20 +++++++++++++++++++ .../CellLines/CellLineCollection.java | 20 +++++++++++++++++++ .../CellLineSleuth/CellLines/SNP.java | 20 +++++++++++++++++++ .../CellLines/SNPQuantitation.java | 20 +++++++++++++++++++ .../CellLineSleuth/Sample/SleuthSample.java | 20 +++++++++++++++++++ 6 files changed, 120 insertions(+) diff --git a/uk/ac/babraham/CellLineSleuth/CellLineSleuthApplication.java b/uk/ac/babraham/CellLineSleuth/CellLineSleuthApplication.java index 1a8ad4a..dce7f34 100644 --- a/uk/ac/babraham/CellLineSleuth/CellLineSleuthApplication.java +++ b/uk/ac/babraham/CellLineSleuth/CellLineSleuthApplication.java @@ -1,3 +1,23 @@ +/** + * Copyright Copyright 2020 Simon Andrews + * + * This file is part of Cell Line Sleuth. + * + * Cell Line Sleuth is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * FastQC is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Cell Line Sleuth; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + package uk.ac.babraham.CellLineSleuth; import java.io.File; diff --git a/uk/ac/babraham/CellLineSleuth/CellLines/CellLine.java b/uk/ac/babraham/CellLineSleuth/CellLines/CellLine.java index abc6761..dbc886a 100644 --- a/uk/ac/babraham/CellLineSleuth/CellLines/CellLine.java +++ b/uk/ac/babraham/CellLineSleuth/CellLines/CellLine.java @@ -1,3 +1,23 @@ +/** + * Copyright Copyright 2020 Simon Andrews + * + * This file is part of Cell Line Sleuth. + * + * Cell Line Sleuth is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * FastQC is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Cell Line Sleuth; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + package uk.ac.babraham.CellLineSleuth.CellLines; import java.util.ArrayList; diff --git a/uk/ac/babraham/CellLineSleuth/CellLines/CellLineCollection.java b/uk/ac/babraham/CellLineSleuth/CellLines/CellLineCollection.java index 34a35f7..5bf87d9 100644 --- a/uk/ac/babraham/CellLineSleuth/CellLines/CellLineCollection.java +++ b/uk/ac/babraham/CellLineSleuth/CellLines/CellLineCollection.java @@ -1,3 +1,23 @@ +/** + * Copyright Copyright 2020 Simon Andrews + * + * This file is part of Cell Line Sleuth. + * + * Cell Line Sleuth is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * FastQC is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Cell Line Sleuth; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + package uk.ac.babraham.CellLineSleuth.CellLines; import java.io.BufferedReader; diff --git a/uk/ac/babraham/CellLineSleuth/CellLines/SNP.java b/uk/ac/babraham/CellLineSleuth/CellLines/SNP.java index ee35216..7a8a634 100644 --- a/uk/ac/babraham/CellLineSleuth/CellLines/SNP.java +++ b/uk/ac/babraham/CellLineSleuth/CellLines/SNP.java @@ -1,3 +1,23 @@ +/** + * Copyright Copyright 2020 Simon Andrews + * + * This file is part of Cell Line Sleuth. + * + * Cell Line Sleuth is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * FastQC is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Cell Line Sleuth; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + package uk.ac.babraham.CellLineSleuth.CellLines; import java.util.HashMap; diff --git a/uk/ac/babraham/CellLineSleuth/CellLines/SNPQuantitation.java b/uk/ac/babraham/CellLineSleuth/CellLines/SNPQuantitation.java index e7a9b8b..81a2416 100644 --- a/uk/ac/babraham/CellLineSleuth/CellLines/SNPQuantitation.java +++ b/uk/ac/babraham/CellLineSleuth/CellLines/SNPQuantitation.java @@ -1,3 +1,23 @@ +/** + * Copyright Copyright 2020 Simon Andrews + * + * This file is part of Cell Line Sleuth. + * + * Cell Line Sleuth is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * FastQC is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Cell Line Sleuth; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + package uk.ac.babraham.CellLineSleuth.CellLines; public class SNPQuantitation { diff --git a/uk/ac/babraham/CellLineSleuth/Sample/SleuthSample.java b/uk/ac/babraham/CellLineSleuth/Sample/SleuthSample.java index 1aa2518..c42971e 100644 --- a/uk/ac/babraham/CellLineSleuth/Sample/SleuthSample.java +++ b/uk/ac/babraham/CellLineSleuth/Sample/SleuthSample.java @@ -1,3 +1,23 @@ +/** + * Copyright Copyright 2020 Simon Andrews + * + * This file is part of Cell Line Sleuth. + * + * Cell Line Sleuth is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * FastQC is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Cell Line Sleuth; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + package uk.ac.babraham.CellLineSleuth.Sample; import java.io.File;