|
From: Christian E. <che...@us...> - 2005-12-14 06:51:20
|
Update of /cvsroot/qtwin/qt-4/src/3rdparty/freetype/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10262/src/3rdparty/freetype/src Modified Files: Jamfile Log Message: 4.0.1->4.1.0rc1 Index: Jamfile =================================================================== RCS file: /cvsroot/qtwin/qt-4/src/3rdparty/freetype/src/Jamfile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Jamfile 2 Jul 2005 19:38:20 -0000 1.1 +++ Jamfile 14 Dec 2005 06:48:37 -0000 1.2 @@ -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) ; |