From 6ae97a514be545cff2b0f774ec7b6eb18d987dea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 3 Jul 2018 01:27:02 +0200 Subject: [PATCH] tree-wide: drop some leftover header for Lennart Poettering Follow-up for 0c697941389b7379c4471bc0a067ede02814bc57. --- src/core/macros.systemd.in | 2 -- src/udev/ata_id/ata_id.c | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core/macros.systemd.in b/src/core/macros.systemd.in index f3b74f42739..2e4c2640929 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/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c index e077a699a4a..f3f76c16d29 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. -- 2.47.3