Added GPL and FSF stuff to leading comments in src/dumb/
authorDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 13:10:08 +0000 (05:10 -0800)
committerDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 13:10:08 +0000 (05:10 -0800)
src/dumb/dumb_init.c
src/dumb/dumb_input.c
src/dumb/dumb_output.c
src/dumb/dumb_pic.c

index aebd7ff68fdc50eff834b5141c7947c869e7ebbd..76c7484dc3ff770cfcbcdb60d31343481e9b7653 100644 (file)
@@ -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 <alva@petrofsky.berkeley.ca.us>.
- * 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"
index ea23175c4e06aa4e7181af0b15feae83dfd6b636..ea31ba0dad0d5f07e691fc90e34c3278ff2d12ce 100644 (file)
@@ -1,7 +1,22 @@
-/* dumb-input.c
+/*
+ * dumb_input.c - Dumb interface, input functions
  *
- * Copyright 1997,1998 Alpine Petrofsky <alpine@petrofsky.berkeley.ca.us>.
- * 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"
index 834454840656f0c45d4b46fb165a4f78d96de0fb..f2e2d4d836a4d53a7204bd6584ff45a16f4e4cb7 100644 (file)
@@ -1,7 +1,22 @@
-/* dumb-output.c
+/*
+ * dumb_output.c - Dumb interface, output functions
  *
- * Copyright 1997,1998 Alfresco Petrofsky <alfresco@petrofsky.berkeley.edu>.
- * 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"
index c374f511e08873808d55d08eda2ab17602eed0d6..ee140774c9361d7501027bcd66da843883cbf0c3 100644 (file)
@@ -1,9 +1,24 @@
-/* dumb-pic.c
+/*
+ * dumb-pic.c - Dumb interface, picture outline functions
  *
- * Copyright 1997,1998 Alcibiades Petrofsky
- * <alcibiades@petrofsky.berkeley.ca.us>.
- * 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;