utils

small programs, scripts and utils
git clone https://git.e1e0.net/utils.git
Log | Files | Refs

commit df3cf5189bb59db2a07e00c55a8eab425335767a
parent 517e16b2477f858dc573f7936c82f2b58be8f6a0
Author: Paco Esteban <paco@e1e0.net>
Date:   Thu,  6 Aug 2020 18:08:50 +0200

update license

Diffstat:
Mgeoloc/LICENSE | 2+-
Mgeoloc/geoloc.c | 16++++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/geoloc/LICENSE b/geoloc/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 Paco Esteban +Copyright 2019-2020 Paco Esteban <paco@e1e0.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/geoloc/geoloc.c b/geoloc/geoloc.c @@ -1,3 +1,19 @@ +/* + * Copyright 2019-2020 Paco Esteban <paco@e1e0.net> + * + * Permission to use, copy, modify, and/or 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. +*/ + #include <sys/socket.h> #include <arpa/inet.h>