Kakadu / zanuda

OCaml linter
GNU Lesser General Public License v3.0
63 stars 8 forks source link

Improve detection of license information #41

Open Kakadu opened 8 months ago

Kakadu commented 8 months ago

1) The licence should not get into odoc. we can use (** /* *) + (** */ *) or something to avoid it. 2) we should allow this license info to be not in the beginning of the file. It's important because various rewriters (bisect_ppx) could add some stuff to the beginning of the file.