From d7517c9666ffe98f007da6afe13a6f607710d247 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Sat, 29 Nov 2014 00:33:22 -0500 Subject: [PATCH] Updated license in lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 057b377..665951a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ //! A simple, thread-safe IRC client library. #![crate_name = "irc"] #![crate_type = "lib"] -#![license = "Public Domain"] +#![license = "Unlicense"] #![unstable] #![feature(if_let, slicing_syntax)]