From 6f40085fa323f85d68d16e16f83424272ea08cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cz=C3=A9m=C3=A1n=20Barnab=C3=A1s?= <trabarni@gmail.com> Date: Wed, 18 Dec 2013 00:43:46 +0100 Subject: [PATCH] =?UTF-8?q?GPL=20v3=20fejl=C3=A9c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- button.c | 2 +- button.h | 2 +- colors.c | 2 +- colors.h | 2 +- enums.h | 2 +- field.c | 2 +- field.h | 2 +- game.c | 2 +- game.h | 2 +- highscore.c | 2 +- highscore.h | 2 +- init.c | 2 +- init.h | 2 +- input.c | 2 +- input.h | 2 +- label.c | 2 +- label.h | 2 +- main.c | 2 +- menu.c | 2 +- menu.h | 2 +- table.c | 2 +- table.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/button.c b/button.c index cc9d440..366fe09 100644 --- a/button.c +++ b/button.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/button.h b/button.h index a3f54ad..8ec8209 100644 --- a/button.h +++ b/button.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/colors.c b/colors.c index 8ff0b4c..0713590 100644 --- a/colors.c +++ b/colors.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/colors.h b/colors.h index 306a550..a82e7d2 100644 --- a/colors.h +++ b/colors.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/enums.h b/enums.h index b1202db..4947c12 100644 --- a/enums.h +++ b/enums.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/field.c b/field.c index fc9a541..1e3ba32 100644 --- a/field.c +++ b/field.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/field.h b/field.h index f7bd985..8c954fe 100644 --- a/field.h +++ b/field.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/game.c b/game.c index d3549cd..cc10420 100644 --- a/game.c +++ b/game.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/game.h b/game.h index 29a20c6..95535f3 100644 --- a/game.h +++ b/game.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/highscore.c b/highscore.c index 2c69979..64e94f1 100644 --- a/highscore.c +++ b/highscore.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/highscore.h b/highscore.h index a4e454d..e9d59b4 100644 --- a/highscore.h +++ b/highscore.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/init.c b/init.c index 50c27d6..dede39f 100644 --- a/init.c +++ b/init.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/init.h b/init.h index aa56989..67302cb 100644 --- a/init.h +++ b/init.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/input.c b/input.c index 4ac4faa..447f6d2 100644 --- a/input.c +++ b/input.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/input.h b/input.h index 5c857a7..f48dcaa 100644 --- a/input.h +++ b/input.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/label.c b/label.c index 51bdf6b..3285183 100644 --- a/label.c +++ b/label.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/label.h b/label.h index a0ac2f0..f19f2e6 100644 --- a/label.h +++ b/label.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/main.c b/main.c index 8f1367d..43b6c46 100644 --- a/main.c +++ b/main.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/menu.c b/menu.c index 223b91c..1e9dd53 100644 --- a/menu.c +++ b/menu.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/menu.h b/menu.h index 6f545b2..a3000ff 100644 --- a/menu.h +++ b/menu.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/table.c b/table.c index b81b47b..0aebc32 100644 --- a/table.c +++ b/table.c @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. diff --git a/table.h b/table.h index 5c155f1..95a0f0b 100644 --- a/table.h +++ b/table.h @@ -6,7 +6,7 @@ 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, + Minesweeper2D 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. -- GitLab