CmdVersion: Updated YYYY

This commit is contained in:
Paul Beckingham
2019-03-02 14:06:39 -05:00
parent 49a5937ace
commit 9fd12498ed

View File

@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// //
// Copyright 2006 - 2018, Paul Beckingham, Federico Hernandez. // Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez.
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal
@@ -78,7 +78,7 @@ int CmdVersion::execute (std::string& output)
<< format ("{1} {2} built for ", bold.colorize (PACKAGE), bold.colorize (VERSION)) << format ("{1} {2} built for ", bold.colorize (PACKAGE), bold.colorize (VERSION))
<< osName () << osName ()
<< '\n' << '\n'
<< "Copyright (C) 2006 - 2018 P. Beckingham, F. Hernandez." << "Copyright (C) 2006 - 2019 P. Beckingham, F. Hernandez."
<< '\n' << '\n'
<< '\n' << '\n'
<< disclaimer.render () << disclaimer.render ()