GPL boilerplate.
authorCarl Hetherington <cth@carlh.net>
Fri, 12 Jul 2013 18:27:17 +0000 (19:27 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Jul 2013 18:27:17 +0000 (19:27 +0100)
src/gamma_lut.cc
src/gamma_lut.h

index acc80af07b31a9cdbb80109ab1c10c38a7d95049..547601b97baf64a691f80a328685b28870dea55b 100644 (file)
@@ -1,3 +1,22 @@
+/*
+    Copyright (C) 2012-2013 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.
+
+*/
+
 #include <cmath>
 #include "gamma_lut.h"
 #include "lut_cache.h"
index e41cd21f7d04ca41f26dbf121989fd4ea68826a8..dcecfc2d9a65370ebe0b772cbb46b4cd665845a0 100644 (file)
@@ -1,3 +1,22 @@
+/*
+    Copyright (C) 2012-2013 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.
+
+*/
+
 #include "lut.h"
 #include "lut_cache.h"