about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-06-05 02:35:08 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-06-05 02:35:08 +0000
commit3e619895aef12cbd1330a39c5b46c6699364701e (patch)
tree47eb7cad76af2b0904531d2e544d331cdc72cf24
parent715aee1193ee056d9dbb6416199c1cc6a5348394 (diff)
downloadnetpbm-mirror-3e619895aef12cbd1330a39c5b46c6699364701e.tar.gz
netpbm-mirror-3e619895aef12cbd1330a39c5b46c6699364701e.tar.xz
netpbm-mirror-3e619895aef12cbd1330a39c5b46c6699364701e.zip
Add copyright stuff
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1235 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--editor/pamflip/pamflip_sse.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/editor/pamflip/pamflip_sse.c b/editor/pamflip/pamflip_sse.c
index 05933e1c..643d5b55 100644
--- a/editor/pamflip/pamflip_sse.c
+++ b/editor/pamflip/pamflip_sse.c
@@ -1,3 +1,20 @@
+/*=============================================================================
+                                   pamflip_sse.c
+===============================================================================
+  This is part of the Pamflip program.  It contains code that exploits
+  the SSE facility of some CPUs.
+
+  This code was orginally written by Akira Urushibata ("Douso") in 2010 and is
+  contributed to the public domain by all authors.
+
+  The author makes the following request (which is not a reservation of legal
+  rights): Please study the code and make adjustments to meet specific needs.
+  This part is critical to performance.  I have seen code copied off from
+  poorly implemented.  Please put a comment in the code so people will know
+  where it came from.
+
+=============================================================================*/
+
 #include <assert.h>
 
 #include "pm_config.h"