diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-02-17 23:27:15 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-02-17 23:27:15 +0100 |
commit | 2a5d8ea9a201a1bf33fe309b8293e31ebd961e60 (patch) | |
tree | 25cd2759395705fc28c3d11ed401e9b5ed9d6230 /sql/threadpool.h | |
parent | b932e57b27e413872a76deb082ccc425949a67ca (diff) | |
download | mariadb-git-2a5d8ea9a201a1bf33fe309b8293e31ebd961e60.tar.gz |
Added copiright, some more comments
Diffstat (limited to 'sql/threadpool.h')
-rw-r--r-- | sql/threadpool.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 |