copyright update

VER-2-0-4-PATCH
David Turner 25 years ago
parent 701d754665
commit 07c52d255c
  1. 2
      include/freetype/freetype.h
  2. 2
      include/freetype/ftglyph.h
  3. 25
      include/freetype/ftgrays.h
  4. 2
      include/freetype/ftimage.h
  5. 7
      include/freetype/ftraster.h
  6. 2
      include/freetype/ftsystem.h

@ -4,7 +4,7 @@
/* */
/* FreeType high-level API and common types (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 */

@ -4,7 +4,7 @@
/* */
/* FreeType convenience functions to handle glyphs.. */
/* */
/* 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 */

@ -1,6 +1,27 @@
/***************************************************************************/
/* */
/* ftgrays.h */
/* */
/* FreeType smooth renderer declaration */
/* */
/* Copyright 1996-2000 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used */
/* modified and distributed under the terms of the FreeType project */
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
/* this file you indicate that you have read the license and */
/* understand and accept it fully. */
/* */
/***************************************************************************/
#ifndef FTGRAYS_H
#define FTGRAYS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <freetype/ftimage.h>
/*************************************************************************/
@ -17,4 +38,8 @@
EXPORT_VAR(FT_Raster_Funcs) ft_grays_raster;
#ifdef __cplusplus
}
#endif
#endif

@ -5,7 +5,7 @@
/* This file defines the glyph image formats recognized by FreeType, as */
/* well as the default raster interface. */
/* */
/* 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 */

@ -23,6 +23,7 @@
extern "C" {
#endif
#include <freetype/ftimage.h>
/*************************************************************************/
/* */
@ -31,13 +32,11 @@
/* */
/* #define _STANDALONE_ */
#include <freetype/freetype.h>
#ifndef EXPORT_VAR
#define EXPORT_VAR(x) x
#define EXPORT_VAR(x) extern x
#endif
EXPORT_VAR(FT_Raster_Funcs) ft_raster_funcs;
EXPORT_VAR(FT_Raster_Funcs) ft_standard_raster;
#ifdef __cplusplus
}

@ -8,7 +8,7 @@
* used by FreeType.
*
*
* 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

Loading…
Cancel
Save