X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp.c;h=c5702c625bf2125afd10f3dab8ce1627053ddb07;hp=12fe336ef682823df8de17ead3669f1b7d120ec6;hb=a35c113e0bb9fa9ac02b77eb01dd32f49cd5c8d0;hpb=3d3a2f50a05501cf27f1155629799953f952bd4b diff --git a/mp.c b/mp.c index 12fe336e..c5702c62 100644 --- a/mp.c +++ b/mp.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2017 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2017 Andre Noll , see file COPYING. */ /** * \file mp.c Mood parser helper functions. @@ -13,7 +9,7 @@ * The public API (at the bottom of the file) allows to parse the same mood * definition many times in an efficient manner. * - * The first function to all is \ref mp_init(), which analyzes the given mood + * The first function to call is \ref mp_init(), which analyzes the given mood * definition syntactically. It returns the abstract syntax tree of the mood * definition and pre-compiles all regular expression patterns to make later * pattern matching efficient.