summaryrefslogtreecommitdiff
path: root/src/GF/Parsing/FCFG
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2006-06-01 11:29:30 +0000
committerkr.angelov <kr.angelov@gmail.com>2006-06-01 11:29:30 +0000
commit35d2d4735600e0d230c8381a127fbfcedcdb7fd7 (patch)
treef315fbfbfa93a433fa31b9424f78be0d6bc07f1c /src/GF/Parsing/FCFG
parente51eaed4fde9f2bee962ed43f5b9a8592e76a947 (diff)
update the copyright messages
Diffstat (limited to 'src/GF/Parsing/FCFG')
-rw-r--r--src/GF/Parsing/FCFG/Active.hs6
-rw-r--r--src/GF/Parsing/FCFG/PInfo.hs8
-rw-r--r--src/GF/Parsing/FCFG/Range.hs6
3 files changed, 4 insertions, 16 deletions
diff --git a/src/GF/Parsing/FCFG/Active.hs b/src/GF/Parsing/FCFG/Active.hs
index 662aec6e4..7a1163a59 100644
--- a/src/GF/Parsing/FCFG/Active.hs
+++ b/src/GF/Parsing/FCFG/Active.hs
@@ -1,13 +1,9 @@
----------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/08/08 09:01:25 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
---
-- MCFG parsing, the active algorithm
-----------------------------------------------------------------------------
diff --git a/src/GF/Parsing/FCFG/PInfo.hs b/src/GF/Parsing/FCFG/PInfo.hs
index 6fdc79269..dffc4dbdf 100644
--- a/src/GF/Parsing/FCFG/PInfo.hs
+++ b/src/GF/Parsing/FCFG/PInfo.hs
@@ -1,14 +1,10 @@
---------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/05/13 12:40:19 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
---
--- MCFG parsing, parser information
+-- FCFG parsing, parser information
-----------------------------------------------------------------------------
module GF.Parsing.FCFG.PInfo where
diff --git a/src/GF/Parsing/FCFG/Range.hs b/src/GF/Parsing/FCFG/Range.hs
index 31ad088de..6badf4252 100644
--- a/src/GF/Parsing/FCFG/Range.hs
+++ b/src/GF/Parsing/FCFG/Range.hs
@@ -1,13 +1,9 @@
---------------------------------------------------------------------
-- |
--- Maintainer : PL
+-- Maintainer : Krasimir Angelov
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/08/08 09:01:25 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.5 $
---
-- Definitions of ranges, and operations on ranges
-----------------------------------------------------------------------------