summaryrefslogtreecommitdiff
path: root/src/ui/ui_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_syscalls.c')
-rw-r--r--src/ui/ui_syscalls.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ui/ui_syscalls.c b/src/ui/ui_syscalls.c
index 8bce0862..2cb5edc8 100644
--- a/src/ui/ui_syscalls.c
+++ b/src/ui/ui_syscalls.c
@@ -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.
+ */
+
#include "ui_local.h"
// this file is only included when building a dll
@@ -369,4 +383,4 @@ qboolean trap_VerifyCDKey( const char *key, const char *chksum) {
return syscall( UI_VERIFY_CDKEY, key, chksum);
}
- \ No newline at end of file
+