Skip to content

Commit 84fb33c

Browse files
committed
Drop Lennart's copyright tags
1 parent 655cd0e commit 84fb33c

File tree

5 files changed

+0
-19
lines changed

5 files changed

+0
-19
lines changed

src/systemd/macro.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
#pragma once
44

5-
/***
6-
Copyright 2010 Lennart Poettering
7-
***/
8-
95
#define DISABLE_WARNING_MISSING_PROTOTYPES \
106
_Pragma("GCC diagnostic push"); \
117
_Pragma("GCC diagnostic ignored \"-Wmissing-prototypes\"")

src/systemd/strv.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2010 Lennart Poettering
5-
***/
6-
73
#include <stdlib.h>
84

95
void strv_clear(char **l) {

src/systemd/strv.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
22

3-
/***
4-
Copyright 2010 Lennart Poettering
5-
***/
6-
73
#include "macro.h"
84

95
char **strv_free(char **l);

src/systemd/util.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2-
/***
3-
Copyright 2010 Lennart Poettering
4-
***/
52

63
/* stuff imported from systemd without any changes */
74

src/systemd/util.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
#pragma once
44

5-
/***
6-
Copyright 2010 Lennart Poettering
7-
***/
8-
95
#include <netinet/ip.h>
106
#include <arpa/inet.h>
117

0 commit comments

Comments
 (0)