[Fencommits] fenfire-hs: license Darcs2RDF and Irc2RDF

Tuukka Hastrup Tuukka.Hastrup at iki.fi
Fri Mar 2 16:26:50 EET 2007


Fri Mar  2 16:27:05 EET 2007  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * license Darcs2RDF and Irc2RDF
diff -rN -u old-fenfire-hs-1/Darcs2RDF.fhs new-fenfire-hs-1/Darcs2RDF.fhs
--- old-fenfire-hs-1/Darcs2RDF.fhs	2007-03-02 16:26:50.000000000 +0200
+++ new-fenfire-hs-1/Darcs2RDF.fhs	2007-03-02 16:26:50.000000000 +0200
@@ -2,6 +2,24 @@
 {-# OPTIONS_GHC -fno-warn-name-shadowing -fno-warn-incomplete-patterns #-}
 module Darcs2RDF where
 
+-- Copyright (c) 2006-2007, Benja Fallenstein, Tuukka Hastrup
+-- This file is part of Fenfire.
+-- 
+-- Fenfire 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 2 of the License, or
+-- (at your option) any later version.
+-- 
+-- Fenfire 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 Fenfire; if not, write to the Free
+-- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+-- MA  02111-1307  USA
+
 import Prelude hiding (elem)
 import Text.XML.HaXml hiding (attr)
 import Data.Maybe
diff -rN -u old-fenfire-hs-1/Irc2RDF.hs new-fenfire-hs-1/Irc2RDF.hs
--- old-fenfire-hs-1/Irc2RDF.hs	2007-03-02 16:26:50.000000000 +0200
+++ new-fenfire-hs-1/Irc2RDF.hs	2007-03-02 16:26:50.000000000 +0200
@@ -1,6 +1,24 @@
 
 module Irc2RDF where
 
+-- Copyright (c) 2006-2007, Benja Fallenstein, Tuukka Hastrup
+-- This file is part of Fenfire.
+-- 
+-- Fenfire 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 2 of the License, or
+-- (at your option) any later version.
+-- 
+-- Fenfire 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 Fenfire; if not, write to the Free
+-- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+-- MA  02111-1307  USA
+
 import System.Time (getClockTime, toUTCTime, CalendarTime(..), ClockTime(..))
 import System.Environment (getArgs)
 import System.IO (hFlush, stdout)




More information about the Fencommits mailing list