Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-01-25 20:54:30 +0000
committerIgor Fedorenko2012-01-25 20:54:30 +0000
commitcebed95a07b1ba1791eb2c66f3253fdbecfc1232 (patch)
treef16dda1cc9e257767dcf3df7198b7bc7e250ba8f /org.eclipse.m2e.jdt
parentcb3032532ec6f562042040264b6052e24caefbee (diff)
downloadm2e-core-cebed95a07b1ba1791eb2c66f3253fdbecfc1232.tar.gz
m2e-core-cebed95a07b1ba1791eb2c66f3253fdbecfc1232.tar.xz
m2e-core-cebed95a07b1ba1791eb2c66f3253fdbecfc1232.zip
added missing copyright header
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.jdt')
-rw-r--r--org.eclipse.m2e.jdt/src/org/eclipse/m2e/jdt/internal/BuildPathManager.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.m2e.jdt/src/org/eclipse/m2e/jdt/internal/BuildPathManager.java b/org.eclipse.m2e.jdt/src/org/eclipse/m2e/jdt/internal/BuildPathManager.java
index 289dc19a..e4750bfc 100644
--- a/org.eclipse.m2e.jdt/src/org/eclipse/m2e/jdt/internal/BuildPathManager.java
+++ b/org.eclipse.m2e.jdt/src/org/eclipse/m2e/jdt/internal/BuildPathManager.java
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2008-2010 Sonatype, Inc.
+ * 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:
+ * Sonatype, Inc. - initial API and implementation
+ *******************************************************************************/
+
package org.eclipse.m2e.jdt.internal;
import java.io.BufferedInputStream;

Back to the top