diff options
author | 2015-05-30 07:54:01 +0200 | |
---|---|---|
committer | 2015-05-30 07:54:01 +0200 | |
commit | 66e394a50f057709e7e4f9932d863eea188c9826 (patch) | |
tree | 75b205758af8270e9ccfb481be3c4023e699208d | |
parent | 87bbbfffc3ce0588a63db2d6647e829299b52ead (diff) |
removed some non-commercial use texts no use since it's BSD3 now (nw)
-rw-r--r-- | src/emu/cpu/cp1610/cp1610.c | 10 | ||||
-rw-r--r-- | src/emu/cpu/cp1610/cp1610.h | 10 | ||||
-rw-r--r-- | src/emu/cpu/lr35902/lr35902d.c | 14 | ||||
-rw-r--r-- | src/emu/cpu/sc61860/sc61860.c | 12 | ||||
-rw-r--r-- | src/emu/cpu/sc61860/sc61860.h | 12 | ||||
-rw-r--r-- | src/emu/cpu/sc61860/scdasm.c | 12 | ||||
-rw-r--r-- | src/emu/cpu/sc61860/scops.inc | 12 | ||||
-rw-r--r-- | src/emu/cpu/scudsp/scudsp.c | 11 | ||||
-rw-r--r-- | src/mess/video/pc1403.c | 12 |
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) |