From 18a13ef9e1f494cc4ee765ed1cacea894c5c3823 Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 2 Aug 2022 20:03:43 +0300 Subject: Add LICENSE.md --- doc/style.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/style.md (limited to 'doc') diff --git a/doc/style.md b/doc/style.md new file mode 100644 index 0000000..28b712d --- /dev/null +++ b/doc/style.md @@ -0,0 +1,8 @@ +## file headers +```c +//===================================================================== +// +// spdx-license-identifier: ISC +// description: +//===================================================================== +``` -- cgit v1.2.1