Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[nikiroo-utils.git] / src / jexer / backend / package-info.java
index 5669c69d525ca4ccc983fe371f08454abc92b916..46d8ba13bf0d05b53b95cc61093002a426d9a555 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2016 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,7 +28,6 @@
  */
 
 /**
- * This package contains the Backend interface between TApplication and
- * user-facing I/O.
+ * The interface between TApplication and user-facing I/O.
  */
 package jexer.backend;