diff options
Diffstat (limited to 'src/Network/BitTorrent')
-rw-r--r-- | src/Network/BitTorrent/Exchange.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Protocol.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Extension.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Peer.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Sessions.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Sessions/Types.lhs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/HTTP.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/Protocol.hs | 4 | ||||
-rw-r--r-- | src/Network/BitTorrent/Tracker/UDP.hs | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/src/Network/BitTorrent/Exchange.hs b/src/Network/BitTorrent/Exchange.hs index e81880b4..74aeab94 100644 --- a/src/Network/BitTorrent/Exchange.hs +++ b/src/Network/BitTorrent/Exchange.hs | |||
@@ -12,8 +12,8 @@ | |||
12 | -} | 12 | -} |
13 | 13 | ||
14 | -- | | 14 | -- | |
15 | -- Copyright : (c) Sam T. 2013 | 15 | -- Copyright : (c) Sam Truzjan 2013 |
16 | -- License : MIT | 16 | -- License : BSD3 |
17 | -- Maintainer : pxqr.sta@gmail.com | 17 | -- Maintainer : pxqr.sta@gmail.com |
18 | -- Stability : experimental | 18 | -- Stability : experimental |
19 | -- Portability : portable | 19 | -- Portability : portable |
diff --git a/src/Network/BitTorrent/Exchange/Protocol.hs b/src/Network/BitTorrent/Exchange/Protocol.hs index b86683fa..4db1e315 100644 --- a/src/Network/BitTorrent/Exchange/Protocol.hs +++ b/src/Network/BitTorrent/Exchange/Protocol.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD3 |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : portable | 6 | -- Portability : portable |
diff --git a/src/Network/BitTorrent/Extension.hs b/src/Network/BitTorrent/Extension.hs index c0eb058f..0d7a0a80 100644 --- a/src/Network/BitTorrent/Extension.hs +++ b/src/Network/BitTorrent/Extension.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD3 |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : portable | 6 | -- Portability : portable |
diff --git a/src/Network/BitTorrent/Peer.hs b/src/Network/BitTorrent/Peer.hs index d951a1cd..f2148eda 100644 --- a/src/Network/BitTorrent/Peer.hs +++ b/src/Network/BitTorrent/Peer.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD3 |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : non-portable | 6 | -- Portability : non-portable |
diff --git a/src/Network/BitTorrent/Sessions.hs b/src/Network/BitTorrent/Sessions.hs index a591c648..d558438f 100644 --- a/src/Network/BitTorrent/Sessions.hs +++ b/src/Network/BitTorrent/Sessions.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD3 |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : portable | 6 | -- Portability : portable |
diff --git a/src/Network/BitTorrent/Sessions/Types.lhs b/src/Network/BitTorrent/Sessions/Types.lhs index 6957032f..1a945613 100644 --- a/src/Network/BitTorrent/Sessions/Types.lhs +++ b/src/Network/BitTorrent/Sessions/Types.lhs | |||
@@ -1,6 +1,6 @@ | |||
1 | > -- | | 1 | > -- | |
2 | > -- Copyright : (c) Sam T. 2013 | 2 | > -- Copyright : (c) Sam Truzjan 2013 |
3 | > -- License : MIT | 3 | > -- License : BSD3 |
4 | > -- Maintainer : pxqr.sta@gmail.com | 4 | > -- Maintainer : pxqr.sta@gmail.com |
5 | > -- Stability : experimental | 5 | > -- Stability : experimental |
6 | > -- Portability : portable | 6 | > -- Portability : portable |
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs index c1dfe44e..2507e353 100644 --- a/src/Network/BitTorrent/Tracker.hs +++ b/src/Network/BitTorrent/Tracker.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD3 |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : non-portable | 6 | -- Portability : non-portable |
diff --git a/src/Network/BitTorrent/Tracker/HTTP.hs b/src/Network/BitTorrent/Tracker/HTTP.hs index 797115ad..55b347ce 100644 --- a/src/Network/BitTorrent/Tracker/HTTP.hs +++ b/src/Network/BitTorrent/Tracker/HTTP.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : non-portable | 6 | -- Portability : non-portable |
diff --git a/src/Network/BitTorrent/Tracker/Protocol.hs b/src/Network/BitTorrent/Tracker/Protocol.hs index 52835abb..0aac4f47 100644 --- a/src/Network/BitTorrent/Tracker/Protocol.hs +++ b/src/Network/BitTorrent/Tracker/Protocol.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD3 |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : portable | 6 | -- Portability : portable |
diff --git a/src/Network/BitTorrent/Tracker/UDP.hs b/src/Network/BitTorrent/Tracker/UDP.hs index f0bd3c56..59714317 100644 --- a/src/Network/BitTorrent/Tracker/UDP.hs +++ b/src/Network/BitTorrent/Tracker/UDP.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | -- | | 1 | -- | |
2 | -- Copyright : (c) Sam T. 2013 | 2 | -- Copyright : (c) Sam Truzjan 2013 |
3 | -- License : MIT | 3 | -- License : BSD3 |
4 | -- Maintainer : pxqr.sta@gmail.com | 4 | -- Maintainer : pxqr.sta@gmail.com |
5 | -- Stability : experimental | 5 | -- Stability : experimental |
6 | -- Portability : portable | 6 | -- Portability : portable |