Skip to content

Commit d2bc513

Browse files
committed
tree-wide: systemd→python-systemd in headers
1 parent 40e08de commit d2bc513

File tree

12 files changed

+36
-36
lines changed

12 files changed

+36
-36
lines changed

systemd/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# Copyright 2012 David Strauss
55
#
6-
# systemd is free software; you can redistribute it and/or modify it
6+
# python-systemd is free software; you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by
88
# the Free Software Foundation; either version 2.1 of the License, or
99
# (at your option) any later version.
1010
#
11-
# systemd is distributed in the hope that it will be useful, but
11+
# python-systemd is distributed in the hope that it will be useful, but
1212
# WITHOUT ANY WARRANTY; without even the implied warranty of
1313
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1414
# Lesser General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU Lesser General Public License
17-
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
17+
# along with python-systemd; If not, see <http://www.gnu.org/licenses/>.

systemd/_daemon.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
55
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
66
7-
systemd is free software; you can redistribute it and/or modify it
7+
python-systemd is free software; you can redistribute it and/or modify it
88
under the terms of the GNU Lesser General Public License as published by
99
the Free Software Foundation; either version 2.1 of the License, or
1010
(at your option) any later version.
1111
12-
systemd is distributed in the hope that it will be useful, but
12+
python-systemd is distributed in the hope that it will be useful, but
1313
WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
Lesser General Public License for more details.
1616
1717
You should have received a copy of the GNU Lesser General Public License
18-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
18+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
1919
***/
2020

2121
#define PY_SSIZE_T_CLEAN

systemd/_journal.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
55
Copyright 2012 David Strauss <[email protected]>
66
7-
systemd is free software; you can redistribute it and/or modify it
7+
python-systemd is free software; you can redistribute it and/or modify it
88
under the terms of the GNU Lesser General Public License as published by
99
the Free Software Foundation; either version 2.1 of the License, or
1010
(at your option) any later version.
1111
12-
systemd is distributed in the hope that it will be useful, but
12+
python-systemd is distributed in the hope that it will be useful, but
1313
WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
Lesser General Public License for more details.
1616
1717
You should have received a copy of the GNU Lesser General Public License
18-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
18+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
1919
***/
2020

2121
#include <Python.h>

systemd/_reader.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
55
Copyright 2013 Steven Hiscocks, Zbigniew Jędrzejewski-Szmek
66
7-
systemd is free software; you can redistribute it and/or modify it
7+
python-systemd is free software; you can redistribute it and/or modify it
88
under the terms of the GNU Lesser General Public License as published by
99
the Free Software Foundation; either version 2.1 of the License, or
1010
(at your option) any later version.
1111
12-
systemd is distributed in the hope that it will be useful, but
12+
python-systemd is distributed in the hope that it will be useful, but
1313
WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
Lesser General Public License for more details.
1616
1717
You should have received a copy of the GNU Lesser General Public License
18-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
18+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
1919
***/
2020

2121
#include <Python.h>

systemd/id128.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
55
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
66
7-
systemd is free software; you can redistribute it and/or modify it
7+
python-systemd is free software; you can redistribute it and/or modify it
88
under the terms of the GNU Lesser General Public License as published by
99
the Free Software Foundation; either version 2.1 of the License, or
1010
(at your option) any later version.
1111
12-
systemd is distributed in the hope that it will be useful, but
12+
python-systemd is distributed in the hope that it will be useful, but
1313
WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
Lesser General Public License for more details.
1616
1717
You should have received a copy of the GNU Lesser General Public License
18-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
18+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
1919
***/
2020

2121
#include <Python.h>

systemd/journal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
# Copyright 2012 Zbigniew Jędrzejewski-Szmek <[email protected]>
66
# Copyright 2012 Marti Raudsepp <[email protected]>
77
#
8-
# systemd is free software; you can redistribute it and/or modify it
8+
# python-systemd is free software; you can redistribute it and/or modify it
99
# under the terms of the GNU Lesser General Public License as published by
1010
# the Free Software Foundation; either version 2.1 of the License, or
1111
# (at your option) any later version.
1212
#
13-
# systemd is distributed in the hope that it will be useful, but
13+
# python-systemd is distributed in the hope that it will be useful, but
1414
# WITHOUT ANY WARRANTY; without even the implied warranty of
1515
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1616
# Lesser General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU Lesser General Public License
19-
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
19+
# along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
2020

2121
from __future__ import division
2222

systemd/login.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
55
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
66
7-
systemd is free software; you can redistribute it and/or modify it
7+
python-systemd is free software; you can redistribute it and/or modify it
88
under the terms of the GNU Lesser General Public License as published by
99
the Free Software Foundation; either version 2.1 of the License, or
1010
(at your option) any later version.
1111
12-
systemd is distributed in the hope that it will be useful, but
12+
python-systemd is distributed in the hope that it will be useful, but
1313
WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
Lesser General Public License for more details.
1616
1717
You should have received a copy of the GNU Lesser General Public License
18-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
18+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
1919
***/
2020

2121
#define PY_SSIZE_T_CLEAN

systemd/macro.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
77
Copyright 2010 Lennart Poettering
88
9-
systemd is free software; you can redistribute it and/or modify it
9+
python-systemd is free software; you can redistribute it and/or modify it
1010
under the terms of the GNU Lesser General Public License as published by
1111
the Free Software Foundation; either version 2.1 of the License, or
1212
(at your option) any later version.
1313
14-
systemd is distributed in the hope that it will be useful, but
14+
python-systemd is distributed in the hope that it will be useful, but
1515
WITHOUT ANY WARRANTY; without even the implied warranty of
1616
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1717
Lesser General Public License for more details.
1818
1919
You should have received a copy of the GNU Lesser General Public License
20-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
20+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
2121
***/
2222

2323
#define DISABLE_WARNING_MISSING_PROTOTYPES \

systemd/pyutil.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
55
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
66
7-
systemd is free software; you can redistribute it and/or modify it
7+
python-systemd is free software; you can redistribute it and/or modify it
88
under the terms of the GNU Lesser General Public License as published by
99
the Free Software Foundation; either version 2.1 of the License, or
1010
(at your option) any later version.
1111
12-
systemd is distributed in the hope that it will be useful, but
12+
python-systemd is distributed in the hope that it will be useful, but
1313
WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
Lesser General Public License for more details.
1616
1717
You should have received a copy of the GNU Lesser General Public License
18-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
18+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
1919
***/
2020

2121
#include <Python.h>

systemd/pyutil.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
77
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
88
9-
systemd is free software; you can redistribute it and/or modify it
9+
python-systemd is free software; you can redistribute it and/or modify it
1010
under the terms of the GNU Lesser General Public License as published by
1111
the Free Software Foundation; either version 2.1 of the License, or
1212
(at your option) any later version.
1313
14-
systemd is distributed in the hope that it will be useful, but
14+
python-systemd is distributed in the hope that it will be useful, but
1515
WITHOUT ANY WARRANTY; without even the implied warranty of
1616
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1717
Lesser General Public License for more details.
1818
1919
You should have received a copy of the GNU Lesser General Public License
20-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
20+
along with python-systemd; If not, see <http://www.gnu.org/licenses/>.
2121
***/
2222

2323
#ifndef Py_TYPE

0 commit comments

Comments
 (0)