Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-11-20 11:39:12 +0000
committerJonah Graham2018-11-22 20:30:13 +0000
commitf0ce92d3b5719794f5f786e513b4b4ff8e0abe0f (patch)
tree7258e967edb9fc1a81689973093f1f7d42c53b3d /lrparser/org.eclipse.cdt.core.lrparser/src
parentcd612527368a2be6f7d4db1e2fbc1f8bd53f5aaf (diff)
downloadorg.eclipse.cdt-f0ce92d3b5719794f5f786e513b4b4ff8e0abe0f.tar.gz
org.eclipse.cdt-f0ce92d3b5719794f5f786e513b4b4ff8e0abe0f.tar.xz
org.eclipse.cdt-f0ce92d3b5719794f5f786e513b4b4ff8e0abe0f.zip
Bug 540371: normalize files before applying EPLv2
Diffstat (limited to 'lrparser/org.eclipse.cdt.core.lrparser/src')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/core/dom/lrparser/ScannerExtensionConfiguration.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/core/dom/lrparser/ScannerExtensionConfiguration.java b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/core/dom/lrparser/ScannerExtensionConfiguration.java
index 881c8755dc4..4bd38e46c6e 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/core/dom/lrparser/ScannerExtensionConfiguration.java
+++ b/lrparser/org.eclipse.cdt.core.lrparser/src/org/eclipse/cdt/core/dom/lrparser/ScannerExtensionConfiguration.java
@@ -1,8 +1,9 @@
/*******************************************************************************
- * Copyright (c) 2008, 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
+ * Copyright (c) 2008, 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
******************************************************************************/

Back to the top