aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/render.h b/src/render.h
index 8dd00a4..498bc1a 100644
--- a/src/render.h
+++ b/src/render.h
@@ -3,9 +3,22 @@
*
* Render the scene
*
- * (c) 2008 Thomas White <taw27@cam.ac.uk>
+ * Copyright (c) 2008 Thomas White <taw27@cam.ac.uk>
*
- * thrust3d - a silly game
+ * This file is part of Thrust3D - a silly game
+ *
+ * Thrust3D 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Thrust3D 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 Thrust3D. If not, see <http://www.gnu.org/licenses/>.
*
*/