ctf: Commit the generated ANTLR files to the source tree
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.parser / src / main / antlr3 / org / eclipse / tracecompass / ctf / parser / CTFLexer.g
index 29f552453266a5bd5457e668bf561c1ceaa8f779..56ae7e408524e949eee53821ad40e284be1fc706 100644 (file)
@@ -5,7 +5,21 @@ options {
 }
 
 @lexer::header {
-    package org.eclipse.tracecompass.ctf.parser;
+/*******************************************************************************
+ * Copyright (c) 2010, 2013 Ericsson, Ecole Polytechnique de MontrĂ©al and others
+ *
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   Matthew Khouzam - Initial API and implementation
+ *   Simon Marchi - Initial API and implementation
+ *   Etienne Bergeron - Update to Antlr 3.5 syntax
+ *******************************************************************************/
+
+package org.eclipse.tracecompass.ctf.parser;
 }
 
 /*
This page took 0.032302 seconds and 5 git commands to generate.