summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
diff options
context:
space:
mode:
author balr0g <balrog032@gmail.com>2015-05-28 14:11:13 -0400
committer balr0g <balrog032@gmail.com>2015-05-28 14:11:19 -0400
commit20068ed55777ba5c9fd2a922c878585912b4eb5e (patch)
tree45b4057a526d93c01f95059f6693ae09cea8f44f /src/mess
parent548a982a3cde7ff84e557f0ff4e15b38553b0462 (diff)
We cannot relicense files for which we have not yet received responses (nw)
Diffstat (limited to 'src/mess')
-rw-r--r--src/mess/audio/mac.c2
-rw-r--r--src/mess/drivers/apple1.c2
-rw-r--r--src/mess/drivers/bbc.c2
-rw-r--r--src/mess/drivers/concept.c2
-rw-r--r--src/mess/drivers/glasgow.c2
-rw-r--r--src/mess/drivers/junior.c2
-rw-r--r--src/mess/drivers/mac.c2
-rw-r--r--src/mess/drivers/mmodular.c2
-rw-r--r--src/mess/drivers/mtx.c4
-rw-r--r--src/mess/drivers/ng_aes.c2
-rw-r--r--src/mess/drivers/sms.c2
-rw-r--r--src/mess/drivers/supercon.c2
-rw-r--r--src/mess/drivers/svi318.c2
-rw-r--r--src/mess/drivers/vc4000.c2
-rw-r--r--src/mess/includes/apple1.h2
-rw-r--r--src/mess/includes/bbc.h2
-rw-r--r--src/mess/includes/concept.h2
-rw-r--r--src/mess/includes/mac.h2
-rw-r--r--src/mess/includes/mboard.h2
-rw-r--r--src/mess/includes/mtx.h4
-rw-r--r--src/mess/includes/sms.h2
-rw-r--r--src/mess/includes/svi318.h2
-rw-r--r--src/mess/includes/vc4000.h2
-rw-r--r--src/mess/machine/apple1.c2
-rw-r--r--src/mess/machine/bbc.c2
-rw-r--r--src/mess/machine/concept.c2
-rw-r--r--src/mess/machine/mac.c2
-rw-r--r--src/mess/machine/mboard.c2
-rw-r--r--src/mess/machine/mtx.c4
-rw-r--r--src/mess/machine/sms.c2
-rw-r--r--src/mess/machine/sonydriv.c2
-rw-r--r--src/mess/machine/sonydriv.h2
-rw-r--r--src/mess/machine/svi318.c2
-rw-r--r--src/mess/tools/imgtool/imghd.c2
-rw-r--r--src/mess/video/apple1.c2
-rw-r--r--src/mess/video/bbc.c2
-rw-r--r--src/mess/video/mac.c2
-rw-r--r--src/mess/video/vc4000.c2
38 files changed, 41 insertions, 41 deletions
diff --git a/src/mess/audio/mac.c b/src/mess/audio/mac.c
index 7a0b7a93a62..b93b4d86e0d 100644
--- a/src/mess/audio/mac.c
+++ b/src/mess/audio/mac.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/***************************************************************************
diff --git a/src/mess/drivers/apple1.c b/src/mess/drivers/apple1.c
index 34ff9ab0b31..3f6afe2be77 100644
--- a/src/mess/drivers/apple1.c
+++ b/src/mess/drivers/apple1.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Paul Daniels, Colin Howell, R. Belmont
/**********************************************************************
diff --git a/src/mess/drivers/bbc.c b/src/mess/drivers/bbc.c
index de7f17dee44..5a4df8785ac 100644
--- a/src/mess/drivers/bbc.c
+++ b/src/mess/drivers/bbc.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Gordon Jefferyes, Nigel Barnes
/******************************************************************************
BBC Model A,B
diff --git a/src/mess/drivers/concept.c b/src/mess/drivers/concept.c
index a6245847686..4d15dd5e213 100644
--- a/src/mess/drivers/concept.c
+++ b/src/mess/drivers/concept.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Raphael Nabet, Brett Wyer
/*
Corvus Concept driver
diff --git a/src/mess/drivers/glasgow.c b/src/mess/drivers/glasgow.c
index fd9f671d6ee..47ac4b8b2e7 100644
--- a/src/mess/drivers/glasgow.c
+++ b/src/mess/drivers/glasgow.c
@@ -1,4 +1,4 @@
-// license:LGPL-2.1+
+// license:???
// copyright-holders:Dirk Verwiebe, Robbbert, Ralf Schaefer, Cowering
/***************************************************************************
Mephisto Glasgow 3 S chess computer
diff --git a/src/mess/drivers/junior.c b/src/mess/drivers/junior.c
index b6432b9538a..52e63a7c215 100644
--- a/src/mess/drivers/junior.c
+++ b/src/mess/drivers/junior.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Robbbert, Manfred Schneider
/***************************************************************************
diff --git a/src/mess/drivers/mac.c b/src/mess/drivers/mac.c
index bc670603bdc..65cdb2711ca 100644
--- a/src/mess/drivers/mac.c
+++ b/src/mess/drivers/mac.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/****************************************************************************
diff --git a/src/mess/drivers/mmodular.c b/src/mess/drivers/mmodular.c
index 4944c14aa5d..b80aa7ab643 100644
--- a/src/mess/drivers/mmodular.c
+++ b/src/mess/drivers/mmodular.c
@@ -1,4 +1,4 @@
-// license:LGPL-2.1+
+// license:???
// copyright-holders:Dirk Verwiebe, Ralf Schaefer, Cowering
/******************************************************************************
Mephisto Chess Computers using plugin modules
diff --git a/src/mess/drivers/mtx.c b/src/mess/drivers/mtx.c
index ddc61773f8c..df1a4ee859f 100644
--- a/src/mess/drivers/mtx.c
+++ b/src/mess/drivers/mtx.c
@@ -1,5 +1,5 @@
-// license:BSD-3-Clause
-// copyright-holders:(Original Author?), Dirk Best, Curt Coder
+// license:???
+// copyright-holders:Lee Ward, Dirk Best, Curt Coder
/*************************************************************************
Memotech MTX 500, MTX 512 and RS 128
diff --git a/src/mess/drivers/ng_aes.c b/src/mess/drivers/ng_aes.c
index 308d6a9d56b..6cc3293a464 100644
--- a/src/mess/drivers/ng_aes.c
+++ b/src/mess/drivers/ng_aes.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Bryan McPhail,Fuzz,Ernesto Corvi,Andrew Prime,Zsolt Vasvari
/***************************************************************************
diff --git a/src/mess/drivers/sms.c b/src/mess/drivers/sms.c
index bd7c6f37c8d..1a4d225a94a 100644
--- a/src/mess/drivers/sms.c
+++ b/src/mess/drivers/sms.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Wilbert Pol, Charles MacDonald,Mathis Rosenhauer,Brad Oliver,Michael Luong,Fabio Priuli,Enik Land
/******************************************************************************
Contributors:
diff --git a/src/mess/drivers/supercon.c b/src/mess/drivers/supercon.c
index 7dfc8d01319..9c39262fa6f 100644
--- a/src/mess/drivers/supercon.c
+++ b/src/mess/drivers/supercon.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Ralf Schaefer, Robbbert
/******************************************************************************
Novag SuperConstellation Chess Computer
diff --git a/src/mess/drivers/svi318.c b/src/mess/drivers/svi318.c
index 6b518168c46..7db4cc0d366 100644
--- a/src/mess/drivers/svi318.c
+++ b/src/mess/drivers/svi318.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Sean Young,Tomas Karlsson
/*
** svi318.c : driver for Spectravideo SVI-318 and SVI-328
diff --git a/src/mess/drivers/vc4000.c b/src/mess/drivers/vc4000.c
index 74e69469d01..7eaf5302d6f 100644
--- a/src/mess/drivers/vc4000.c
+++ b/src/mess/drivers/vc4000.c
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:???
// copyright-holders:Peter Trauner, Manfred Schneider, Robbbert
/******************************************************************************
Peter Trauner May 2001
diff --git a/src/mess/includes/apple1.h b/src/mess/includes/apple1.h
index ad60c23ddf5..220200ade56 100644
--- a/src/mess/includes/apple1.h
+++ b/src/mess/includes/apple1.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Paul Daniels, Colin Howell, R. Belmont
/*****************************************************************************
*
diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h
index 11bd1c13eb1..499283e8ec3 100644
--- a/src/mess/includes/bbc.h
+++ b/src/mess/includes/bbc.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Gordon Jefferyes, Nigel Barnes
/*****************************************************************************
*
diff --git a/src/mess/includes/concept.h b/src/mess/includes/concept.h
index 9c0a5f74b92..73dcb5f7e4e 100644
--- a/src/mess/includes/concept.h
+++ b/src/mess/includes/concept.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Raphael Nabet, Brett Wyer
/*****************************************************************************
*
diff --git a/src/mess/includes/mac.h b/src/mess/includes/mac.h
index 6b0092501fd..36b9bf6e5f9 100644
--- a/src/mess/includes/mac.h
+++ b/src/mess/includes/mac.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/*****************************************************************************
*
diff --git a/src/mess/includes/mboard.h b/src/mess/includes/mboard.h
index c06a1db95d2..9cf94c502f3 100644
--- a/src/mess/includes/mboard.h
+++ b/src/mess/includes/mboard.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Ralf Schaefer, Cowering
/**********************************************************************
diff --git a/src/mess/includes/mtx.h b/src/mess/includes/mtx.h
index 15d7d2a5ffa..9e852ed6e2d 100644
--- a/src/mess/includes/mtx.h
+++ b/src/mess/includes/mtx.h
@@ -1,5 +1,5 @@
-// license:BSD-3-Clause
-// copyright-holders:(Original Author?), Dirk Best, Curt Coder
+// license:???
+// copyright-holders:Lee Ward, Dirk Best, Curt Coder
/*************************************************************************
Memotech MTX 500, MTX 512 and RS 128
diff --git a/src/mess/includes/sms.h b/src/mess/includes/sms.h
index 4f2efcdbbd3..556b663d41a 100644
--- a/src/mess/includes/sms.h
+++ b/src/mess/includes/sms.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Wilbert Pol, Charles MacDonald,Mathis Rosenhauer,Brad Oliver,Michael Luong,Fabio Priuli,Enik Land
/*****************************************************************************
*
diff --git a/src/mess/includes/svi318.h b/src/mess/includes/svi318.h
index e55d91109e4..411f2f3a8a4 100644
--- a/src/mess/includes/svi318.h
+++ b/src/mess/includes/svi318.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Sean Young,Tomas Karlsson
/*****************************************************************************
*
diff --git a/src/mess/includes/vc4000.h b/src/mess/includes/vc4000.h
index 0a83489f291..529e1828404 100644
--- a/src/mess/includes/vc4000.h
+++ b/src/mess/includes/vc4000.h
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:???
// copyright-holders:Peter Trauner, Manfred Schneider, Robbbert
/*****************************************************************************
*
diff --git a/src/mess/machine/apple1.c b/src/mess/machine/apple1.c
index f17c98d2e02..59b360aea7e 100644
--- a/src/mess/machine/apple1.c
+++ b/src/mess/machine/apple1.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Paul Daniels, Colin Howell, R. Belmont
/***************************************************************************
diff --git a/src/mess/machine/bbc.c b/src/mess/machine/bbc.c
index ef73ee4700a..5c1f7fcfe18 100644
--- a/src/mess/machine/bbc.c
+++ b/src/mess/machine/bbc.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Gordon Jefferyes, Nigel Barnes
/******************************************************************************
BBC Model B
diff --git a/src/mess/machine/concept.c b/src/mess/machine/concept.c
index 3005eefb60b..8c547c51903 100644
--- a/src/mess/machine/concept.c
+++ b/src/mess/machine/concept.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Raphael Nabet, Brett Wyer
/*
Corvus Concept driver
diff --git a/src/mess/machine/mac.c b/src/mess/machine/mac.c
index 7ce5a0ab2c4..74bbaae1a00 100644
--- a/src/mess/machine/mac.c
+++ b/src/mess/machine/mac.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/****************************************************************************
diff --git a/src/mess/machine/mboard.c b/src/mess/machine/mboard.c
index 02771271924..01aa1a988d5 100644
--- a/src/mess/machine/mboard.c
+++ b/src/mess/machine/mboard.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Ralf Schaefer, Cowering
/**********************************************************************
diff --git a/src/mess/machine/mtx.c b/src/mess/machine/mtx.c
index fb2671bbade..46f3ec32e3f 100644
--- a/src/mess/machine/mtx.c
+++ b/src/mess/machine/mtx.c
@@ -1,5 +1,5 @@
-// license:BSD-3-Clause
-// copyright-holders:(Original Author?), Dirk Best, Curt Coder
+// license:???
+// copyright-holders:Lee Ward, Dirk Best, Curt Coder
/*************************************************************************
Memotech MTX 500, MTX 512 and RS 128
diff --git a/src/mess/machine/sms.c b/src/mess/machine/sms.c
index 89e478c9ba2..5c4d15f2155 100644
--- a/src/mess/machine/sms.c
+++ b/src/mess/machine/sms.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Wilbert Pol, Charles MacDonald,Mathis Rosenhauer,Brad Oliver,Michael Luong,Fabio Priuli,Enik Land
#include "emu.h"
#include "crsshair.h"
diff --git a/src/mess/machine/sonydriv.c b/src/mess/machine/sonydriv.c
index 31c88e4f988..da47caaf37a 100644
--- a/src/mess/machine/sonydriv.c
+++ b/src/mess/machine/sonydriv.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/*********************************************************************
diff --git a/src/mess/machine/sonydriv.h b/src/mess/machine/sonydriv.h
index 52ecca6697a..3ebd46cb601 100644
--- a/src/mess/machine/sonydriv.h
+++ b/src/mess/machine/sonydriv.h
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/*********************************************************************
diff --git a/src/mess/machine/svi318.c b/src/mess/machine/svi318.c
index 2e22cd034d8..aa2525d365b 100644
--- a/src/mess/machine/svi318.c
+++ b/src/mess/machine/svi318.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Sean Young,Tomas Karlsson
/*
** Spectravideo SVI-318 and SVI-328
diff --git a/src/mess/tools/imgtool/imghd.c b/src/mess/tools/imgtool/imghd.c
index 8ac129751f9..d48e8a0f0b2 100644
--- a/src/mess/tools/imgtool/imghd.c
+++ b/src/mess/tools/imgtool/imghd.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet
/*
Code to interface the MESS image code with MAME's harddisk core.
diff --git a/src/mess/video/apple1.c b/src/mess/video/apple1.c
index 3d2df2e657a..f6485dc7ee5 100644
--- a/src/mess/video/apple1.c
+++ b/src/mess/video/apple1.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Paul Daniels, Colin Howell, R. Belmont
/***************************************************************************
diff --git a/src/mess/video/bbc.c b/src/mess/video/bbc.c
index 8297f4cacaf..06400a45ed8 100644
--- a/src/mess/video/bbc.c
+++ b/src/mess/video/bbc.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Gordon Jefferyes, Nigel Barnes
/******************************************************************************
BBC Model B
diff --git a/src/mess/video/mac.c b/src/mess/video/mac.c
index baffedf186d..1856aa4427e 100644
--- a/src/mess/video/mac.c
+++ b/src/mess/video/mac.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:???
// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont
/***************************************************************************
diff --git a/src/mess/video/vc4000.c b/src/mess/video/vc4000.c
index f8d4d0dd490..315ac46934f 100644
--- a/src/mess/video/vc4000.c
+++ b/src/mess/video/vc4000.c
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:???
// copyright-holders:Peter Trauner, Manfred Schneider, Robbbert
#include "includes/vc4000.h"