diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/keycodes.h | 14 | ||||
-rw-r--r-- | src/ui/ui_atoms.c | 14 | ||||
-rw-r--r-- | src/ui/ui_gameinfo.c | 14 | ||||
-rw-r--r-- | src/ui/ui_local.h | 14 | ||||
-rw-r--r-- | src/ui/ui_main.c | 14 | ||||
-rw-r--r-- | src/ui/ui_players.c | 14 | ||||
-rw-r--r-- | src/ui/ui_public.h | 14 | ||||
-rw-r--r-- | src/ui/ui_shared.c | 13 | ||||
-rw-r--r-- | src/ui/ui_shared.h | 13 | ||||
-rw-r--r-- | src/ui/ui_syscalls.c | 16 |
10 files changed, 139 insertions, 1 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__ diff --git a/src/ui/ui_atoms.c b/src/ui/ui_atoms.c index 6a6ddda6..41f538ff 100644 --- a/src/ui/ui_atoms.c +++ b/src/ui/ui_atoms.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. + */ + /********************************************************************** UI_ATOMS.C diff --git a/src/ui/ui_gameinfo.c b/src/ui/ui_gameinfo.c index 91dc800b..8b29399b 100644 --- a/src/ui/ui_gameinfo.c +++ b/src/ui/ui_gameinfo.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. + */ + // // gameinfo.c // diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index 68012040..c146ddb2 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.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 __UI_LOCAL_H__ #define __UI_LOCAL_H__ diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 0d545dfc..f2ee5ea0 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.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. + */ + /* ======================================================================= diff --git a/src/ui/ui_players.c b/src/ui/ui_players.c index 05c25808..f8e6f982 100644 --- a/src/ui/ui_players.c +++ b/src/ui/ui_players.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. + */ + // ui_players.c #include "ui_local.h" diff --git a/src/ui/ui_public.h b/src/ui/ui_public.h index 3f87ba75..1b560fcb 100644 --- a/src/ui/ui_public.h +++ b/src/ui/ui_public.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 __UI_PUBLIC_H__ #define __UI_PUBLIC_H__ diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index 67824064..c0ca8a01 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -1,6 +1,19 @@ // // string allocation/managment +/* + * 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_shared.h" #define SCROLL_TIME_START 500 diff --git a/src/ui/ui_shared.h b/src/ui/ui_shared.h index a32c2297..a84070cf 100644 --- a/src/ui/ui_shared.h +++ b/src/ui/ui_shared.h @@ -1,3 +1,16 @@ +/* + * 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 __UI_SHARED_H #define __UI_SHARED_H 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 + |