diff --git a/client/api.c b/client/api.c index 8551735..b20b6d6 100644 --- a/client/api.c +++ b/client/api.c @@ -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: diff --git a/client/client.c b/client/client.c index c96733f..953e8be 100644 --- a/client/client.c +++ b/client/client.c @@ -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 diff --git a/client/config.c b/client/config.c index 8ddcc7a..fe9c9a1 100644 --- a/client/config.c +++ b/client/config.c @@ -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" diff --git a/client/goal.c b/client/goal.c index ae5725b..669cd7e 100644 --- a/client/goal.c +++ b/client/goal.c @@ -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 diff --git a/client/gpgcheck.c b/client/gpgcheck.c index c1de60b..de23ec2 100644 --- a/client/gpgcheck.c +++ b/client/gpgcheck.c @@ -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 diff --git a/client/init.c b/client/init.c index 7053e9c..a76bbef 100644 --- a/client/init.c +++ b/client/init.c @@ -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 diff --git a/client/packageutils.c b/client/packageutils.c index 3013460..07008bf 100644 --- a/client/packageutils.c +++ b/client/packageutils.c @@ -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" diff --git a/client/repo.c b/client/repo.c index ee0224f..de0d8bd 100644 --- a/client/repo.c +++ b/client/repo.c @@ -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 diff --git a/client/repolist.c b/client/repolist.c index 3cbc79b..4c4299d 100644 --- a/client/repolist.c +++ b/client/repolist.c @@ -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) diff --git a/client/repoutils.c b/client/repoutils.c index 6a9d1f5..ccbefb4 100644 --- a/client/repoutils.c +++ b/client/repoutils.c @@ -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 diff --git a/client/resolve.c b/client/resolve.c index cb7ca0f..5d5fab8 100644 --- a/client/resolve.c +++ b/client/resolve.c @@ -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 diff --git a/client/rpmtrans.c b/client/rpmtrans.c index f5d122e..46bd3a2 100644 --- a/client/rpmtrans.c +++ b/client/rpmtrans.c @@ -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 diff --git a/client/updateinfo.c b/client/updateinfo.c index 82e92ff..3861c87 100644 --- a/client/updateinfo.c +++ b/client/updateinfo.c @@ -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 diff --git a/client/utils.c b/client/utils.c index 2de4076..1026102 100644 --- a/client/utils.c +++ b/client/utils.c @@ -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, diff --git a/common/memory.c b/common/memory.c index 577c558..058c841 100644 --- a/common/memory.c +++ b/common/memory.c @@ -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 diff --git a/common/setopt.c b/common/setopt.c index 75647f6..1afc791 100644 --- a/common/setopt.c +++ b/common/setopt.c @@ -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 diff --git a/common/strings.c b/common/strings.c index 19d1820..d7ed397 100644 --- a/common/strings.c +++ b/common/strings.c @@ -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 diff --git a/tools/cli/lib/installcmd.c b/tools/cli/lib/installcmd.c index da98d85..c9a74d1 100644 --- a/tools/cli/lib/installcmd.c +++ b/tools/cli/lib/installcmd.c @@ -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 diff --git a/tools/cli/lib/options.c b/tools/cli/lib/options.c index 953d213..44b6d47 100644 --- a/tools/cli/lib/options.c +++ b/tools/cli/lib/options.c @@ -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 diff --git a/tools/cli/lib/output.c b/tools/cli/lib/output.c index 17aa7b8..1cca267 100644 --- a/tools/cli/lib/output.c +++ b/tools/cli/lib/output.c @@ -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 diff --git a/tools/cli/lib/parseargs.c b/tools/cli/lib/parseargs.c index 9029c1b..d27f96b 100644 --- a/tools/cli/lib/parseargs.c +++ b/tools/cli/lib/parseargs.c @@ -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}; diff --git a/tools/cli/lib/parsecleanargs.c b/tools/cli/lib/parsecleanargs.c index 9754856..fecf28e 100644 --- a/tools/cli/lib/parsecleanargs.c +++ b/tools/cli/lib/parsecleanargs.c @@ -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 diff --git a/tools/cli/lib/parselistargs.c b/tools/cli/lib/parselistargs.c index 3f9cb08..2da652f 100644 --- a/tools/cli/lib/parselistargs.c +++ b/tools/cli/lib/parselistargs.c @@ -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 diff --git a/tools/cli/lib/parserepolistargs.c b/tools/cli/lib/parserepolistargs.c index 33b7cf6..6f6f47e 100644 --- a/tools/cli/lib/parserepolistargs.c +++ b/tools/cli/lib/parserepolistargs.c @@ -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 diff --git a/tools/cli/lib/parseupdateinfo.c b/tools/cli/lib/parseupdateinfo.c index 963a665..70fec5e 100644 --- a/tools/cli/lib/parseupdateinfo.c +++ b/tools/cli/lib/parseupdateinfo.c @@ -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 diff --git a/tools/cli/lib/updateinfocmd.c b/tools/cli/lib/updateinfocmd.c index 0ca0e77..80b0dc3 100644 --- a/tools/cli/lib/updateinfocmd.c +++ b/tools/cli/lib/updateinfocmd.c @@ -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 diff --git a/tools/cli/main.c b/tools/cli/main.c index 87e4723..9aa58f1 100644 --- a/tools/cli/main.c +++ b/tools/cli/main.c @@ -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[] =