aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-22 00:24:11 +0000
committerng0 <ng0@n0.is>2019-12-22 00:24:11 +0000
commit999583335bdcbe273945437a8472df6f05d93539 (patch)
tree68af1fece78bd3ab5869b853ea39084cf585b83d
parente07a9ecfa13f3d7ea5519c9304d77439476dfbc2 (diff)
downloadgnunetbib-999583335bdcbe273945437a8472df6f05d93539.tar.gz
gnunetbib-999583335bdcbe273945437a8472df6f05d93539.zip
adjust my name.
-rw-r--r--BibTeX.py2
-rw-r--r--_template_bibtex.html2
-rw-r--r--anonbib.cfg2
-rw-r--r--config.py2
-rwxr-xr-xwriteHTML.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/BibTeX.py b/BibTeX.py
index fa5821e..fe3f5b7 100644
--- a/BibTeX.py
+++ b/BibTeX.py
@@ -1,6 +1,6 @@
1#!/usr/bin/python2 1#!/usr/bin/python2
2# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info. 2# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info.
3# Copyright 2018, Nils Gillmann. 3# Copyright 2018, 2019 ng0 <ng0@n0.is>.
4 4
5""" 5"""
6BibTeX.py -- parse and manipulate BibTeX files and entries. 6BibTeX.py -- parse and manipulate BibTeX files and entries.
diff --git a/_template_bibtex.html b/_template_bibtex.html
index 67582e3..40315b5 100644
--- a/_template_bibtex.html
+++ b/_template_bibtex.html
@@ -16,7 +16,7 @@
16 16
17 Generated by `%(command_line)s' 17 Generated by `%(command_line)s'
18 (C) Eddie Kohler 1999-2000, Nick Mathewson 2003 18 (C) Eddie Kohler 1999-2000, Nick Mathewson 2003
19 (C) Nils Gillmann 2018 19 (C) ng0 2018, 2019
20 --> 20 -->
21 21
22 22
diff --git a/anonbib.cfg b/anonbib.cfg
index 8e5c414..9d34129 100644
--- a/anonbib.cfg
+++ b/anonbib.cfg
@@ -1,5 +1,5 @@
1# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info. 1# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info.
2# Copyright 2018, Nils Gillmann <gillmann@gnunet.org>. 2# Copyright 2018, 2019 ng0 <ng0@n0.is>.
3 3
4# Our input filename. 4# Our input filename.
5MASTER_BIB = "./gnunetbib.bib" 5MASTER_BIB = "./gnunetbib.bib"
diff --git a/config.py b/config.py
index 6cc5b9b..5aed4f2 100644
--- a/config.py
+++ b/config.py
@@ -1,5 +1,5 @@
1# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info. 1# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info.
2# Copyright 2018 Nils Gillmann. 2# Copyright 2018, 2019 ng0 <ng0@n0.is>.
3 3
4import re 4import re
5 5
diff --git a/writeHTML.py b/writeHTML.py
index a1d9a0f..ee817ff 100755
--- a/writeHTML.py
+++ b/writeHTML.py
@@ -1,6 +1,6 @@
1#!/usr/bin/python2 1#!/usr/bin/python2
2# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info. 2# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info.
3# Copyright 2018 Nils Gillmann 3# Copyright 2018, 2019 ng0 <ng0@n0.is>
4 4
5""" 5"""
6Generate indices by author, topic, date, and BibTeX key. 6Generate indices by author, topic, date, and BibTeX key.