From a875782b000ff363877677507b7512f8a6c70875 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 8 Oct 2015 12:05:01 +0100 Subject: [PATCH] JAL-1894 add licensing --- .../biojson/v1/AnnotationDisplaySettingPojo.java | 20 ++++++++++++++++++ src/jalview/util/HttpUtils.java | 20 ++++++++++++++++++ test/jalview/bin/JalviewLiteTest.java | 20 ++++++++++++++++++ test/jalview/util/ParseHtmlBodyAndLinksTest.java | 20 ++++++++++++++++++ utils/JettyExamplesDir.java | 22 +++++++++++++++++++- 5 files changed, 101 insertions(+), 1 deletion(-) diff --git a/src/jalview/json/binding/biojson/v1/AnnotationDisplaySettingPojo.java b/src/jalview/json/binding/biojson/v1/AnnotationDisplaySettingPojo.java index be50b79..d493bf2 100644 --- a/src/jalview/json/binding/biojson/v1/AnnotationDisplaySettingPojo.java +++ b/src/jalview/json/binding/biojson/v1/AnnotationDisplaySettingPojo.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview 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. + * + * Jalview 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + ******************************************************************************/ package jalview.json.binding.biojson.v1; import com.github.reinert.jjschema.Attributes; diff --git a/src/jalview/util/HttpUtils.java b/src/jalview/util/HttpUtils.java index 88df587..991a20a 100644 --- a/src/jalview/util/HttpUtils.java +++ b/src/jalview/util/HttpUtils.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview 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. + * + * Jalview 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + ******************************************************************************/ package jalview.util; import java.io.IOException; diff --git a/test/jalview/bin/JalviewLiteTest.java b/test/jalview/bin/JalviewLiteTest.java index ccb0055..8276300 100644 --- a/test/jalview/bin/JalviewLiteTest.java +++ b/test/jalview/bin/JalviewLiteTest.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview 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. + * + * Jalview 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + ******************************************************************************/ package jalview.bin; import static org.testng.AssertJUnit.assertEquals; diff --git a/test/jalview/util/ParseHtmlBodyAndLinksTest.java b/test/jalview/util/ParseHtmlBodyAndLinksTest.java index 5e8cd8c..2d5b4b3 100644 --- a/test/jalview/util/ParseHtmlBodyAndLinksTest.java +++ b/test/jalview/util/ParseHtmlBodyAndLinksTest.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview 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. + * + * Jalview 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + ******************************************************************************/ package jalview.util; import static org.testng.AssertJUnit.assertEquals; diff --git a/utils/JettyExamplesDir.java b/utils/JettyExamplesDir.java index 58f7694..76375d6 100644 --- a/utils/JettyExamplesDir.java +++ b/utils/JettyExamplesDir.java @@ -1,3 +1,23 @@ +/******************************************************************************* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview 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. + * + * Jalview 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + ******************************************************************************/ // //======================================================================== //Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd. @@ -70,4 +90,4 @@ public class JettyExamplesDir server.start(); server.join(); } -} \ No newline at end of file +} -- 1.7.10.2