Skip to content

Commit 52b3307

Browse files
committed
Add license to schema docs
1 parent 4e53e9c commit 52b3307

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

contrib/schema introspection.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,13 @@ fragment TypeRef on __Type {
107107
}
108108
```
109109

110-
The results are stored in `WIF_schema.json`, and converted for use with the [`sgqlc`](https://github.com/profusion/sgqlc) library into `WIF_schema.py`.
110+
The results are stored in `WIF_schema.json`, and converted for use with the [`sgqlc`](https://github.com/profusion/sgqlc) library into `WIF_schema.py`.
111+
112+
## License
113+
114+
This document is shared under the Creative Commons Attribution-ShareAlike 4.0 license.
115+
116+
```
117+
SPDX-FileCopyrightText: 2022 Pen-Yuan Hsing
118+
SPDX-License-Identifier: CC-BY-SA-4.0
119+
```

0 commit comments

Comments
 (0)