diff --git a/LICENSE.txt b/LICENSE.txt index 5fa198b4d..c178912dc 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 1999-2001 +Copyright 1999-2002 by Just van Rossum, Letterror, The Netherlands. All Rights Reserved diff --git a/Lib/fontTools/__init__.py b/Lib/fontTools/__init__.py index fc9039845..5c067c476 100644 --- a/Lib/fontTools/__init__.py +++ b/Lib/fontTools/__init__.py @@ -1,5 +1,5 @@ -version = "1.0b1" +version = "1.0b2" diff --git a/README.txt b/README.txt index b7785f025..26274356b 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Quick start: run python setup.py install from the command line. -See the file "LEGAL.txt" for licensing info. +See the file "LICENSE.txt" for licensing info. Good luck!