Skip to content

Commit e714d2e

Browse files
cavokzacmel
authored andcommitted
Adopt SPDX-License-Identifier
Signed-off-by: Domenico Andreoli <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent c86960d commit e714d2e

40 files changed

+105
-152
lines changed

btf_encoder.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
SPDX-License-Identifier: GPL-2.0-only
3+
4+
Copyright (C) 2019 Arnaldo Carvalho de Melo <[email protected]>
5+
*/
6+
17
#include "dwarves.h"
28
#include "libbtf.h"
39
#include "btf.h"

btf_encoder.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#ifndef _BTF_ENCODER_H_
22
#define _BTF_ENCODER_H_ 1
3+
/*
4+
SPDX-License-Identifier: GPL-2.0-only
5+
6+
Copyright (C) 2019 Arnaldo Carvalho de Melo <[email protected]>
7+
*/
38

49
struct cu;
510

codiff.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2+
SPDX-License-Identifier: GPL-2.0-only
3+
24
Copyright (C) 2006 Mandriva Conectiva S.A.
35
Copyright (C) 2006 Arnaldo Carvalho de Melo <[email protected]>
4-
5-
This program is free software; you can redistribute it and/or modify it
6-
under the terms of version 2 of the GNU General Public License as
7-
published by the Free Software Foundation.
86
*/
97

108
#include <argp.h>

ctf.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#ifndef _CTF_H
22
#define _CTF_H
3+
/*
4+
SPDX-License-Identifier: GPL-2.0-only
5+
6+
Copyright (C) 2019 Arnaldo Carvalho de Melo <[email protected]>
7+
*/
38

49
#include <stdint.h>
510

ctf_encoder.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2+
SPDX-License-Identifier: GPL-2.0-only
3+
24
Copyright (C) 2009 Red Hat Inc.
35
Copyright (C) 2009 Arnaldo Carvalho de Melo <[email protected]>
4-
5-
This program is free software; you can redistribute it and/or modify it
6-
under the terms of version 2 of the GNU General Public License as
7-
published by the Free Software Foundation.
86
*/
97

108
#include "dwarves.h"

ctf_encoder.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#ifndef _CTF_ENCODER_H_
22
#define _CTF_ENCODER_H_ 1
33
/*
4+
SPDX-License-Identifier: GPL-2.0-only
5+
46
Copyright (C) 2009 Red Hat Inc.
57
Copyright (C) 2009 Arnaldo Carvalho de Melo <[email protected]>
6-
7-
This program is free software; you can redistribute it and/or modify it
8-
under the terms of version 2 of the GNU General Public License as
9-
published by the Free Software Foundation.
108
*/
119

1210
struct cu;

ctracer.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2+
SPDX-License-Identifier: GPL-2.0-only
3+
24
Copyright (C) 2006 Mandriva Conectiva S.A.
35
Copyright (C) 2006 Arnaldo Carvalho de Melo <[email protected]>
4-
5-
This program is free software; you can redistribute it and/or modify it
6-
under the terms of version 2 of the GNU General Public License as
7-
published by the Free Software Foundation.
86
*/
97

108
#include <argp.h>

dtagnames.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2+
SPDX-License-Identifier: GPL-2.0-only
3+
24
Copyright (C) 2006 Mandriva Conectiva S.A.
35
Copyright (C) 2006 Arnaldo Carvalho de Melo <[email protected]>
4-
5-
This program is free software; you can redistribute it and/or modify it
6-
under the terms of version 2 of the GNU General Public License as
7-
published by the Free Software Foundation.
86
*/
97

108
#include <stdio.h>

dutil.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/*
2-
Copyright (C) 2007 Arnaldo Carvalho de Melo <[email protected]>
2+
SPDX-License-Identifier: GPL-2.0-only
33
4-
This program is free software; you can redistribute it and/or modify it
5-
under the terms of version 2 of the GNU General Public License as
6-
published by the Free Software Foundation.
4+
Copyright (C) 2007 Arnaldo Carvalho de Melo <[email protected]>
75
*/
86

97

dutil.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#ifndef _DUTIL_H_
22
#define _DUTIL_H_ 1
33
/*
4+
SPDX-License-Identifier: GPL-2.0-only
5+
46
* Copyright (C) 2007..2009 Arnaldo Carvalho de Melo <[email protected]>
57
*
6-
* This program is free software; you can redistribute it and/or modify it
7-
* under the terms of version 2 of the GNU General Public License as
8-
* published by the Free Software Foundation.
9-
*
108
* Some functions came from the Linux Kernel sources, copyrighted by a
119
* cast of dozens, please see the Linux Kernel git history for details.
1210
*/

0 commit comments

Comments
 (0)