From 5401ce8473062b19dd3553d022593cc5d91ccbff Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Thu, 18 Feb 2016 16:11:59 +0100 Subject: Update headers for the new license. Remains to be done: remove all headers in testsuite/tests. --- otherlibs/unix/pipe.c | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'otherlibs/unix/pipe.c') diff --git a/otherlibs/unix/pipe.c b/otherlibs/unix/pipe.c index 5f8f23dadf..315d90429c 100644 --- a/otherlibs/unix/pipe.c +++ b/otherlibs/unix/pipe.c @@ -1,15 +1,17 @@ -/***********************************************************************/ -/* */ -/* OCaml */ -/* */ -/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ -/* */ -/* Copyright 1996 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 */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1996 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 #include -- cgit v1.2.1