diff options
Diffstat (limited to 'libbb/create_icmp6_socket.c')
-rw-r--r-- | libbb/create_icmp6_socket.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/create_icmp6_socket.c b/libbb/create_icmp6_socket.c index 20655170e..91e478ec8 100644 --- a/libbb/create_icmp6_socket.c +++ b/libbb/create_icmp6_socket.c | |||
@@ -4,6 +4,8 @@ | |||
4 | * | 4 | * |
5 | * create raw socket for icmp (IPv6 version) protocol | 5 | * create raw socket for icmp (IPv6 version) protocol |
6 | * and drop root privileges if running setuid | 6 | * and drop root privileges if running setuid |
7 | * | ||
8 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | ||
7 | */ | 9 | */ |
8 | 10 | ||
9 | #include "libbb.h" | 11 | #include "libbb.h" |