File tree Expand file tree Collapse file tree 12 files changed +36
-36
lines changed
Expand file tree Collapse file tree 12 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 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/>.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
2121from __future__ import division
2222
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments