aboutsummaryrefslogtreecommitdiffstats
path: root/glfw.c
diff options
context:
space:
mode:
Diffstat (limited to 'glfw.c')
-rw-r--r--glfw.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/glfw.c b/glfw.c
index a80775a..506abaa 100644
--- a/glfw.c
+++ b/glfw.c
@@ -1,3 +1,15 @@
+/*
+ * Some GLFW test.
+ *
+ * Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com>
+ *
+ * This program is free software. It is licensed under version 3 of the
+ * GNU General Public License.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see [http://www.gnu.org/licenses/].
+ */
+
#define GLFW_INCLUDE_GLU
#include <GLFW/glfw3.h>
#include <math.h>