// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.opendata.modules.fr.toulouse; import org.openstreetmap.josm.plugins.opendata.core.licenses.ODbL; public class ToulouseLicense extends ODbL implements ToulouseConstants { public ToulouseLicense() { // TODO: Toulouse license /*try { setURL(PORTAL + "/la-licence", "fr"); } catch (MalformedURLException e) { e.printStackTrace(); }*/ } }