Update copyright to 2017
authorKevin Lamonte <kevin.lamonte@gmail.com>
Sun, 19 Mar 2017 18:56:58 +0000 (14:56 -0400)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Sun, 19 Mar 2017 18:56:58 +0000 (14:56 -0400)
86 files changed:
build.xml
docs/TODO.md
src/jexer/TAction.java
src/jexer/TApplication.java
src/jexer/TButton.java
src/jexer/TCheckbox.java
src/jexer/TCommand.java
src/jexer/TDirectoryList.java
src/jexer/TDirectoryTreeItem.java
src/jexer/TEditColorThemeWindow.java
src/jexer/TField.java
src/jexer/TFileOpenBox.java
src/jexer/THScroller.java
src/jexer/TInputBox.java
src/jexer/TKeypress.java
src/jexer/TLabel.java
src/jexer/TList.java
src/jexer/TMessageBox.java
src/jexer/TPasswordField.java
src/jexer/TProgressBar.java
src/jexer/TRadioButton.java
src/jexer/TRadioGroup.java
src/jexer/TStatusBar.java
src/jexer/TTerminalWindow.java
src/jexer/TText.java
src/jexer/TTimer.java
src/jexer/TTreeItem.java
src/jexer/TTreeView.java
src/jexer/TVScroller.java
src/jexer/TWidget.java
src/jexer/TWindow.java
src/jexer/backend/Backend.java
src/jexer/backend/ECMA48Backend.java
src/jexer/backend/SwingBackend.java
src/jexer/backend/package-info.java
src/jexer/bits/Cell.java
src/jexer/bits/CellAttributes.java
src/jexer/bits/Color.java
src/jexer/bits/ColorTheme.java
src/jexer/bits/GraphicsChars.java
src/jexer/bits/MnemonicString.java
src/jexer/bits/package-info.java
src/jexer/demos/Demo1.java
src/jexer/demos/Demo2.java
src/jexer/demos/Demo3.java
src/jexer/demos/DemoApplication.java
src/jexer/demos/DemoCheckboxWindow.java
src/jexer/demos/DemoMainWindow.java
src/jexer/demos/DemoMsgBoxWindow.java
src/jexer/demos/DemoTextFieldWindow.java
src/jexer/demos/DemoTextWindow.java
src/jexer/demos/DemoTreeViewWindow.java
src/jexer/demos/package-info.java
src/jexer/event/TCommandEvent.java
src/jexer/event/TInputEvent.java
src/jexer/event/TKeypressEvent.java
src/jexer/event/TMenuEvent.java
src/jexer/event/TMouseEvent.java
src/jexer/event/TResizeEvent.java
src/jexer/event/package-info.java
src/jexer/io/ECMA48Screen.java
src/jexer/io/ECMA48Terminal.java
src/jexer/io/Screen.java
src/jexer/io/SwingScreen.java
src/jexer/io/SwingTerminal.java
src/jexer/io/package-info.java
src/jexer/menu/TMenu.java
src/jexer/menu/TMenuItem.java
src/jexer/menu/TMenuSeparator.java
src/jexer/menu/TSubMenu.java
src/jexer/menu/package-info.java
src/jexer/net/TelnetInputStream.java
src/jexer/net/TelnetOutputStream.java
src/jexer/net/TelnetServerSocket.java
src/jexer/net/TelnetSocket.java
src/jexer/net/package-info.java
src/jexer/package-info.java
src/jexer/session/SessionInfo.java
src/jexer/session/SwingSessionInfo.java
src/jexer/session/TSessionInfo.java
src/jexer/session/TTYSessionInfo.java
src/jexer/session/package-info.java
src/jexer/tterminal/DECCharacterSets.java
src/jexer/tterminal/DisplayLine.java
src/jexer/tterminal/ECMA48.java
src/jexer/tterminal/package-info.java

index 5894ef15422bd2f1921a2032b2e7abb7cf88101f..284c53a66151ca5db6c1e954e7028edcdd88990f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -4,7 +4,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
@@ -98,7 +98,7 @@
        <![CDATA[<h1>Jexer - Java Text User Interface Library</h1>]]>
       </doctitle>
       <bottom>
