add missing copyright headers

This commit is contained in:
Jacob Lifshay 2024-09-22 15:30:05 -07:00
parent 053391b010
commit 10ae95fac1
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
31 changed files with 67 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// See Notices.txt for copyright information
use clap::Parser;
use fayalite::{cli, prelude::*};