X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fio%2Fpackage-info.java;h=37ad2bbe9987adc1d6d8bb3b1e840a9289d1b516;hb=505be508ae7d3fb48122be548b310a238cfb91eb;hp=04cbc5923f9047a935f36a3c1e3a6b6dfb71d665;hpb=ca965765a69b96141ddf9cc170cb380eb21cf28e;p=nikiroo-utils.git diff --git a/src/jexer/io/package-info.java b/src/jexer/io/package-info.java index 04cbc59..37ad2bb 100644 --- a/src/jexer/io/package-info.java +++ b/src/jexer/io/package-info.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -28,6 +28,6 @@ */ /** - * User-facing I/O, including screen, keyboard, and mouse handling classes. + * java.io subclasses. */ package jexer.io;