From: David Griffith Date: Wed, 22 Feb 2017 13:10:08 +0000 (-0800) Subject: Added GPL and FSF stuff to leading comments in src/dumb/ X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=a90a40bd75f0cd0ed97be9661864c3bd8650d6d0;p=liskon_frotz.git Added GPL and FSF stuff to leading comments in src/dumb/ --- diff --git a/src/dumb/dumb_init.c b/src/dumb/dumb_init.c index aebd7ff..76c7484 100644 --- a/src/dumb/dumb_init.c +++ b/src/dumb/dumb_init.c @@ -1,7 +1,22 @@ -/* dumb-init.c +/* + * dumb-init.c - Dumb interface, initialization + * + * This file is part of Frotz. + * + * Frotz 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. + * + * Frotz 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. * - * Copyright 1997,1998 Alva Petrofsky . - * Any use permitted provided this notice stays intact. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Or visit http://www.fsf.org/ */ #include "dumb_frotz.h" diff --git a/src/dumb/dumb_input.c b/src/dumb/dumb_input.c index ea23175..ea31ba0 100644 --- a/src/dumb/dumb_input.c +++ b/src/dumb/dumb_input.c @@ -1,7 +1,22 @@ -/* dumb-input.c +/* + * dumb_input.c - Dumb interface, input functions * - * Copyright 1997,1998 Alpine Petrofsky . - * Any use permitted provided this notice stays intact. + * This file is part of Frotz. + * + * Frotz 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. + * + * Frotz 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Or visit http://www.fsf.org/ */ #include "dumb_frotz.h" diff --git a/src/dumb/dumb_output.c b/src/dumb/dumb_output.c index 8344548..f2e2d4d 100644 --- a/src/dumb/dumb_output.c +++ b/src/dumb/dumb_output.c @@ -1,7 +1,22 @@ -/* dumb-output.c +/* + * dumb_output.c - Dumb interface, output functions * - * Copyright 1997,1998 Alfresco Petrofsky . - * Any use permitted provided this notice stays intact. + * This file is part of Frotz. + * + * Frotz 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. + * + * Frotz 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Or visit http://www.fsf.org/ */ #include "dumb_frotz.h" diff --git a/src/dumb/dumb_pic.c b/src/dumb/dumb_pic.c index c374f51..ee14077 100644 --- a/src/dumb/dumb_pic.c +++ b/src/dumb/dumb_pic.c @@ -1,9 +1,24 @@ -/* dumb-pic.c +/* + * dumb-pic.c - Dumb interface, picture outline functions * - * Copyright 1997,1998 Alcibiades Petrofsky - * . - * Any use permitted provided this notice stays intact. + * This file is part of Frotz. + * + * Frotz 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. + * + * Frotz 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Or visit http://www.fsf.org/ */ + #include "dumb_frotz.h" f_setup_t f_setup;