diff options
Diffstat (limited to 'otherlibs/win32unix/rename.c')
-rw-r--r-- | otherlibs/win32unix/rename.c | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/otherlibs/win32unix/rename.c b/otherlibs/win32unix/rename.c index 002197e7a7..155a73fb94 100644 --- a/otherlibs/win32unix/rename.c +++ b/otherlibs/win32unix/rename.c @@ -1,15 +1,17 @@ -/***********************************************************************/ -/* */ -/* OCaml */ -/* */ -/* Contributed by Tracy Camp, PolyServe Inc., <campt@polyserve.com> */ -/* */ -/* Copyright 2002 Institut National de Recherche en Informatique et */ -/* en Automatique. All rights reserved. This file is distributed */ -/* under the terms of the GNU Library General Public License, with */ -/* the special exception on linking described in file ../../LICENSE. */ -/* */ -/***********************************************************************/ +/**************************************************************************/ +/* */ +/* OCaml */ +/* */ +/* Contributed by Tracy Camp, PolyServe Inc., <campt@polyserve.com> */ +/* */ +/* Copyright 2002 Institut National de Recherche en Informatique et */ +/* en Automatique. */ +/* */ +/* All rights reserved. This file is distributed under the terms of */ +/* the GNU Lesser General Public License version 2.1, with the */ +/* special exception on linking described in the file LICENSE. */ +/* */ +/**************************************************************************/ #include <stdio.h> #include <caml/mlvalues.h> |