Skip to content

Commit 6502865

Browse files
committed
Correct license for code copied from inet_pton
1 parent 6ec6a96 commit 6502865

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/generic/ip6.h

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
/*
2-
* ip6.h -- fallback parser for IPv6 addresses
1+
/*-
2+
* SPDX-License-Identifier: ISC
33
*
4-
* Copyright (c) 2022-2023, NLnet Labs. All rights reserved.
4+
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
5+
* Copyright (c) 1996,1999 by Internet Software Consortium.
56
*
6-
* SPDX-License-Identifier: BSD-3-Clause
7+
* Permission to use, copy, modify, and distribute this software for any
8+
* purpose with or without fee is hereby granted, provided that the above
9+
* copyright notice and this permission notice appear in all copies.
710
*
11+
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
12+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR
14+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
17+
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
818
*/
919
#ifndef IP6_H
1020
#define IP6_H

0 commit comments

Comments
 (0)