remove out dated author info from source files

Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
This commit is contained in:
Shreenidhi Shedi 2023-07-19 13:01:31 +05:30 committed by Oliver Kurth
parent a374f9a70d
commit af6609f664
27 changed files with 2 additions and 338 deletions

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : api.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uid_t gEuid;
@ -439,7 +427,7 @@ TDNFClean(
dwError = 0;
}
BAIL_ON_TDNF_ERROR(dwError);
pr_info("\n");
}
cleanup:

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : client.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : config.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
#include "../llconf/nodes.h"

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : goal.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
static

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : gpgcheck.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : init.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : packageutils.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#define _GNU_SOURCE 1
#include "includes.h"

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : repo.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
//Download repo metadata and initialize

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : repolist.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
#include "../llconf/nodes.h"
@ -475,7 +463,7 @@ TDNFLoadReposFromFile(
BAIL_ON_TDNF_ERROR(dwError);
}
}
/* cn_conf == NULL => we will not reach here */
/* coverity[var_deref_op] */
for(cn_section = cn_conf->first_child; cn_section; cn_section = cn_section->next)

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : repoutils.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : resolve.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : rpmtrans.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
#include <sys/resource.h>

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : updateinfo.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,21 +6,8 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : utils.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t
TDNFGetErrorString(
uint32_t dwErrorCode,

View File

@ -6,17 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : memory.c
*
* Abstract :
*
*
* common library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : setopt.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
void

View File

@ -6,18 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : strings.c
*
* Abstract :
*
* tdnfclientlib
*
* client library
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : installcmd.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : options.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : output.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : parseargs.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
static TDNF_CMD_ARGS _opt = {0};

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : parsecleanargs.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : parselistargs.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : parserepolistargs.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
uint32_t

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : parseupdateinfo.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
uint32_t

View File

@ -6,22 +6,8 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : updateinfocmd.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
char*
TDNFGetUpdateInfoType(
int nType

View File

@ -6,19 +6,6 @@
* of the License are located in the COPYING file of this distribution.
*/
/*
* Module : main.c
*
* Abstract :
*
* tdnf
*
* command line tool
*
* Authors : Priyesh Padmavilasom (ppadmavilasom@vmware.com)
*
*/
#include "includes.h"
static TDNF_CLI_CMD_MAP arCmdMap[] =