Skip to content

Commit e85540b

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
enter 2019
1 parent 196076c commit e85540b

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

src/checkmblem.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2010 - 2018
2+
Copyright (c) 2010 - 2019
33
ILK Tilburg University
44
CLST Radboud University
55

src/checkmbma.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2010 - 2018
2+
Copyright (c) 2010 - 2019
33
ILK Tilburg University
44
CLST Radboud University
55

src/chunkgen.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2015 - 2018
2+
Copyright (c) 2015 - 2019
33
CLST Radboud University
44
55
This file is part of toad

src/froggen.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2015 - 2018
2+
Copyright (c) 2015 - 2019
33
CLST Radboud University
44
55
This file is part of toad

src/makemblem.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2006 - 2018
2+
Copyright (c) 2006 - 2019
33
ILK Tilburg University
44
CLST Radboud University
55

src/makembma.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2006 - 2018
2+
Copyright (c) 2006 - 2019
33
ILK Tilburg University
44
CLST Radboud University
55

src/morgen.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2015 - 2018
2+
Copyright (c) 2015 - 2019
33
CLST Radboud University
44
55
This file is part of toad

src/nergen.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2015 - 2018
2+
Copyright (c) 2015 - 2019
33
CLST Radboud University
44
55
This file is part of toad

src/testmbma.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2015 - 2018
2+
Copyright (c) 2015 - 2019
33
CLST Radboud University
44
55
This file is part of toad
@@ -162,7 +162,7 @@ void Test( istream& in, bool deep ){
162162

163163
int main(int argc, char *argv[]) {
164164
std::ios_base::sync_with_stdio(false);
165-
cerr << "mbma_tester " << VERSION << " (c) LaMa 1998 - 2018" << endl;
165+
cerr << "mbma_tester " << VERSION << " (c) LaMa 1998 - 2019" << endl;
166166
cerr << "Language Machine Group, Radboud University" << endl;
167167
TiCC::CL_Options Opts("Vt:d:hc:","version,deep-morph");
168168
try {

0 commit comments

Comments
 (0)