summaryrefslogtreecommitdiff
path: root/kmscube.c
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-09-04 10:38:02 -0500
committerRob Clark <rob@ti.com>2012-09-04 10:38:02 -0500
commitb55f84ec11d9f961f81e45b6047be3b22b574994 (patch)
tree43d8622bbabde4cf56e7dda06862001b3c42481b /kmscube.c
parent5cd97bae2ad90627ef5e62c03fcd38558ea909cb (diff)
downloadkmscube-b55f84ec11d9f961f81e45b6047be3b22b574994.tar.gz
update copyright
Found the original author of the gl cube code, so update the copyright notice accordingly.
Diffstat (limited to 'kmscube.c')
-rw-r--r--kmscube.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kmscube.c b/kmscube.c
index 5ae2b2e..2051615 100644
--- a/kmscube.c
+++ b/kmscube.c
@@ -1,4 +1,5 @@
/*
+ * Copyright (c) 2012 Arvin Schnell <arvin.schnell@gmail.com>
* Copyright (c) 2012 Rob Clark <rob@ti.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a
@@ -21,6 +22,8 @@
* DEALINGS IN THE SOFTWARE.
*/
+/* Based on a egl cube test app originally written by Arvin Schnell */
+
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>