Skip to content

Commit 1101593

Browse files
committed
Drop David's copyright tags
1 parent 84fb33c commit 1101593

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
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/_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/journal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: LGPL-2.1-or-later
22
#
3-
# Copyright 2012 David Strauss <[email protected]>
43
# Copyright 2012 Marti Raudsepp <[email protected]>
54

65
import sys as _sys

0 commit comments

Comments
 (0)