diff --git a/Network/XMPP.hs b/Network/XMPP.hs index 8e402c5..34eee9b 100644 --- a/Network/XMPP.hs +++ b/Network/XMPP.hs @@ -1,29 +1,11 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. -- | -- Module: $Header$ -- Description: Pontarius XMPP API -- Copyright: Copyright © 2010-2011 Jon Kristensen --- License: LGPL-3 +-- License: BSD3 -- -- Maintainer: info@pontarius.org -- Stability: unstable diff --git a/Network/XMPP/Address.hs b/Network/XMPP/Address.hs index 35e3c2c..6fd1066 100644 --- a/Network/XMPP/Address.hs +++ b/Network/XMPP/Address.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. {-# OPTIONS_HADDOCK hide #-} diff --git a/Network/XMPP/SASL.hs b/Network/XMPP/SASL.hs index baaad26..71c1fe3 100644 --- a/Network/XMPP/SASL.hs +++ b/Network/XMPP/SASL.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. {-# OPTIONS_HADDOCK hide #-} diff --git a/Network/XMPP/Session.hs b/Network/XMPP/Session.hs index 903ec64..9da1ada 100644 --- a/Network/XMPP/Session.hs +++ b/Network/XMPP/Session.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. -- I believe we need to use the MultiParamTypeClasses extension to be able to -- work with arbitrary client states (solving the problem that the ClientState diff --git a/Network/XMPP/Stanza.hs b/Network/XMPP/Stanza.hs index 70cc752..cdca7f4 100644 --- a/Network/XMPP/Stanza.hs +++ b/Network/XMPP/Stanza.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. {-# OPTIONS_HADDOCK hide #-} diff --git a/Network/XMPP/Stream.hs b/Network/XMPP/Stream.hs index f905103..5b747d5 100644 --- a/Network/XMPP/Stream.hs +++ b/Network/XMPP/Stream.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. {-# OPTIONS_HADDOCK hide #-} diff --git a/Network/XMPP/TLS.hs b/Network/XMPP/TLS.hs index 79b7e2c..9d97030 100644 --- a/Network/XMPP/TLS.hs +++ b/Network/XMPP/TLS.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. {-# OPTIONS_HADDOCK hide #-} diff --git a/Network/XMPP/Types.hs b/Network/XMPP/Types.hs index 2143479..42ed090 100644 --- a/Network/XMPP/Types.hs +++ b/Network/XMPP/Types.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. {-# OPTIONS_HADDOCK hide #-} diff --git a/Network/XMPP/Utilities.hs b/Network/XMPP/Utilities.hs index fc6eecf..8e3abaa 100644 --- a/Network/XMPP/Utilities.hs +++ b/Network/XMPP/Utilities.hs @@ -1,24 +1,5 @@ -{- - -Copyright © 2010-2011 Jon Kristensen. - -This file is part of Pontarius XMPP. - -Pontarius XMPP is free software: you can redistribute it and/or modify it under -the terms of the GNU Lesser General Public License as published by the Free -Software Foundation, either version 3 of the License, or (at your option) any -later version. - -Pontarius XMPP 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 Lesser General Public License for more -details. - -You should have received a copy of the GNU Lesser General Public License along -with Pontarius XMPP. If not, see . - --} - +-- Copyright © 2010-2011 Jon Kristensen. See the LICENSE file in the Pontarius +-- XMPP distribution for more details. {-# OPTIONS_HADDOCK hide #-}