summaryrefslogtreecommitdiff
path: root/cogl-vertex-buffer.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2009-04-27 15:48:12 +0100
committerRobert Bragg <robert@linux.intel.com>2009-05-02 04:12:25 +0100
commit7e9685294e266e88bb8eaf5ac303d0a58e89ba07 (patch)
tree724745c3c7f5d095bfc746c6f60f77b524e4edc8 /cogl-vertex-buffer.h
parent2d94b3f46f1a783c0e1562da604d920affbadc43 (diff)
downloadcogl-7e9685294e266e88bb8eaf5ac303d0a58e89ba07.tar.gz
[cogl] Updates all file headers and removes lots of trailing white space
Adds missing notices, and ensures all the notices are consistent. The Cogl blurb also now reads: * Cogl * * An object oriented GL/GLES Abstraction/Utility Layer
Diffstat (limited to 'cogl-vertex-buffer.h')
-rw-r--r--cogl-vertex-buffer.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/cogl-vertex-buffer.h b/cogl-vertex-buffer.h
index 35016daf..717281db 100644
--- a/cogl-vertex-buffer.h
+++ b/cogl-vertex-buffer.h
@@ -1,13 +1,9 @@
/*
- * Cogl.
+ * Cogl
*
- * An OpenGL/GLES Abstraction/Utility Layer
+ * An object oriented GL/GLES Abstraction/Utility Layer
*
- * Vertex Buffer API: Handle extensible arrays of vertex attributes
- *
- * Copyright (C) 2008 Intel Corporation.
- *
- * Authored by: Robert Bragg <robert@linux.intel.com>
+ * 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
@@ -20,7 +16,12 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Authors:
+ * Robert Bragg <robert@linux.intel.com>
*/
#if !defined(__COGL_H_INSIDE__) && !defined(CLUTTER_COMPILATION)