Add license.

CACHE
Werner Lemberg 20 years ago
parent 1517499a0d
commit f79b3d0244
  1. 27
      ChangeLog
  2. 11
      Jamfile
  3. 12
      Jamrules
  4. 2
      Makefile
  5. 14
      README
  6. 3
      README.CVS
  7. 9
      autogen.sh
  8. 3
      builds/dos/dos-wat.mk
  9. 9
      builds/unix/configure.ac
  10. 9
      builds/unix/freetype-config.in
  11. 9
      builds/unix/freetype2.m4
  12. 9
      builds/unix/ft-munmap.m4
  13. 10
      configure
  14. 10
      src/Jamfile
  15. 10
      src/autofit/Jamfile
  16. 10
      src/base/Jamfile
  17. 10
      src/bdf/Jamfile
  18. 10
      src/cache/Jamfile
  19. 10
      src/cff/Jamfile
  20. 10
      src/cid/Jamfile
  21. 10
      src/gzip/Jamfile
  22. 10
      src/lzw/Jamfile
  23. 10
      src/otvalid/Jamfile
  24. 10
      src/pcf/Jamfile
  25. 10
      src/pfr/Jamfile
  26. 10
      src/psaux/Jamfile
  27. 10
      src/pshinter/Jamfile
  28. 10
      src/psnames/Jamfile
  29. 10
      src/raster/Jamfile
  30. 10
      src/sfnt/Jamfile
  31. 10
      src/smooth/Jamfile
  32. 10
      src/truetype/Jamfile
  33. 10
      src/type1/Jamfile
  34. 10
      src/type42/Jamfile
  35. 10
      src/winfonts/Jamfile
  36. 10
      vms_make.com

