Updated license in lib.rs
This commit is contained in:
parent
308a506d8f
commit
d7517c9666
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
//! A simple, thread-safe IRC client library.
|
//! A simple, thread-safe IRC client library.
|
||||||
#![crate_name = "irc"]
|
#![crate_name = "irc"]
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![license = "Public Domain"]
|
#![license = "Unlicense"]
|
||||||
#![unstable]
|
#![unstable]
|
||||||
|
|
||||||
#![feature(if_let, slicing_syntax)]
|
#![feature(if_let, slicing_syntax)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue