summaryrefslogtreecommitdiffstats
path: root/main.c
authorDamien Lespiau <damien.lespiau@intel.com>2009-06-06 17:49:17 (GMT)
committer Damien Lespiau <damien.lespiau@intel.com>2009-06-06 17:49:17 (GMT)
commitc2340fd1893223d41549b6f131ca7c391d6ae968 (patch) (side-by-side diff)
treec44db98e51fde972d7255ac3e1273f6e7d3c7b4d /main.c
parent3a1614fcf002829b04b40252e98fd60e1f7553a4 (diff)
downloadblend-5551-sse2-master.tar.gz
blend-5551-sse2-master.tar.bz2
Add Copyright and Licensing headerHEADmaster
Diffstat (limited to 'main.c') (more/less context) (ignore whitespace changes)
-rw-r--r--main.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/main.c b/main.c
index 4600753..b91ac62 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,23 @@
+/*
+ * A simple program to blend two RGBA 5551 layers using MMX/SSE2 instructions
+ *
+ * Copyright (C) 2007 Damien Lespiau
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
#include <stdio.h>
#include <stdlib.h>