diff options
Diffstat (limited to 'otherlibs/threads/mutex.ml')
-rw-r--r-- | otherlibs/threads/mutex.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/threads/mutex.ml b/otherlibs/threads/mutex.ml index d5412ba81..b3d47ab50 100644 --- a/otherlibs/threads/mutex.ml +++ b/otherlibs/threads/mutex.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. *) (* *) (***********************************************************************) |