change shade of red in warn-boxes
[wix.git] / src / FromTree.lhs
index aca7ef6..4406b8c 100644 (file)
@@ -1,7 +1,11 @@
 \begin{code}
+-- Copyright 2008 the Contributors, as shown in the revision logs.
+-- Licensed under the Apache Public Source License 2.0 ("the License").
+-- You may not use this file except in compliance with the License.
+
 module FromTree
 where
-import SBP
+import Edu_Berkeley_Sbp_Haskell_SBP
 
 class FromTree a where
  fromTree  :: Tree   -> a