|
1 | 1 | /* |
2 | | - * GateClassification.java |
3 | | - * |
4 | | - * Copyright (c) 1995-2015, The University of Sheffield. See the file |
5 | | - * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt |
6 | | - * Copyright 2015 South London and Maudsley NHS Trust and King's College London |
| 2 | + * Copyright (c) 2015-2016 The University Of Sheffield. |
7 | 3 | * |
8 | | - * This file is part of GATE (see http://gate.ac.uk/), and is free software, |
9 | | - * licenced under the GNU Library General Public License, Version 2, June 1991 |
10 | | - * (in the distribution as file licence.html, and also available at |
11 | | - * http://gate.ac.uk/gate/licence.html). |
| 4 | + * This file is part of gateplugin-LearningFramework |
| 5 | + * (see https://github.com/GateNLP/gateplugin-LearningFramework). |
12 | 6 | * |
13 | | - * Genevieve Gorrell, 9 Jan 2015 |
| 7 | + * This program is free software: you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU Lesser General Public License as published by |
| 9 | + * the Free Software Foundation, either version 2.1 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU Lesser General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU Lesser General Public License |
| 18 | + * along with this software. If not, see <http://www.gnu.org/licenses/>. |
14 | 19 | */ |
15 | 20 | package gate.plugin.learningframework; |
16 | 21 |
|
|
0 commit comments