]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - yy/mp.lex
paraslash 0.7.3
[paraslash.git] / yy / mp.lex
index 1e06b8dcc1072cfb23e3cfbcc198d227706f1b22..4a53db2741754bf6359733af8b42ca60ca255e92 100644 (file)
--- a/yy/mp.lex
+++ b/yy/mp.lex
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>, 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;}