Change license to BSD
[litex.git] / README
diff --git a/README b/README
index 09e29e1d4150777db9d903e7fc714e9c4717a84d..df95d062cb4008f15afb78de1b633f14555c6758 100644 (file)
--- a/README
+++ b/README
@@ -3,8 +3,7 @@ Mibuild (Milkymist Build system)
 
 Quick intro:
 
-from migen.fhdl.structure import *
-from migen.fhdl.module import Module
+from migen.fhdl.std import *
 from mibuild.platforms import m1
 plat = m1.Platform()
 led = plat.request("user_led")
@@ -26,5 +25,3 @@ Mibuild is designed for Python 3.3.
 Send questions, comments and patches to devel [AT] lists.milkymist.org
 Description files for new boards welcome.
 We are also on IRC: #milkymist on the Freenode network.
-
-Mibuild is (c) 2013 Sebastien Bourdeauducq and GPLv3 (see LICENSE file).