aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikita <nikita@n0.is>2020-06-22 21:01:58 +0200
committernikita <nikita@n0.is>2020-06-22 21:01:58 +0200
commit7f53ced968ae6348d3648dd5ecdf1ff3777078bd (patch)
treeb5ac33bf9889a3b88ae6ac99a0dd4293c49657fc
parent294509a3c2a006dafccbd1f6a37534f2801daa22 (diff)
downloadlibextractor-python-master.tar.gz
libextractor-python-master.zip
-rw-r--r--libextractor/examples/__main__.py2
-rw-r--r--libextractor/examples/extract.py2
-rw-r--r--libextractor/extractor.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/libextractor/examples/__main__.py b/libextractor/examples/__main__.py
index 83c80bc..8fca49d 100644
--- a/libextractor/examples/__main__.py
+++ b/libextractor/examples/__main__.py
@@ -3,7 +3,7 @@ extract.py
3 3
4 This file is part of libextractor. 4 This file is part of libextractor.
5 (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff 5 (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff
6 (C) 2017, 2018 Nils Gillmann <gillmann@n0.is> 6 (C) 2017, 2018 Nikita Gillmann <nikita@n0.is>
7 7
8 libextractor is free software; you can redistribute it and/or modify 8 libextractor is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published 9 it under the terms of the GNU General Public License as published
diff --git a/libextractor/examples/extract.py b/libextractor/examples/extract.py
index fe4b7d4..a169812 100644
--- a/libextractor/examples/extract.py
+++ b/libextractor/examples/extract.py
@@ -3,7 +3,7 @@
3 3
4 This file is part of libextractor. 4 This file is part of libextractor.
5 (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff 5 (C) 2002, 2003, 2004, 2005 Vidyut Samanta and Christian Grothoff
6 (C) 2017 Nils Gillmann <ng0@n0.is> 6 (C) 2017 Nikita Gillmann <nikita@n0.is>
7 7
8 libextractor is free software; you can redistribute it and/or modify 8 libextractor is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published 9 it under the terms of the GNU General Public License as published
diff --git a/libextractor/extractor.py b/libextractor/extractor.py
index f97f763..fa1f7e8 100644
--- a/libextractor/extractor.py
+++ b/libextractor/extractor.py
@@ -3,7 +3,7 @@
3# 3#
4# Copyright (C) 2006 Bader Ladjemi <bader@tele2.fr> 4# Copyright (C) 2006 Bader Ladjemi <bader@tele2.fr>
5# Copyright (C) 2011 Christian Grothoff <christian@grothoff.org> 5# Copyright (C) 2011 Christian Grothoff <christian@grothoff.org>
6# Copyright (C) 2017, 2018 Nils Gillmann <ng0@n0.is> 6# Copyright (C) 2017, 2018 Nikita Gillmann <nikita@n0.is>
7# 7#
8# This program is free software; you can redistribute it and/or modify 8# This program is free software; you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by