summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-07-03 16:55:01 +0200
committerGitHub <noreply@github.com>2018-07-03 16:55:01 +0200
commitcfffa385a3dfbd6bccb0961185e17dbfde95d4bb (patch)
tree2c95981aeae5714da124dbc9c5d686fafedf7a68 /src
parentrpm: emit warning when macro with typo is used (diff)
parenttree-wide: drop some leftover header for Lennart Poettering (diff)
downloadsystemd-cfffa385a3dfbd6bccb0961185e17dbfde95d4bb.tar.xz
systemd-cfffa385a3dfbd6bccb0961185e17dbfde95d4bb.zip
Merge pull request #9489 from keszybz/copyright-removal-3
Copyright header removal, part 3 (or 4?)
Diffstat (limited to 'src')
-rw-r--r--src/core/macros.systemd.in2
-rw-r--r--src/journal/journald-wall.c3
-rw-r--r--src/journal/journald-wall.h3
-rw-r--r--src/udev/ata_id/ata_id.c3
4 files changed, 1 insertions, 10 deletions
diff --git a/src/core/macros.systemd.in b/src/core/macros.systemd.in
index fe7ca26a34..9ccad5ebfe 100644
--- a/src/core/macros.systemd.in
+++ b/src/core/macros.systemd.in
@@ -2,8 +2,6 @@
# SPDX-License-Identifier: LGPL-2.1+
#
# This file is part of systemd.
-#
-# Copyright 2012 Lennart Poettering
# RPM macros for packages installing systemd unit files
diff --git a/src/journal/journald-wall.c b/src/journal/journald-wall.c
index 75328aa94b..370c9b32e2 100644
--- a/src/journal/journald-wall.c
+++ b/src/journal/journald-wall.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright © 2014 Sebastian Thorarensen
-***/
#include "alloc-util.h"
#include "format-util.h"
diff --git a/src/journal/journald-wall.h b/src/journal/journald-wall.h
index be27370d6b..d081c8254c 100644
--- a/src/journal/journald-wall.h
+++ b/src/journal/journald-wall.h
@@ -1,9 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright © 2014 Sebastian Thorarensen
-***/
#include "journald-server.h"
diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c
index e077a699a4..f3f76c16d2 100644
--- a/src/udev/ata_id/ata_id.c
+++ b/src/udev/ata_id/ata_id.c
@@ -304,8 +304,7 @@ static void disk_identify_fixup_uint16 (uint8_t identify[512], unsigned int offs
* device represented by @fd. If successful, then the result will be
* copied into @out_identify and @out_is_packet_device.
*
- * This routine is based on code from libatasmart, Copyright © 2008
- * Lennart Poettering, LGPL v2.1.
+ * This routine is based on code from libatasmart, LGPL v2.1.
*
* Returns: 0 if the data was successfully obtained, otherwise
* non-zero with errno set.