Updated license in lib.rs

This commit is contained in:
Aaron Weiss 2014-11-29 00:33:22 -05:00
parent 308a506d8f
commit d7517c9666

View file

@ -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)]