diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 11:57:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 11:57:02 +0100 |
| commit | 4421884e04945a5251f37e892386a5f1d32d8881 (patch) | |
| tree | 4a5b131ead0338868ce63bed8b7256b895ce2db7 | |
| parent | d5085584d82c021e924cec6ce00e682a8e63d800 (diff) | |
GPL boilerplate.
| -rw-r--r-- | test/image_test.cc | 18 |
1 files changed, 18 insertions, 0 deletions
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 <cth@carlh.net> + + 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) { |
