Skip to content

Commit 655cd0e

Browse files
committed
Drop my copyright tags
The copyright is implicit and git blame provides a better overview of who changed which file.
1 parent 0677c4a commit 655cd0e

File tree

7 files changed

+1
-22
lines changed

7 files changed

+1
-22
lines changed

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 <zbyszek@in.waw.pl>
5-
***/
6-
73
#define PY_SSIZE_T_CLEAN
84
#pragma GCC diagnostic push
95
#pragma GCC diagnostic ignored "-Wredundant-decls"

src/systemd/_reader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

33
/***
4-
Copyright 2013 Steven Hiscocks, Zbigniew Jędrzejewski-Szmek
4+
Copyright 2013 Steven Hiscocks
55
***/
66

77
#define PY_SSIZE_T_CLEAN

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 <zbyszek@in.waw.pl>
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22
#
33
# Copyright 2012 David Strauss <david@davidstrauss.net>
4-
# Copyright 2012 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
54
# Copyright 2012 Marti Raudsepp <marti@juffo.org>
65

76
import sys as _sys

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 <zbyszek@in.waw.pl>
5-
***/
6-
73
#define PY_SSIZE_T_CLEAN
84
#pragma GCC diagnostic push
95
#pragma GCC diagnostic ignored "-Wredundant-decls"

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 <zbyszek@in.waw.pl>
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 <zbyszek@in.waw.pl>
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)