summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmg <dmg@uvic.ca>2014-06-09 18:20:46 +0900
committerDaniel M German <dmg@uvic.ca>2015-01-10 02:24:27 -0800
commit2e1f0f6fc95887b5a6847b16fd87276dbcad4481 (patch)
tree0100e4355619647ac5638845752d5133803c82c4
parentd74ffddb46f42c4f15468b21b765046bab1d9831 (diff)
downloadninka-2e1f0f6fc95887b5a6847b16fd87276dbcad4481.tar.gz
changed license to GPLv2+
-rw-r--r--ChangeLog6
-rw-r--r--README.TXT10
-rwxr-xr-xextComments/extComments.pl17
-rwxr-xr-xextComments/hashComments.pl18
-rwxr-xr-xfilter/criticalword.dict10
-rwxr-xr-xfilter/filter.pl13
-rw-r--r--matcher/interrules.dict10
-rwxr-xr-xmatcher/matcher.pl17
-rw-r--r--matcher/rules.dict10
-rwxr-xr-xninka.pl14
-rw-r--r--senttok/licensesentence.dict10
-rwxr-xr-xsenttok/senttok.pl10
-rwxr-xr-xsplitter/splitter.pl8
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 <dmg@uvic.ca>
+
+ * Version 1.2
+
+ * Changed license to GPLv2+
+
2013-07-07 dmg <dmg@uvic.ca>
* 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 <http://www.gnu.org/licenses/>.
- 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 <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
#
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 <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
#
-
# this is to extract the first <n> 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 <http://www.gnu.org/licenses/>.
#
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 <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
#
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 <http://www.gnu.org/licenses/>.
#
# 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 <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see
+# <http://www.gnu.org/licenses/>.
#
#
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 <http://www.gnu.org/licenses/>.
#
########## 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 <http://www.gnu.org/licenses/>.
#
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 <http://www.gnu.org/licenses/>.
#
#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 <http://www.gnu.org/licenses/>.
#
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 <http://www.gnu.org/licenses/>.