From 2e1f0f6fc95887b5a6847b16fd87276dbcad4481 Mon Sep 17 00:00:00 2001 From: dmg Date: Mon, 9 Jun 2014 18:20:46 +0900 Subject: changed license to GPLv2+ --- ChangeLog | 6 ++++++ README.TXT | 10 +++++----- extComments/extComments.pl | 17 +++++++++-------- extComments/hashComments.pl | 18 +++++++++--------- filter/criticalword.dict | 10 +++++----- filter/filter.pl | 13 +++++++------ matcher/interrules.dict | 10 +++++----- matcher/matcher.pl | 17 +++++++++-------- matcher/rules.dict | 10 +++++----- ninka.pl | 14 +++++++------- senttok/licensesentence.dict | 10 +++++----- senttok/senttok.pl | 10 +++++----- splitter/splitter.pl | 8 ++++---- 13 files changed, 81 insertions(+), 72 deletions(-) diff --git a/ChangeLog b/ChangeLog index c31fe26..9e3a70e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-09 dmg + + * Version 1.2 + + * Changed license to GPLv2+ + 2013-07-07 dmg * Version 1.1 diff --git a/README.TXT b/README.TXT index 1e92a7a..565465c 100644 --- a/README.TXT +++ b/README.TXT @@ -28,21 +28,21 @@ the above paper. * License Except for the directories comments and splitter, Ninka is licensed - under the AGPLv3+ + under the GPLv2+ Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as - published by the Free Software Foundation, either version 3 of the + it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program 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 Affero General Public License for more details. + GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License + You should have received a copy of the GNU General Public License along with this program. If not, see . - splitter.pl is a derivative work of the Rule-based sentence diff --git a/extComments/extComments.pl b/extComments/extComments.pl index d8643d6..0509012 100755 --- a/extComments/extComments.pl +++ b/extComments/extComments.pl @@ -1,20 +1,21 @@ #!/usr/bin/perl # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# This program 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 2 of +# the License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . # use Getopt::Std; diff --git a/extComments/hashComments.pl b/extComments/hashComments.pl index a4834d4..377fe91 100755 --- a/extComments/hashComments.pl +++ b/extComments/hashComments.pl @@ -1,23 +1,23 @@ #!/usr/bin/perl # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# This program 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 2 of +# the License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . # - # this is to extract the first comments from any language that # uses the same prefix diff --git a/filter/criticalword.dict b/filter/criticalword.dict index b58a586..477c32b 100755 --- a/filter/criticalword.dict +++ b/filter/criticalword.dict @@ -1,17 +1,17 @@ # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program 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. -# GNU Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see . # as is diff --git a/filter/filter.pl b/filter/filter.pl index 626904f..b2fcce1 100755 --- a/filter/filter.pl +++ b/filter/filter.pl @@ -1,19 +1,20 @@ #!/usr/bin/perl # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . # diff --git a/matcher/interrules.dict b/matcher/interrules.dict index d395805..9ef2b76 100644 --- a/matcher/interrules.dict +++ b/matcher/interrules.dict @@ -1,17 +1,17 @@ # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see . # # intermediate rules diff --git a/matcher/matcher.pl b/matcher/matcher.pl index 5e4422e..366cf6b 100755 --- a/matcher/matcher.pl +++ b/matcher/matcher.pl @@ -1,20 +1,21 @@ #!/usr/bin/perl # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# This program 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 2 of +# the License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# You should have received a copy of the GNU General Public License +# along with this program. If not, see +# . # # diff --git a/matcher/rules.dict b/matcher/rules.dict index f417b66..531df5f 100644 --- a/matcher/rules.dict +++ b/matcher/rules.dict @@ -1,17 +1,17 @@ # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see . # ########## This ones are deprecated, I think diff --git a/ninka.pl b/ninka.pl index 5117630..765ec01 100755 --- a/ninka.pl +++ b/ninka.pl @@ -2,17 +2,17 @@ # # Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# This program 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 2 of +# the License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# 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 Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see . # diff --git a/senttok/licensesentence.dict b/senttok/licensesentence.dict index 89c949f..4216275 100644 --- a/senttok/licensesentence.dict +++ b/senttok/licensesentence.dict @@ -1,17 +1,17 @@ # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see . # #Format diff --git a/senttok/senttok.pl b/senttok/senttok.pl index 543f818..a5eff10 100755 --- a/senttok/senttok.pl +++ b/senttok/senttok.pl @@ -1,18 +1,18 @@ #!/usr/bin/perl # -# Copyright (C) 2009-2010 Yuki Manabe and Daniel M. German +# Copyright (C) 2009-2014 Yuki Manabe and Daniel M. German # # This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This program 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see . # use strict; diff --git a/splitter/splitter.pl b/splitter/splitter.pl index 4ff1723..e00c54f 100755 --- a/splitter/splitter.pl +++ b/splitter/splitter.pl @@ -14,16 +14,16 @@ # which are under the following license: # # This patch is free software; you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # This patch 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 Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this patch. If not, see . -- cgit v1.2.1