X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fupdate_checker_test.cc;h=27754f0dd4f9318f63d357ca0dd687bfba04adbf;hb=7981ff2fe80ec88954e0f3eb4ff3c6e634c872f6;hp=5657e69ba8b251d45b7381d3bd9604277d832a0b;hpb=6904ca547ce503c9ea06b4def9b9a716068e493c;p=dcpomatic.git diff --git a/test/update_checker_test.cc b/test/update_checker_test.cc index 5657e69ba..27754f0dd 100644 --- a/test/update_checker_test.cc +++ b/test/update_checker_test.cc @@ -1,22 +1,28 @@ /* Copyright (C) 2014 Carl Hetherington - This program is free software; you can redistribute it and/or modify + This file is part of DCP-o-matic. + + DCP-o-matic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + DCP-o-matic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with DCP-o-matic. If not, see . */ +/** @file test/update_checker_test.cc + * @brief Check UpdateChecker::version_less_than + * @ingroup selfcontained + */ + #include #include "lib/update_checker.h"