summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Tracker
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-31 12:56:08 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-31 12:56:08 +0400
commit1c44aaa0d85bf1c47aa6a12d72f426db0c445337 (patch)
tree5696de7067e8d6ac93e9251a36703efa226b14e8 /src/Network/BitTorrent/Tracker
parent01cef3fafc27d39d88c94cacdcd8e204c5f66b86 (diff)
Update license
Diffstat (limited to 'src/Network/BitTorrent/Tracker')
-rw-r--r--src/Network/BitTorrent/Tracker/HTTP.hs4
-rw-r--r--src/Network/BitTorrent/Tracker/Protocol.hs4
-rw-r--r--src/Network/BitTorrent/Tracker/UDP.hs4
3 files changed, 6 insertions, 6 deletions
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