From 9f5034771ed2e5496f7b3d53718fd70a29424e7f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 7 Dec 2006 04:40:59 +0000 Subject: r11437@Kushana: nickm | 2006-12-06 21:27:30 -0500 remove some obsoleted parts from anonbib.cfg. Update copyright dates. svn:r193 --- BibTeX.py | 2 +- README | 2 +- config.py | 2 +- reconcile.py | 2 +- tests.py | 2 +- updateCache.py | 2 +- writeHTML.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BibTeX.py b/BibTeX.py index 065aa5b..4b635c6 100644 --- a/BibTeX.py +++ b/BibTeX.py @@ -1,5 +1,5 @@ #!/usr/bin/python2 -# Copyright 2003-2004, Nick Mathewson. See LICENSE for licensing info. +# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info. """BibTeX.py -- parse and manipulate BibTeX files and entries. diff --git a/README b/README index 0ca3f0b..a2774c5 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ anonbib 0.2 -- Code to generate the anonymity bibliography -Copyright (c) 2003-2004 Nick Mathewson +Copyright (c) 2003-2006 Nick Mathewson Based on 'PDOSBib' perl code by Eddie Kohler This software is licensed under the GNU GPL, version 2 or later. diff --git a/config.py b/config.py index 41ee14e..9413d25 100644 --- a/config.py +++ b/config.py @@ -1,4 +1,4 @@ -# Copyright 2003-2004, Nick Mathewson. See LICENSE for licensing info. +# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info. import re diff --git a/reconcile.py b/reconcile.py index 111ac73..ebd023f 100644 --- a/reconcile.py +++ b/reconcile.py @@ -1,5 +1,5 @@ #!/usr/bin/python2 -# Copyright 2003-2004, Nick Mathewson. See LICENSE for licensing info. +# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info. """Code to determine which entries are new and which are old. diff --git a/tests.py b/tests.py index f98d48d..fcf09cb 100644 --- a/tests.py +++ b/tests.py @@ -1,5 +1,5 @@ #!/usr/bin/python2 -# Copyright 2004, Nick Mathewson. See LICENSE for licensing info. +# Copyright 2004-2006, Nick Mathewson. See LICENSE for licensing info. """Unit tests for anonbib.""" diff --git a/updateCache.py b/updateCache.py index de3216c..37ac01e 100755 --- a/updateCache.py +++ b/updateCache.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2003-2004, Nick Mathewson. See LICENSE for licensing info. +# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info. """Download files in bibliography into a local cache. """ diff --git a/writeHTML.py b/writeHTML.py index 0273f66..12abc06 100755 --- a/writeHTML.py +++ b/writeHTML.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2003-2004, Nick Mathewson. See LICENSE for licensing info. +# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info. """Generate indices by author, topic, date, and BibTeX key.""" -- cgit v1.2.3-70-g09d2