blob: 75676f524fdda5a72bfea7806a147593bbec6582 [file] [log] [blame]
Joey Armstrong252f7122024-04-26 12:38:13 -04001Copyright Notice: Json syntax
2=============================
3
4.. code-block:: JSON
5 :caption: Copyright Syntax
6
7 {
8 {
9 "name": "sample-json-syntax",
10 "version": 1,
11 },
12 "copyright-notice" : {
Serkant Uluderya6db98942026-03-26 09:53:57 -070013 "SPDX-FileCopyrightText" : "2026 Linux Foundation Broadband Contributors",
Joey Armstrong252f7122024-04-26 12:38:13 -040014 "SPDX-License-Identifier" : "Apache-2.0"
15 }
16 }