summaryrefslogtreecommitdiff
path: root/src/glut/beos/glutCursor.cpp
diff options
context:
space:
mode:
authorPhilippe Houdoin <phoudoin@freedesktop.org>2004-08-14 10:27:08 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:03:32 +0100
commit0f1a17273683cc7ff84de9a1fc06826d62539bec (patch)
tree238fd827a90e9cc53ae1a30c5c7979254e3d0683 /src/glut/beos/glutCursor.cpp
parent22d12cedcbc3a9d65490447d3e433637342dd26e (diff)
downloadglut-0f1a17273683cc7ff84de9a1fc06826d62539bec.tar.gz
Update to Jake Hamby's BeOS GLUT 3.7 port.
Diffstat (limited to 'src/glut/beos/glutCursor.cpp')
-rw-r--r--src/glut/beos/glutCursor.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/glut/beos/glutCursor.cpp b/src/glut/beos/glutCursor.cpp
index e8debe8..3081fff 100644
--- a/src/glut/beos/glutCursor.cpp
+++ b/src/glut/beos/glutCursor.cpp
@@ -1,5 +1,10 @@
/***********************************************************
- * Copyright (C) 1997, Be Inc. All rights reserved.
+ * Copyright (C) 1997, Be Inc. Copyright (C) 1999, Jake Hamby.
+ *
+ * This program is freely distributable without licensing fees
+ * and is provided without guarantee or warrantee expressed or
+ * implied. This program is -not- in the public domain.
+ *
*
* FILE: glutCursor.cpp
*
@@ -82,4 +87,4 @@ void __glutSetCursor(int cursor) {
* DESCRIPTION: move the mouse pointer to a new location
* (note: can't do this in BeOS!)
***********************************************************/
-void glutWarpPointer(int x, int y) { } \ No newline at end of file
+void glutWarpPointer(int x, int y) { }