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)
-- 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/

View File

@@ -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

View File

@@ -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

View File

@@ -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
-----------------------------------------------------------------------------

View File

@@ -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

View File

@@ -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
-----------------------------------------------------------------------------