Merge branch 'master' of https://github.com/klamonte/jexer
[fanfix.git] / src / jexer / event / package-info.java
index 28bc8148512aca253ce245a6a8df381e760192bc..dce2c90535be777f919fab3c024c11e3eb3f483d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2016 Kevin Lamonte
+ * Copyright (C) 2017 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;