@ -1,3 +1,17 @@
2005-06-05 Werner Lemberg <wl@gnu.org>
* Add copyright notices to all files which don't have one.
* docs/license.txt: Renamed to...
* docs/LICENSE.TXT: This.
* docs/FTL.txt: Renamed to...
* docs/FTL.TXT: This.
* docs/GPL.txt: Renamed to...
* docs/GPL.TXT: This.
* docs/PATENTS: Slightly reworded. Suggested by Sylvain Beucler
<beuc@gnu.org>.
2005-06-04 Werner Lemberg <wl@gnu.org>
* include/freetype/ftimage.h (FT_Outline_MoveToFunc,
@ -5256,7 +5270,7 @@
builds/unix/unixddef.mk, builds/win32/w32-bccd.mk,
builds/win32/w32-dev.mk (BUILD_DIR): Fix path.
* builds/unix/configure.ac, builds/unic/configure: Updated.
* builds/unix/configure.ac, builds/unix/configure: Updated.
* builds/unix/unix-def.in (DISTCLEAN): Add `freetype2.pc'.
2003-06-07 Werner Lemberg <wl@gnu.org>
@ -11990,6 +12004,17 @@
* Version 2.0 released.
=======================
----------------------------------------------------------------------------
Copyright 2000, 2001, 2002, 2003, 2004, 2005 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.
Local Variables:
version-control: never

@ -1,5 +1,14 @@
# FreeType 2 top Jamfile (c) 2001, 2002, 2003, 2004 David Turner
# FreeType 2 top Jamfile.
#
# Copyright 2001, 2002, 2003, 2004 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.
# The HDRMACRO is already defined in FTJam and is used to add
# the content of certain macros to the list of included header

@ -1,5 +1,15 @@
# FreeType 2 JamRules (c) 2001, 2002, 2003 David Turner
# FreeType 2 JamRules.
#
# Copyright 2001, 2002, 2003 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.
# This file contains the Jam rules needed to build the FreeType 2 library.
# It is shared by all Jamfiles and is included only once in the build
# process.

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2002 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,

@ -37,3 +37,17 @@
The FreeType Team
----------------------------------------------------------------------
Copyright 2001, 2002, 2003, 2004 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.
--- end of README ---

@ -20,3 +20,6 @@ configure script is necessary at all; saying
make
should work on all platforms which have GNU make (or makepp).
--- end of README.CVS ---

@ -1,5 +1,14 @@
#!/bin/sh
# Copyright 2005 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.
run ()
{
echo "running \`$*'"

@ -3,6 +3,9 @@
#
# Copyright 2003 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

@ -1,6 +1,15 @@
# This file is part of the FreeType project.
#
# Process this file with autoconf to produce a configure script.
#
# Copyright 2001, 2002, 2003, 2004, 2005 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.
AC_INIT
AC_CONFIG_SRCDIR([ftconfig.in])

@ -1,4 +1,13 @@
#! /bin/sh
#
# Copyright 2000, 2001, 2002, 2003, 2004, 2005 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.
prefix=@prefix@
exec_prefix=@exec_prefix@

@ -1,6 +1,15 @@
# Configure paths for FreeType2
# Marcelo Magallon 2001-10-26, based on gtk.m4 by Owen Taylor
#
# Copyright 2001, 2003 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.
#
# serial 2
# AC_CHECK_FT2([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])

@ -1,4 +1,13 @@
## FreeType specific autoconf tests
#
# Copyright 2002, 2003, 2004 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.
# serial 2

10
configure vendored

@ -1,5 +1,15 @@
#!/bin/sh
#
# Copyright 2002, 2003, 2004, 2005 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.
#
#
# Call the `configure' script located in `builds/unix'.
#

@ -1,5 +1,13 @@
# FreeType 2 src Jamfile (c) 2001, 2002 David Turner
# FreeType 2 src Jamfile
#
# Copyright 2001, 2002 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.
SubDir FT2_TOP $(FT2_SRC_DIR) ;

@ -1,5 +1,13 @@
# FreeType 2 src/autofit Jamfile (c) 2003, 2004, 2005 David Turner
# FreeType 2 src/autofit Jamfile
#
# Copyright 2003, 2004, 2005 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.
SubDir FT2_TOP src autofit ;

@ -1,5 +1,13 @@
# FreeType 2 src/base Jamfile (c) 2001, 2002, 2003, 2004 David Turner
# FreeType 2 src/base Jamfile
#
# Copyright 2001, 2002, 2003, 2004 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.
SubDir FT2_TOP $(FT2_SRC_DIR) base ;

@ -1,5 +1,13 @@
# FreeType 2 src/bdf Jamfile (c) 2002 David Turner
# FreeType 2 src/bdf Jamfile
#
# Copyright 2002 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.
SubDir FT2_TOP $(FT2_SRC_DIR) bdf ;

10
src/cache/Jamfile vendored

@ -1,5 +1,13 @@
# FreeType 2 src/cache Jamfile (c) 2001, 2003, 2004 David Turner
# FreeType 2 src/cache Jamfile
#
# Copyright 2001, 2003, 2004 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.
SubDir FT2_TOP $(FT2_SRC_DIR) cache ;

@ -1,5 +1,13 @@
# FreeType 2 src/cff Jamfile (c) 2001, 2002 David Turner
# FreeType 2 src/cff Jamfile
#
# Copyright 2001, 2002 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.
SubDir FT2_TOP $(FT2_SRC_DIR) cff ;

@ -1,5 +1,13 @@
# FreeType 2 src/cid Jamfile (c) 2001 David Turner
# FreeType 2 src/cid Jamfile
#
# Copyright 2001 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.
SubDir FT2_TOP $(FT2_SRC_DIR) cid ;

@ -1,5 +1,13 @@
# FreeType 2 src/gzip Jamfile (c) 2001 David Turner
# FreeType 2 src/gzip Jamfile
#
# Copyright 2001 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.
SubDir FT2_TOP $(FT2_SRC_DIR) gzip ;

@ -1,5 +1,13 @@
# FreeType 2 src/lzw Jamfile (C) 2004 David Turner
# FreeType 2 src/lzw Jamfile
#
# Copyright 2004 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.
SubDir FT2_TOP $(FT2_SRC_DIR) lzw ;

@ -1,5 +1,13 @@
# FreeType 2 src/otvalid Jamfile (c) 2004 Werner Lemberg
# FreeType 2 src/otvalid Jamfile
#
# Copyright 2004 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.
SubDir FT2_TOP $(FT2_SRC_DIR) otvalid ;

@ -1,5 +1,13 @@
# FreeType 2 src/pcf Jamfile (c) 2001, 2003 David Turner
# FreeType 2 src/pcf Jamfile
#
# Copyright 2001, 2003 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.
SubDir FT2_TOP $(FT2_SRC_DIR) pcf ;

@ -1,5 +1,13 @@
# FreeType 2 src/pfr Jamfile (c) 2002 David Turner
# FreeType 2 src/pfr Jamfile
#
# Copyright 2002 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.
SubDir FT2_TOP $(FT2_SRC_DIR) pfr ;

@ -1,5 +1,13 @@
# FreeType 2 src/psaux Jamfile (c) 2001, 2002 David Turner
# FreeType 2 src/psaux Jamfile
#
# Copyright 2001, 2002 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.
SubDir FT2_TOP $(FT2_SRC_DIR) psaux ;

@ -1,5 +1,13 @@
# FreeType 2 src/pshinter Jamfile (c) 2001, 2003 David Turner
# FreeType 2 src/pshinter Jamfile
#
# Copyright 2001, 2003 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.
SubDir FT2_TOP $(FT2_SRC_DIR) pshinter ;

@ -1,5 +1,13 @@
# FreeType 2 src/psnames Jamfile (c) 2001 David Turner
# FreeType 2 src/psnames Jamfile
#
# Copyright 2001 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.
SubDir FT2_TOP $(FT2_SRC_DIR) psnames ;

@ -1,5 +1,13 @@
# FreeType 2 src/raster Jamfile (c) 2001 David Turner
# FreeType 2 src/raster Jamfile
#
# Copyright 2001 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.
SubDir FT2_TOP $(FT2_SRC_DIR) raster ;

@ -1,5 +1,13 @@
# FreeType 2 src/sfnt Jamfile (c) 2001, 2002, 2004, 2005 David Turner
# FreeType 2 src/sfnt Jamfile
#
# Copyright 2001, 2002, 2004, 2005 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.
SubDir FT2_TOP $(FT2_SRC_DIR) sfnt ;

@ -1,5 +1,13 @@
# FreeType 2 src/smooth Jamfile (c) 2001 David Turner
# FreeType 2 src/smooth Jamfile
#
# Copyright 2001 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.
SubDir FT2_TOP $(FT2_SRC_DIR) smooth ;

@ -1,5 +1,13 @@
# FreeType 2 src/truetype Jamfile (c) 2001, 2004 David Turner
# FreeType 2 src/truetype Jamfile
#
# Copyright 2001, 2004 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.
SubDir FT2_TOP $(FT2_SRC_DIR) truetype ;

@ -1,5 +1,13 @@
# FreeType 2 src/type1 Jamfile (c) 2001 David Turner
# FreeType 2 src/type1 Jamfile
#
# Copyright 2001 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.
SubDir FT2_TOP $(FT2_SRC_DIR) type1 ;

@ -1,5 +1,13 @@
# FreeType 2 src/type42 Jamfile (c) 2002 David Turner
# FreeType 2 src/type42 Jamfile
#
# Copyright 2002 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.
SubDir FT2_TOP $(FT2_SRC_DIR) type42 ;

@ -1,5 +1,13 @@
# FreeType 2 src/winfonts Jamfile (c) 2001 David Turner
# FreeType 2 src/winfonts Jamfile
#
# Copyright 2001 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.
SubDir FT2_TOP $(FT2_SRC_DIR) winfonts ;

@ -1,5 +1,15 @@
$! make Freetype2 under OpenVMS
$!
$! Copyright 2003, 2004 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.
$!
$!
$! External libraries (like Freetype, XPM, etc.) are supported via the
$! config file VMSLIB.DAT. Please check the sample file, which is part of this
$! distribution, for the information you need to provide

Loading…
Cancel
Save