meta: Update copyright year

This commit is contained in:
Tomas Babej 2019-01-01 08:46:21 -05:00
parent b5d7845c6d
commit 8066e4e6e2
381 changed files with 382 additions and 382 deletions

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
// 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 ()