summaryrefslogtreecommitdiff
path: root/systemd/__init__.py
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-08-07 11:41:16 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-08-07 11:49:56 -0400
commitd2bc51344064f839f6189383a90b77ea8f6e633a (patch)
treecc050ef55f4700478da129701c00d486cf7c86cf /systemd/__init__.py
parent40e08de1a632e81651d75b845134bc2ec43b297b (diff)
downloadpython-systemd-d2bc51344064f839f6189383a90b77ea8f6e633a.tar.gz
tree-wide: systemd→python-systemd in headers
Diffstat (limited to 'systemd/__init__.py')
-rw-r--r--systemd/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemd/__init__.py b/systemd/__init__.py
index 233288a..3b5dbe1 100644
--- a/systemd/__init__.py
+++ b/systemd/__init__.py
@@ -3,15 +3,15 @@
#
# Copyright 2012 David Strauss
#
-# systemd is free software; you can redistribute it and/or modify it
+# python-systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
-# systemd is distributed in the hope that it will be useful, but
+# python-systemd is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
-# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+# along with python-systemd; If not, see <http://www.gnu.org/licenses/>.