X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fimage_test.cc;h=5a39bb066ebf382acaa284823263445804e69a13;hb=6996f3e291aec986adb1589808a54d09b8647520;hp=55fbb990774b8c2009eb1852c5e7fb5157341639;hpb=b67a3505b58ffd204ee1a2560be3026688be8f10;p=dcpomatic.git diff --git a/test/image_test.cc b/test/image_test.cc index 55fbb9907..5a39bb066 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -1,25 +1,26 @@ /* Copyright (C) 2012-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/image_test.cc - * @brief Tests of the Image class. - * + * @brief Test Image class. + * @ingroup selfcontained * @see test/make_black_test.cc, test/pixel_formats_test.cc */