commit 999583335bdcbe273945437a8472df6f05d93539
parent e07a9ecfa13f3d7ea5519c9304d77439476dfbc2
Author: ng0 <ng0@n0.is>
Date: Sun, 22 Dec 2019 00:24:11 +0000
adjust my name.
Diffstat:
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/BibTeX.py b/BibTeX.py
@@ -1,6 +1,6 @@
#!/usr/bin/python2
# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info.
-# Copyright 2018, Nils Gillmann.
+# Copyright 2018, 2019 ng0 <ng0@n0.is>.
"""
BibTeX.py -- parse and manipulate BibTeX files and entries.
diff --git a/_template_bibtex.html b/_template_bibtex.html
@@ -16,7 +16,7 @@
Generated by `%(command_line)s'
(C) Eddie Kohler 1999-2000, Nick Mathewson 2003
- (C) Nils Gillmann 2018
+ (C) ng0 2018, 2019
-->
diff --git a/anonbib.cfg b/anonbib.cfg
@@ -1,5 +1,5 @@
# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info.
-# Copyright 2018, Nils Gillmann <gillmann@gnunet.org>.
+# Copyright 2018, 2019 ng0 <ng0@n0.is>.
# Our input filename.
MASTER_BIB = "./gnunetbib.bib"
diff --git a/config.py b/config.py
@@ -1,5 +1,5 @@
# Copyright 2003-2006, Nick Mathewson. See LICENSE for licensing info.
-# Copyright 2018 Nils Gillmann.
+# Copyright 2018, 2019 ng0 <ng0@n0.is>.
import re
diff --git a/writeHTML.py b/writeHTML.py
@@ -1,6 +1,6 @@
#!/usr/bin/python2
# Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info.
-# Copyright 2018 Nils Gillmann
+# Copyright 2018, 2019 ng0 <ng0@n0.is>
"""
Generate indices by author, topic, date, and BibTeX key.