From 78cfe8113affda63fdb4ea2ef607f0b8e3ee1139 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 10 Apr 2008 09:39:18 -0700 Subject: [PATCH] add copyright notices darcs-hash:20080410163918-5007d-488ea0aaee9c958e2a26ab360cd37ad552f35ab5.gz --- src/Doc.lhs | 4 ++++ src/FromTree.lhs | 4 ++++ src/HaskellHelper.java | 4 +++- src/Html.lhs | 4 ++++ src/Main.lhs | 4 ++++ src/Util.lhs | 4 ++++ src/Wix.lhs | 4 ++++ 7 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/Doc.lhs b/src/Doc.lhs index ab1418f..1d2c119 100644 --- a/src/Doc.lhs +++ b/src/Doc.lhs @@ -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 diff --git a/src/FromTree.lhs b/src/FromTree.lhs index 0a748fb..4406b8c 100644 --- a/src/FromTree.lhs +++ b/src/FromTree.lhs @@ -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 diff --git a/src/HaskellHelper.java b/src/HaskellHelper.java index 290d3d7..753c5b8 100644 --- a/src/HaskellHelper.java +++ b/src/HaskellHelper.java @@ -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.*; diff --git a/src/Html.lhs b/src/Html.lhs index 632dcfe..96e9e6a 100644 --- a/src/Html.lhs +++ b/src/Html.lhs @@ -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 diff --git a/src/Main.lhs b/src/Main.lhs index 62c78b2..4fd55b6 100644 --- a/src/Main.lhs +++ b/src/Main.lhs @@ -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') diff --git a/src/Util.lhs b/src/Util.lhs index a161344..7192e67 100644 --- a/src/Util.lhs +++ b/src/Util.lhs @@ -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 [] = [] diff --git a/src/Wix.lhs b/src/Wix.lhs index 1f067f7..a036670 100644 --- a/src/Wix.lhs +++ b/src/Wix.lhs @@ -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 -- 1.7.10.4