Commit f361c4dc authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484

Based on 1 normalized pattern(s):

  this source code is licensed under general public license version 2

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

has been chosen to replace the boilerplate/reference in 5 file(s).
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
Reviewed-by: default avatarEnrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081204.871734026@linutronix.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7a338472
/* SPDX-License-Identifier: GPL-2.0-only */
/**************************************************************************** /****************************************************************************
* ip_conntrack_h323_asn1.h - BER and PER decoding library for H.323 * ip_conntrack_h323_asn1.h - BER and PER decoding library for H.323
* conntrack/NAT module. * conntrack/NAT module.
* *
* Copyright (c) 2006 by Jing Min Zhao <zhaojingmin@users.sourceforge.net> * Copyright (c) 2006 by Jing Min Zhao <zhaojingmin@users.sourceforge.net>
* *
* This source code is licensed under General Public License version 2.
*
*
* This library is based on H.225 version 4, H.235 version 2 and H.245 * This library is based on H.225 version 4, H.235 version 2 and H.245
* version 7. It is extremely optimized to decode only the absolutely * version 7. It is extremely optimized to decode only the absolutely
* necessary objects in a signal for Linux kernel NAT module use, so don't * necessary objects in a signal for Linux kernel NAT module use, so don't
......
/* SPDX-License-Identifier: GPL-2.0-only */
/* Generated by Jing Min Zhao's ASN.1 parser, May 16 2007 /* Generated by Jing Min Zhao's ASN.1 parser, May 16 2007
* *
* Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net> * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
*
* This source code is licensed under General Public License version 2.
*/ */
typedef struct TransportAddress_ipAddress { /* SEQUENCE */ typedef struct TransportAddress_ipAddress { /* SEQUENCE */
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* H.323 extension for NAT alteration. * H.323 extension for NAT alteration.
* *
* Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net> * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
* Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net> * Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net>
* *
* This source code is licensed under General Public License version 2.
*
* Based on the 'brute force' H.323 NAT module by * Based on the 'brute force' H.323 NAT module by
* Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
*/ */
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* H.323 connection tracking helper * H.323 connection tracking helper
* *
* Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net> * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
* Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net> * Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net>
* *
* This source code is licensed under General Public License version 2.
*
* Based on the 'brute force' H.323 connection tracking module by * Based on the 'brute force' H.323 connection tracking module by
* Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> * Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* *
......
// SPDX-License-Identifier: GPL-2.0-only
/* Generated by Jing Min Zhao's ASN.1 parser, May 16 2007 /* Generated by Jing Min Zhao's ASN.1 parser, May 16 2007
* *
* Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net> * Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
*
* This source code is licensed under General Public License version 2.
*/ */
static const struct field_t _TransportAddress_ipAddress[] = { /* SEQUENCE */ static const struct field_t _TransportAddress_ipAddress[] = { /* SEQUENCE */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment