summaryrefslogtreecommitdiff
path: root/src/glut/beos/glutColor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/beos/glutColor.cpp')
-rw-r--r--src/glut/beos/glutColor.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/glut/beos/glutColor.cpp b/src/glut/beos/glutColor.cpp
index 5979deafca..d9f7739ae5 100644
--- a/src/glut/beos/glutColor.cpp
+++ b/src/glut/beos/glutColor.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: glutColor.cpp
*
@@ -24,4 +29,4 @@ GLfloat glutGetColor(int cell, int component) {
void glutCopyColormap(int win) {
__glutWarning("glutCopyColormap: color index not supported in BeOS");
-} \ No newline at end of file
+}