Joey Armstrong | 252f712 | 2024-04-26 12:38:13 -0400 | [diff] [blame] | 1 | Copyright 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 | } |