diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-25 16:04:35 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-25 16:04:35 +0100 |
commit | 0b9a0a3517ca2b75655f3af5c372cf333d3d5fe2 (patch) | |
tree | 5c67457ff8abbb89b203a7f55cda776b738c385b /tests | |
parent | 6324c36bd703a0f55dcd49dd721af262f73cf7aa (diff) | |
parent | ff2e82f4a175b7b023cd167b2fa6e6fcd1bd192e (diff) | |
download | mariadb-git-0b9a0a3517ca2b75655f3af5c372cf333d3d5fe2.tar.gz |
5.5 merge
Diffstat (limited to 'tests')
-rw-r--r-- | tests/connect_test.c | 3 | ||||
-rwxr-xr-x | tests/fork_big.pl | 5 | ||||
-rw-r--r-- | tests/fork_big2.pl | 5 | ||||
-rw-r--r-- | tests/insert_test.c | 3 | ||||
-rw-r--r-- | tests/list_test.c | 3 | ||||
-rw-r--r-- | tests/select_test.c | 3 | ||||
-rw-r--r-- | tests/showdb_test.c | 3 | ||||
-rw-r--r-- | tests/ssl_test.c | 3 |
8 files changed, 18 insertions, 10 deletions
diff --git a/tests/connect_test.c b/tests/connect_test.c index 3e23922031b..f30d0f2edba 100644 --- a/tests/connect_test.c +++ b/tests/connect_test.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2002-2004 MySQL AB + Use is subject to license terms 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 diff --git a/tests/fork_big.pl b/tests/fork_big.pl index 506a2fb0d8e..b866b899f8d 100755 --- a/tests/fork_big.pl +++ b/tests/fork_big.pl @@ -1,7 +1,8 @@ #!/usr/bin/perl -w -# Copyright (C) 2001 MySQL AB -# +# Copyright (c) 2001, 2006 MySQL AB +# Use is subject to license terms + # 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. diff --git a/tests/fork_big2.pl b/tests/fork_big2.pl index 516e8ff9478..e92cf869e52 100644 --- a/tests/fork_big2.pl +++ b/tests/fork_big2.pl @@ -1,7 +1,8 @@ #!/usr/bin/perl -w -# Copyright (C) 2002, 2005 MySQL AB -# +# Copyright (c) 2002, 2003, 2005, 2006 MySQL AB +# Use is subject to license terms + # 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. diff --git a/tests/insert_test.c b/tests/insert_test.c index e67d03dd435..f09766088aa 100644 --- a/tests/insert_test.c +++ b/tests/insert_test.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000-2004 MySQL AB + Use is subject to license terms 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 diff --git a/tests/list_test.c b/tests/list_test.c index 5b984b9eca9..2e8cd3654a3 100644 --- a/tests/list_test.c +++ b/tests/list_test.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2003, 2004 MySQL AB + Use is subject to license terms 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 diff --git a/tests/select_test.c b/tests/select_test.c index f85a7bee2bf..9a144c59292 100644 --- a/tests/select_test.c +++ b/tests/select_test.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2002-2004 MySQL AB + Use is subject to license terms 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 diff --git a/tests/showdb_test.c b/tests/showdb_test.c index 05c42b531cd..555a8511e61 100644 --- a/tests/showdb_test.c +++ b/tests/showdb_test.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2003, 2004 MySQL AB + Use is subject to license terms 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 diff --git a/tests/ssl_test.c b/tests/ssl_test.c index 3793538b4d2..2cd4b4b868b 100644 --- a/tests/ssl_test.c +++ b/tests/ssl_test.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2003, 2004, 2007 MySQL AB + Use is subject to license terms 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 |