diff options
Diffstat (limited to 'src/ui/keycodes.h')
-rw-r--r-- | src/ui/keycodes.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ui/keycodes.h b/src/ui/keycodes.h index 7a2a695b..b0830de2 100644 --- a/src/ui/keycodes.h +++ b/src/ui/keycodes.h @@ -1,5 +1,19 @@ // Copyright (C) 1999-2000 Id Software, Inc. // + +/* + * Portions Copyright (C) 2000-2001 Tim Angus + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the OSML - Open Source Modification License v1.0 as + * described in the file COPYING which is distributed with this source + * code. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + */ + #ifndef __KEYCODES_H__ #define __KEYCODES_H__ |