X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=yy%2Fmp.lex;h=4a53db2741754bf6359733af8b42ca60ca255e92;hb=HEAD;hp=1e06b8dcc1072cfb23e3cfbcc198d227706f1b22;hpb=3d3a2f50a05501cf27f1155629799953f952bd4b;p=paraslash.git diff --git a/yy/mp.lex b/yy/mp.lex index 1e06b8dc..4a53db27 100644 --- a/yy/mp.lex +++ b/yy/mp.lex @@ -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. */ /* * Since we do not supply yywrap(), we use noyywrap to instruct the scanner to @@ -78,6 +74,7 @@ lyrics_id {return LYRICS_ID;} bitrate {return BITRATE;} frequency {return FREQUENCY;} channels {return CHANNELS;} +duration {return DURATION;} true {return TRUE;} false {return FALSE;}