From 753b39b57d910ae515c12b988bf36424d92cc350 Mon Sep 17 00:00:00 2001 From: jvr Date: Fri, 3 May 2002 19:03:49 +0000 Subject: [PATCH] typos, version update, date update git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@196 4cde692c-a291-49d1-8350-778aa11640f8 --- LICENSE.txt | 2 +- Lib/fontTools/__init__.py | 2 +- README.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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!