summaryrefslogtreecommitdiff
path: root/src/shader.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-06-01 11:41:09 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-06-01 11:43:54 +0100
commite832f6a15b0d26f81ed68ae4b7593225e3545c3a (patch)
tree80e0d3e4860b338e2b23480e52bd9929334da7ec /src/shader.c
parentdf94fb92bd6e1be4522a352e520ce0565a4499b9 (diff)
Add License
Diffstat (limited to 'src/shader.c')
-rw-r--r--src/shader.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/shader.c b/src/shader.c
index 88b3ada..a81a28a 100644
--- a/src/shader.c
+++ b/src/shader.c
@@ -1,3 +1,26 @@
+/*
+ * Copyright 2009 VMware, Inc.
+ * All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the "Software"),
+ * to deal in the Software without restriction, including without limitation
+ * on the rights to use, copy, modify, merge, publish, distribute, sub
+ * license, and/or sell copies of the Software, and to permit persons to whom
+ * the Software is furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the next
+ * paragraph) shall be included in all copies or substantial portions of the
+ * Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
+ * VMWARE AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
+ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
+ * USE OR OTHER DEALINGS IN THE SOFTWARE.
+ */
#include "program.h"