aboutsummaryrefslogtreecommitdiffstats
path: root/BibTeX.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-17 12:48:48 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-17 12:48:48 +0000
commit1db04d7466e509c6b5dd1a36cf434c18ed2af212 (patch)
treecbf8131ec76a9d23219730eeaf1ce3ab2e6bd9bd /BibTeX.py
parentb4df1be37f5f34f3e44f6e7ce43fd597e8e23a49 (diff)
downloadanonbib-1db04d7466e509c6b5dd1a36cf434c18ed2af212.tar.gz
r19909@catbus: nickm | 2008-06-17 08:47:50 -0400
update copyright strings on anonbib; bump version to 0.3. svn:r279
Diffstat (limited to 'BibTeX.py')
-rw-r--r--BibTeX.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BibTeX.py b/BibTeX.py
index 1df1be5..3aa9615 100644
--- a/BibTeX.py
+++ b/BibTeX.py
@@ -1,5 +1,5 @@
#!/usr/bin/python2
-# Copyright 2003-2007, Nick Mathewson. See LICENSE for licensing info.
+# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info.
"""BibTeX.py -- parse and manipulate BibTeX files and entries.