summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark2012-09-04 10:38:02 -0500
committerRob Clark2012-09-04 10:38:02 -0500
commitb55f84ec11d9f961f81e45b6047be3b22b574994 (patch)
tree43d8622bbabde4cf56e7dda06862001b3c42481b
parent5cd97bae2ad90627ef5e62c03fcd38558ea909cb (diff)
downloadkmscube-b55f84ec11d9f961f81e45b6047be3b22b574994.tar.gz
kmscube-b55f84ec11d9f961f81e45b6047be3b22b574994.tar.xz
kmscube-b55f84ec11d9f961f81e45b6047be3b22b574994.zip
update copyright
Found the original author of the gl cube code, so update the copyright notice accordingly.
-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 @@
1/* 1/*
2 * Copyright (c) 2012 Arvin Schnell <arvin.schnell@gmail.com>
2 * Copyright (c) 2012 Rob Clark <rob@ti.com> 3 * Copyright (c) 2012 Rob Clark <rob@ti.com>
3 * 4 *
4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * Permission is hereby granted, free of charge, to any person obtaining a
@@ -21,6 +22,8 @@
21 * DEALINGS IN THE SOFTWARE. 22 * DEALINGS IN THE SOFTWARE.
22 */ 23 */
23 24
25/* Based on a egl cube test app originally written by Arvin Schnell */
26
24#include <sys/types.h> 27#include <sys/types.h>
25#include <sys/stat.h> 28#include <sys/stat.h>
26#include <fcntl.h> 29#include <fcntl.h>