diff options
author | Marcus Comstedt | 2002-02-02 19:20:27 +0000 |
---|---|---|
committer | Marcus Comstedt | 2002-02-02 19:20:27 +0000 |
commit | 141b489db97fbfaa4f63d49c21aa93e4888e57eb (patch) | |
tree | 5b4705acb453b04df9f8d849757878f128ccb395 /dc | |
parent | 92432994474065e4acdd63805f53eb30213b1c26 (diff) | |
download | scummvm-rg350-141b489db97fbfaa4f63d49c21aa93e4888e57eb.tar.gz scummvm-rg350-141b489db97fbfaa4f63d49c21aa93e4888e57eb.tar.bz2 scummvm-rg350-141b489db97fbfaa4f63d49c21aa93e4888e57eb.zip |
Added license blurb.
svn-id: r3553
Diffstat (limited to 'dc')
-rw-r--r-- | dc/audio.cpp | 22 | ||||
-rw-r--r-- | dc/dcmain.cpp | 22 | ||||
-rw-r--r-- | dc/display.cpp | 22 | ||||
-rw-r--r-- | dc/icon.cpp | 22 | ||||
-rw-r--r-- | dc/input.cpp | 22 | ||||
-rw-r--r-- | dc/label.cpp | 22 | ||||
-rw-r--r-- | dc/selector.cpp | 22 |
7 files changed, 154 insertions, 0 deletions
diff --git a/dc/audio.cpp b/dc/audio.cpp index d256f7e560..533983ce3b 100644 --- a/dc/audio.cpp +++ b/dc/audio.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002 Marcus Comstedt + * + * This program 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. + + * 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 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. + * + * $Header$ + * + */ + #include "stdafx.h" #include "scumm.h" #include "dc.h" diff --git a/dc/dcmain.cpp b/dc/dcmain.cpp index d7e423c457..761c922f1b 100644 --- a/dc/dcmain.cpp +++ b/dc/dcmain.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002 Marcus Comstedt + * + * This program 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. + + * 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 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. + * + * $Header$ + * + */ + #include "stdafx.h" #include "scumm.h" #include "gui.h" diff --git a/dc/display.cpp b/dc/display.cpp index 9d2a01fb09..164073f76c 100644 --- a/dc/display.cpp +++ b/dc/display.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002 Marcus Comstedt + * + * This program 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. + + * 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 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. + * + * $Header$ + * + */ + #include "stdafx.h" #include "scumm.h" #include "dc.h" diff --git a/dc/icon.cpp b/dc/icon.cpp index ecb5785023..2827a2c3b7 100644 --- a/dc/icon.cpp +++ b/dc/icon.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002 Marcus Comstedt + * + * This program 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. + + * 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 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. + * + * $Header$ + * + */ + #include <ronin/ronin.h> #include <string.h> diff --git a/dc/input.cpp b/dc/input.cpp index 324ebb75c6..7f3ee3b3fd 100644 --- a/dc/input.cpp +++ b/dc/input.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002 Marcus Comstedt + * + * This program 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. + + * 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 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. + * + * $Header$ + * + */ + #include "stdafx.h" #include "scumm.h" #include "dc.h" diff --git a/dc/label.cpp b/dc/label.cpp index 14e331c11e..2e7325df30 100644 --- a/dc/label.cpp +++ b/dc/label.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002 Marcus Comstedt + * + * This program 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. + + * 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 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. + * + * $Header$ + * + */ + #include <ronin/ronin.h> #include <string.h> diff --git a/dc/selector.cpp b/dc/selector.cpp index cbb553c43c..a91ba484c5 100644 --- a/dc/selector.cpp +++ b/dc/selector.cpp @@ -1,3 +1,25 @@ +/* ScummVM - Scumm Interpreter + * Dreamcast port + * Copyright (C) 2002 Marcus Comstedt + * + * This program 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. + + * 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 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. + * + * $Header$ + * + */ + #include "stdafx.h" #include "scumm.h" #include "dc.h" |