warp-vpn

point to point VPN implementation
git clone git://git.2f30.org/warp-vpn
Log | Files | Refs | README

commit 7c5844fe1eb3588419959b5713fc49e936f442e0
parent 9b2fff32d015a1e0dd370ecc51c7f40d35b5772b
Author: sin <sin@2f30.org>
Date:   Thu, 17 Mar 2016 18:56:37 +0000

Remove license from stun.c

Diffstat:
Mstun.c | 17+----------------
1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/stun.c b/stun.c @@ -1,19 +1,4 @@ -/* - * Copyright (c) 2016 Dimitris Papastamos <sin@2f30.org> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ - +/* See LICENSE file for copyright and license details. */ #include <sys/types.h> #include <sys/ioctl.h> #include <sys/socket.h>