summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/rgbutil.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-25 15:40:53 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-25 15:41:17 +0200
commit682bf806718147d2bd40f713c120e0984f0f6364 (patch)
tree31c4889d7eb5642b707abd3d50e487a686ead689 /src/emu/video/rgbutil.h
parentf770eb03cf24a47b9980f514ccc76f6f8cec5fde (diff)
cleanup of bogus copyright messages and restriction texts, update for Daniel Coulom (nw)
Diffstat (limited to 'src/emu/video/rgbutil.h')
-rw-r--r--src/emu/video/rgbutil.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/video/rgbutil.h b/src/emu/video/rgbutil.h
index a578bcb4d9d..15def4da2c0 100644
--- a/src/emu/video/rgbutil.h
+++ b/src/emu/video/rgbutil.h
@@ -7,9 +7,6 @@
Utility definitions for RGB manipulation. Allows RGB handling to be
performed in an abstracted fashion and optimized with SIMD.
- Copyright Nicola Salmoria and the MAME Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
***************************************************************************/
#ifndef __RGBUTIL__