diff options
| author | Nick Mathewson <nickm@torproject.org> | 2006-12-07 04:40:59 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2006-12-07 04:40:59 +0000 |
| commit | 9f5034771ed2e5496f7b3d53718fd70a29424e7f (patch) | |
| tree | 53635f5f0a13dc5bdb2b501e271a7e76d3192c94 | |
| parent | adb31d9ef28f6a598f8a9b5411844967bbec92af (diff) | |
| download | anonbib-9f5034771ed2e5496f7b3d53718fd70a29424e7f.tar.gz | |
r11437@Kushana: nickm | 2006-12-06 21:27:30 -0500
remove some obsoleted parts from anonbib.cfg. Update copyright dates.
svn:r193
| -rw-r--r-- | BibTeX.py | 2 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | config.py | 2 | ||||
| -rw-r--r-- | reconcile.py | 2 | ||||
| -rw-r--r-- | tests.py | 2 | ||||
| -rwxr-xr-x | updateCache.py | 2 | ||||
| -rwxr-xr-x | writeHTML.py | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -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. @@ -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. @@ -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. @@ -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.""" |
