summaryrefslogtreecommitdiff
path: root/ocamldoc/generators
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez@inria.fr>2016-02-18 16:11:59 +0100
committerDamien Doligez <damien.doligez@inria.fr>2016-02-18 16:59:16 +0100
commit5401ce8473062b19dd3553d022593cc5d91ccbff (patch)
treea0c140149b7d6a599d71a59132360d12a955feff /ocamldoc/generators
parent6e794aee7257ea72e785dc743981b4cc36cb14c6 (diff)
downloadocaml-5401ce8473062b19dd3553d022593cc5d91ccbff.tar.gz
Update headers for the new license.
Remains to be done: remove all headers in testsuite/tests.
Diffstat (limited to 'ocamldoc/generators')
-rw-r--r--ocamldoc/generators/odoc_literate.ml25
-rw-r--r--ocamldoc/generators/odoc_todo.ml25
2 files changed, 28 insertions, 22 deletions
diff --git a/ocamldoc/generators/odoc_literate.ml b/ocamldoc/generators/odoc_literate.ml
index 94b99f0593..da71b9ef6b 100644
--- a/ocamldoc/generators/odoc_literate.ml
+++ b/ocamldoc/generators/odoc_literate.ml
@@ -1,14 +1,17 @@
-(***********************************************************************)
-(* *)
-(* OCamldoc *)
-(* *)
-(* Maxence Guesdon, projet Cristal, INRIA Rocquencourt *)
-(* *)
-(* Copyright 2001 Institut National de Recherche en Informatique et *)
-(* en Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the Q Public License version 1.0. *)
-(* *)
-(***********************************************************************)
+(**************************************************************************)
+(* *)
+(* OCaml *)
+(* *)
+(* Maxence Guesdon, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 2001 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. *)
+(* *)
+(**************************************************************************)
open Odoc_info
module Naming = Odoc_html.Naming
diff --git a/ocamldoc/generators/odoc_todo.ml b/ocamldoc/generators/odoc_todo.ml
index 9dbf9f3759..01d3d94a75 100644
--- a/ocamldoc/generators/odoc_todo.ml
+++ b/ocamldoc/generators/odoc_todo.ml
@@ -1,14 +1,17 @@
-(***********************************************************************)
-(* *)
-(* OCamldoc *)
-(* *)
-(* Maxence Guesdon, projet Cristal, INRIA Rocquencourt *)
-(* *)
-(* Copyright 2010 Institut National de Recherche en Informatique et *)
-(* en Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the Q Public License version 1.0. *)
-(* *)
-(***********************************************************************)
+(**************************************************************************)
+(* *)
+(* OCaml *)
+(* *)
+(* Maxence Guesdon, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 2010 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. *)
+(* *)
+(**************************************************************************)
(** An OCamldoc generator to retrieve information in "todo" tags and
generate an html page with all todo items. *)