summaryrefslogtreecommitdiff
path: root/net/ipv4/ipcomp.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-05-27 08:55:01 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-30 11:26:32 -0700
commit2874c5fd284268364ece81a7bd936f3c8168e567 (patch)
tree81a787bcb5f3886d55dd56c4d583ff1e06041d77 /net/ipv4/ipcomp.c
parenta912e80bd0bbfec053ccfdca625c2c760a8b08e8 (diff)
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 of the license or at your option any later version extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 3029 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/ipv4/ipcomp.c')
-rw-r--r--net/ipv4/ipcomp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ipv4/ipcomp.c b/net/ipv4/ipcomp.c
index 9119d012ba46..2f4cdcc13d53 100644
--- a/net/ipv4/ipcomp.c
+++ b/net/ipv4/ipcomp.c
@@ -1,13 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* IP Payload Compression Protocol (IPComp) - RFC3173.
*
* Copyright (c) 2003 James Morris <jmorris@intercode.com.au>
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
* Todo:
* - Tunable compression parameters.
* - Compression stats.
stro/ubuntu/oneiric-3.4 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/unodevtools
AgeCommit message (Expand)AuthorFilesLines
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-4/+2
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin3-5/+5
2017-06-13fix bug in skeletonmakerNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-10/+7
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-2/+2
2017-01-10New loplugin:conststringvar: unodevtoolsStephan Bergmann2-3/+3
2016-11-01Omit the default comparatorTakeshi Abe1-2/+1
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin2-3/+3
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist3-5/+5
2016-05-02Remove unused pbOpt parameterStephan Bergmann3-20/+18
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-2/+2
2016-03-08Remove ornamental noiseStephan Bergmann1-3/+3
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-26/+3
2016-02-24convert codemaker::UnoType::Sort to scoped enumNoel Grandin4-132/+132
2015-12-14Use emplace_backStephan Bergmann1-15/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-12/+12
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-11-06coverity#1338260 Uncaught exceptionCaolán McNamara1-0/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-4/+2