aboutsummaryrefslogtreecommitdiffstats
path: root/epan/in_cksum.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-09 10:12:31 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-09 14:41:31 +0000
commit5a94c7d14e992590c7ca7336821b8368b8559e09 (patch)
tree464b7ec6879ad99515507a8a62c07d1392e949af /epan/in_cksum.c
parenta9733b5cd536c0cd37d7be82152328e2a4d7c112 (diff)
epan: more SPDX convertions.
Change-Id: I3c9ba4542c50321ce60cba68696d99575a735392 Reviewed-on: https://code.wireshark.org/review/25708 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/in_cksum.c')
-rw-r--r--epan/in_cksum.c24
1 files changed, 1 insertions, 23 deletions
diff --git a/epan/in_cksum.c b/epan/in_cksum.c
index e40d968b42..76fd5117aa 100644
--- a/epan/in_cksum.c
+++ b/epan/in_cksum.c
@@ -6,29 +6,7 @@
* Copyright (c) 1988, 1992, 1993
* The Regents of the University of California. All rights reserved.
*
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * 3. Neither the name of the University nor the names of its contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
+ * SPDX-License-Identifier: BSD-3-Clause
*
* @(#)in_cksum.c 8.1 (Berkeley) 6/10/93
*/