diff options
Diffstat (limited to 'src/basic/arphrd-list.h')
-rw-r--r-- | src/basic/arphrd-list.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/arphrd-list.h b/src/basic/arphrd-list.h index 61f906a070..5dcfe5e12d 100644 --- a/src/basic/arphrd-list.h +++ b/src/basic/arphrd-list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - const char *arphrd_to_name(int id); int arphrd_from_name(const char *name); |