diff options
author | kent@kent-amd64.(none) <> | 2006-12-31 01:32:21 +0100 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2006-12-31 01:32:21 +0100 |
commit | 58763e383e40331b7010bf3280904efe4d4fc3df (patch) | |
tree | fa5f0a9d02637384a995bfbff6cf3b5184b4e1df /server-tools/instance-manager/portability.h | |
parent | 895e442dbfe8348f69388f6d181481a1b7576ca8 (diff) | |
parent | 1b8bd0d246f26fa05f9974005dc10cc647754ee1 (diff) | |
download | mariadb-git-58763e383e40331b7010bf3280904efe4d4fc3df.tar.gz |
Merge mysql.com:/home/kent/bk/main/mysql-5.0
into mysql.com:/home/kent/bk/main/mysql-5.1
Diffstat (limited to 'server-tools/instance-manager/portability.h')
-rw-r--r-- | server-tools/instance-manager/portability.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/server-tools/instance-manager/portability.h b/server-tools/instance-manager/portability.h index ef1fc31c1ea..eb677a0135c 100644 --- a/server-tools/instance-manager/portability.h +++ b/server-tools/instance-manager/portability.h @@ -1,3 +1,18 @@ +/* Copyright (C) 2005-2006 MySQL 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + #ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_PORTABILITY_H #define INCLUDES_MYSQL_INSTANCE_MANAGER_PORTABILITY_H |