From 9fd12498ed92e1bbda9b0b2a9dac010a6361e8b3 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 2 Mar 2019 14:06:39 -0500 Subject: [PATCH] CmdVersion: Updated YYYY --- src/commands/CmdVersion.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdVersion.cpp b/src/commands/CmdVersion.cpp index dd35e7789..ede311c0d 100644 --- a/src/commands/CmdVersion.cpp +++ b/src/commands/CmdVersion.cpp @@ -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 // 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)) << osName () << '\n' - << "Copyright (C) 2006 - 2018 P. Beckingham, F. Hernandez." + << "Copyright (C) 2006 - 2019 P. Beckingham, F. Hernandez." << '\n' << '\n' << disclaimer.render ()