diff options
Diffstat (limited to 'src/mess/machine')
-rw-r--r-- | src/mess/machine/applefdc.c | 2 | ||||
-rw-r--r-- | src/mess/machine/applefdc.h | 2 | ||||
-rw-r--r-- | src/mess/machine/concept.c | 2 | ||||
-rw-r--r-- | src/mess/machine/lisa.c | 2 | ||||
-rw-r--r-- | src/mess/machine/mac.c | 2 | ||||
-rw-r--r-- | src/mess/machine/smartmed.c | 2 | ||||
-rw-r--r-- | src/mess/machine/smartmed.h | 2 | ||||
-rw-r--r-- | src/mess/machine/sonydriv.c | 2 | ||||
-rw-r--r-- | src/mess/machine/sonydriv.h | 2 | ||||
-rw-r--r-- | src/mess/machine/ti99/990_dk.c | 2 | ||||
-rw-r--r-- | src/mess/machine/ti99/990_dk.h | 2 | ||||
-rw-r--r-- | src/mess/machine/ti99/990_hd.c | 2 | ||||
-rw-r--r-- | src/mess/machine/ti99/990_hd.h | 2 | ||||
-rw-r--r-- | src/mess/machine/ti99/990_tap.c | 2 | ||||
-rw-r--r-- | src/mess/machine/ti99/990_tap.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/mess/machine/applefdc.c b/src/mess/machine/applefdc.c index cf9b08b206b..dac524308ba 100644 --- a/src/mess/machine/applefdc.c +++ b/src/mess/machine/applefdc.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R. Belmont +// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont /********************************************************************* applefdc.c diff --git a/src/mess/machine/applefdc.h b/src/mess/machine/applefdc.h index cd132a8e00a..38efb9036d2 100644 --- a/src/mess/machine/applefdc.h +++ b/src/mess/machine/applefdc.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:R. Belmont +// copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont /********************************************************************* applefdc.h diff --git a/src/mess/machine/concept.c b/src/mess/machine/concept.c index 8c547c51903..7beeb8fe1d7 100644 --- a/src/mess/machine/concept.c +++ b/src/mess/machine/concept.c @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet, Brett Wyer /* Corvus Concept driver diff --git a/src/mess/machine/lisa.c b/src/mess/machine/lisa.c index aee6ef4ba70..2e2b2bb6bc6 100644 --- a/src/mess/machine/lisa.c +++ b/src/mess/machine/lisa.c @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet /* experimental LISA driver diff --git a/src/mess/machine/mac.c b/src/mess/machine/mac.c index 74bbaae1a00..7ce5a0ab2c4 100644 --- a/src/mess/machine/mac.c +++ b/src/mess/machine/mac.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont /**************************************************************************** diff --git a/src/mess/machine/smartmed.c b/src/mess/machine/smartmed.c index fcbb3966dad..32e9c53bcaa 100644 --- a/src/mess/machine/smartmed.c +++ b/src/mess/machine/smartmed.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet /* smartmed.c: SmartMedia Flash ROM emulation diff --git a/src/mess/machine/smartmed.h b/src/mess/machine/smartmed.h index 1e6c1d0b50c..4f15cf35a0f 100644 --- a/src/mess/machine/smartmed.h +++ b/src/mess/machine/smartmed.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Raphael Nabet /* smartmed.h: header file for smartmed.c diff --git a/src/mess/machine/sonydriv.c b/src/mess/machine/sonydriv.c index da47caaf37a..31c88e4f988 100644 --- a/src/mess/machine/sonydriv.c +++ b/src/mess/machine/sonydriv.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont /********************************************************************* diff --git a/src/mess/machine/sonydriv.h b/src/mess/machine/sonydriv.h index 3ebd46cb601..52ecca6697a 100644 --- a/src/mess/machine/sonydriv.h +++ b/src/mess/machine/sonydriv.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Nathan Woods, Raphael Nabet, R. Belmont /********************************************************************* diff --git a/src/mess/machine/ti99/990_dk.c b/src/mess/machine/ti99/990_dk.c index ccdddbad62d..5eb8ea58892 100644 --- a/src/mess/machine/ti99/990_dk.c +++ b/src/mess/machine/ti99/990_dk.c @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet /* 990_dk.c: emulation of a TI FD800 'Diablo' floppy disk controller diff --git a/src/mess/machine/ti99/990_dk.h b/src/mess/machine/ti99/990_dk.h index 63af5cfdc3c..eb044b2974f 100644 --- a/src/mess/machine/ti99/990_dk.h +++ b/src/mess/machine/ti99/990_dk.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet /* 990_dk.h: include file for 990_dk.c diff --git a/src/mess/machine/ti99/990_hd.c b/src/mess/machine/ti99/990_hd.c index 31c5b73d1e5..fa0cd00646b 100644 --- a/src/mess/machine/ti99/990_hd.c +++ b/src/mess/machine/ti99/990_hd.c @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet /* 990_hd.c: emulation of a generic ti990 hard disk controller, for use with diff --git a/src/mess/machine/ti99/990_hd.h b/src/mess/machine/ti99/990_hd.h index aad7cec651c..4c5e85f928d 100644 --- a/src/mess/machine/ti99/990_hd.h +++ b/src/mess/machine/ti99/990_hd.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet /* 990_hd.h: include file for 990_hd.c diff --git a/src/mess/machine/ti99/990_tap.c b/src/mess/machine/ti99/990_tap.c index 65a77b9dd9d..20ca2333f7b 100644 --- a/src/mess/machine/ti99/990_tap.c +++ b/src/mess/machine/ti99/990_tap.c @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet /* 990_tap.c: emulation of a generic ti990 tape controller, for use with diff --git a/src/mess/machine/ti99/990_tap.h b/src/mess/machine/ti99/990_tap.h index aed56f24ee2..09e2e30da0a 100644 --- a/src/mess/machine/ti99/990_tap.h +++ b/src/mess/machine/ti99/990_tap.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Raphael Nabet /* 990_tap.h: include file for 990_tap.c |