]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: drop some leftover header for Lennart Poettering 9489/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Jul 2018 23:27:02 +0000 (01:27 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Jul 2018 23:32:36 +0000 (01:32 +0200)
Follow-up for 0c697941389b7379c4471bc0a067ede02814bc57.

src/core/macros.systemd.in
src/udev/ata_id/ata_id.c

index f3b74f42739ca65da0bf0fce2a206b9d64f21355..2e4c264092902914ccae994cde9b2556a6b45568 100644 (file)
@@ -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
 
index e077a699a4aa8592436f108bd79d55c41f823aa4..f3f76c16d29bf8c04aff391da1ac2f2d4b32a7e3 100644 (file)
@@ -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.