Skip to content

Commit 628319c

Browse files
authored
Merge pull request #156 from keszybz/drop-copyright-tags
Drop copyright tags. All people who were listed have given agreement in the pull request.
2 parents 93ace3f + a7623b3 commit 628319c

File tree

14 files changed

+0
-54
lines changed

14 files changed

+0
-54
lines changed

src/systemd/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
# SPDX-License-Identifier: LGPL-2.1-or-later
2-
#
3-
# Copyright 2012 David Strauss

src/systemd/_daemon.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2013-2016 Zbigniew Jędrzejewski-Szmek <[email protected]>
5-
***/
6-
73
#define PY_SSIZE_T_CLEAN
84
#pragma GCC diagnostic push
95
#pragma GCC diagnostic ignored "-Wredundant-decls"

src/systemd/_journal.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2012 David Strauss <[email protected]>
5-
***/
6-
73
#include <Python.h>
84

95
#include <alloca.h>

src/systemd/_reader.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2013 Steven Hiscocks, Zbigniew Jędrzejewski-Szmek
5-
***/
6-
73
#define PY_SSIZE_T_CLEAN
84
#pragma GCC diagnostic push
95
#pragma GCC diagnostic ignored "-Wredundant-decls"

src/systemd/id128.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
5-
***/
6-
73
#include <Python.h>
84

95
/* Our include is first, so that our defines are replaced by the ones

src/systemd/journal.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
2-
#
3-
# Copyright 2012 David Strauss <[email protected]>
4-
# Copyright 2012 Zbigniew Jędrzejewski-Szmek <[email protected]>
5-
# Copyright 2012 Marti Raudsepp <[email protected]>
62

73
import sys as _sys
84
import datetime as _datetime

src/systemd/login.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
5-
***/
6-
73
#define PY_SSIZE_T_CLEAN
84
#pragma GCC diagnostic push
95
#pragma GCC diagnostic ignored "-Wredundant-decls"

src/systemd/macro.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
#pragma once
44

5-
/***
6-
Copyright 2010 Lennart Poettering
7-
***/
8-
95
#define DISABLE_WARNING_MISSING_PROTOTYPES \
106
_Pragma("GCC diagnostic push"); \
117
_Pragma("GCC diagnostic ignored \"-Wmissing-prototypes\"")

src/systemd/pyutil.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
5-
***/
6-
73
#include <Python.h>
84
#include "pyutil.h"
95

src/systemd/pyutil.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
#pragma once
44

5-
/***
6-
Copyright 2013 Zbigniew Jędrzejewski-Szmek <[email protected]>
7-
***/
8-
95
#ifndef Py_TYPE
106
/* avoid duplication warnings from errors in Python 2.7 headers */
117
# include <Python.h>

0 commit comments

Comments
 (0)