From 2a5d8ea9a201a1bf33fe309b8293e31ebd961e60 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 17 Feb 2012 23:27:15 +0100 Subject: Added copiright, some more comments --- sql/threadpool.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sql/threadpool.h') diff --git a/sql/threadpool.h b/sql/threadpool.h index a3ecca3302b..919836e5a57 100644 --- a/sql/threadpool.h +++ b/sql/threadpool.h @@ -1,3 +1,17 @@ +/* Copyright (C) 2012 Monty Program Ab + + 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; version 2 of the License. + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define MAX_THREAD_GROUPS 128 -- cgit v1.2.1