diff options
Diffstat (limited to 'otherlibs/threads/condition.ml')
-rw-r--r-- | otherlibs/threads/condition.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/threads/condition.ml b/otherlibs/threads/condition.ml index b0c9d21a2e..9faaced4cd 100644 --- a/otherlibs/threads/condition.ml +++ b/otherlibs/threads/condition.ml @@ -5,7 +5,8 @@ (* Xavier Leroy and Damien Doligez, 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 GNU Library General Public License. *) (* *) (***********************************************************************) |