aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-12-07 16:42:06 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-12-07 16:42:06 +0000
commit4445eeca7f024eb55a9d5eb5ee6a7183816f0c2e (patch)
tree58e83f896645256c3925ca42ab5e2393aa1c66e9 /utils
parent8101850bc7cd2a05d35b4df3ecfd3f934cff584e (diff)
downloadsg3_utils-4445eeca7f024eb55a9d5eb5ee6a7183816f0c2e.tar.gz
add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_dd.c work
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@797 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/hxascdmp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/hxascdmp.c b/utils/hxascdmp.c
index 077fd93e..9f6566d3 100644
--- a/utils/hxascdmp.c
+++ b/utils/hxascdmp.c
@@ -3,6 +3,8 @@
* All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the BSD_LICENSE file.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
*/
#include <stdlib.h>
@@ -17,7 +19,7 @@
static int bytes_per_line = DEF_BYTES_PER_LINE;
-static const char * version_str = "1.14 20140213";
+static const char * version_str = "1.15 20181207";
#define CHARS_PER_HEX_BYTE 3
#define BINARY_START_COL 6