mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 00:28:52 +02:00 
			
		
		
		
	tools: bpftool: dual license all files
Currently bpftool contains a mix of GPL-only and GPL or BSD2 licensed files. Make sure all files are dual licensed under GPLv2 and BSD-2-Clause. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Roman Gushchin <guro@fb.com> Acked-by: YueHaibing <yuehaibing@huawei.com> Acked-by: Yonghong Song <yhs@fb.com> Acked-by: Stanislav Fomichev <sdf@google.com> Acked-by: Sean Young <sean@mess.org> Acked-by: Jiri Benc <jbenc@redhat.com> Acked-by: David Calavera <david.calavera@gmail.com> Acked-by: Andrey Ignatov <rdna@fb.com> Acked-by: Joe Stringer <joe@wand.net.nz> Acked-by: David Ahern <dsahern@gmail.com> Acked-by: Alexei Starovoitov <alexei.starovoitov@gmail.com> Acked-by: Petar Penkov <ppenkov@stanford.edu> Acked-by: Sandipan Das <sandipan@linux.ibm.com> Acked-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: John Fastabend <john.fastabend@gmail.com> Acked-by: Taeung Song <treeze.taeung@gmail.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> CC: okash.khawaja@gmail.com Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
		
							parent
							
								
									02ff58dcf7
								
							
						
					
					
						commit
						907b223651
					
				
					 10 changed files with 10 additions and 7 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| // SPDX-License-Identifier: GPL-2.0
 | ||||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| /* Copyright (c) 2018 Facebook */ | ||||
| 
 | ||||
| #include <ctype.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| // SPDX-License-Identifier: GPL-2.0+
 | ||||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| // Copyright (C) 2017 Facebook
 | ||||
| // Author: Roman Gushchin <guro@fb.com>
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,3 +1,4 @@ | |||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| /*
 | ||||
|  * Based on: | ||||
|  * | ||||
|  |  | |||
|  | @ -1,3 +1,4 @@ | |||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| /*
 | ||||
|  * Simple streaming JSON writer | ||||
|  * | ||||
|  |  | |||
|  | @ -1,3 +1,4 @@ | |||
| /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ | ||||
| /*
 | ||||
|  * Simple streaming JSON writer | ||||
|  * | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| // SPDX-License-Identifier: GPL-2.0-only
 | ||||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| /* Copyright (C) 2018 Netronome Systems, Inc. */ | ||||
| /* This program is free software; you can redistribute it and/or
 | ||||
|  * modify it under the terms of version 2 of the GNU General Public | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| // SPDX-License-Identifier: GPL-2.0+
 | ||||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| // Copyright (C) 2018 Facebook
 | ||||
| 
 | ||||
| #define _GNU_SOURCE | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| // SPDX-License-Identifier: GPL-2.0+
 | ||||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| // Copyright (C) 2018 Facebook
 | ||||
| 
 | ||||
| #include <stdlib.h> | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| /* SPDX-License-Identifier: GPL-2.0+ */ | ||||
| /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ | ||||
| // Copyright (C) 2018 Facebook
 | ||||
| 
 | ||||
| #ifndef _NETLINK_DUMPER_H_ | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| // SPDX-License-Identifier: GPL-2.0+
 | ||||
| // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 | ||||
| // Copyright (C) 2018 Facebook
 | ||||
| // Author: Yonghong Song <yhs@fb.com>
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Jakub Kicinski
						Jakub Kicinski