X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Faudio_filter_test.cc;h=b0bb1449c8e20674b1055a4fc3b4e527bd973f8c;hp=ebb7df5a0f64e4f90cae97ccdbe8d1d4856f70f0;hb=15a83d720780d58f905d40f8493cdcb86596eaee;hpb=2610abb85fc82056c51c540d7a3d8f691dfe3403 diff --git a/test/audio_filter_test.cc b/test/audio_filter_test.cc index ebb7df5a0..b0bb1449c 100644 --- a/test/audio_filter_test.cc +++ b/test/audio_filter_test.cc @@ -1,24 +1,26 @@ /* 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/audio_filter_test.cc - * @brief Basic tests of audio filters. + * @brief Test AudioFilter, LowPassAudioFilter, HighPassAudioFilter classes. + * @ingroup selfcontained */ #include