| 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" : { |
| Serkant Uluderya | 6db9894 | 2026-03-26 09:53:57 -0700 | [diff] [blame^] | 13 | "SPDX-FileCopyrightText" : "2026 Linux Foundation Broadband Contributors", |
| Joey Armstrong | 252f712 | 2024-04-26 12:38:13 -0400 | [diff] [blame] | 14 | "SPDX-License-Identifier" : "Apache-2.0" |
| 15 | } |
| 16 | } |