diff options
Diffstat (limited to 'src/glut/beos/glutBlocker.h')
-rw-r--r-- | src/glut/beos/glutBlocker.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/glut/beos/glutBlocker.h b/src/glut/beos/glutBlocker.h index e6d1f4e049f..fc9e4cc309b 100644 --- a/src/glut/beos/glutBlocker.h +++ b/src/glut/beos/glutBlocker.h @@ -1,5 +1,9 @@ /*********************************************************** - * 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: glutBlocker.h * @@ -40,4 +44,4 @@ private: /*********************************************************** * Global variable ***********************************************************/ -extern GlutBlocker gBlock;
\ No newline at end of file +extern GlutBlocker gBlock; |