Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Kaufman2014-10-05 06:02:22 +0000
committerJames Kaufman2014-10-05 06:02:22 +0000
commit9ce534cd52acad52c8f0c61f73ba63933b3910bf (patch)
tree5afd30fc4ca688d2d3b20b02333fc1d18b5f2414 /org.eclipse.stem.internal.data
parent23714d101a75394b738e770774d4e3ce429ef28f (diff)
downloadorg.eclipse.stem.data-9ce534cd52acad52c8f0c61f73ba63933b3910bf.tar.gz
org.eclipse.stem.data-9ce534cd52acad52c8f0c61f73ba63933b3910bf.tar.xz
org.eclipse.stem.data-9ce534cd52acad52c8f0c61f73ba63933b3910bf.zip
added copyright
Diffstat (limited to 'org.eclipse.stem.internal.data')
-rw-r--r--org.eclipse.stem.internal.data/src/org/eclipse/stem/internal/data/utility/CountryLvl0BorderGenerator.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.stem.internal.data/src/org/eclipse/stem/internal/data/utility/CountryLvl0BorderGenerator.java b/org.eclipse.stem.internal.data/src/org/eclipse/stem/internal/data/utility/CountryLvl0BorderGenerator.java
index b33e665..372aad8 100644
--- a/org.eclipse.stem.internal.data/src/org/eclipse/stem/internal/data/utility/CountryLvl0BorderGenerator.java
+++ b/org.eclipse.stem.internal.data/src/org/eclipse/stem/internal/data/utility/CountryLvl0BorderGenerator.java
@@ -1,4 +1,14 @@
package org.eclipse.stem.internal.data.utility;
+/*******************************************************************************
+ * Copyright (c) 2014 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
+ *******************************************************************************/
import java.io.BufferedReader;
import java.io.File;

Back to the top