Fix bug 8196 - Many (newer) header files don't have copyright / GPL header comments.
[obnox/samba-ctdb.git] / lib / talloc / talloc_testsuite.h
index acb97010416477e986d04e8b8946aab22909685b..21607f1134e690f6a34b3236801b40f5f09fe814 100644 (file)
@@ -1,6 +1,25 @@
 #ifndef __LIB_TALLOC_TALLOC_TESTSUITE_H__
 #define __LIB_TALLOC_TALLOC_TESTSUITE_H__
 
+/*
+   Unix SMB/CIFS implementation.
+
+   (C) 2011 Samba Team.
+
+   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 3 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, see <http://www.gnu.org/licenses/>.
+*/
+
 struct torture_context;
 bool torture_local_talloc(struct torture_context *tctx);