1
0
Fork 0

Typo in preamble

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
This commit is contained in:
Peter Veenstra 2004-08-04 09:12:57 +00:00
parent e455b0442f
commit ca409fd57c
148 changed files with 197 additions and 197 deletions

View file

@ -9,7 +9,7 @@
* This program 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 Library General Public License for more details.
* 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

View file

@ -9,14 +9,14 @@
* This program 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 Library General Public License for more details.
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: programs.cpp,v 1.13 2004-05-04 18:34:08 qbix79 Exp $ */
/* $Id: programs.cpp,v 1.14 2004-08-04 09:12:56 qbix79 Exp $ */
#include <ctype.h>
#include <stdlib.h>

View file

@ -9,14 +9,14 @@
* This program 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 Library General Public License for more details.
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: setup.cpp,v 1.21 2004-06-22 14:05:08 qbix79 Exp $ */
/* $Id: setup.cpp,v 1.22 2004-08-04 09:12:56 qbix79 Exp $ */
#include "dosbox.h"
#include "cross.h"

View file

@ -9,14 +9,14 @@
* This program 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 Library General Public License for more details.
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: support.cpp,v 1.24 2004-07-05 12:00:22 harekiet Exp $ */
/* $Id: support.cpp,v 1.25 2004-08-04 09:12:56 qbix79 Exp $ */
#include <string.h>
#include <stdlib.h>