Drop some more copyright headers

Acks in https://github.com/systemd/systemd/issues/9320.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-07-23 14:40:53 +02:00
parent 820d14e3df
commit b215c2e7e2
3 changed files with 0 additions and 10 deletions

View File

@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
Copyright © 2014 Michael Biebl
***/
#include <getopt.h>
#include <stdio.h>

View File

@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
Copyright © 2016 Andreas Rammhold <andreas@rammhold.de>
***/
#include <net/if.h>

View File

@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
Copyright © 2016 Andreas Rammhold <andreas@rammhold.de>
***/
typedef struct Vrf Vrf;
#include "netdev/netdev.h"