Update copyright to 2020

This commit is contained in:
Tomas Babej
2020-11-21 00:08:15 -05:00
committed by Paul Beckingham
parent d81b999fa9
commit a09f9d48ab
380 changed files with 382 additions and 382 deletions

View File

@@ -1,6 +1,6 @@
////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2006 - 2019, Paul Beckingham, Federico Hernandez.
// Copyright 2006 - 2020, 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 - 2019 P. Beckingham, F. Hernandez."
<< "Copyright (C) 2006 - 2020 P. Beckingham, F. Hernandez."
<< '\n'
<< '\n'
<< disclaimer.render ()