From a5f6ce1e238fdfd0ae517498bbd9994a4d796909 Mon Sep 17 00:00:00 2001 From: Omar Kallel Date: Mon, 16 Jul 2018 14:04:10 +0100 Subject: [PATCH] Copy right headers --- stun/config.c | 20 +++++++++++++++++--- stun/log.c | 21 ++++++++++++++++++--- stun/stun.c | 24 ++++++++++++++++++++++-- stun/ubus.c | 22 +++++++++++++++++++--- 4 files changed, 76 insertions(+), 11 deletions(-) diff --git a/stun/config.c b/stun/config.c index f1608b4..f4678fa 100644 --- a/stun/config.c +++ b/stun/config.c @@ -1,9 +1,23 @@ /* * config.c -- contains functions that allows reading and loading of uci config parameters of stun * - * TR-069 STUN client software - * Copyright (C) 2018 PIVA SOFTWARE - All Rights Reserved - * Author: Omar Kallel + * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * + * Author: Omar Kallel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA */ #include "config.h" diff --git a/stun/log.c b/stun/log.c index 98c02e6..2b48ff0 100644 --- a/stun/log.c +++ b/stun/log.c @@ -1,9 +1,24 @@ /* * log.c : conatains function used log traces * - * TR-069 STUN client software - * Copyright (C) 2018 PIVA SOFTWARE - All Rights Reserved - * Author: Omar Kallel + * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * + * Author: Omar Kallel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * */ #include diff --git a/stun/stun.c b/stun/stun.c index e0ab646..08b26dd 100644 --- a/stun/stun.c +++ b/stun/stun.c @@ -1,9 +1,29 @@ /* * stun.c -- the main file of stun application * + * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * + * Author: Omar Kallel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * * TR-069 STUN client software - * Copyright (C) 2018 PIVA SOFTWARE - All Rights Reserved - * Author: Omar Kallel + * Copyright (C) 2018 PIVA SOFTWARE - All Rights Reserved + * Author: Mohamed Kallel + * Omar Kallel + * Anis Ellouze */ #include diff --git a/stun/ubus.c b/stun/ubus.c index fe3a343..8b0221e 100644 --- a/stun/ubus.c +++ b/stun/ubus.c @@ -1,9 +1,25 @@ /* * ubus.c -- This file conatains functions that allow to make ubus calls * - * TR-069 STUN client software - * Copyright (C) 2018 PIVA SOFTWARE - All Rights Reserved - * Author: Omar Kallel + * + * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * + * Author: Omar Kallel + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * */ #include