Skip to content

Commit

Permalink
License tutorial separately under a Creative Commons license
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Aug 28, 2015
1 parent 096cdf9 commit 9e2467f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Pipes/Tutorial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ module Pipes.Tutorial (

-- * Appendix: Time Complexity
-- $timecomplexity

-- * Copyright
-- $copyright
) where

import Control.Category
Expand Down Expand Up @@ -1511,3 +1514,8 @@ Fail<Enter>
This will produce the exact same result, but in linear time.
-}

{- $copyright
This tutorial is licensed under a
<http://creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International License>
-}

0 comments on commit 9e2467f

Please sign in to comment.