diff options
Diffstat (limited to 'src/emu/ui/imgcntrl.c')
-rw-r--r-- | src/emu/ui/imgcntrl.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emu/ui/imgcntrl.c b/src/emu/ui/imgcntrl.c index 82fd0bf9e9a..15f487c4c2e 100644 --- a/src/emu/ui/imgcntrl.c +++ b/src/emu/ui/imgcntrl.c @@ -1,14 +1,11 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nathan Woods /*************************************************************************** ui/imgcntrl.c MESS's clunky built-in file manager - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" |