We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fb33c commit 1101593Copy full SHA for 1101593
src/systemd/__init__.py
@@ -1,3 +0,0 @@
1
-# SPDX-License-Identifier: LGPL-2.1-or-later
2
-#
3
-# Copyright 2012 David Strauss
src/systemd/_journal.c
@@ -1,9 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
-/***
4
- Copyright 2012 David Strauss <david@davidstrauss.net>
5
-***/
6
-
7
#include <Python.h>
8
9
#include <alloca.h>
src/systemd/journal.py
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
#
-# Copyright 2012 David Strauss <david@davidstrauss.net>
# Copyright 2012 Marti Raudsepp <marti@juffo.org>
import sys as _sys
0 commit comments