diff options
author | 2015-05-30 07:54:01 +0200 | |
---|---|---|
committer | 2015-05-30 07:54:01 +0200 | |
commit | 66e394a50f057709e7e4f9932d863eea188c9826 (patch) | |
tree | 75b205758af8270e9ccfb481be3c4023e699208d /src/emu/cpu/scudsp/scudsp.c | |
parent | 87bbbfffc3ce0588a63db2d6647e829299b52ead (diff) |
removed some non-commercial use texts no use since it's BSD3 now (nw)
Diffstat (limited to 'src/emu/cpu/scudsp/scudsp.c')
-rw-r--r-- | src/emu/cpu/scudsp/scudsp.c | 11 |
1 files changed, 0 insertions, 11 deletions
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 |