summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/repeat2.lm1
-rw-r--r--test/tags2.lm17
2 files changed, 17 insertions, 1 deletions
diff --git a/test/repeat2.lm b/test/repeat2.lm
index fd9667a2..cd10bb7e 100644
--- a/test/repeat2.lm
+++ b/test/repeat2.lm
@@ -2,6 +2,7 @@
# Copyright 2012 Adrian Thurston <thurston@complang.org>
#
+
lex
token word /( [^. \t\n]+ | '.' )/
token lws /[ \t]+/
diff --git a/test/tags2.lm b/test/tags2.lm
index d1da09aa..f93cbd45 100644
--- a/test/tags2.lm
+++ b/test/tags2.lm
@@ -3911,7 +3911,22 @@ for Switch:tag in S {
* Copyright 2006-2007 Adrian Thurston &lt;thurston@complang.org&gt;
*/
-/* This file is part of Ragel. */
+/* This file is part of Ragel.
+ *
+ * Ragel is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * Ragel is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Ragel; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
#include &lt;iostream&gt;
#include &lt;fstream&gt;