diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-16 12:25:11 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-16 12:25:11 +0000 |
commit | bc6c06e901d7009ee58fd9e0bc9bb67e9ac4b615 (patch) | |
tree | 16424258220a7095e1be12607780ad43dfddb77e /otherlibs/labltk/browser/setpath.ml | |
parent | 607772a16356084f724b7b4d8f29907def715ff1 (diff) |
add copyright headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2693 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/setpath.ml')
-rw-r--r-- | otherlibs/labltk/browser/setpath.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/setpath.ml b/otherlibs/labltk/browser/setpath.ml index e35efc6a7..72f8a594a 100644 --- a/otherlibs/labltk/browser/setpath.ml +++ b/otherlibs/labltk/browser/setpath.ml @@ -1,3 +1,16 @@ +(*************************************************************************) +(* *) +(* Objective Caml LablTk library *) +(* *) +(* Jacques Garrigue, Kyoto University RIMS *) +(* *) +(* Copyright 1999 Institut National de Recherche en Informatique et *) +(* en Automatique and Kyoto University. All rights reserved. *) +(* This file is distributed under the terms of the GNU Library *) +(* General Public License. *) +(* *) +(*************************************************************************) + (* $Id$ *) open Tk |