aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BibTeX.py2
-rw-r--r--README2
-rw-r--r--config.py2
-rw-r--r--reconcile.py2
-rw-r--r--tests.py2
-rwxr-xr-xupdateCache.py2
-rwxr-xr-xwriteHTML.py2
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."""