Apache license reference added to the code
Also added an author tag
This commit is contained in:
parent
bf5afd4fea
commit
3f421d467d
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ import java.util.Arrays;
|
||||||
|
|
||||||
import javax.imageio.ImageIO;
|
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 {
|
public class TerminalImageViewer {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue