瀏覽代碼

add SPDX-License-Identifier

SPDX-License-Identifier is useful to clarify the license (both for humans and
machines), especially when the code of the project is embedded into other
projects.

ref: https://spdx.org/using-spdx-license-identifier

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Akihiro Suda 6 年之前
父節點
當前提交
9ec77a8d74
共有 3 個文件被更改,包括 6 次插入0 次删除
  1. 2 0
      parson.c
  2. 2 0
      parson.h
  3. 2 0
      tests.c

+ 2 - 0
parson.c

@@ -1,4 +1,6 @@
 /*
+ SPDX-License-Identifier: MIT
+
  Parson ( http://kgabis.github.com/parson/ )
  Copyright (c) 2012 - 2017 Krzysztof Gabis
 

+ 2 - 0
parson.h

@@ -1,4 +1,6 @@
 /*
+ SPDX-License-Identifier: MIT
+
  Parson ( http://kgabis.github.com/parson/ )
  Copyright (c) 2012 - 2017 Krzysztof Gabis
 

+ 2 - 0
tests.c

@@ -1,4 +1,6 @@
 /*
+ SPDX-License-Identifier: MIT
+
  Parson ( http://kgabis.github.com/parson/ )
  Copyright (c) 2012 - 2017 Krzysztof Gabis