diff options
author | MySQL Build Team <mysql-build@oss.oracle.com> | 2012-02-16 10:48:16 +0100 |
---|---|---|
committer | MySQL Build Team <mysql-build@oss.oracle.com> | 2012-02-16 10:48:16 +0100 |
commit | 7a35cb91500a69c479c8eabc5d81e896d4401dd2 (patch) | |
tree | 0553c9290e2fcf4fd2016bd65932bae8630aaeb9 /mysql-test | |
parent | ba7d726c4812ebba43ad138d67b10e38f81b0b79 (diff) | |
parent | 6a003dd8ef5b07c9a75fedfeae89fc148a9e7c05 (diff) | |
download | mariadb-git-7a35cb91500a69c479c8eabc5d81e896d4401dd2.tar.gz |
Updated/added copyright headers
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | mysql-test/include/mtr_check.sql | 2 | ||||
-rwxr-xr-x | mysql-test/mysql-stress-test.pl | 2 | ||||
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/CMakeLists.txt b/mysql-test/CMakeLists.txt index 954e9c44311..f360ef1c616 100644 --- a/mysql-test/CMakeLists.txt +++ b/mysql-test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2009, 2011, 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 diff --git a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql index 975669004ce..fbe5df632c6 100644 --- a/mysql-test/include/mtr_check.sql +++ b/mysql-test/include/mtr_check.sql @@ -1,4 +1,4 @@ --- Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. +-- Copyright (c) 2008, 2011, 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 diff --git a/mysql-test/mysql-stress-test.pl b/mysql-test/mysql-stress-test.pl index 0e3b52d7bf5..d0ecc445621 100755 --- a/mysql-test/mysql-stress-test.pl +++ b/mysql-test/mysql-stress-test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2011, 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 Library General Public diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 2df6087f2b4..43734d04286 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- cperl -*- -# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2004, 2012, 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 |