diff options
Diffstat (limited to 'test/KB')
-rw-r--r-- | test/KB/equations.ml | 3 | ||||
-rw-r--r-- | test/KB/equations.mli | 3 | ||||
-rw-r--r-- | test/KB/kb.ml | 3 | ||||
-rw-r--r-- | test/KB/kb.mli | 3 | ||||
-rw-r--r-- | test/KB/kbmain.ml | 3 | ||||
-rw-r--r-- | test/KB/orderings.ml | 3 | ||||
-rw-r--r-- | test/KB/orderings.mli | 3 | ||||
-rw-r--r-- | test/KB/terms.ml | 3 | ||||
-rw-r--r-- | test/KB/terms.mli | 3 |
9 files changed, 18 insertions, 9 deletions
diff --git a/test/KB/equations.ml b/test/KB/equations.ml index 1491eb200..a7ea9a03b 100644 --- a/test/KB/equations.ml +++ b/test/KB/equations.ml @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* en Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/equations.mli b/test/KB/equations.mli index 7da75808d..45d790260 100644 --- a/test/KB/equations.mli +++ b/test/KB/equations.mli @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* en Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/kb.ml b/test/KB/kb.ml index 329c0b591..590f4cd5d 100644 --- a/test/KB/kb.ml +++ b/test/KB/kb.ml @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/kb.mli b/test/KB/kb.mli index c80771ab6..59b60e4ea 100644 --- a/test/KB/kb.mli +++ b/test/KB/kb.mli @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/kbmain.ml b/test/KB/kbmain.ml index 13332cccb..63ebf4b8f 100644 --- a/test/KB/kbmain.ml +++ b/test/KB/kbmain.ml @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* en Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/orderings.ml b/test/KB/orderings.ml index 762d5849b..11a776ba7 100644 --- a/test/KB/orderings.ml +++ b/test/KB/orderings.ml @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/orderings.mli b/test/KB/orderings.mli index 678ffd5ba..d7abfd564 100644 --- a/test/KB/orderings.mli +++ b/test/KB/orderings.mli @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/terms.ml b/test/KB/terms.ml index 9f9acffbc..dba700064 100644 --- a/test/KB/terms.ml +++ b/test/KB/terms.ml @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) diff --git a/test/KB/terms.mli b/test/KB/terms.mli index 302c3801a..7d22e9cb0 100644 --- a/test/KB/terms.mli +++ b/test/KB/terms.mli @@ -5,7 +5,8 @@ (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 Institut National de Recherche en Informatique et *) -(* Automatique. Distributed only by permission. *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the Q Public License version 1.0. *) (* *) (***********************************************************************) |