Skip to content

Commit 48b4059

Browse files
committed
Add proper license headers to all relevant files.
1 parent 5427075 commit 48b4059

91 files changed

Lines changed: 1608 additions & 288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<!--
2+
Copyright (c) 2015-2016 The University Of Sheffield.
3+
4+
This file is part of gateplugin-LearningFramework
5+
(see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
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/>.
19+
-->
20+
121
<project name="gateplugin-LearningFramework" basedir="." default="build" xmlns:ivy="antlib:org.apache.ivy.ant" >
222
<!-- Prevent Ant from warning about includeantruntime not being set -->
323
<property name="build.sysclasspath" value="ignore" />

creole.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
<!-- creole.xml for Learning_Framework -->
2+
<!--
3+
Copyright (c) 2015-2016 The University Of Sheffield.
4+
5+
This file is part of gateplugin-LearningFramework
6+
(see https://github.com/GateNLP/gateplugin-LearningFramework).
7+
8+
This program is free software: you can redistribute it and/or modify
9+
it under the terms of the GNU Lesser General Public License as published by
10+
the Free Software Foundation, either version 2.1 of the License, or
11+
(at your option) any later version.
12+
13+
This program 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 Lesser General Public License for more details.
17+
18+
You should have received a copy of the GNU Lesser General Public License
19+
along with this software. If not, see <http://www.gnu.org/licenses/>.
20+
-->
221
<CREOLE-DIRECTORY
322
ID="gate.LearningFramework"
423
VERSION="3.5.1"

src/gate/plugin/learningframework/AbstractDocumentProcessor.java

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/*
2-
* Copyright (c) 1995-2015, The University of Sheffield. See the file
3-
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
4-
* Copyright 2015 South London and Maudsley NHS Trust and King's College London
2+
* Copyright (c) 2015-2016 The University Of Sheffield.
53
*
6-
* This file is part of GATE (see http://gate.ac.uk/), and is free software,
7-
* licenced under the GNU Library General Public License, Version 2, June 1991
8-
* (in the distribution as file licence.html, and also available at
9-
* http://gate.ac.uk/gate/licence.html).
4+
* This file is part of gateplugin-LearningFramework
5+
* (see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
*
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/>.
1019
*/
1120
package gate.plugin.learningframework;
1221

src/gate/plugin/learningframework/EvaluationMethod.java

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/*
2-
* Copyright (c) 1995-2015, The University of Sheffield. See the file
3-
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
4-
* Copyright 2015 South London and Maudsley NHS Trust and King's College London
2+
* Copyright (c) 2015-2016 The University Of Sheffield.
53
*
6-
* This file is part of GATE (see http://gate.ac.uk/), and is free software,
7-
* licenced under the GNU Library General Public License, Version 2, June 1991
8-
* (in the distribution as file licence.html, and also available at
9-
* http://gate.ac.uk/gate/licence.html).
4+
* This file is part of gateplugin-LearningFramework
5+
* (see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
*
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/>.
1019
*/
1120
package gate.plugin.learningframework;
1221

src/gate/plugin/learningframework/Exporter.java

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/*
2-
* Copyright (c) 1995-2015, The University of Sheffield. See the file
3-
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
4-
* Copyright 2015 South London and Maudsley NHS Trust and King's College London
2+
* Copyright (c) 2015-2016 The University Of Sheffield.
53
*
6-
* This file is part of GATE (see http://gate.ac.uk/), and is free software,
7-
* licenced under the GNU Library General Public License, Version 2, June 1991
8-
* (in the distribution as file licence.html, and also available at
9-
* http://gate.ac.uk/gate/licence.html).
4+
* This file is part of gateplugin-LearningFramework
5+
* (see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
*
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/>.
1019
*/
1120
package gate.plugin.learningframework;
1221

src/gate/plugin/learningframework/GateClassification.java

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
/*
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.
73
*
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).
126
*
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/>.
1419
*/
1520
package gate.plugin.learningframework;
1621

src/gate/plugin/learningframework/Globals.java

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
2+
* Copyright (c) 2015-2016 The University Of Sheffield.
3+
*
4+
* This file is part of gateplugin-LearningFramework
5+
* (see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
*
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/>.
519
*/
6-
720
package gate.plugin.learningframework;
821

922
/**

src/gate/plugin/learningframework/LFUtils.java

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
/*
2-
* To change this license header, choose License Headers in Project Properties.
3-
* To change this template file, choose Tools | Templates
4-
* and open the template in the editor.
2+
* Copyright (c) 2015-2016 The University Of Sheffield.
3+
*
4+
* This file is part of gateplugin-LearningFramework
5+
* (see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
*
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/>.
519
*/
620

721
package gate.plugin.learningframework;

src/gate/plugin/learningframework/LF_ApplyChunking.java

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/*
2-
* Copyright (c) 1995-2015, The University of Sheffield. See the file
3-
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
4-
* Copyright 2015 South London and Maudsley NHS Trust and King's College London
2+
* Copyright (c) 2015-2016 The University Of Sheffield.
53
*
6-
* This file is part of GATE (see http://gate.ac.uk/), and is free software,
7-
* licenced under the GNU Library General Public License, Version 2, June 1991
8-
* (in the distribution as file licence.html, and also available at
9-
* http://gate.ac.uk/gate/licence.html).
4+
* This file is part of gateplugin-LearningFramework
5+
* (see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
*
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/>.
1019
*/
1120
package gate.plugin.learningframework;
1221

src/gate/plugin/learningframework/LF_ApplyClassification.java

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
/*
2-
* Copyright (c) 1995-2015, The University of Sheffield. See the file
3-
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
4-
* Copyright 2015 South London and Maudsley NHS Trust and King's College London
2+
* Copyright (c) 2015-2016 The University Of Sheffield.
53
*
6-
* This file is part of GATE (see http://gate.ac.uk/), and is free software,
7-
* licenced under the GNU Library General Public License, Version 2, June 1991
8-
* (in the distribution as file licence.html, and also available at
9-
* http://gate.ac.uk/gate/licence.html).
4+
* This file is part of gateplugin-LearningFramework
5+
* (see https://github.com/GateNLP/gateplugin-LearningFramework).
6+
*
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/>.
1019
*/
1120
package gate.plugin.learningframework;
1221

0 commit comments

Comments
 (0)