diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-06-29 13:49:58 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2004-06-29 13:49:58 +0000 |
commit | 5a9ee53ca774a8878fd37812c114d82779657b16 (patch) | |
tree | b7d1363bfa17f3fbc46f7e052eb8168c4841815a | |
parent | 631d86d62d2c3fc7fd46165fdac52101d6b9ba95 (diff) |
License de contrib/interface
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5849 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | contrib/interface/COPYRIGHT | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/interface/COPYRIGHT b/contrib/interface/COPYRIGHT new file mode 100644 index 000000000..2fb11c6bc --- /dev/null +++ b/contrib/interface/COPYRIGHT @@ -0,0 +1,19 @@ +(*****************************************************************************) +(* *) +(* Coq support for the Pcoq Graphical Interface of Coq *) +(* *) +(* Copyright (C) 1999-2004 INRIA Sophia-Antipolis (Lemme team) *) +(* *) +(*****************************************************************************) + +The current directory contrib/interface implements Coq support for the +Pcoq Graphical Interface of Coq. It has been developed by Yves Bertot +with contributions from Loïc Pottier and Laurence Rideau. + +The Pcoq Graphical Interface (see http://www-sop.inria.fr/lemme/pcoq) +is developed by the Lemme team at INRIA Sophia-Antipolis (see +http://www-sop.inria.fr/lemme) + +The files of the current directory are distributed under the terms of +the GNU Lesser General Public License Version 2.1. + |