diff options
author | 2013-10-26 19:53:18 +0000 | |
---|---|---|
committer | 2013-10-26 19:53:18 +0000 | |
commit | 1a4b917d7e4c9d459273ee876407803bab57c346 (patch) | |
tree | 311b809ec37b8c1f5700824d6ea9ffdb56937fad /src/emu/bus/tvc | |
parent | 58c8d37e46cb23906f9a662d0c9b93695e255d74 (diff) |
License tags. (nw)
Diffstat (limited to 'src/emu/bus/tvc')
-rw-r--r-- | src/emu/bus/tvc/hbf.c | 2 | ||||
-rw-r--r-- | src/emu/bus/tvc/hbf.h | 2 | ||||
-rw-r--r-- | src/emu/bus/tvc/tvc.c | 2 | ||||
-rw-r--r-- | src/emu/bus/tvc/tvc.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/src/emu/bus/tvc/hbf.c b/src/emu/bus/tvc/hbf.c index 6974382b809..7d87477172e 100644 --- a/src/emu/bus/tvc/hbf.c +++ b/src/emu/bus/tvc/hbf.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Sandro Ronco /*************************************************************************** hbf.c diff --git a/src/emu/bus/tvc/hbf.h b/src/emu/bus/tvc/hbf.h index fe0d45b6cc5..6a321ae5599 100644 --- a/src/emu/bus/tvc/hbf.h +++ b/src/emu/bus/tvc/hbf.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Sandro Ronco #pragma once #ifndef __TVC_HBF_H__ diff --git a/src/emu/bus/tvc/tvc.c b/src/emu/bus/tvc/tvc.c index 36c607b27c7..141dd93fee7 100644 --- a/src/emu/bus/tvc/tvc.c +++ b/src/emu/bus/tvc/tvc.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Sandro Ronco /********************************************************************* tvc.c diff --git a/src/emu/bus/tvc/tvc.h b/src/emu/bus/tvc/tvc.h index 7afb8b81e2c..8759b345d6a 100644 --- a/src/emu/bus/tvc/tvc.h +++ b/src/emu/bus/tvc/tvc.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Sandro Ronco /********************************************************************* tvc.h |