From 1cb3c0ea50ce55278413dfd368285cb622130a30 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Mon, 28 Dec 2020 19:59:36 -0500 Subject: Haha: forget some references to Foobar in GPL statement --- src/consulter.rs | 4 ++-- src/game.rs | 4 ++-- src/gui/boardwidget.rs | 4 ++-- src/gui/mod.rs | 4 ++-- src/parser.rs | 4 ++-- src/tui.rs | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/consulter.rs b/src/consulter.rs index 379dfea..c266954 100644 --- a/src/consulter.rs +++ b/src/consulter.rs @@ -6,13 +6,13 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Takwrap 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 General Public License for more details. You should have received a copy of the GNU General Public License - along with Foobar. If not, see . + along with Takwrap. If not, see . */ use std::fs::{remove_file, File}; diff --git a/src/game.rs b/src/game.rs index e86cf58..d8fd268 100644 --- a/src/game.rs +++ b/src/game.rs @@ -6,13 +6,13 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Takwrap 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 General Public License for more details. You should have received a copy of the GNU General Public License - along with Foobar. If not, see . + along with Takwrap. If not, see . */ use std::collections::HashSet; diff --git a/src/gui/boardwidget.rs b/src/gui/boardwidget.rs index 3eca0ed..d831ed1 100644 --- a/src/gui/boardwidget.rs +++ b/src/gui/boardwidget.rs @@ -6,13 +6,13 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Takwrap 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 General Public License for more details. You should have received a copy of the GNU General Public License - along with Foobar. If not, see . + along with Takwrap. If not, see . */ use fltk::{app::*, button::*, draw::*}; diff --git a/src/gui/mod.rs b/src/gui/mod.rs index 341bded..47f56d5 100644 --- a/src/gui/mod.rs +++ b/src/gui/mod.rs @@ -6,13 +6,13 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Takwrap 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 General Public License for more details. You should have received a copy of the GNU General Public License - along with Foobar. If not, see . + along with Takwrap. If not, see . */ mod boardwidget; diff --git a/src/parser.rs b/src/parser.rs index a134bb9..abac3dc 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -6,13 +6,13 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Takwrap 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 General Public License for more details. You should have received a copy of the GNU General Public License - along with Foobar. If not, see . + along with Takwrap. If not, see . */ use crate::game::*; diff --git a/src/tui.rs b/src/tui.rs index 037d7ca..292fb32 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -6,13 +6,13 @@ the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + Takwrap 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 General Public License for more details. You should have received a copy of the GNU General Public License - along with Foobar. If not, see . + along with Takwrap. If not, see . */ extern crate pancurses; -- cgit v1.3.1