Apache license reference added to the code

Also added an author tag
This commit is contained in:
Stefan Haustein 2016-06-23 14:56:57 +02:00 committed by GitHub
parent bf5afd4fea
commit 3f421d467d

View File

@ -7,6 +7,12 @@ import java.util.Arrays;
import javax.imageio.ImageIO;
/**
* Simple program to print images to the shell using 24 bit ANSI color codes and Unicode block graphics characters.
*
* License: Apache 2.0
* @author Stefan Haustein
*/
public class TerminalImageViewer {
/**