diff options
author | 2015-05-09 10:50:23 +0200 | |
---|---|---|
committer | 2015-05-09 10:51:31 +0200 | |
commit | ff1d3994adcb52202bd1d0b42fd3afa7e356a174 (patch) | |
tree | 11264f0936fbdafbcb7721825e5aa42293b001ab /src/emu/bus/scsi | |
parent | 2dab82800afd4ea50fea07f986473c79ab8a69d5 (diff) |
Added known authors to licenses tags (nw)
Diffstat (limited to 'src/emu/bus/scsi')
-rw-r--r-- | src/emu/bus/scsi/scsi.c | 2 | ||||
-rw-r--r-- | src/emu/bus/scsi/scsi.h | 2 | ||||
-rw-r--r-- | src/emu/bus/scsi/scsicd.c | 2 | ||||
-rw-r--r-- | src/emu/bus/scsi/scsicd.h | 2 | ||||
-rw-r--r-- | src/emu/bus/scsi/scsihd.c | 2 | ||||
-rw-r--r-- | src/emu/bus/scsi/scsihd.h | 2 | ||||
-rw-r--r-- | src/emu/bus/scsi/scsihle.c | 2 | ||||
-rw-r--r-- | src/emu/bus/scsi/scsihle.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/bus/scsi/scsi.c b/src/emu/bus/scsi/scsi.c index 7bf6f732064..892df5725f9 100644 --- a/src/emu/bus/scsi/scsi.c +++ b/src/emu/bus/scsi/scsi.c @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf #include "scsi.h" diff --git a/src/emu/bus/scsi/scsi.h b/src/emu/bus/scsi/scsi.h index e38c5f88b43..28c0dd52718 100644 --- a/src/emu/bus/scsi/scsi.h +++ b/src/emu/bus/scsi/scsi.h @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf #pragma once diff --git a/src/emu/bus/scsi/scsicd.c b/src/emu/bus/scsi/scsicd.c index fb1f1cafbd2..8b8cad3454c 100644 --- a/src/emu/bus/scsi/scsicd.c +++ b/src/emu/bus/scsi/scsicd.c @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf /*************************************************************************** diff --git a/src/emu/bus/scsi/scsicd.h b/src/emu/bus/scsi/scsicd.h index e8de6d4b080..d52221cc2d9 100644 --- a/src/emu/bus/scsi/scsicd.h +++ b/src/emu/bus/scsi/scsicd.h @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf /*************************************************************************** diff --git a/src/emu/bus/scsi/scsihd.c b/src/emu/bus/scsi/scsihd.c index 3534146999a..d44abf808f7 100644 --- a/src/emu/bus/scsi/scsihd.c +++ b/src/emu/bus/scsi/scsihd.c @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf /*************************************************************************** diff --git a/src/emu/bus/scsi/scsihd.h b/src/emu/bus/scsi/scsihd.h index 6b6362480a3..e0316f7ab59 100644 --- a/src/emu/bus/scsi/scsihd.h +++ b/src/emu/bus/scsi/scsihd.h @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf /*************************************************************************** diff --git a/src/emu/bus/scsi/scsihle.c b/src/emu/bus/scsi/scsihle.c index 9d611e528a7..66fe44aa60c 100644 --- a/src/emu/bus/scsi/scsihle.c +++ b/src/emu/bus/scsi/scsihle.c @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf /* diff --git a/src/emu/bus/scsi/scsihle.h b/src/emu/bus/scsi/scsihle.h index 50feb6ff45f..4f06e56b06b 100644 --- a/src/emu/bus/scsi/scsihle.h +++ b/src/emu/bus/scsi/scsihle.h @@ -1,4 +1,4 @@ -// license:MAME +// license:??? // copyright-holders:smf /* |