Merge commit '77d3a60869e7a780c6ae069e51530e1eacece5e2'
[fanfix.git] / src / jexer / event / package-info.java
index 3c55ca1926d95bd02360eb5c6d530153dc3e17bf..e4541a3b9e0daac4a5061f9df1d89ad694df1c4f 100644 (file)
@@ -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,7 +28,7 @@
  */
 
 /**
- * This package contains the events that are generated by both end-user I/O
- * (keyboard/mouse) and other UI elements (menu/resize).
+ * Events that are generated by both end-user I/O (keyboard/mouse) and other
+ * UI elements (menu/resize).
  */
 package jexer.event;