Skip to content

Commit 319a639

Browse files
committed
Add: SPDX-License-Identifier: LGPL-2.1+
replace license content with SPDX-License-Identifier: LGPL-2.1+
1 parent 5224de7 commit 319a639

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+134
-1246
lines changed

src/alloc-util.c

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
2+
13
/***
24
This file is part of systemd.
35
46
Copyright 2010 Lennart Poettering
5-
6-
systemd is free software; you can redistribute it and/or modify it
7-
under the terms of the GNU Lesser General Public License as published by
8-
the Free Software Foundation; either version 2.1 of the License, or
9-
(at your option) any later version.
10-
11-
systemd is distributed in the hope that it will be useful, but
12-
WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
Lesser General Public License for more details.
15-
16-
You should have received a copy of the GNU Lesser General Public License
17-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
187
***/
198

209
#include <stdint.h>

src/alloc-util.h

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
12
#pragma once
23

34
/***
45
This file is part of systemd.
56
67
Copyright 2010 Lennart Poettering
7-
8-
systemd is free software; you can redistribute it and/or modify it
9-
under the terms of the GNU Lesser General Public License as published by
10-
the Free Software Foundation; either version 2.1 of the License, or
11-
(at your option) any later version.
12-
13-
systemd is distributed in the hope that it will be useful, but
14-
WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public License
19-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
208
***/
219

2210
#include <alloca.h>

src/build.h

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
#pragma once
22

3+
/* SPDX-License-Identifier: LGPL-2.1+ */
34
/***
45
This file is part of systemd.
56
67
Copyright 2010 Lennart Poettering
7-
8-
systemd is free software; you can redistribute it and/or modify it
9-
under the terms of the GNU Lesser General Public License as published by
10-
the Free Software Foundation; either version 2.1 of the License, or
11-
(at your option) any later version.
12-
13-
systemd is distributed in the hope that it will be useful, but
14-
WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public License
19-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
208
***/
219

2210
#ifdef HAVE_PAM

src/capability-util.c

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
2+
13
/***
24
This file is part of systemd.
35
46
Copyright 2010 Lennart Poettering
5-
6-
systemd is free software; you can redistribute it and/or modify it
7-
under the terms of the GNU Lesser General Public License as published by
8-
the Free Software Foundation; either version 2.1 of the License, or
9-
(at your option) any later version.
10-
11-
systemd is distributed in the hope that it will be useful, but
12-
WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
Lesser General Public License for more details.
15-
16-
You should have received a copy of the GNU Lesser General Public License
17-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
187
***/
198

209
#include <errno.h>

src/capability-util.h

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
#pragma once
22

3+
/* SPDX-License-Identifier: LGPL-2.1+ */
34
/***
45
This file is part of systemd.
56
67
Copyright 2010 Lennart Poettering
7-
8-
systemd is free software; you can redistribute it and/or modify it
9-
under the terms of the GNU Lesser General Public License as published by
10-
the Free Software Foundation; either version 2.1 of the License, or
11-
(at your option) any later version.
12-
13-
systemd is distributed in the hope that it will be useful, but
14-
WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public License
19-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
208
***/
219

2210
#include <stdbool.h>

src/conf-files.c

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
2+
13
/***
24
This file is part of systemd.
35
46
Copyright 2010 Lennart Poettering
57
6-
systemd is free software; you can redistribute it and/or modify it
7-
under the terms of the GNU Lesser General Public License as published by
8-
the Free Software Foundation; either version 2.1 of the License, or
9-
(at your option) any later version.
10-
11-
systemd is distributed in the hope that it will be useful, but
12-
WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
Lesser General Public License for more details.
15-
16-
You should have received a copy of the GNU Lesser General Public License
17-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
188
***/
199

2010
#include <dirent.h>

src/conf-files.h

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
2+
13
#pragma once
24

35
/***
46
This file is part of systemd.
57
68
Copyright 2010-2012 Lennart Poettering
79
Copyright 2010-2012 Kay Sievers
8-
9-
systemd is free software; you can redistribute it and/or modify it
10-
under the terms of the GNU Lesser General Public License as published by
11-
the Free Software Foundation; either version 2.1 of the License, or
12-
(at your option) any later version.
13-
14-
systemd is distributed in the hope that it will be useful, but
15-
WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public License
20-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
2110
***/
2211

2312
int conf_files_list_strv(char ***ret, const char *suffix, const char *root, const char* const* dirs);

src/conf-parser.c

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
2+
13
/***
24
This file is part of systemd.
35
46
Copyright 2010 Lennart Poettering
5-
6-
systemd is free software; you can redistribute it and/or modify it
7-
under the terms of the GNU Lesser General Public License as published by
8-
the Free Software Foundation; either version 2.1 of the License, or
9-
(at your option) any later version.
10-
11-
systemd is distributed in the hope that it will be useful, but
12-
WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
Lesser General Public License for more details.
15-
16-
You should have received a copy of the GNU Lesser General Public License
17-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
187
***/
198

209
#include <errno.h>

src/conf-parser.h

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1-
#pragma once
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
22

3+
#pragma once
34
/***
45
This file is part of systemd.
56
67
Copyright 2010 Lennart Poettering
7-
8-
systemd is free software; you can redistribute it and/or modify it
9-
under the terms of the GNU Lesser General Public License as published by
10-
the Free Software Foundation; either version 2.1 of the License, or
11-
(at your option) any later version.
12-
13-
systemd is distributed in the hope that it will be useful, but
14-
WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public License
19-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
208
***/
219

2210
#include <errno.h>

src/def.h

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1+
/* SPDX-License-Identifier: LGPL-2.1+ */
2+
13
#pragma once
24

35
/***
46
This file is part of systemd.
57
68
Copyright 2010 Lennart Poettering
7-
8-
systemd is free software; you can redistribute it and/or modify it
9-
under the terms of the GNU Lesser General Public License as published by
10-
the Free Software Foundation; either version 2.1 of the License, or
11-
(at your option) any later version.
12-
13-
systemd is distributed in the hope that it will be useful, but
14-
WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16-
Lesser General Public License for more details.
17-
18-
You should have received a copy of the GNU Lesser General Public License
19-
along with systemd; If not, see <http://www.gnu.org/licenses/>.
209
***/
2110

2211
#include "util.h"

0 commit comments

Comments
 (0)