mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-03 16:05:12 +01:00
Copy right headers
This commit is contained in:
parent
3799d07360
commit
a5f6ce1e23
4 changed files with 76 additions and 11 deletions
|
|
@ -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 <www.pivasoftware.com> - All Rights Reserved
|
||||
* Author: Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
* Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved.
|
||||
*
|
||||
* Author: Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
*
|
||||
* 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"
|
||||
|
|
|
|||
21
stun/log.c
21
stun/log.c
|
|
@ -1,9 +1,24 @@
|
|||
/*
|
||||
* log.c : conatains function used log traces
|
||||
*
|
||||
* TR-069 STUN client software
|
||||
* Copyright (C) 2018 PIVA SOFTWARE <www.pivasoftware.com> - All Rights Reserved
|
||||
* Author: Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
* Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved.
|
||||
*
|
||||
* Author: Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
*
|
||||
* 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 <stdarg.h>
|
||||
|
|
|
|||
24
stun/stun.c
24
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 <omar.kallel@pivasoftware.com>
|
||||
*
|
||||
* 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 <www.pivasoftware.com> - All Rights Reserved
|
||||
* Author: Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
* Copyright (C) 2018 PIVA SOFTWARE <www.pivasoftware.com> - All Rights Reserved
|
||||
* Author: Mohamed Kallel <mohamed.kallel@pivasoftware.com>
|
||||
* Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
* Anis Ellouze <anis.ellouze@pivasoftware.com>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
22
stun/ubus.c
22
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 <www.pivasoftware.com> - All Rights Reserved
|
||||
* Author: Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
*
|
||||
* Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved.
|
||||
*
|
||||
* Author: Omar Kallel <omar.kallel@pivasoftware.com>
|
||||
*
|
||||
* 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 <strings.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue