diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2013-01-07 16:19:06 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2013-01-07 16:19:06 +0530 |
commit | 62d7006f0b01407b7b036d4c140d0f8d500c7665 (patch) | |
tree | f1fe7a858a267f79746f52931c9c26a89b9e4e28 /mysys/my_lib.c | |
parent | d95914b64815aa07e97c745d15eb2e6bc2aecff1 (diff) | |
parent | e7c2ae94dd60be1ea1bac0b3645621e60773bf69 (diff) | |
download | mariadb-git-62d7006f0b01407b7b036d4c140d0f8d500c7665.tar.gz |
Merge of patch for Bug#16066243 from mysql-5.1.
Diffstat (limited to 'mysys/my_lib.c')
-rw-r--r-- | mysys/my_lib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mysys/my_lib.c b/mysys/my_lib.c index f178d75734a..71969f23d85 100644 --- a/mysys/my_lib.c +++ b/mysys/my_lib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. +/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. 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 @@ -11,7 +11,8 @@ 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 */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ /* TODO: check for overun of memory for names. */ |