add LICENSE

This commit is contained in:
2021-08-25 00:05:33 +08:00
parent 12993018ab
commit de00101713
4 changed files with 381 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
#[macro_use]
extern crate clap;
#[macro_use]