From 4421884e04945a5251f37e892386a5f1d32d8881 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Jul 2013 11:57:02 +0100 Subject: [PATCH] GPL boilerplate. --- test/image_test.cc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test/image_test.cc b/test/image_test.cc index 8dc289602..750612cf4 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -1,3 +1,21 @@ +/* + Copyright (C) 2012 Carl Hetherington + + This program 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, + 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. + +*/ BOOST_AUTO_TEST_CASE (aligned_image_test) { -- 2.30.2