From dd51b8e7706c7f4eaf9e59d09259d218ab1bcb96 Mon Sep 17 00:00:00 2001 From: Omar Kallel Date: Wed, 13 Oct 2021 16:20:18 +0100 Subject: [PATCH] Update year in head comment --- backupSession.c | 4 ++-- common.c | 2 +- config.c | 2 +- cwmp.c | 2 +- cwmp_cli.c | 2 +- cwmp_uci.c | 2 +- cwmp_zlib.c | 2 +- datamodel_interface.c | 2 +- diagnostic.c | 2 +- digestauth.c | 1 + event.c | 2 +- http.c | 2 +- log.c | 2 +- netlink.c | 2 +- notifications.c | 2 +- rpc_soap.c | 2 +- session.c | 2 +- ubus.c | 2 +- xml.c | 4 +++- 19 files changed, 22 insertions(+), 19 deletions(-) diff --git a/backupSession.c b/backupSession.c index 2e30c23..c585b7c 100644 --- a/backupSession.c +++ b/backupSession.c @@ -4,10 +4,10 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2019 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi - * + * Author Omar Kallel */ #include diff --git a/common.c b/common.c index eaf0201..a6954c4 100755 --- a/common.c +++ b/common.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Omar Kallel * */ diff --git a/config.c b/config.c index 61d1587..7f36bae 100755 --- a/config.c +++ b/config.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * Author Omar Kallel diff --git a/cwmp.c b/cwmp.c index 1fea374..bd67738 100644 --- a/cwmp.c +++ b/cwmp.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * Author Omar Kallel diff --git a/cwmp_cli.c b/cwmp_cli.c index 77a2846..90d6e69 100644 --- a/cwmp_cli.c +++ b/cwmp_cli.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Omar Kallel */ diff --git a/cwmp_uci.c b/cwmp_uci.c index 80310f8..2be1202 100644 --- a/cwmp_uci.c +++ b/cwmp_uci.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Omar Kallel */ #include diff --git a/cwmp_zlib.c b/cwmp_zlib.c index 44a34ac..68be8ea 100644 --- a/cwmp_zlib.c +++ b/cwmp_zlib.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2014-2019 iopsys Software Solutions AB + * Copyright (C) 2014-2021 iopsys Software Solutions AB * Author Mohamed Kallel */ diff --git a/datamodel_interface.c b/datamodel_interface.c index b49058c..e6dcf38 100755 --- a/datamodel_interface.c +++ b/datamodel_interface.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Omar Kallel */ diff --git a/diagnostic.c b/diagnostic.c index 4f24799..33254fe 100644 --- a/diagnostic.c +++ b/diagnostic.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2019 iopsys Software Solutions AB + * Copyright (C) 2021 iopsys Software Solutions AB * Author Imen Bhiri * Author: Amin Ben Ramdhane * Author: Omar Kallel diff --git a/digestauth.c b/digestauth.c index 931a684..996f6cb 100644 --- a/digestauth.c +++ b/digestauth.c @@ -6,6 +6,7 @@ * HTTP digest auth functions: originally imported from libmicrohttpd * * Copyright (C) 2013 Oussama Ghorbel + * Omar Kallel * */ diff --git a/event.c b/event.c index a730207..d45275c 100644 --- a/event.c +++ b/event.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * Author Omar Kallel diff --git a/http.c b/http.c index 3539ae5..d9c9b6f 100644 --- a/http.c +++ b/http.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2019 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * Author Omar Kallel diff --git a/log.c b/log.c index f7d5959..a44e82e 100644 --- a/log.c +++ b/log.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2019 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * diff --git a/netlink.c b/netlink.c index f6bb72d..46f88e3 100644 --- a/netlink.c +++ b/netlink.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2019 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * Copyright (C) 2011-2012 Luka Perkov diff --git a/notifications.c b/notifications.c index 870c1e6..03fe788 100644 --- a/notifications.c +++ b/notifications.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Omar Kallel * */ diff --git a/rpc_soap.c b/rpc_soap.c index defffe2..0aaa481 100755 --- a/rpc_soap.c +++ b/rpc_soap.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * Author Omar Kallel diff --git a/session.c b/session.c index c9f2e1e..94829ca 100644 --- a/session.c +++ b/session.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Omar Kallel * */ diff --git a/ubus.c b/ubus.c index 07d4251..6e220fd 100755 --- a/ubus.c +++ b/ubus.c @@ -4,7 +4,7 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2019 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB * Author Mohamed Kallel * Author Ahmed Zribi * Author Omar Kallel diff --git a/xml.c b/xml.c index 5ed0c36..7df0233 100644 --- a/xml.c +++ b/xml.c @@ -4,7 +4,9 @@ * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * Copyright (C) 2013-2020 iopsys Software Solutions AB + * Copyright (C) 2013-2021 iopsys Software Solutions AB + * Author Mohamed Kallel + * Author Ahmed Zribi * Author Omar Kallel */ #include "xml.h"