remove license preamble from node-template (#4699)

This commit is contained in:
Nikolay Volf
2020-01-21 13:10:26 -08:00
committed by Bastian Köcher
parent def8573b07
commit 9d556a69ef
2 changed files with 0 additions and 18 deletions
-2
View File
@@ -1,7 +1,5 @@
//! Substrate Node Template CLI library.
#![warn(missing_docs)]
#![warn(unused_extern_crates)]
mod chain_spec;
#[macro_use]