add copyright notices
authoradam <adam@megacz.com>
Thu, 10 Apr 2008 16:39:18 +0000 (09:39 -0700)
committeradam <adam@megacz.com>
Thu, 10 Apr 2008 16:39:18 +0000 (09:39 -0700)
darcs-hash:20080410163918-5007d-488ea0aaee9c958e2a26ab360cd37ad552f35ab5.gz

src/Doc.lhs
src/FromTree.lhs
src/HaskellHelper.java
src/Html.lhs
src/Main.lhs
src/Util.lhs
src/Wix.lhs

index ab1418f..1d2c119 100644 (file)
@@ -1,4 +1,8 @@
 \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 Doc
 where
 import Numeric
index 0a748fb..4406b8c 100644 (file)
@@ -1,4 +1,8 @@
 \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 Edu_Berkeley_Sbp_Haskell_SBP
index 290d3d7..753c5b8 100644 (file)
@@ -1,4 +1,6 @@
-// Copyright 2006 all rights reserved; see LICENSE file for BSD-style license
+// 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.
 
 import edu.berkeley.sbp.*;
 import edu.berkeley.sbp.misc.*;
index 632dcfe..96e9e6a 100644 (file)
@@ -1,4 +1,8 @@
 \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 Html
 where
 import Edu_Berkeley_Sbp_Haskell_SBP
index 62c78b2..4fd55b6 100644 (file)
@@ -1,4 +1,8 @@
 \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 Main
 where
 import Wix(main')
index a161344..7192e67 100644 (file)
@@ -1,4 +1,8 @@
 \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 Util where
 
 join x []      = []
index 1f067f7..a036670 100644 (file)
@@ -1,4 +1,8 @@
 \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 Wix(main')
 where
 import Edu_Berkeley_Sbp_Haskell_SBP