Add missing license header to crash-json2info 68/264368/1
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 16 Sep 2021 11:29:39 +0000 (13:29 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 16 Sep 2021 11:29:39 +0000 (13:29 +0200)
Change-Id: Id9d16738ab457a78cba9192deb64b0640d39946c

src/crash-json2info/crash-json2info.c

index 3c3c315..083e37e 100644 (file)
@@ -1,3 +1,8 @@
+/* Standalone utility to convert crash report in .json format to legacy human-readable format
+ *
+ * Copyright (c) 2019-2021 Samsung Electronics Co., Ltd.
+ * SPDX-License-Identifier: MIT
+ */
 #include <assert.h>
 #include <json-c/json.h>
 #include <getopt.h>