clarify PicoDrive's license
[picodrive.git] / platform / common / arm_utils.s
index fd13cac..9e8d9f2 100644 (file)
@@ -1,10 +1,10 @@
-@ vim:filetype=armasm\r
-@ some color conversion and blitting routines\r
-\r
-@ (c) Copyright 2006, 2007 notaz\r
-@ All Rights Reserved\r
-\r
-@ vim:filetype=armasm\r
+/*\r
+ * some color conversion and blitting routines\r
+ * (C) notaz, 2006-2009\r
+ *\r
+ * This work is licensed under the terms of MAME license.\r
+ * See COPYING file in the top-level directory.\r
+ */\r
 \r
 .text\r
 .align 4\r
@@ -335,3 +335,4 @@ spend_cycles:
 \r
     bx      lr\r
 \r
+@ vim:filetype=armasm\r