From 2d5cb77890a96852dbb3d5114b888d7343252239 Mon Sep 17 00:00:00 2001 From: merlokk Date: Sun, 19 Nov 2017 18:16:53 +0200 Subject: [PATCH] change file header --- client/clparser/clparser.c | 2 +- client/clparser/clparser.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/clparser/clparser.c b/client/clparser/clparser.c index 633fb03f..522218bb 100644 --- a/client/clparser/clparser.c +++ b/client/clparser/clparser.c @@ -5,7 +5,7 @@ // at your option, any later version. See the LICENSE.txt file for the text of // the license. //----------------------------------------------------------------------------- -// EMV commands +// Command line parser core commands //----------------------------------------------------------------------------- #include "clparser.h" diff --git a/client/clparser/clparser.h b/client/clparser/clparser.h index 2729a00f..8d53fc96 100644 --- a/client/clparser/clparser.h +++ b/client/clparser/clparser.h @@ -5,7 +5,7 @@ // at your option, any later version. See the LICENSE.txt file for the text of // the license. //----------------------------------------------------------------------------- -// EMV commands +// Command line parser core commands //----------------------------------------------------------------------------- #include "argtable3.h"