X-Git-Url: http://git.megacz.com/?p=wix.git;a=blobdiff_plain;f=src%2FFromTree.lhs;h=4406b8ca9387fba0302baf5d88fa64d4101fad55;hp=aca7ef6ab8970c9f96eb6d6fe93b1d4f7e788ec5;hb=7e4ff0231500f70834bc9c65c83d7068254eee55;hpb=3c96b1336f651fa3689e975f4793b55c43591d21 diff --git a/src/FromTree.lhs b/src/FromTree.lhs index aca7ef6..4406b8c 100644 --- a/src/FromTree.lhs +++ b/src/FromTree.lhs @@ -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