From f2fe5e721b3e02055bf6f5823976716aaef1b5ad Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sat, 13 Jul 2019 17:49:12 -0700 Subject: [PATCH] Rework lead comments for DOS interface files. --- src/dos/bcfrotz.h | 4 ++-- src/dos/bcinit.c | 18 ++++++++++++++++-- src/dos/bcinput.c | 18 ++++++++++++++++-- src/dos/bcmouse.c | 18 ++++++++++++++++-- src/dos/bcpic.c | 18 ++++++++++++++++-- src/dos/bcscreen.c | 18 ++++++++++++++++-- src/dos/bctext.c | 18 ++++++++++++++++-- 7 files changed, 98 insertions(+), 14 deletions(-) diff --git a/src/dos/bcfrotz.h b/src/dos/bcfrotz.h index 405b819..67011d6 100644 --- a/src/dos/bcfrotz.h +++ b/src/dos/bcfrotz.h @@ -1,7 +1,7 @@ /* - * "BCfrotz.h" + * bcfrotz.h * - * Borland C interface, declarations + * DOS interface, declarations, definitions, and defaults. * */ diff --git a/src/dos/bcinit.c b/src/dos/bcinit.c index 39354d9..78098d9 100644 --- a/src/dos/bcinit.c +++ b/src/dos/bcinit.c @@ -1,8 +1,22 @@ /* - * file "BCinit.c" + * bcinit.c - DOS interface, initialization * - * Borland C front end, initialisation + * 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 diff --git a/src/dos/bcinput.c b/src/dos/bcinput.c index 0a5843d..a5fbf73 100644 --- a/src/dos/bcinput.c +++ b/src/dos/bcinput.c @@ -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 diff --git a/src/dos/bcmouse.c b/src/dos/bcmouse.c index 0a38ce2..e4302db 100644 --- a/src/dos/bcmouse.c +++ b/src/dos/bcmouse.c @@ -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 diff --git a/src/dos/bcpic.c b/src/dos/bcpic.c index 6e3df71..0d05d1a 100644 --- a/src/dos/bcpic.c +++ b/src/dos/bcpic.c @@ -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 diff --git a/src/dos/bcscreen.c b/src/dos/bcscreen.c index 4e07d1a..6eee7ce 100644 --- a/src/dos/bcscreen.c +++ b/src/dos/bcscreen.c @@ -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 diff --git a/src/dos/bctext.c b/src/dos/bctext.c index 1f99c45..73656dd 100644 --- a/src/dos/bctext.c +++ b/src/dos/bctext.c @@ -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 -- 2.34.1