Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/src_demo/org/apache/lucene/demo/html/SimpleCharStream.java')
-rw-r--r--org.eclipse.help.base/src_demo/org/apache/lucene/demo/html/SimpleCharStream.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.help.base/src_demo/org/apache/lucene/demo/html/SimpleCharStream.java b/org.eclipse.help.base/src_demo/org/apache/lucene/demo/html/SimpleCharStream.java
index 553a23cef..610d5e71a 100644
--- a/org.eclipse.help.base/src_demo/org/apache/lucene/demo/html/SimpleCharStream.java
+++ b/org.eclipse.help.base/src_demo/org/apache/lucene/demo/html/SimpleCharStream.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2015 IBM Corporation 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:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
/* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 4.0 */
package org.apache.lucene.demo.html;

Back to the top