diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2006-06-01 11:29:30 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2006-06-01 11:29:30 +0000 |
| commit | 35d2d4735600e0d230c8381a127fbfcedcdb7fd7 (patch) | |
| tree | f315fbfbfa93a433fa31b9424f78be0d6bc07f1c | |
| parent | e51eaed4fde9f2bee962ed43f5b9a8592e76a947 (diff) | |
update the copyright messages
| -rw-r--r-- | src/GF/Conversion/SimpleToFCFG.hs | 6 | ||||
| -rw-r--r-- | src/GF/Formalism/FCFG.hs | 8 | ||||
| -rw-r--r-- | src/GF/Parsing/FCFG.hs | 8 | ||||
| -rw-r--r-- | src/GF/Parsing/FCFG/Active.hs | 6 | ||||
| -rw-r--r-- | src/GF/Parsing/FCFG/PInfo.hs | 8 | ||||
| -rw-r--r-- | src/GF/Parsing/FCFG/Range.hs | 6 |
6 files changed, 9 insertions, 33 deletions
diff --git a/src/GF/Conversion/SimpleToFCFG.hs b/src/GF/Conversion/SimpleToFCFG.hs index a41c7e92f..deff5fd95 100644 --- a/src/GF/Conversion/SimpleToFCFG.hs +++ b/src/GF/Conversion/SimpleToFCFG.hs @@ -1,13 +1,9 @@ ---------------------------------------------------------------------- -- | --- Maintainer : PL +-- Maintainer : Krasimir Angelov -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/08/17 08:27:29 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.7 $ --- -- Converting SimpleGFC grammars to fast nonerasing MCFG grammar. -- -- the resulting grammars might be /very large/ diff --git a/src/GF/Formalism/FCFG.hs b/src/GF/Formalism/FCFG.hs index 9ef1f4000..a4923038e 100644 --- a/src/GF/Formalism/FCFG.hs +++ b/src/GF/Formalism/FCFG.hs @@ -1,14 +1,10 @@ ---------------------------------------------------------------------- -- | --- Maintainer : PL +-- Maintainer : Krasimir Angelov -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/09 09:28:45 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.2 $ --- --- Definitions of multiple context-free grammars +-- Definitions of fast multiple context-free grammars ----------------------------------------------------------------------------- module GF.Formalism.FCFG where diff --git a/src/GF/Parsing/FCFG.hs b/src/GF/Parsing/FCFG.hs index bec6eb777..f4aa806d5 100644 --- a/src/GF/Parsing/FCFG.hs +++ b/src/GF/Parsing/FCFG.hs @@ -1,14 +1,10 @@ ---------------------------------------------------------------------- -- | --- Maintainer : PL +-- Maintainer : Krasimir Angelov -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/11 10:28:16 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.5 $ --- --- MCFG parsing +-- FCFG parsing ----------------------------------------------------------------------------- module GF.Parsing.FCFG 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 ----------------------------------------------------------------------------- |
