summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/cpu/cp1610/cp1610.c10
-rw-r--r--src/emu/cpu/cp1610/cp1610.h10
-rw-r--r--src/emu/cpu/lr35902/lr35902d.c14
-rw-r--r--src/emu/cpu/sc61860/sc61860.c12
-rw-r--r--src/emu/cpu/sc61860/sc61860.h12
-rw-r--r--src/emu/cpu/sc61860/scdasm.c12
-rw-r--r--src/emu/cpu/sc61860/scops.inc12
-rw-r--r--src/emu/cpu/scudsp/scudsp.c11
-rw-r--r--src/mess/video/pc1403.c12
9 files changed, 0 insertions, 105 deletions
diff --git a/src/emu/cpu/cp1610/cp1610.c b/src/emu/cpu/cp1610/cp1610.c
index 1dc911adf5e..1279a2cdd91 100644
--- a/src/emu/cpu/cp1610/cp1610.c
+++ b/src/emu/cpu/cp1610/cp1610.c
@@ -7,16 +7,6 @@
*
* Copyright Frank Palazzolo, all rights reserved.
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * palazzol@comcast.net
- * - This entire notice must remain in the source code.
- *
* This work is based on Juergen Buchmueller's F8 emulation,
* and the 'General Instruments CP1610' data sheets.
* Special thanks to Joe Zbiciak for his GPL'd CP1610 emulator
diff --git a/src/emu/cpu/cp1610/cp1610.h b/src/emu/cpu/cp1610/cp1610.h
index 1b2e8657892..670fb0deac8 100644
--- a/src/emu/cpu/cp1610/cp1610.h
+++ b/src/emu/cpu/cp1610/cp1610.h
@@ -7,16 +7,6 @@
*
* Copyright Frank Palazzolo, all rights reserved.
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * palazzol@comcast.net
- * - This entire notice must remain in the source code.
- *
*****************************************************************************/
#pragma once
diff --git a/src/emu/cpu/lr35902/lr35902d.c b/src/emu/cpu/lr35902/lr35902d.c
index 64af29a544c..cf6d61bd7d6 100644
--- a/src/emu/cpu/lr35902/lr35902d.c
+++ b/src/emu/cpu/lr35902/lr35902d.c
@@ -5,20 +5,6 @@
* lr35902d.c
* Portable Sharp LR35902 disassembler
*
- * Copyright The MESS Team.
- *
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * pullmoll@t-online.de
- * - The author of this copywritten work reserves the right to change the
- * terms of its usage and license at any time, including retroactively
- * - This entire notice must remain in the source code.
- *
*****************************************************************************/
#include "emu.h"
diff --git a/src/emu/cpu/sc61860/sc61860.c b/src/emu/cpu/sc61860/sc61860.c
index d0006cb4f23..a36c02a658a 100644
--- a/src/emu/cpu/sc61860/sc61860.c
+++ b/src/emu/cpu/sc61860/sc61860.c
@@ -8,18 +8,6 @@
*
* Copyright Peter Trauner, all rights reserved.
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * peter.trauner@jk.uni-linz.ac.at
- * - The author of this copywritten work reserves the right to change the
- * terms of its usage and license at any time, including retroactively
- * - This entire notice must remain in the source code.
- *
* History of changes:
* 29.7.2001 Several changes listed below taken by Mario Konegger
* (konegger@itp.tu-graz.ac.at)
diff --git a/src/emu/cpu/sc61860/sc61860.h b/src/emu/cpu/sc61860/sc61860.h
index 51791715fcd..e34197f83f9 100644
--- a/src/emu/cpu/sc61860/sc61860.h
+++ b/src/emu/cpu/sc61860/sc61860.h
@@ -8,18 +8,6 @@
*
* Copyright Peter Trauner, all rights reserved.
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * peter.trauner@jk.uni-linz.ac.at
- * - The author of this copywritten work reserves the right to change the
- * terms of its usage and license at any time, including retroactively
- * - This entire notice must remain in the source code.
- *
*****************************************************************************/
#pragma once
diff --git a/src/emu/cpu/sc61860/scdasm.c b/src/emu/cpu/sc61860/scdasm.c
index 8d7cc3ad43e..047ba7fae30 100644
--- a/src/emu/cpu/sc61860/scdasm.c
+++ b/src/emu/cpu/sc61860/scdasm.c
@@ -8,18 +8,6 @@
*
* Copyright Peter Trauner, all rights reserved.
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * peter.trauner@jk.uni-linz.ac.at
- * - The author of this copywritten work reserves the right to change the
- * terms of its usage and license at any time, including retroactively
- * - This entire notice must remain in the source code.
- *
*****************************************************************************/
#include "emu.h"
diff --git a/src/emu/cpu/sc61860/scops.inc b/src/emu/cpu/sc61860/scops.inc
index a432d5a4c5f..bde6edd53e1 100644
--- a/src/emu/cpu/sc61860/scops.inc
+++ b/src/emu/cpu/sc61860/scops.inc
@@ -8,18 +8,6 @@
*
* Copyright Peter Trauner, all rights reserved.
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * peter.trauner@jk.uni-linz.ac.at
- * - The author of this copywritten work reserves the right to change the
- * terms of its usage and license at any time, including retroactively
- * - This entire notice must remain in the source code.
- *
* History of changes:
* 21.07.2001 Several changes listed below were made by Mario Konegger
* (konegger@itp.tu-graz.ac.at)
diff --git a/src/emu/cpu/scudsp/scudsp.c b/src/emu/cpu/scudsp/scudsp.c
index 887c94cec1b..14d1565caa2 100644
--- a/src/emu/cpu/scudsp/scudsp.c
+++ b/src/emu/cpu/scudsp/scudsp.c
@@ -7,17 +7,6 @@
*
* copyright Angelo Salese & Mariusz Wojcieszek, all rights reserved
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * lordkale@libero.it or <insert_marusz_wojcieszek_mail_here>
- * - This entire notice must remain in the source code.
- *
- *
* Changelog:
* 131010: Angelo Salese
* - Converted to CPU structure
diff --git a/src/mess/video/pc1403.c b/src/mess/video/pc1403.c
index ebb3f0b68f3..0eb722c0319 100644
--- a/src/mess/video/pc1403.c
+++ b/src/mess/video/pc1403.c
@@ -8,18 +8,6 @@
*
* Copyright (c) 2001 Peter Trauner, all rights reserved.
*
- * - This source code is released as freeware for non-commercial purposes.
- * - You are free to use and redistribute this code in modified or
- * unmodified form, provided you list me in the credits.
- * - If you modify this source code, you must add a notice to each modified
- * source file that it has been changed. If you're a nice person, you
- * will clearly mark each change too. :)
- * - If you wish to use this for commercial purposes, please contact me at
- * peter.trauner@jk.uni-linz.ac.at
- * - The author of this copywritten work reserves the right to change the
- * terms of its usage and license at any time, including retroactively
- * - This entire notice must remain in the source code.
- *
* History of changes:
* 21.07.2001 Several changes listed below were made by Mario Konegger
* (konegger@itp.tu-graz.ac.at)