1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

add header to resource

This commit is contained in:
Stefan Schroeder 2013-06-06 09:47:51 +02:00
parent 835f5e3bb9
commit 8711c45f74

View file

@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2013 Stefan Schroeder.
* eMail: stefan.schroeder@kit.edu
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v2.0
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
* Contributors:
* Stefan Schroeder - initial API and implementation
******************************************************************************/
package util; package util;
import java.io.File; import java.io.File;