Skip to content

Commit

Permalink
Changed to the BSD 3-clause license.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Jan 18, 2012
1 parent c50d60d commit 2128e62
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 716 deletions.
20 changes: 0 additions & 20 deletions Control/Pipe.hs
Original file line number Original file line Diff line number Diff line change
@@ -1,23 +1,3 @@
{-
Copyright 2012 Gabriel Gonzalez
This file is part of the Haskell Pipes Library.
The is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
hPDB is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the Haskell Pipes Library. If not, see
<http://www.gnu.org/licenses/>.
-}

{-| {-|
This library only provides a single data type: 'Pipe'. This library only provides a single data type: 'Pipe'.
Expand Down
21 changes: 0 additions & 21 deletions Control/Pipe/Common.hs
Original file line number Original file line Diff line number Diff line change
@@ -1,24 +1,3 @@
{-
Copyright 2012 Gabriel Gonzalez
This file is part of the Haskell Pipes Library.
The is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
hPDB is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the Haskell Pipes Library. If not, see
<http://www.gnu.org/licenses/>.
-}
{-# LANGUAGE Rank2Types #-}

module Control.Pipe.Common ( module Control.Pipe.Common (
-- * Types -- * Types
Pipe, Pipe,
Expand Down
Loading

0 comments on commit 2128e62

Please sign in to comment.