diff options
Diffstat (limited to 'otherlibs/systhreads/mutex.ml')
-rw-r--r-- | otherlibs/systhreads/mutex.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/systhreads/mutex.ml b/otherlibs/systhreads/mutex.ml index 85ad39d81f..e2947c0636 100644 --- a/otherlibs/systhreads/mutex.ml +++ b/otherlibs/systhreads/mutex.ml @@ -5,7 +5,8 @@ (* Xavier Leroy and Pascal Cuoq, INRIA Rocquencourt *) (* *) (* Copyright 1995 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. *) (* *) (***********************************************************************) |