diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-08-02 08:17:59 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-08-02 08:17:59 +0000 |
commit | 6be05dae42f9275dc3b3153aea15f8387a239a33 (patch) | |
tree | 3e793cc82da54923d8cfe392576b30a0de87a726 /emacs | |
parent | 3f52e9dfb3561c570cc916eea0e48b762ad97e0c (diff) | |
download | ocaml-6be05dae42f9275dc3b3153aea15f8387a239a33.tar.gz |
add some missing copyright headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12814 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/caml-font.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emacs/caml-font.el b/emacs/caml-font.el index d0eeb5c831..0f35655b1e 100644 --- a/emacs/caml-font.el +++ b/emacs/caml-font.el @@ -1,3 +1,15 @@ +;(***********************************************************************) +;(* *) +;(* OCaml *) +;(* *) +;(* Jacques Garrigue, Ian T Zimmerman, Damien Doligez *) +;(* *) +;(* Copyright 1997 Institut National de Recherche en Informatique et *) +;(* en Automatique. All rights reserved. This file is distributed *) +;(* under the terms of the GNU General Public License. *) +;(* *) +;(***********************************************************************) + ;; caml-font: font-lock support for OCaml files ;; now with perfect parsing of comments and strings |