From 30a0c6264fab39b0200ee8a3566ba087620a1645 Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 7 Jan 2000 14:07:21 +0000 Subject: [PATCH] Update some copyrights here and there --- src/shared/rules.mk | 70 +------------------------------------------ src/shared/sfnt.h | 2 +- src/shared/t1types.h | 2 +- src/shared/tterrors.h | 2 +- src/shared/ttnameid.h | 2 +- src/shared/tttags.h | 2 +- src/shared/tttypes.h | 2 +- 7 files changed, 7 insertions(+), 75 deletions(-) diff --git a/src/shared/rules.mk b/src/shared/rules.mk index e83466b3a..9ca390205 100644 --- a/src/shared/rules.mk +++ b/src/shared/rules.mk @@ -2,7 +2,7 @@ #* * #* shared files Makefile * #* * -#* Copyright 1996-1999 by * +#* Copyright 1996-2000 by * #* David Turner, Robert Wilhelm, and Werner Lemberg. * #* * #* This file is part of the FreeType project, and may only be used * @@ -13,74 +13,6 @@ #* * #**************************************************************************** - -#**************************************************************************** -#* * -#* IMPORTANT NOTE: This Makefile is intended for GNU Make! * -#* If you provide Makefiles for other make utilities, * -#* please place them in `freetype/lib/arch/'. * -#* * -#* * -#* This file is to be included by the FreeType Makefile.lib, located in * -#* the `freetype/lib' directory. Here is the list of the variables that * -#* must be defined to use it: * -#* * -#* * -#* BASE_DIR: The location of the base layer's directory. This is * -#* usually `freetype/lib/base'. * -#* * -#* ARCH_DIR: The location of the architecture-dependent directory. * -#* This is usually `freetype/lib/arch/'. * -#* * -#* DRIVERS_DIR: The location of the font driver sub-dirs, usually * -#* `freetype/lib/drivers'. * -#* * -#* OBJ_DIR: The location where the compiled object(s) file will be * -#* placed. * -#* * -#* BASE_H: A list of pathnames to the base layer's header files on * -#* which the driver depends. * -#* * -#* FT_CFLAGS: A set of flags used for compilation of object files. * -#* This contains at least the include paths of the arch * -#* and base directories + optimization + warnings + ANSI * -#* compliance. * -#* * -#* FT_IFLAG: The flag used to specify an include path on the * -#* compiler command line. For example, with GCC, this is * -#* `-I', while some other compilers use `/i=' or `-J', * -#* etc. * -#* * -#* FT_OBJ: The suffix of an object file for the platform; can be * -#* `o', `obj', `coff', `tco', etc. depending on the * -#* platform. * -#* * -#* * -#* It also updates the following variables defined and used in the main * -#* Makefile: * -#* * -#* DRV_OBJ_S: The list of driver object files in * -#* single-object mode. * -#* * -#* DRV_OBJ_M: The list of driver object files in * -#* multiple-objects mode. * -#* * -#* FTINIT_DRIVER_PATHS: The list of include paths used to compile the * -#* `ftinit' component which registers all font * -#* drivers in the FT_Init_FreeType() function. * -#* * -#* FTINIT_DRIVER_H: The list of header dependencies used to * -#* compile the `ftinit' component. * -#* * -#* FTINIT_DRIVER_MACROS: The list of macros to be defined when * -#* compiling the `ftinit' component. * -#* * -#* `Single-object compilation' means that each font driver is compiled * -#* into a single object file. This is useful to get rid of all * -#* driver-specific entries. * -#* * -#**************************************************************************** - ifndef SHARED_RULES SHARED_RULES := 1 diff --git a/src/shared/sfnt.h b/src/shared/sfnt.h index 5549479f1..4311ed596 100644 --- a/src/shared/sfnt.h +++ b/src/shared/sfnt.h @@ -4,7 +4,7 @@ /* */ /* High-level `sfnt' driver interface (specification). */ /* */ -/* Copyright 1996-1999 by */ +/* Copyright 1996-2000 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ diff --git a/src/shared/t1types.h b/src/shared/t1types.h index 853b743c5..175482caa 100644 --- a/src/shared/t1types.h +++ b/src/shared/t1types.h @@ -7,7 +7,7 @@ * This code is shared by the Type1 and Type2 drivers * * - * Copyright 1996-1999 by + * Copyright 1996-2000 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used diff --git a/src/shared/tterrors.h b/src/shared/tterrors.h index a8c6b5f93..81bcbde0c 100644 --- a/src/shared/tterrors.h +++ b/src/shared/tterrors.h @@ -4,7 +4,7 @@ /* */ /* TrueType error ID definitions (specification only). */ /* */ -/* Copyright 1996-1999 by */ +/* Copyright 1996-2000 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used */ diff --git a/src/shared/ttnameid.h b/src/shared/ttnameid.h index 98b19abc9..3c0defe26 100644 --- a/src/shared/ttnameid.h +++ b/src/shared/ttnameid.h @@ -4,7 +4,7 @@ /* */ /* TrueType name ID definitions (specification only). */ /* */ -/* Copyright 1996-1999 by */ +/* Copyright 1996-2000 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used */ diff --git a/src/shared/tttags.h b/src/shared/tttags.h index 73bbfc0ef..3cb3bc9a3 100644 --- a/src/shared/tttags.h +++ b/src/shared/tttags.h @@ -4,7 +4,7 @@ /* */ /* Tags for TrueType tables (specification only). */ /* */ -/* Copyright 1996-1999 by */ +/* Copyright 1996-2000 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used */ diff --git a/src/shared/tttypes.h b/src/shared/tttypes.h index a5140e9be..fb4abcd91 100644 --- a/src/shared/tttypes.h +++ b/src/shared/tttypes.h @@ -8,7 +8,7 @@ /* This code is shared by all TrueType and OpenType drivers. */ /* */ /* */ -/* Copyright 1996-1999 by */ +/* Copyright 1996-2000 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used */