summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-25 15:45:16 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-25 15:45:16 +0200
commit3aa2a33edd97fd7d56c03711df41dd5ff53fd6c9 (patch)
tree7092f7d7c2d9b1dc7aab9a896b35fa50e1e0d499
parent682bf806718147d2bd40f713c120e0984f0f6364 (diff)
removed duplicated line, and clashing license on file (nw)
-rw-r--r--src/emu/bus/snes/rom21.c1
-rw-r--r--src/emu/sound/c6280.c17
2 files changed, 0 insertions, 18 deletions
diff --git a/src/emu/bus/snes/rom21.c b/src/emu/bus/snes/rom21.c
index bed258bf121..09630b7e393 100644
--- a/src/emu/bus/snes/rom21.c
+++ b/src/emu/bus/snes/rom21.c
@@ -1,5 +1,4 @@
// license:GPL-2.0+
-// license:GPL-2.0+
// copyright-holders:Fabio Priuli, byuu
/***********************************************************************************************************
diff --git a/src/emu/sound/c6280.c b/src/emu/sound/c6280.c
index 099224f78be..d484b8281c0 100644
--- a/src/emu/sound/c6280.c
+++ b/src/emu/sound/c6280.c
@@ -36,23 +36,6 @@
- http://www.hudsonsoft.net/ww/about/about.html
- http://www.hudson.co.jp/corp/eng/coinfo/history.html
- Legal information:
-
- Copyright Charles MacDonald
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "emu.h"