licensa 0.1.9

CLI tool for seamless source code license management, supporting 65+ file types
Documentation
1
2
3
4
5
6
// Copyright 2024 Nelson Dominguez
// SPDX-License-Identifier: MIT OR Apache-2.0

pub mod apply;
pub mod init;
pub mod verify;