summaryrefslogtreecommitdiff
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
parent40e08de1a632e81651d75b845134bc2ec43b297b (diff)
downloadpython-systemd-d2bc51344064f839f6189383a90b77ea8f6e633a.tar.gz
tree-wide: systemd→python-systemd in headers
-rw-r--r--systemd/__init__.py6
-rw-r--r--systemd/_daemon.c6
-rw-r--r--systemd/_journal.c6
-rw-r--r--systemd/_reader.c6
-rw-r--r--systemd/id128.c6
-rw-r--r--systemd/journal.py6
-rw-r--r--systemd/login.c6
-rw-r--r--systemd/macro.h6
-rw-r--r--systemd/pyutil.c6
-rw-r--r--systemd/pyutil.h6
-rw-r--r--systemd/strv.c6
-rw-r--r--systemd/strv.h6
12 files changed, 36 insertions, 36 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/>.
diff --git a/systemd/_daemon.c b/systemd/_daemon.c
index 2d552a2..47ef625 100644
--- a/systemd/_daemon.c
+++ b/systemd/_daemon.c
@@ -4,18 +4,18 @@
Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
- 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/>.
***/
#define PY_SSIZE_T_CLEAN
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>
diff --git a/systemd/_reader.c b/systemd/_reader.c
index 1599602..671170d 100644
--- a/systemd/_reader.c
+++ b/systemd/_reader.c
@@ -4,18 +4,18 @@
Copyright 2013 Steven Hiscocks, Zbigniew Jędrzejewski-Szmek
- 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>
diff --git a/systemd/id128.c b/systemd/id128.c
index 20d3660..0669ab2 100644
--- a/systemd/id128.c
+++ b/systemd/id128.c
@@ -4,18 +4,18 @@
Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
- 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>
diff --git a/systemd/journal.py b/systemd/journal.py
index 999e338..53bab0e 100644
--- a/systemd/journal.py
+++ b/systemd/journal.py
@@ -5,18 +5,18 @@
# Copyright 2012 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
# Copyright 2012 Marti Raudsepp <marti@juffo.org>
#
-# 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/>.
from __future__ import division
diff --git a/systemd/login.c b/systemd/login.c
index 24548ea..2bc3978 100644
--- a/systemd/login.c
+++ b/systemd/login.c
@@ -4,18 +4,18 @@
Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
- 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/>.
***/
#define PY_SSIZE_T_CLEAN
diff --git a/systemd/macro.h b/systemd/macro.h
index 7d8b370..1b0db1d 100644
--- a/systemd/macro.h
+++ b/systemd/macro.h
@@ -6,18 +6,18 @@
Copyright 2010 Lennart Poettering
- 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/>.
***/
#define DISABLE_WARNING_MISSING_PROTOTYPES \
diff --git a/systemd/pyutil.c b/systemd/pyutil.c
index 8dea05e..cd91ec3 100644
--- a/systemd/pyutil.c
+++ b/systemd/pyutil.c
@@ -4,18 +4,18 @@
Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
- 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>
diff --git a/systemd/pyutil.h b/systemd/pyutil.h
index fffde5f..c67f635 100644
--- a/systemd/pyutil.h
+++ b/systemd/pyutil.h
@@ -6,18 +6,18 @@
Copyright 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
- 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/>.
***/
#ifndef Py_TYPE
diff --git a/systemd/strv.c b/systemd/strv.c
index 113b4fc..0ba62a3 100644
--- a/systemd/strv.c
+++ b/systemd/strv.c
@@ -4,18 +4,18 @@
Copyright 2010 Lennart Poettering
- 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 <stdlib.h>
diff --git a/systemd/strv.h b/systemd/strv.h
index 02d64d4..3ce5505 100644
--- a/systemd/strv.h
+++ b/systemd/strv.h
@@ -4,18 +4,18 @@
Copyright 2010 Lennart Poettering
- 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 "macro.h"