Added FileUtils class and license

This commit is contained in:
misaochan 2016-01-12 16:41:19 +13:00
parent 81156db89f
commit 8c2959f5b0

View file

@ -0,0 +1,5 @@
package fr.free.nrw.commons.upload;
//Taken from https://github.com/iPaulPro/aFileChooser/blob/master/aFileChooser/src/com/ipaulpro/afilechooser/utils/FileUtils.java#L257 (Apache License 2.0)
public class FileUtils {
}