diff options
author | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2014-02-17 18:19:04 +0530 |
---|---|---|
committer | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2014-02-17 18:19:04 +0530 |
commit | 075a2fb716e6e0ffe5078f2433a5c2bdd0e63a3f (patch) | |
tree | 3450186571ba7a411a2dbc781c45e2b6f2e1a2cf /tests | |
parent | 9ea02a1c094594692469e79a519b649ec3b8e487 (diff) | |
download | mariadb-git-075a2fb716e6e0ffe5078f2433a5c2bdd0e63a3f.tar.gz |
Updated/added copyright header. Added line "use is subject to license terms"
to copyright header.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/deadlock_test.c | 1 | ||||
-rwxr-xr-x | tests/drop_test.pl | 1 | ||||
-rwxr-xr-x | tests/export.pl | 1 | ||||
-rwxr-xr-x | tests/fork2_test.pl | 1 | ||||
-rwxr-xr-x | tests/index_corrupt.pl | 1 | ||||
-rwxr-xr-x | tests/insert_and_repair.pl | 1 | ||||
-rwxr-xr-x | tests/lock_test.pl | 1 | ||||
-rwxr-xr-x | tests/pmail.pl | 1 | ||||
-rwxr-xr-x | tests/rename_test.pl | 1 | ||||
-rwxr-xr-x | tests/table_types.pl | 1 | ||||
-rwxr-xr-x | tests/test_delayed_insert.pl | 1 | ||||
-rwxr-xr-x | tests/truncate.pl | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/tests/deadlock_test.c b/tests/deadlock_test.c index b518f531e15..811aa9b58c6 100644 --- a/tests/deadlock_test.c +++ b/tests/deadlock_test.c @@ -1,4 +1,5 @@ /* Copyright (C) 2000-2001, 2003-2004, 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 diff --git a/tests/drop_test.pl b/tests/drop_test.pl index ad9b0cfd1c2..362b6d7b8b5 100755 --- a/tests/drop_test.pl +++ b/tests/drop_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000 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/export.pl b/tests/export.pl index 09a7f2b5dc2..d7825574c8c 100755 --- a/tests/export.pl +++ b/tests/export.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2000, 2001 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/fork2_test.pl b/tests/fork2_test.pl index baf6bc47ba8..f8e15403da1 100755 --- a/tests/fork2_test.pl +++ b/tests/fork2_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 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/index_corrupt.pl b/tests/index_corrupt.pl index 85c6c5d9110..3623315c968 100755 --- a/tests/index_corrupt.pl +++ b/tests/index_corrupt.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2005 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/insert_and_repair.pl b/tests/insert_and_repair.pl index fb65a646d43..d8799321af1 100755 --- a/tests/insert_and_repair.pl +++ b/tests/insert_and_repair.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 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/lock_test.pl b/tests/lock_test.pl index c783e605d83..97531df99ca 100755 --- a/tests/lock_test.pl +++ b/tests/lock_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2000 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/pmail.pl b/tests/pmail.pl index 393d459a717..39f51a4e401 100755 --- a/tests/pmail.pl +++ b/tests/pmail.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2005 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/rename_test.pl b/tests/rename_test.pl index 9355641dcc8..24d4f9e1a2e 100755 --- a/tests/rename_test.pl +++ b/tests/rename_test.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 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/table_types.pl b/tests/table_types.pl index 2591d4b6f99..53f59a4429d 100755 --- a/tests/table_types.pl +++ b/tests/table_types.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2000, 2003 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/test_delayed_insert.pl b/tests/test_delayed_insert.pl index ac00afaaba4..6d535374991 100755 --- a/tests/test_delayed_insert.pl +++ b/tests/test_delayed_insert.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2000, 2001 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/truncate.pl b/tests/truncate.pl index bf0fb779fe5..41bb79b8237 100755 --- a/tests/truncate.pl +++ b/tests/truncate.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w # Copyright (C) 2002 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 |