Rework lead comments for DOS interface files.
authorDavid Griffith <dave@661.org>
Sun, 14 Jul 2019 00:49:12 +0000 (17:49 -0700)
committerDavid Griffith <dave@661.org>
Sun, 14 Jul 2019 00:51:22 +0000 (17:51 -0700)
src/dos/bcfrotz.h
src/dos/bcinit.c
src/dos/bcinput.c
src/dos/bcmouse.c
src/dos/bcpic.c
src/dos/bcscreen.c
src/dos/bctext.c

index 405b819cc89eb346a6a033c6b30c5b96622ff9a5..67011d6cc5ed6c10f767a4ae864783795162d857 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * "BCfrotz.h"
+ * bcfrotz.h
  *
- * Borland C interface, declarations
+ * DOS interface, declarations, definitions, and defaults.
  *
  */
 
index 39354d9eed4eee7d12c43ff1686075938ad7772b..78098d9e89efd9b6160a9f1a05fe6afe8ac18ba5 100644 (file)
@@ -1,8 +1,22 @@
 /*\r
- * file "BCinit.c"\r
+ * bcinit.c - DOS interface, initialization\r
  *\r
- * Borland C front end, initialisation\r
+ * This file is part of Frotz.\r
  *\r
+ * Frotz is free software; you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation; either version 2 of the License, or\r
+ * (at your option) any later version.\r
+ *\r
+ * Frotz is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r
+ * Or visit http://www.fsf.org/\r
  */\r
 \r
 #include <conio.h>\r
index 0a5843dcb9244c4b79c461d72aceb628682ab23e..a5fbf73f27bddc2fb2aee2f4fc3a67ebbddec986 100644 (file)
@@ -1,8 +1,22 @@
 /*
- * file "BCinput.c"
+ * bcinput.c - DOS interface, input functions
  *
- * Borland C front end, input functions
+ * 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 <bios.h>
index 0a38ce27af5fe4c7beb1a20d146a082f0bc39b3c..e4302dbada7d90c3351b5f96ac16265177f808c0 100644 (file)
@@ -1,8 +1,22 @@
 /*
- * file "BCmouse.c"
+ * bcmouse.h - DOS interface, mouse support
  *
- * Borland C front end, mouse support
+ * 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 <dos.h>
index 6e3df718832e816a027db3685d9abc5a12cb3f0a..0d05d1ac2ab451dbb73781c98e1e4f7751202c01 100644 (file)
@@ -1,8 +1,22 @@
 /*
- * "BCpic.c"
+ * bcpic.c - DOS interface, picture functions
  *
- * Borland C front end, picture functions
+ * 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 <alloc.h>
index 4e07d1af72a98da86248335e10dab6e66e92817d..6eee7ce9ff24b467ba2db85af84ea2b12b8ad455 100644 (file)
@@ -1,8 +1,22 @@
 /*
- * file "BCscreen.c"
+ * bcscreen.c - DOS interface, screen manipulation
  *
- * Borland C front end, screen manipulation
+ * 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 <dos.h>
index 1f99c450c400a1da1853cc82cf5d746b72737d37..73656ddd1fce5801f4f6d720b48c571bd8c6e7bc 100644 (file)
@@ -1,8 +1,22 @@
 /*
- * file "BCtext.c"
+ * bctext.c - DOS interface, text functions
  *
- * Borland C front end, text functions
+ * 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 <alloc.h>