summaryrefslogtreecommitdiffstats
path: root/libreport/src/lib/binhex.c
diff options
context:
space:
mode:
Diffstat (limited to 'libreport/src/lib/binhex.c')
-rw-r--r--libreport/src/lib/binhex.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/libreport/src/lib/binhex.c b/libreport/src/lib/binhex.c
index 238fda0c..ed6dea08 100644
--- a/libreport/src/lib/binhex.c
+++ b/libreport/src/lib/binhex.c
@@ -1,10 +1,11 @@
/*
- Copyright (C) 2010 ABRT team
- Copyright (C) 2010 RedHat Inc
+ Copyright (C) 2011 ABRT team
+ Copyright (C) 2011 RedHat Inc
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.
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,6 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
#include "libreport.h"
static const char hexdigits_locase[] = "0123456789abcdef";