Update package comments
[fanfix.git] / src / jexer / session / package-info.java
index 5c5b2a80d47770421c603d40376d7e4999377c7d..0b6ccf0fa22fec8d4e00ed5754db718579b0e6e5 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,6 @@
  */
 
 /**
- * This package contains classes to encapsulate text terminal metadata:
- * width, height, username, language, etc.
+ * Text terminal session values: width, height, username, language, etc.
  */
 package jexer.session;