blob: 18b077624533798d30f506955f457d67496236e5 [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" : {
13 "SPDX-FileCopyrightText" : "2024 Open Networking Foundation Contributors",
14 "SPDX-License-Identifier" : "Apache-2.0"
15 }
16 }