]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
license etc
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 23 Oct 2013 16:47:08 +0000 (12:47 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 23 Oct 2013 16:47:08 +0000 (12:47 -0400)
LICENSE
README.md

diff --git a/LICENSE b/LICENSE
index 568dda0e7407189458decf56bf0fccf52ba20415..3b4771d8f3ad3a6af70f4fae4a11b1e8b7a1dad9 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013, Gabriel Gonzalez, ibotty, michaelt
+Copyright (c) 2013, Gabriel Gonzalez, Tobias Florek, Michael Thompson
 
 All rights reserved.
 
index 5ad8c668421d0836e0dd32a8c9f2b7fb0643cf6e..a3e00faa161db5c8b686147cc6f02ababce260d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,9 +2,10 @@ text-pipes
 ==========
 
 This repo is called `text-pipes`, but the package is named `pipes-text` as one might expect.  
-The two modules it contatins, `Pipes.Text` and `Pipes.Text.Parse`, use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and 
-otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations.
-The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built without it.
+The two modules it contatins, `Pipes.Text` and `Pipes.Text.Parse`, use materials from [`pipes-text`](https://github.com/ibotty/pipes-text); 
+otherwise they follow the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations.
+The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built with the hackage `text` 
+though `decodeUtf8` will then not exist.
 
      >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn
      hi<Return>