X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2FFuncTorrent%2FServer.hs;h=fe92344b705abf7c1a6eff8275bea06e8c62bf07;hb=53d6f1e577880946a0f17d192b4c19691e486c50;hp=465ef045ac4e45b3f516a2ff8e3bd384aebb2bde;hpb=5b18521efb136dfa7d0676f195a2cdf38744d660;p=functorrent.git diff --git a/src/FuncTorrent/Server.hs b/src/FuncTorrent/Server.hs index 465ef04..fe92344 100644 --- a/src/FuncTorrent/Server.hs +++ b/src/FuncTorrent/Server.hs @@ -1,4 +1,23 @@ {-# LANGUAGE OverloadedStrings #-} +{- +Copyright (C) 2015-2016 Ramakrishnan Muthukrishnan + +This file is part of FuncTorrent. + +FuncTorrent 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. + +FuncTorrent 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 FuncTorrent; if not, see +-} + module FuncTorrent.Server where import Control.Concurrent (forkIO)