diff options
| author | 2015-05-26 15:19:21 +0200 | |
|---|---|---|
| committer | 2015-05-26 15:19:21 +0200 | |
| commit | 0ef83445744cb78e1d024987a33f77f2bf6b0f6d (patch) | |
| tree | c4f20ee867cad1001230eab89a714e6e4fb0272f /src | |
| parent | 437ac7c12b8fd14b92a7a7c0d53d65ccf4f3b067 (diff) | |
update for BUT (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/chaknpop.c | 2 | ||||
| -rw-r--r-- | src/mame/drivers/tceptor.c | 2 | ||||
| -rw-r--r-- | src/mame/includes/chaknpop.h | 2 | ||||
| -rw-r--r-- | src/mame/includes/tceptor.h | 2 | ||||
| -rw-r--r-- | src/mame/machine/chaknpop.c | 2 | ||||
| -rw-r--r-- | src/mame/video/chaknpop.c | 2 | ||||
| -rw-r--r-- | src/mame/video/tceptor.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/chaknpop.c b/src/mame/drivers/chaknpop.c index acdb500010a..742b1df5516 100644 --- a/src/mame/drivers/chaknpop.c +++ b/src/mame/drivers/chaknpop.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:BUT /* diff --git a/src/mame/drivers/tceptor.c b/src/mame/drivers/tceptor.c index 5d34f719898..ed0a1d79207 100644 --- a/src/mame/drivers/tceptor.c +++ b/src/mame/drivers/tceptor.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:BUT /* * Thunder Ceptor board diff --git a/src/mame/includes/chaknpop.h b/src/mame/includes/chaknpop.h index aeace190c69..4806d02e7ce 100644 --- a/src/mame/includes/chaknpop.h +++ b/src/mame/includes/chaknpop.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:BUT diff --git a/src/mame/includes/tceptor.h b/src/mame/includes/tceptor.h index c22c72491f9..b7dcb5ae142 100644 --- a/src/mame/includes/tceptor.h +++ b/src/mame/includes/tceptor.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:BUT #include "sound/dac.h" #include "sound/namco.h" diff --git a/src/mame/machine/chaknpop.c b/src/mame/machine/chaknpop.c index c718487801b..c6f31df3312 100644 --- a/src/mame/machine/chaknpop.c +++ b/src/mame/machine/chaknpop.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:BUT /* * Chack'n Pop (C) 1983 TAITO Corp. diff --git a/src/mame/video/chaknpop.c b/src/mame/video/chaknpop.c index 9e75e1014da..f6d3c83ce5b 100644 --- a/src/mame/video/chaknpop.c +++ b/src/mame/video/chaknpop.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:BUT /* * Chack'n Pop (C) 1983 TAITO Corp. diff --git a/src/mame/video/tceptor.c b/src/mame/video/tceptor.c index 117fd909331..e419140eda6 100644 --- a/src/mame/video/tceptor.c +++ b/src/mame/video/tceptor.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:BUT /* * Thunder Ceptor board |
