update the copyright messages

This commit is contained in:
kr.angelov
2006-06-01 11:29:30 +00:00
parent e51eaed4fd
commit 35d2d47356
6 changed files with 9 additions and 33 deletions

View File

@@ -1,13 +1,9 @@
---------------------------------------------------------------------- ----------------------------------------------------------------------
-- | -- |
-- Maintainer : PL -- Maintainer : Krasimir Angelov
-- Stability : (stable) -- Stability : (stable)
-- Portability : (portable) -- 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. -- Converting SimpleGFC grammars to fast nonerasing MCFG grammar.
-- --
-- the resulting grammars might be /very large/ -- the resulting grammars might be /very large/

View File

@@ -1,14 +1,10 @@
---------------------------------------------------------------------- ----------------------------------------------------------------------
-- | -- |
-- Maintainer : PL -- Maintainer : Krasimir Angelov
-- Stability : (stable) -- Stability : (stable)
-- Portability : (portable) -- Portability : (portable)
-- --
-- > CVS $Date: 2005/05/09 09:28:45 $ -- Definitions of fast multiple context-free grammars
-- > CVS $Author: peb $
-- > CVS $Revision: 1.2 $
--
-- Definitions of multiple context-free grammars
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module GF.Formalism.FCFG where module GF.Formalism.FCFG where

View File

@@ -1,14 +1,10 @@
---------------------------------------------------------------------- ----------------------------------------------------------------------
-- | -- |
-- Maintainer : PL -- Maintainer : Krasimir Angelov
-- Stability : (stable) -- Stability : (stable)
-- Portability : (portable) -- Portability : (portable)
-- --
-- > CVS $Date: 2005/05/11 10:28:16 $ -- FCFG parsing
-- > CVS $Author: peb $
-- > CVS $Revision: 1.5 $
--
-- MCFG parsing
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module GF.Parsing.FCFG module GF.Parsing.FCFG

View File

@@ -1,13 +1,9 @@
---------------------------------------------------------------------- ----------------------------------------------------------------------
-- | -- |
-- Maintainer : PL -- Maintainer : Krasimir Angelov
-- Stability : (stable) -- Stability : (stable)
-- Portability : (portable) -- Portability : (portable)
-- --
-- > CVS $Date: 2005/08/08 09:01:25 $
-- > CVS $Author: peb $
-- > CVS $Revision: 1.5 $
--
-- MCFG parsing, the active algorithm -- MCFG parsing, the active algorithm
----------------------------------------------------------------------------- -----------------------------------------------------------------------------

View File

@@ -1,14 +1,10 @@
--------------------------------------------------------------------- ---------------------------------------------------------------------
-- | -- |
-- Maintainer : PL -- Maintainer : Krasimir Angelov
-- Stability : (stable) -- Stability : (stable)
-- Portability : (portable) -- Portability : (portable)
-- --
-- > CVS $Date: 2005/05/13 12:40:19 $ -- FCFG parsing, parser information
-- > CVS $Author: peb $
-- > CVS $Revision: 1.5 $
--
-- MCFG parsing, parser information
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module GF.Parsing.FCFG.PInfo where module GF.Parsing.FCFG.PInfo where

View File

@@ -1,13 +1,9 @@
--------------------------------------------------------------------- ---------------------------------------------------------------------
-- | -- |
-- Maintainer : PL -- Maintainer : Krasimir Angelov
-- Stability : (stable) -- Stability : (stable)
-- Portability : (portable) -- Portability : (portable)
-- --
-- > CVS $Date: 2005/08/08 09:01:25 $
-- > CVS $Author: peb $
-- > CVS $Revision: 1.5 $
--
-- Definitions of ranges, and operations on ranges -- Definitions of ranges, and operations on ranges
----------------------------------------------------------------------------- -----------------------------------------------------------------------------