summaryrefslogtreecommitdiff
path: root/gles/cogl-shader.c
diff options
context:
space:
mode:
Diffstat (limited to 'gles/cogl-shader.c')
-rw-r--r--gles/cogl-shader.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gles/cogl-shader.c b/gles/cogl-shader.c
index 5ea43840..d261e1a0 100644
--- a/gles/cogl-shader.c
+++ b/gles/cogl-shader.c
@@ -1,11 +1,9 @@
/*
- * Clutter COGL
+ * Cogl
*
- * A basic GL/GLES Abstraction/Utility Layer
+ * An object oriented GL/GLES Abstraction/Utility Layer
*
- * Authored By Matthew Allum <mallum@openedhand.com>
- *
- * Copyright (C) 2008 OpenedHand
+ * Copyright (C) 2008,2009 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -69,7 +67,7 @@ cogl_shader_source (CoglHandle handle,
{
CoglShader *shader;
_COGL_GET_CONTEXT (ctx, NO_RETVAL);
-
+
if (!cogl_is_shader (handle))
return;