1
0
forked from 0ad/0ad

Removed outdated licensing information

This was SVN commit r6831.
This commit is contained in:
Ykkrosh 2009-04-18 17:17:34 +00:00
parent c9fa7f13d9
commit 214b0e6683
222 changed files with 0 additions and 458 deletions

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_ADTS #ifndef INCLUDED_ADTS
#define INCLUDED_ADTS #define INCLUDED_ADTS

View File

@ -23,7 +23,5 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "aligned_allocator.h" #include "aligned_allocator.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef ALIGNED_ALLOCATOR #ifndef ALIGNED_ALLOCATOR
#define ALIGNED_ALLOCATOR #define ALIGNED_ALLOCATOR

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "allocators.h" #include "allocators.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_ALLOCATORS #ifndef INCLUDED_ALLOCATORS
#define INCLUDED_ALLOCATORS #define INCLUDED_ALLOCATORS

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "bucket.h" #include "bucket.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_BUCKET #ifndef INCLUDED_BUCKET
#define INCLUDED_BUCKET #define INCLUDED_BUCKET

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "dynarray.h" #include "dynarray.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_DYNARRAY #ifndef INCLUDED_DYNARRAY
#define INCLUDED_DYNARRAY #define INCLUDED_DYNARRAY

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "headerless.h" #include "headerless.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_HEADERLESS #ifndef INCLUDED_HEADERLESS
#define INCLUDED_HEADERLESS #define INCLUDED_HEADERLESS

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "mem_util.h" #include "mem_util.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_MEM_UTIL #ifndef INCLUDED_MEM_UTIL
#define INCLUDED_MEM_UTIL #define INCLUDED_MEM_UTIL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "pool.h" #include "pool.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_POOL #ifndef INCLUDED_POOL
#define INCLUDED_POOL #define INCLUDED_POOL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "string_pool.h" #include "string_pool.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_STRING_POOL #ifndef INCLUDED_STRING_POOL
#define INCLUDED_STRING_POOL #define INCLUDED_STRING_POOL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "app_hooks.h" #include "app_hooks.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
/* /*
Background Background

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_BASE32 #ifndef INCLUDED_BASE32
#define INCLUDED_BASE32 #define INCLUDED_BASE32

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "bits.h" #include "bits.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_BITS #ifndef INCLUDED_BITS
#define INCLUDED_BITS #define INCLUDED_BITS

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "byte_order.h" #include "byte_order.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_BYTE_ORDER #ifndef INCLUDED_BYTE_ORDER
#define INCLUDED_BYTE_ORDER #define INCLUDED_BYTE_ORDER

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_CACHE_ADT #ifndef INCLUDED_CACHE_ADT
#define INCLUDED_CACHE_ADT #define INCLUDED_CACHE_ADT

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_CODE_ANNOTATION #ifndef INCLUDED_CODE_ANNOTATION
#define INCLUDED_CODE_ANNOTATION #define INCLUDED_CODE_ANNOTATION

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_CONFIG #ifndef INCLUDED_CONFIG
#define INCLUDED_CONFIG #define INCLUDED_CONFIG

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_CONFIG2 #ifndef INCLUDED_CONFIG2
#define INCLUDED_CONFIG2 #define INCLUDED_CONFIG2

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "debug.h" #include "debug.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_DEBUG #ifndef INCLUDED_DEBUG
#define INCLUDED_DEBUG #define INCLUDED_DEBUG

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "debug_stl.h" #include "debug_stl.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_DEBUG_STL #ifndef INCLUDED_DEBUG_STL
#define INCLUDED_DEBUG_STL #define INCLUDED_DEBUG_STL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_BOOST_FILESYSTEM #ifndef INCLUDED_BOOST_FILESYSTEM
#define INCLUDED_BOOST_FILESYSTEM #define INCLUDED_BOOST_FILESYSTEM

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_DBGHELP #ifndef INCLUDED_DBGHELP
#define INCLUDED_DBGHELP #define INCLUDED_DBGHELP

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_LIBJPEG #ifndef INCLUDED_LIBJPEG
#define INCLUDED_LIBJPEG #define INCLUDED_LIBJPEG

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_OPENAL #ifndef INCLUDED_OPENAL
#define INCLUDED_OPENAL #define INCLUDED_OPENAL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_PNG #ifndef INCLUDED_PNG
#define INCLUDED_PNG #define INCLUDED_PNG

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_SDL #ifndef INCLUDED_SDL
#define INCLUDED_SDL #define INCLUDED_SDL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_SDL_FWD #ifndef INCLUDED_SDL_FWD
#define INCLUDED_SDL_FWD #define INCLUDED_SDL_FWD

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_WXWIDGETS #ifndef INCLUDED_WXWIDGETS
#define INCLUDED_WXWIDGETS #define INCLUDED_WXWIDGETS

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_ZLIB #ifndef INCLUDED_ZLIB
#define INCLUDED_ZLIB #define INCLUDED_ZLIB

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "fat_time.h" #include "fat_time.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "archive.h" #include "archive.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_ARCHIVE #ifndef INCLUDED_ARCHIVE
#define INCLUDED_ARCHIVE #define INCLUDED_ARCHIVE

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
//#include "vfs_optimizer.h" //#include "vfs_optimizer.h"

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_VFS_OPTIMIZER #ifndef INCLUDED_VFS_OPTIMIZER
#define INCLUDED_VFS_OPTIMIZER #define INCLUDED_VFS_OPTIMIZER

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "archive_zip.h" #include "archive_zip.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_ARCHIVE_ZIP #ifndef INCLUDED_ARCHIVE_ZIP
#define INCLUDED_ARCHIVE_ZIP #define INCLUDED_ARCHIVE_ZIP

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "codec.h" #include "codec.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_CODEC #ifndef INCLUDED_CODEC
#define INCLUDED_CODEC #define INCLUDED_CODEC

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "stream.h" #include "stream.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_STREAM #ifndef INCLUDED_STREAM
#define INCLUDED_STREAM #define INCLUDED_STREAM

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "file_stats.h" #include "file_stats.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_FILE_STATS #ifndef INCLUDED_FILE_STATS
#define INCLUDED_FILE_STATS #define INCLUDED_FILE_STATS

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "trace.h" #include "trace.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
// traces are useful for determining the optimal ordering of archived files // traces are useful for determining the optimal ordering of archived files
// and can also serve as a repeatable IO benchmark. // and can also serve as a repeatable IO benchmark.

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_FILE #ifndef INCLUDED_FILE
#define INCLUDED_FILE #define INCLUDED_FILE

View File

@ -23,7 +23,5 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "file_system.h" #include "file_system.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_FILE_SYSTEM #ifndef INCLUDED_FILE_SYSTEM
#define INCLUDED_FILE_SYSTEM #define INCLUDED_FILE_SYSTEM

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "file_system_posix.h" #include "file_system_posix.h"

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_FILE_SYSTEM_POSIX #ifndef INCLUDED_FILE_SYSTEM_POSIX
#define INCLUDED_FILE_SYSTEM_POSIX #define INCLUDED_FILE_SYSTEM_POSIX

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "file_system_util.h" #include "file_system_util.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_FILE_SYSTEM_UTIL #ifndef INCLUDED_FILE_SYSTEM_UTIL
#define INCLUDED_FILE_SYSTEM_UTIL #define INCLUDED_FILE_SYSTEM_UTIL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "block_cache.h" #include "block_cache.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_BLOCK_CACHE #ifndef INCLUDED_BLOCK_CACHE
#define INCLUDED_BLOCK_CACHE #define INCLUDED_BLOCK_CACHE

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "io.h" #include "io.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_IO #ifndef INCLUDED_IO
#define INCLUDED_IO #define INCLUDED_IO

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "path.h" #include "path.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
// path types: // path types:
// tag type type separator // tag type type separator

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "file_cache.h" #include "file_cache.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_FILE_CACHE #ifndef INCLUDED_FILE_CACHE
#define INCLUDED_FILE_CACHE #define INCLUDED_FILE_CACHE

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "vfs.h" #include "vfs.h"

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_VFS #ifndef INCLUDED_VFS
#define INCLUDED_VFS #define INCLUDED_VFS

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "vfs_lookup.h" #include "vfs_lookup.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_VFS_LOOKUP #ifndef INCLUDED_VFS_LOOKUP
#define INCLUDED_VFS_LOOKUP #define INCLUDED_VFS_LOOKUP

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "vfs_populate.h" #include "vfs_populate.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_VFS_POPULATE #ifndef INCLUDED_VFS_POPULATE
#define INCLUDED_VFS_POPULATE #define INCLUDED_VFS_POPULATE

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "vfs_tree.h" #include "vfs_tree.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_VFS_TREE #ifndef INCLUDED_VFS_TREE
#define INCLUDED_VFS_TREE #define INCLUDED_VFS_TREE

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_FNV_HASH #ifndef INCLUDED_FNV_HASH
#define INCLUDED_FNV_HASH #define INCLUDED_FNV_HASH

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#if OS_MACOSX #if OS_MACOSX
#include <OpenGL/glext.h> #include <OpenGL/glext.h>
#else #else

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "input.h" #include "input.h"

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_INPUT #ifndef INCLUDED_INPUT
#define INCLUDED_INPUT #define INCLUDED_INPUT

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "lib.h" #include "lib.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
/** /**
low-level aka "lib" low-level aka "lib"

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
// note: this is called lib_errors.cpp because we have another // note: this is called lib_errors.cpp because we have another
// errors.cpp; the MS linker isn't smart enough to deal with // errors.cpp; the MS linker isn't smart enough to deal with
// object files of the same name but in different paths. // object files of the same name but in different paths.

View File

@ -24,8 +24,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
/** /**
Error handling system Error handling system

View File

@ -1,9 +0,0 @@
All files (unless otherwise mentioned) are Copyright (c) 2002-2007 Jan Wassenberg.
Contact: Jan.Wassenberg@stud.uni-karlsruhe.de
Redistribution and/or modification are also permitted under the terms of the GNU General Public License as published by the Free Software Foundation (version 2 or later, at your option).
Further, Wildfire Games (http://www.wildfiregames.com) are permitted to use these files as they see fit, to include releasing a binary version without complete 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.

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#if 0 // JW: disabled, not used #if 0 // JW: disabled, not used
#include "lockfree.h" #include "lockfree.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_LOCKFREE #ifndef INCLUDED_LOCKFREE
#define INCLUDED_LOCKFREE #define INCLUDED_LOCKFREE

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "module_init.h" #include "module_init.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_MODULE_INIT #ifndef INCLUDED_MODULE_INIT
#define INCLUDED_MODULE_INIT #define INCLUDED_MODULE_INIT

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "ogl.h" #include "ogl.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#ifndef INCLUDED_OGL #ifndef INCLUDED_OGL
#define INCLUDED_OGL #define INCLUDED_OGL

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
#include "precompiled.h" #include "precompiled.h"
#include "path_util.h" #include "path_util.h"

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
// notes: // notes:
// - this module is independent of lib/file so that it can be used from // - this module is independent of lib/file so that it can be used from
// other code without pulling in the entire file manager. // other code without pulling in the entire file manager.

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
/* /*
[KEEP IN SYNC WITH WIKI] [KEEP IN SYNC WITH WIKI]

View File

@ -23,8 +23,6 @@
* ========================================================================= * =========================================================================
*/ */
// license: GPL; see lib/license.txt
// this header defines e.g. ssize_t and int8_t without pulling in all // this header defines e.g. ssize_t and int8_t without pulling in all
// POSIX declarations. // POSIX declarations.
// included from lib/types.h in place of posix.h; this helps avoid conflicts // included from lib/types.h in place of posix.h; this helps avoid conflicts

Some files were not shown because too many files have changed in this diff Show More