diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/consulter.rs | 4 | ||||
| -rw-r--r-- | src/game.rs | 4 | ||||
| -rw-r--r-- | src/gui/boardwidget.rs | 4 | ||||
| -rw-r--r-- | src/gui/mod.rs | 4 | ||||
| -rw-r--r-- | src/parser.rs | 4 | ||||
| -rw-r--r-- | src/tui.rs | 4 |
6 files changed, 12 insertions, 12 deletions
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 <https://www.gnu.org/licenses/>. + along with Takwrap. If not, see <https://www.gnu.org/licenses/>. */ 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 <https://www.gnu.org/licenses/>. + along with Takwrap. If not, see <https://www.gnu.org/licenses/>. */ 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 <https://www.gnu.org/licenses/>. + along with Takwrap. If not, see <https://www.gnu.org/licenses/>. */ 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 <https://www.gnu.org/licenses/>. + along with Takwrap. If not, see <https://www.gnu.org/licenses/>. */ 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 <https://www.gnu.org/licenses/>. + along with Takwrap. If not, see <https://www.gnu.org/licenses/>. */ use crate::game::*; @@ -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 <https://www.gnu.org/licenses/>. + along with Takwrap. If not, see <https://www.gnu.org/licenses/>. */ extern crate pancurses; |