-       <![CDATA[<i>Copyright &#169; 2016 Kevin Lamonte. Licensed MIT.</i>]]>
+       <![CDATA[<i>Copyright &#169; 2017 Kevin Lamonte. Licensed MIT.</i>]]>
       </bottom>
       <!--
          <tag name="todo" scope="all" description="To do:"/>
index 4bc66c770043c73b37ef87bd64f4e696e96ca080..4f0621091b2eccf5e3d19f39550705ea279cbaf8 100644 (file)
@@ -21,6 +21,10 @@ Roadmap
   - TText + clickable links
   - Index
 
+0.0.8
+
+- Undo / Redo support
+
 0.1.0: BETA RELEASE and BUG HUNT
 
 - Verify vttest in multiple tterminals.
index 7cbc4f8ccd3a48b7a4432b6c3bf6537c165bf74b..ea01ffa91d7a90635987af5af2975a13da507740 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"),
index 9f15ccbc4f5d33b6b21291a151da2cd41c78a870..08ad1de436ec3d48504a9e5465869e98335ac7c0 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"),
index 748fe247c035b5dccf22acc913271fb0dbc30b10..1c995c47a4375d69d4f735b43b49dec69b73aa67 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"),
index 24bbec726cda0bbf183edfcb1e4da3d83d9c6ab5..78c83c83cfe59ba17e245cf1db2878d97b8c820a 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"),
index 584994f948cdfd5dd2abb3329eb791981bd50958..8381d9e3d8bdc8663cf934cf4d1ef7a72c370089 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"),
index 71be2ab5d2ddaa3f97ef17488fa2a1d4b007ee0f..642366b7e23c42f11bf1baedacb8363c15fa1e00 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"),
index 0066e49356c3806c1af8f68a59c419001e631a39..1cf377eb9f3f4f3583b303597bfb4a15d8a0c9fb 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"),
index 47197d4216f82fd81a5b4801c3645bb42f72ef14..a13bf1444f439d6043a65c2cffaf5de69a61bd9f 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"),
index b25858476bb00fccfd2a9668aa1ba16e874c449e..fbe726bc04ca2f1d68a38155569890a2780166e3 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"),
index a22483d8c9e8fc2810d04ea586c5b4ad92c5111e..ebf2daacaa2351a137f275736aad5d877f408f3a 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"),
index 0b6cf0b919da0f79c88bc3798e61ef1abb9af2f6..d488ebf417db22b156484951fb856a31fb0a64bb 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"),
index 7a1e92d6f169c487fd2ddd2496ebc839db485beb..bf54f1c2c80e653a9f39c686542150f4eb60bd09 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"),
index 5e551d8c18f4397a33bb0dd10ebe1544c06ff728..34b286fec1e35b39ecb25acbc6de7a79187e218c 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"),
index d6b817a845b651e1fcccef01f5e863d0bb6b86eb..d5bb24cd3f180f2fe5985f6dce80ef56c4aff6c5 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"),
index f157e220aca6508ac0f601a60c8c7faee54116a2..2312889722707ee6d6ea06f3dfcc5523c59c0314 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"),
index 88acb8a4282c7d2e33d4fea1469de8581109df81..8ad51446893b85593161abb17585ebc688ba7f69 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"),
index 3e92165481f8dcddb7f6b778ca90a3a7c496cebc..85f64e1b111abebbb4b46ff7552889cfba79a4cc 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"),
index c2c802b6c543511749a54d53adedc98cc83dfa08..49fd76ae8cc899c79b53f4abffe90fb5d5026f51 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"),
index 99e5f34b600911d7d2c8053b87ab55f08d989bd7..13a73ffedd73dddd1f3e2fc5bc91d45f4a8bc7f7 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"),
index 20a1ccd468ba5f33259e9788f1db3d6ef45e7287..83bf6454085f57c3cd87982ed8f015be06b6290f 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"),
index d03d5262a82035077b845d6cc3df7a879df00a5f..60b100a5154530e740fa0a9307ce2299ea9d57d6 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"),
index 50c87d6c6d4db7c1329dca206e1e2e97891565a5..41c4b5eca784aaa051f7b5566cb6262fd1a8532d 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"),
index 007ff2d5a7d95fbe0ee1ab95cedd4a8422dcc8a3..66fa44b0a936bfc578005bfc973ce8b9fce59181 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"),
index 622d89cb1df74a14ba2e846367b8f31fe19eeb8b..3ec63cba91fe3bc812e7105f5adf4adc77f1a7f1 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"),
index b92acde5daab4b147bf912b1bb5662830e4c32d1..cc48ffa6814641905c4c8354dd305c0b0e22137f 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"),
index f0480bddd716331a3c8963a344fdaa6ac6264364..6dc4f161fdfdd6db3249575549e35e4cacd94101 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"),
index 42a505e45257706532e19c81005fc1b425c7827c..32e173ab6b5ab080c32b375b99d52d9f9465e4e9 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"),
index 4dfe5a14a890e3b4415232ab75d2d035ab20ded3..9b99c915e92ab217fc250b6197d4d80620933297 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"),
index 32d94b928a48add6a82c1caf690d97b3b41c7638..af8c2299df59f4cb8be94f52199d8fc6eee2510e 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"),
index dbc7c973359ba6c2a0b2eed7579465eb55d3bbe9..664dff954f2ba322c06f3e3928dd32c4605ed07e 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"),
index 857985562b8fcc3de75bf235c3db4871fa3d5d05..24357bb11841aad529379bd718313d1924c24297 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"),
index e7f4312b0858c7f35f15356acaaee7d5a5221d87..c881b9a791021ee6e026b37620f6f0a83eca7212 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"),
index 5669c69d525ca4ccc983fe371f08454abc92b916..75d7818d74a42a811018da1e08c63c1c1edc325f 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"),
index 957ac7656f8c5e2fb34324ef792b5d97e943c42b..fd347be9ef97ba3e64c5cb70936ce259bfe5f6e1 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"),
index 43e0b222c751f616e7edf99554a6c63707df59ec..36cf700ea7b3da41b045874e6aa59274155dbc56 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"),
index 5a89ae30d0444d3e573e2c4f1c161e8c25ba9191..0f4e6b32bf35229f3d018084eee52287f1dd5c52 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"),
index d3a468f416dd3d2986282f7b53653d097ffc4a90..5ed503266f92dd58bbfa815726d13df943a97276 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"),
index 8e7a883dd5815d6b5b39bc6d6a4381f79f8d0f24..86265828bf2ae38e75b6130f7fae4a85bceb7537 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"),
index 9f7d178693c700d8edebc803da2a677ff4b8f3e7..327987987a84b0d0410100a382f4f86f34ff4f79 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"),
index c24d10553f436336f0b627755aae21c5e840a63d..280b14092f4ecc5d4bcafbacc0d68836ad60f1f6 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"),
index 1efe89f17b0db3d134f2f5918b12d2715153c49e..4715d79e4b04b3a49e158e201288ad948b63d610 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"),
index 81a458d90057f822570f3e9eea750eb013a7f601..74046b02659f6f79a8592f92bef4dc37059706cc 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"),
index 57122969114d915265d42ed703e1d2cb1e254613..b95f668dd1c3112c5371034f841fe18ef1e8b34f 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"),
index b07c783d1808b47f6088e00213f08c263978dc88..a352dee8ef625655f828faf435a9122efd878fc7 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"),
index 22d0cecba038515e649bab96faa060716a907c80..be0c81fed46f820859fea0f02f870f7de95db80a 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"),
index febdb4096b7e27064d9a67a9c710dfa94ea9c2cf..587a2297cc962d2a99ae803b06101a572349328e 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"),
index 77bc33199d16208f351ebb16b08ac7ef63a9d206..9a46c7bb5f999e359a31503866bcc69519738104 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"),
index cd989b8c4e70e26e6d68300ebe1d7b9a114c4518..fcdf4615cefe4fccf0b63d49d02fceac26374a5c 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"),
index 0ca34b0b5bcd7ebcd37bbb4f33857963c3d08690..19b6502775c4fabd1b189d6c3f872c7696d7db13 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"),
index ad588a916acdca4f8957287fac54d24ba3df3381..365cbcac8bcf05151713a72e856a5972b3649a26 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"),
index 355ba1c4fe888437d15555f8d8920d7d040055f3..45ce7d4c72e5b5b7258b467f216fde3ebb4d3b74 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"),
index d5665d8ec2ed0b61864958b72ecbc2f7e8315d80..772f366b671d081002f2a5bc1dfc7a6bcd775fc1 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"),
index 38acfb6185841c894986ba819632298633b56560..46ecfacc4f1030f30c87f5a4202257480db6305e 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"),
index 4243a795821100f585258b82136b1595bebd1eee..62c6be29f4ce8a5ea612b8b337c3ae0cab82c464 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"),
index fd9373f5b23404d02450ca459a28884ab61f24ff..ea75e40685bb4b2cc4817e133991ee9e5c588fde 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"),
index 59e35161095095af262672674147b330673b4de4..e098fa20f3556c98b75579a450d8e6985ced4786 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"),
index be76ede9bb2eac4417b3a1b82df1c22f22352b25..8b2b36759c414c3c564f7cbb30b4d5f89c689d50 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"),
index 28bc8148512aca253ce245a6a8df381e760192bc..3c55ca1926d95bd02360eb5c6d530153dc3e17bf 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"),
index 71878e968988fa4e9d11d132b7953c15b6f15829..77d48461fe7039469d1c68c9ea396e7c49676654 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"),
index d567a429c96bd4c60528680098e3466e1aab329b..174da85b266d03fe00889cbdb4bef0ecaa7cd7f6 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"),
index c6c7de8c8c05a440abbfcc65c13096810d089f3a..85e121f29be7a5a1d111bc44da9778bc85691dbb 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"),
index 3d0729e4feecd719b78431d93e1e54da46c9e30a..79ba8163ddb50308c63ba635946841e2e91b8f9b 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"),
index 9f1746f3de31b831ee7bad63ea0fbe001350f460..07d1ffad119d85a62726a242433ceeb22f3ec901 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"),
index f7e7870b2030bf444959325193468dd97c46c571..9b579da6d8458389063740aadb4482739dea78b4 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"),
index 6d89647a6f459c9eb35df1badd79ee14ceccdb7e..a2f94b37a86c765773ba352cbb8dc05bf21ecc7c 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"),
index fe74c4e7f8b837dfc361c4a697b0e0610e470ab0..9ffc1ea075a6448c561e21ef5008f87961f7f4ff 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"),
index d1a24686b5dab2e68fcc9204ad11ea9a47c09842..9a9fcfc81a0e39143d64481aeba57b3c0d9cc009 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"),
index ed141b45393b53f9f44427fab5742cc8d21f8605..7b5f80c911e6e402dbf69dd9dc92c0e1a23b5b35 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"),
index 2bef4ee4f1a6631ff6eaa28d2435d06062ffb7b0..0ef86c0cf235f945867d0aceded9210231635ab5 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"),
index 5541e64804b7384a5c8ba8d5d5e58b3beef026aa..2a5ed4dfbf33491174d7affe22f4067eb8f473b6 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"),
index 55ac31dba01d7742bf47a9416d89141c7784a553..3520a591f63e4dbc3e19988ac038eddd59eed425 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"),
index 88c6a1e52a0a1b290b64aef2e6a29b1ff98120e2..923ba2998a59b6f6f39c1a5972e6a103c2ca5a09 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"),
index a1a35f72396aa526943d7c9a2f8381247d0214b9..74ad72a3799e5dad860f94d15a29d0d5cee73b16 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"),
index d2a4579c327db187099b0e55a6fb5f6fb63e9561..29ff720ad242057afb644fc1cba97947be1062a4 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"),
index 822b28c34db2e75d82db2b75280f66d3768f92bb..e43328f89c13e535fb0bea554dbe7f73a0ae4a03 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"),
index a3d6bfaeaf04b11e77bb1bd53f5668972109b364..0712b6a2ab7a62500950c47221137c6435d665df 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"),
index 5b613868067b25b60db375d8a40e4febc0ef5399..07e7b227d7f9bd4045df8639d5df0f5e13af339f 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"),
index 4658a0fd25f4ea9c5bfbc42b9665b5402e0ff10c..adfdfd51b37b4017ce2e41e97fd3568009167411 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"),
index 91a83674384a64a52256a0cfd30cdb65eb074274..5d20b6b3861423faace55c813005291d00afad96 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"),
index 5c5b2a80d47770421c603d40376d7e4999377c7d..b7dacc4d6300f8418ec1f939af48ac89109ff4cd 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"),
index 0371f70a789233fde5533d012c6c2869f9cb2b22..4cc8757544cadf639c23210a1c016b4666a7464f 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"),
index 5b3faf2587d094ee8080b9888571c916c4eb7254..15739486de2b6bf386d4641638d69a3e1c94c744 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"),
index a282058189fe0dec5eeda5a8725324879303ec71..03b0543ba75726f279cb9054cd2d9b488f9443c4 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"),
index 607e4c2724b7b7a959584639675ec9d6a54de0e7..93e1b3cbd7946955315abc970d49b83b4416034d 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"),