updated contact information

This commit is contained in:
suhrke 2017-08-19 15:13:06 -07:00
parent 33b3b0a6d0
commit 40f9432321
3 changed files with 9 additions and 6 deletions

View File

@ -10,7 +10,7 @@
* Revision: none * Revision: none
* Compiler: gcc * Compiler: gcc
* *
* Author: suhrke@teknik.io * Author: surkeh@protonmail.com
* *
* ===================================================================================== * =====================================================================================
*/ */

View File

@ -17,7 +17,7 @@
* Revision: none * Revision: none
* Compiler: gcc * Compiler: gcc
* *
* Author: suhrke@teknik.io * Author: surkeh@protonmail.com
* *
* ===================================================================================== * =====================================================================================
*/ */

View File

@ -2,12 +2,15 @@
// Author: Michael Cameron // Author: Michael Cameron
// Email: chronokun@hotmail.com // Email: chronokun@hotmail.com
// //
#include <vector> // Modified by: scuti@teknik.io
#include <string> //
#include <sstream>
#include <fstream>
#include <iostream> #include <iostream>
#include <exception> #include <exception>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include "cxxopts.hpp" #include "cxxopts.hpp"