We should put license information at top of each file of the form: ``` // SPDX-License-Identifier: (Apache-2.0 OR MIT) // SPDX-FileCopyrightText: 2026 Coln contributors ``` We should have a CI check that this exists for all source code files, using [reuse](https://reuse.software/).
We should put license information at top of each file of the form:
We should have a CI check that this exists for all source code files, using reuse.