summaryrefslogtreecommitdiff
path: root/systemd/_journal.c
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/_journal.c
parent40e08de1a632e81651d75b845134bc2ec43b297b (diff)
downloadpython-systemd-d2bc51344064f839f6189383a90b77ea8f6e633a.tar.gz
tree-wide: systemd→python-systemd in headers
Diffstat (limited to 'systemd/_journal.c')
-rw-r--r--systemd/_journal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemd/_journal.c b/systemd/_journal.c
index 3ca8511..52f1e7f 100644
--- a/systemd/_journal.c
+++ b/systemd/_journal.c
@@ -4,18 +4,18 @@
Copyright 2012 David Strauss <david@davidstrauss.net>
- 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/>.
***/
#include <Python.h>