소스 검색

Merge pull request #36 from steveklabnik/license

remove license attribute
Alex Crichton 10 년 전
부모
커밋
01cc022174
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -50,7 +50,6 @@
 #![experimental]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
-#![license = "MIT/ASL2"]
 #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
        html_root_url = "http://doc.rust-lang.org/master/",