]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: drop copyright lines for more authors
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 22 Jun 2018 12:13:43 +0000 (14:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2018 14:39:45 +0000 (16:39 +0200)
Acks in https://github.com/systemd/systemd/issues/9320.

38 files changed:
catalog/systemd.be.catalog.in
catalog/systemd.be@latin.catalog.in
man/kernel-install.xml
man/systemd-socket-proxyd.xml
man/systemd-time-wait-sync.service.xml
shell-completion/bash/kernel-install
shell-completion/bash/systemd-analyze
src/basic/cpu-set-util.c
src/basic/cpu-set-util.h
src/basic/fileio-label.c
src/basic/fileio-label.h
src/boot/efi/boot.c
src/boot/efi/console.c
src/boot/efi/console.h
src/boot/efi/graphics.c
src/boot/efi/graphics.h
src/boot/efi/splash.c
src/boot/efi/splash.h
src/boot/efi/util.c
src/boot/efi/util.h
src/core/selinux-access.c
src/core/selinux-access.h
src/kernel-install/kernel-install
src/libsystemd/sd-resolve/test-resolve.c
src/network/netdev/wireguard.c
src/network/netdev/wireguard.h
src/network/networkd-ipv6-proxy-ndp.c
src/network/networkd-ipv6-proxy-ndp.h
src/shared/switch-root.c
src/shared/switch-root.h
src/socket-proxy/socket-proxyd.c
src/test/test-cgroup-mask.c
src/test/test-device-nodes.c
src/test/test-hashmap-plain.c
src/test/test-hashmap.c
src/test/test-utf8.c
src/time-wait-sync/time-wait-sync.c
src/udev/udev-builtin-input_id.c

index 5011ea268df9326a37f4f064ced49e04b8965f52..f8a52469f76f31f4026fc9df7895c33d18dcaa9c 100644 (file)
@@ -1,7 +1,5 @@
 # SPDX-License-Identifier: LGPL-2.1+
 #
-#  Copyright © 2015, 2016 Viktar Vaŭčkievič
-
 # Message catalog for systemd's own messages
 # Belarusian translation
 
index 6a8b09266957ce2350b749e3fd31d03bb0f0088d..035365b15aad42b5775fc657ad98e47fe6237926 100644 (file)
@@ -1,7 +1,5 @@
 # SPDX-License-Identifier: LGPL-2.1+
 #
-#  Copyright © 2015, 2016 Viktar Vaŭčkievič
-
 # Message catalog for systemd's own messages
 # Belarusian Latin translation
 
index cd9756662ab82fd90f6a9dad2d096701270489da..7974445aa5690d0b7e7d82dce75bfc25db4f0dc6 100644 (file)
@@ -4,8 +4,6 @@
 
 <!--
   SPDX-License-Identifier: LGPL-2.1+
-
-  Copyright © 2013 Harald Hoyer
 -->
 
 <refentry id="kernel-install">
index 34a87ac8e4280e40debf934729cf36a29f0c6b55..d48dbc02b60a936c9fcb2e7ae1c581228aeb50e0 100644 (file)
@@ -4,8 +4,6 @@
      "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!--
   SPDX-License-Identifier: LGPL-2.1+
-
-  Copyright © 2013 David Strauss
 -->
 <refentry id="systemd-socket-proxyd"
     xmlns:xi="http://www.w3.org/2001/XInclude">
index a967371246f1bf14a6ebf6108cbf4cace4e89d39..5667c886ea3c7207c80d965e85c62cc4f9c3ba8a 100644 (file)
@@ -4,8 +4,6 @@
 
 <!--
   SPDX-License-Identifier: LGPL-2.1+
-
-  Copyright © 2018 Peter A. Bigot
 -->
 
 <refentry id="systemd-time-wait-sync.service" conditional='ENABLE_TIMESYNCD'>
index c76bfe6e90dcb36217b4cb41253eb3c69ebe542b..ca8c0e20efebf2927b9fb3c84b40fd01a844d2b4 100644 (file)
@@ -3,7 +3,6 @@
 #
 # This file is part of systemd.
 #
-# Copyright © 2013 Harald Hoyer
 #
 # systemd is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
index 21d0fcf1b817955bc67c959dc3324ad89d052268..4bc146aa06f16833b5913b097a59b1b0a5a96d0b 100644 (file)
@@ -4,7 +4,6 @@
 # This file is part of systemd.
 #
 # Copyright © 2010 Ran Benita
-# Copyright © 2013 Harald Hoyer
 #
 # systemd is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
index b1c927bcb8123f9b0f563ae7227cfa58d3333fdc..9a789ae7565b51e0e5c2afd0268b610ea4273494 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2015 Filipe Brandenburger
-***/
 
 #include <errno.h>
 #include <stddef.h>
index 88470fe15a2da5c1433afad1fa71298979b2585f..ec76f1a97e5ce2835a99a993bd240c9783e640e3 100644 (file)
@@ -1,9 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  Copyright © 2015 Filipe Brandenburger
-***/
 
 #include <sched.h>
 
index 5f8d8af9af36c27f0fe9a917f15a8911880f8e3e..b5362b5cbc7c53621a0515da23883842b982924f 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2010 Harald Hoyer
-***/
 
 #include <sys/stat.h>
 
index db8e738326c6df8e3d39db5b7079e29da991fe3a..80b1ccc5af0ec5cdd9c0e4540f4ded9cf466d82b 100644 (file)
@@ -1,9 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  Copyright © 2010 Harald Hoyer
-***/
 
 #include <stdio.h>
 
index 2f014446bed4679721a9d431f6c4b6db905d61c6..fc0a64b23ab180d07b2d6d90f6672be63093df4e 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012-2015 Harald Hoyer <harald@redhat.com>
- */
 
 #include <efi.h>
 #include <efilib.h>
index a365d08951d5f23bc02d6ff07fdf0c41d056aeaf..4d72bada62c7971f40297804dbd0c6192c01ac6f 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
 
 #include <efi.h>
 #include <efilib.h>
index bc2ee4959e91339899c36a189ee6c682ac1d34d7..3643d3dec4505809a1616624fb0b089989d3f80c 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
 
 #ifndef __SDBOOT_CONSOLE_H
 #define __SDBOOT_CONSOLE_H
index 6dbe9e207843331c3b67202fe370920b010fafca..9b5003a85d5fac3b80e82f0e4f6e7e6ef92324cb 100644 (file)
@@ -1,6 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
  * Copyright © 2013 Intel Corporation
  *   Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
  */
index f42f934dd79af7554906a103731e80b01b45953f..56a3ebdd9d8d75ae2be9d656bf44b6743cf5c0a9 100644 (file)
@@ -1,6 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
  * Copyright © 2013 Intel Corporation
  *   Authored by Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
  */
index dd9cc29e1b5fbfb5b1054d4b41cd32acd358e9a5..a78f8fd6739256bb0fa7b36efa1cffbba4d57ea9 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
 
 #include <efi.h>
 #include <efilib.h>
index c9aa705b9ad8edc267897a818c08608f6f4f3f84..f194a33aecf77f78cd0722365dd33615f6ab06c7 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
 
 #ifndef __SDBOOT_SPLASH_H
 #define __SDBOOT_SPLASH_H
index f513e2fd130c9ee34f2c4282a0fb3484d748a6cf..c75e970b03d616559155e2ae38fa8489e8f84cfd 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
 
 #include <efi.h>
 #include <efilib.h>
index 1f64b026dc63a439db8eaccfb175567f4a74b423..ee57e0de727c819425862edb54f3195f7973a117 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- * Copyright © 2012 Harald Hoyer <harald@redhat.com>
- */
 
 #ifndef __SDBOOT_UTIL_H
 #define __SDBOOT_UTIL_H
index 39e994afd7883c8df5dd795c923fe7cc116140d7..0c6d885b8c524c71bf82a01eb486ec013c715b77 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2012 Dan Walsh
-***/
 
 #include "selinux-access.h"
 
index 59f2e60c77b90d3b6fc749afa79626207159f9f4..8736bdeef1f598283acc8ca931a6b5eb172378ec 100644 (file)
@@ -1,9 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  Copyright © 2012 Dan Walsh
-***/
 
 #include "sd-bus.h"
 
index f9d628a8eb390a864e1890d07a7b42f886e83b3d..732d584bbe49bda48f63ab9f7578410c7b862b79 100644 (file)
@@ -5,7 +5,6 @@
 #
 # This file is part of systemd.
 #
-# Copyright © 2013 Harald Hoyer
 #
 # systemd is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published by
index 880d224a3871ecb0940d44e738cf53a7061c48e1..77481002106f673a06583df12d31158beedc3381 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2014 Daniel Buch
-***/
 
 #include <arpa/inet.h>
 #include <errno.h>
index fb91997f7ac4c91f4d8f4b1af80d3071dfe71938..b81ddbde8f06c4f6741a725e5a3adb0320a9e0e7 100644 (file)
@@ -1,6 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  Copyright © 2016-2017 Jörg Thalheim <joerg@thalheim.io>
   Copyright © 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 ***/
 
index 6fdbf09a7e7b2854c9da03c2b33ba6d7857b40cc..95b48d763569de83a291a9ca911a8d4712231eb4 100644 (file)
@@ -1,8 +1,5 @@
 #pragma once
 
-/***
-  Copyright © 2016 Jörg Thalheim <joerg@thalheim.io>
-***/
 
 typedef struct Wireguard Wireguard;
 
index 3ebbacabaaed0f4376c24a95287c779358e1ad92..d5d8b62f5a2d631dc4dbae3269dc5a2d5c26aa9e 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2017 Florian Klink <flokli@flokli.de>
-***/
 
 #include <netinet/ether.h>
 #include <linux/if.h>
index d06273be39245bce57db60addd01ab42c1428f59..928630c2d8e9a1b55abefff9fe13c5a04cc35786 100644 (file)
@@ -1,9 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  Copyright © 2017 Florian Klink <flokli@flokli.de>
-***/
 
 #include "conf-parser.h"
 #include "list.h"
index 28740cb474b8828ba6a151a22fe2987b500478bb..c0dfa4bc4862b3ae94eeb715978c0fd1b7e1c85e 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2012 Harald Hoyer
-***/
 
 #include <errno.h>
 #include <fcntl.h>
index 83294a4525e3c2b40afdb92f14066dc4a22d8c62..6bfaa3a6ebbe437688bbdcb756e4a2b25a35b8d5 100644 (file)
@@ -1,9 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
-/***
-  Copyright © 2012 Harald Hoyer
-***/
 
 #include <stdbool.h>
 
index 3d07483eb4c93f0170bee8313495ffd03a3ad6a6..b302a77625ed1774d3e251223d7fbbbb98978986 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2013 David Strauss
- ***/
 
 #include <errno.h>
 #include <fcntl.h>
index d65959edf17f5001e760a8cd2dabef7dfd6a8931..d8ee8280de7bb7a31d2b383455f06e1ccf725247 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2013 David Strauss
-***/
 
 #include <stdio.h>
 
index 02496a121d1a44e4f7580b08fa812e564fdb54ad..ad8d9ace16c180a7441768e27f178a01561d1874 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2013 Dave Reisner
-***/
 
 #include <sys/types.h>
 
index b695d4ee357e3d131b0e13191a5f0a3279a6ab5e..f80febce76b06ea1f98fe90b1251b2e3740615ac 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2013 Daniel Buch
-***/
 
 #include "alloc-util.h"
 #include "env-util.h"
index b319fa6ba9d47696c051b83d554c107ea149648d..d525ba7700f6dd8a3b53ecb7d65e80605cadba0d 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2013 Daniel Buch
-***/
 
 #include "hashmap.h"
 #include "util.h"
index fe3db314a0eecb9db90fdc026858c3351fc5eee6..d35daf53dca326548df5b1bf0aad4f4dba8ae165 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright © 2013 Dave Reisner
-***/
 
 #include "alloc-util.h"
 #include "string-util.h"
index d268fb0c5a6a74010294fad6b703dd93c9c93ad8..90efe2bc19768aac0650d10e48b38f5387376b43 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * systemd service to wait until kernel realtime clock is synchronized
  *
- * Copyright © 2018 Peter A. Bigot
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
index 680170028b04b6c59a17a1822c99a9ae92aa3a22..e428003ddc9c5e88c89f8a4b7236073ca51ab95c 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * expose input properties via udev
  *
- * Copyright © 2009 Martin Pitt <martin.pitt@ubuntu.com>
  * Portions Copyright © 2004 David Zeuthen, <david@fubar.dk>
  * Copyright © 2014 Carlos Garnacho <carlosg@gnome.org>
  *