diff options
author | 2015-05-11 15:09:24 +0200 | |
---|---|---|
committer | 2015-05-11 15:09:24 +0200 | |
commit | e4b919213e80dfea5da145bd4becd2c0c6ff9d76 (patch) | |
tree | b5060a49263ec2ff5c70a2dbc901b0eaa8134a5d /src/emu/ui/barcode.c | |
parent | 6b04fd7f0557bd04d1ee58250bb89095ddbd8e23 (diff) |
lot more updated (nw)
Diffstat (limited to 'src/emu/ui/barcode.c')
-rw-r--r-- | src/emu/ui/barcode.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emu/ui/barcode.c b/src/emu/ui/barcode.c index 820fb17a4e8..597a8950a7d 100644 --- a/src/emu/ui/barcode.c +++ b/src/emu/ui/barcode.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Fabio Priuli /*************************************************************************** ui/barcode.c "Barcode Reader" control - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" |