diff --git a/ChangeLog b/ChangeLog index 29239c811..d1eea97d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-06-05 Werner Lemberg + + * 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 + . + 2005-06-04 Werner Lemberg * 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 @@ -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 diff --git a/Jamfile b/Jamfile index 6edf31ecb..74e9f6ced 100644 --- a/Jamfile +++ b/Jamfile @@ -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 diff --git a/Jamrules b/Jamrules index 0b68597d0..d8d1c7e61 100644 --- a/Jamrules +++ b/Jamrules @@ -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. diff --git a/Makefile b/Makefile index e1fbdf2ed..8caf1f0c7 100644 --- a/Makefile +++ b/Makefile @@ -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, diff --git a/README b/README index 81740b109..57f6ed604 100644 --- a/README +++ b/README @@ -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 --- diff --git a/README.CVS b/README.CVS index bf15e6538..b1de1baad 100644 --- a/README.CVS +++ b/README.CVS @@ -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 --- diff --git a/autogen.sh b/autogen.sh index acb5268f0..5339101aa 100644 --- a/autogen.sh +++ b/autogen.sh @@ -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 \`$*'" diff --git a/builds/dos/dos-wat.mk b/builds/dos/dos-wat.mk index 0c39e4979..c763b163c 100644 --- a/builds/dos/dos-wat.mk +++ b/builds/dos/dos-wat.mk @@ -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 diff --git a/builds/unix/configure.ac b/builds/unix/configure.ac index feb4e50e2..3105ff31b 100644 --- a/builds/unix/configure.ac +++ b/builds/unix/configure.ac @@ -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]) diff --git a/builds/unix/freetype-config.in b/builds/unix/freetype-config.in index c0783e2a4..16e15e582 100644 --- a/builds/unix/freetype-config.in +++ b/builds/unix/freetype-config.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@ diff --git a/builds/unix/freetype2.m4 b/builds/unix/freetype2.m4 index 7424a32ab..fc2242fbe 100644 --- a/builds/unix/freetype2.m4 +++ b/builds/unix/freetype2.m4 @@ -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]]]) diff --git a/builds/unix/ft-munmap.m4 b/builds/unix/ft-munmap.m4 index 0036ffb61..68b3361e2 100644 --- a/builds/unix/ft-munmap.m4 +++ b/builds/unix/ft-munmap.m4 @@ -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 diff --git a/configure b/configure index e8db0c93f..3f9c7b3ca 100644 --- a/configure +++ b/configure @@ -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'. # diff --git a/src/Jamfile b/src/Jamfile index e4d357569..76ee0f46e 100644 --- a/src/Jamfile +++ b/src/Jamfile @@ -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) ; diff --git a/src/autofit/Jamfile b/src/autofit/Jamfile index 78801b982..c353781a7 100644 --- a/src/autofit/Jamfile +++ b/src/autofit/Jamfile @@ -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 ; diff --git a/src/base/Jamfile b/src/base/Jamfile index b00c7c965..6ac9b635d 100644 --- a/src/base/Jamfile +++ b/src/base/Jamfile @@ -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 ; diff --git a/src/bdf/Jamfile b/src/bdf/Jamfile index 8b1714d98..da23ccd0a 100644 --- a/src/bdf/Jamfile +++ b/src/bdf/Jamfile @@ -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 ; diff --git a/src/cache/Jamfile b/src/cache/Jamfile index b269c9557..340cff774 100644 --- a/src/cache/Jamfile +++ b/src/cache/Jamfile @@ -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 ; diff --git a/src/cff/Jamfile b/src/cff/Jamfile index dcf24c818..6d0bb1b86 100644 --- a/src/cff/Jamfile +++ b/src/cff/Jamfile @@ -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 ; diff --git a/src/cid/Jamfile b/src/cid/Jamfile index a505e3ca4..ebeaed54e 100644 --- a/src/cid/Jamfile +++ b/src/cid/Jamfile @@ -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 ; diff --git a/src/gzip/Jamfile b/src/gzip/Jamfile index e461cf174..a7aafa051 100644 --- a/src/gzip/Jamfile +++ b/src/gzip/Jamfile @@ -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 ; diff --git a/src/lzw/Jamfile b/src/lzw/Jamfile index 995cbb98c..e9c3c4adc 100644 --- a/src/lzw/Jamfile +++ b/src/lzw/Jamfile @@ -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 ; diff --git a/src/otvalid/Jamfile b/src/otvalid/Jamfile index ca650f1fa..35a14c6ab 100644 --- a/src/otvalid/Jamfile +++ b/src/otvalid/Jamfile @@ -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 ; diff --git a/src/pcf/Jamfile b/src/pcf/Jamfile index 3a884f534..752fcac2a 100644 --- a/src/pcf/Jamfile +++ b/src/pcf/Jamfile @@ -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 ; diff --git a/src/pfr/Jamfile b/src/pfr/Jamfile index 4c38a2de9..9e2f2b8d0 100644 --- a/src/pfr/Jamfile +++ b/src/pfr/Jamfile @@ -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 ; diff --git a/src/psaux/Jamfile b/src/psaux/Jamfile index fc834b32c..a8c199c9b 100644 --- a/src/psaux/Jamfile +++ b/src/psaux/Jamfile @@ -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 ; diff --git a/src/pshinter/Jamfile b/src/pshinter/Jamfile index ee02a144b..769dcc4b2 100644 --- a/src/pshinter/Jamfile +++ b/src/pshinter/Jamfile @@ -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 ; diff --git a/src/psnames/Jamfile b/src/psnames/Jamfile index e75ae1e7a..d85c1e97d 100644 --- a/src/psnames/Jamfile +++ b/src/psnames/Jamfile @@ -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 ; diff --git a/src/raster/Jamfile b/src/raster/Jamfile index 01b5c0db0..f6e4251cb 100644 --- a/src/raster/Jamfile +++ b/src/raster/Jamfile @@ -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 ; diff --git a/src/sfnt/Jamfile b/src/sfnt/Jamfile index 03c429a65..8fe191fa3 100644 --- a/src/sfnt/Jamfile +++ b/src/sfnt/Jamfile @@ -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 ; diff --git a/src/smooth/Jamfile b/src/smooth/Jamfile index 5ab9b60c7..8a792df05 100644 --- a/src/smooth/Jamfile +++ b/src/smooth/Jamfile @@ -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 ; diff --git a/src/truetype/Jamfile b/src/truetype/Jamfile index bb7e05e6e..a166909f4 100644 --- a/src/truetype/Jamfile +++ b/src/truetype/Jamfile @@ -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 ; diff --git a/src/type1/Jamfile b/src/type1/Jamfile index 4d966f3d6..8e366baae 100644 --- a/src/type1/Jamfile +++ b/src/type1/Jamfile @@ -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 ; diff --git a/src/type42/Jamfile b/src/type42/Jamfile index 032ac7179..00371d54f 100644 --- a/src/type42/Jamfile +++ b/src/type42/Jamfile @@ -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 ; diff --git a/src/winfonts/Jamfile b/src/winfonts/Jamfile index a903f8938..71cf5678e 100644 --- a/src/winfonts/Jamfile +++ b/src/winfonts/Jamfile @@ -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 ; diff --git a/vms_make.com b/vms_make.com index 7a99f6c2d..77eb1f479 100644 --- a/vms_make.com +++ b/vms_make.com @@ -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