summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-03-09 10:08:24 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-03-09 10:08:24 -0800
commit538edbe3d8a600a9ee4ff4a7822abbc79cbf00e1 (patch)
tree21cd3a3ec21703fc89ffde47c88f23b2f4a3e785 /util
parent5b62499deb280253671a3c468644335be9e55f04 (diff)
Import s3ql_1.2.orig.tar.bz2
Diffstat (limited to 'util')
-rw-r--r--util/cmdline_lexer.py2
-rw-r--r--util/sphinx_pipeinclude.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/cmdline_lexer.py b/util/cmdline_lexer.py
index ac6df12..4927325 100644
--- a/util/cmdline_lexer.py
+++ b/util/cmdline_lexer.py
@@ -4,7 +4,7 @@ cmdline_lexer.py - this file is part of S3QL (http://s3ql.googlecode.com)
Copyright (C) 2008-2009 Nikolaus Rath <Nikolaus@rath.org>
-This program can be distributed under the terms of the GNU LGPL.
+This program can be distributed under the terms of the GNU GPLv3.
'''
from pygments.token import Comment, Name, Generic, Literal
diff --git a/util/sphinx_pipeinclude.py b/util/sphinx_pipeinclude.py
index 3434825..3304350 100644
--- a/util/sphinx_pipeinclude.py
+++ b/util/sphinx_pipeinclude.py
@@ -8,7 +8,7 @@ to include the output of a program.
Copyright (C) 2008-2011 Nikolaus Rath <Nikolaus@rath.org>
-This program can be distributed under the terms of the GNU LGPL.
+This program can be distributed under the terms of the GNU GPLv3.
'''
from docutils.parsers.rst.directives.misc import Include