diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1999-11-17 18:59:06 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1999-11-17 18:59:06 +0000 |
commit | cc0f32b05439bb7018e8ad62a54d6371b01aab9f (patch) | |
tree | 11e614c740672ce84f806b42a6630d192f057bd8 /byterun/io.c | |
parent | f07e6fe1c7d8b37c2b00e0a47146285789f1e526 (diff) |
Changement de la licence
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2553 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/io.c')
-rw-r--r-- | byterun/io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/byterun/io.c b/byterun/io.c index ab6c22fe1..767b8ff9f 100644 --- a/byterun/io.c +++ b/byterun/io.c @@ -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 GNU Library General Public License. */ /* */ /***********************************************************************/ |