clarify PicoDrive's license
[picodrive.git] / pico / draw2_arm.s
index f001089..4427bee 100644 (file)
@@ -1,11 +1,12 @@
-@ vim:filetype=armasm\r
-\r
-@ assembly optimized versions of most funtions from draw2.c\r
-@ this is highly specialized, be careful if changing related C code!\r
-\r
-@ (c) Copyright 2007, Grazvydas "notaz" Ignotas\r
-@ All Rights Reserved\r
-\r
+/*\r
+ * assembly optimized versions of most funtions from draw2.c\r
+ * (C) notaz, 2006-2008\r
+ *\r
+ * This work is licensed under the terms of MAME license.\r
+ * See COPYING file in the top-level directory.\r
+ *\r
+ * this is highly specialized, be careful if changing related C code!\r
+ */\r
 \r
 .extern Pico\r
 .extern PicoDraw2FB\r
@@ -926,4 +927,4 @@ DrawSpriteFull:
 \r
 .pool\r
 \r
-\r
+@ vim:filetype=armasm\r