diff options
Diffstat (limited to 'tests')
-rw-r--r--[-rwxr-xr-x] | tests/big_record.pl | 2 | ||||
-rw-r--r-- | tests/connect_test.c | 2 | ||||
-rw-r--r-- | tests/deadlock_test.c | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/drop_test.pl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/export.pl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/fork2_test.pl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/fork_big.pl | 2 | ||||
-rw-r--r-- | tests/fork_big2.pl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/index_corrupt.pl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/insert_and_repair.pl | 2 | ||||
-rw-r--r-- | tests/insert_test.c | 2 | ||||
-rw-r--r-- | tests/list_test.c | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/lock_test.pl | 2 | ||||
-rw-r--r-- | tests/mysql_client_fw.c | 2 | ||||
-rw-r--r-- | tests/mysql_client_test.c | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/pmail.pl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/rename_test.pl | 2 | ||||
-rw-r--r-- | tests/select_test.c | 2 | ||||
-rw-r--r-- | tests/showdb_test.c | 2 | ||||
-rw-r--r-- | tests/ssl_test.c | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/table_types.pl | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/test_delayed_insert.pl | 2 | ||||
-rw-r--r-- | tests/thread_test.c | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/truncate.pl | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/tests/big_record.pl b/tests/big_record.pl index 77d1e613193..ea0befbc53a 100755..100644 --- a/tests/big_record.pl +++ b/tests/big_record.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # This is a test with stores big records in a blob. # Note that for the default test the mysql server should have been diff --git a/tests/connect_test.c b/tests/connect_test.c index 6dc2375e2dc..ab2e1a64d19 100644 --- a/tests/connect_test.c +++ b/tests/connect_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/deadlock_test.c b/tests/deadlock_test.c index e386205a985..b518f531e15 100644 --- a/tests/deadlock_test.c +++ b/tests/deadlock_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <mysql.h> #include <stdio.h> diff --git a/tests/drop_test.pl b/tests/drop_test.pl index 272c4029e0f..ad9b0cfd1c2 100755..100644 --- a/tests/drop_test.pl +++ b/tests/drop_test.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # This is a test with uses processes to insert, select and drop tables. diff --git a/tests/export.pl b/tests/export.pl index d543ede8697..09a7f2b5dc2 100755..100644 --- a/tests/export.pl +++ b/tests/export.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # This is a test with uses two processes to a database. # The other inserts records in two tables, the other does a lot of joins diff --git a/tests/fork2_test.pl b/tests/fork2_test.pl index 64e3e060b09..baf6bc47ba8 100755..100644 --- a/tests/fork2_test.pl +++ b/tests/fork2_test.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # This is a test with uses 5 processes to insert, update and select from # two tables. diff --git a/tests/fork_big.pl b/tests/fork_big.pl index 21590f870c4..b6ad9607d94 100755..100644 --- a/tests/fork_big.pl +++ b/tests/fork_big.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # This is a test with uses many processes to test a MySQL server. diff --git a/tests/fork_big2.pl b/tests/fork_big2.pl index 3595166048a..fe7da92acaf 100644 --- a/tests/fork_big2.pl +++ b/tests/fork_big2.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # This is a test with uses many processes to test a MySQL server. diff --git a/tests/index_corrupt.pl b/tests/index_corrupt.pl index fa4c8151277..85c6c5d9110 100755..100644 --- a/tests/index_corrupt.pl +++ b/tests/index_corrupt.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # This is a test for a key cache bug (bug #10167) diff --git a/tests/insert_and_repair.pl b/tests/insert_and_repair.pl index 00ab20f051b..fb65a646d43 100755..100644 --- a/tests/insert_and_repair.pl +++ b/tests/insert_and_repair.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # This is a test of insert and repair/check. diff --git a/tests/insert_test.c b/tests/insert_test.c index 28f794044b8..02e39b503f0 100644 --- a/tests/insert_test.c +++ b/tests/insert_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <stdio.h> #include <stdlib.h> diff --git a/tests/list_test.c b/tests/list_test.c index 7e739438865..b642021fa3e 100644 --- a/tests/list_test.c +++ b/tests/list_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifdef __WIN__ #include <windows.h> diff --git a/tests/lock_test.pl b/tests/lock_test.pl index a40bec681f6..c783e605d83 100755..100644 --- a/tests/lock_test.pl +++ b/tests/lock_test.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # This is a test with uses two processes to a database. # The other inserts records in two tables, the other does a lot of joins diff --git a/tests/mysql_client_fw.c b/tests/mysql_client_fw.c index 34a4c05215b..d932ccaaa65 100644 --- a/tests/mysql_client_fw.c +++ b/tests/mysql_client_fw.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <my_global.h> #include <my_sys.h> diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index e6544e99c7e..1901c93caaf 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /*************************************************************************** This is a test sample to test the new features in MySQL client-server diff --git a/tests/pmail.pl b/tests/pmail.pl index 38905832069..393d459a717 100755..100644 --- a/tests/pmail.pl +++ b/tests/pmail.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # Prints mails to standard output diff --git a/tests/rename_test.pl b/tests/rename_test.pl index 23fc33c9095..9355641dcc8 100755..100644 --- a/tests/rename_test.pl +++ b/tests/rename_test.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # This is a test with uses processes to insert, select and drop tables. diff --git a/tests/select_test.c b/tests/select_test.c index a27f03f3b35..d343256f8eb 100644 --- a/tests/select_test.c +++ b/tests/select_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #if defined(_WIN32) || defined(_WIN64) #include <windows.h> diff --git a/tests/showdb_test.c b/tests/showdb_test.c index 1ad9577c699..9e984cbfc87 100644 --- a/tests/showdb_test.c +++ b/tests/showdb_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifdef __WIN__ diff --git a/tests/ssl_test.c b/tests/ssl_test.c index b75c6f66760..c2f0791ca0a 100644 --- a/tests/ssl_test.c +++ b/tests/ssl_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #ifdef __WIN__ diff --git a/tests/table_types.pl b/tests/table_types.pl index 23d26215abe..2591d4b6f99 100755..100644 --- a/tests/table_types.pl +++ b/tests/table_types.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA use DBI; use Benchmark; diff --git a/tests/test_delayed_insert.pl b/tests/test_delayed_insert.pl index 5046c4fb580..ac00afaaba4 100755..100644 --- a/tests/test_delayed_insert.pl +++ b/tests/test_delayed_insert.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # This is a test for INSERT DELAYED # diff --git a/tests/thread_test.c b/tests/thread_test.c index 0b80451bee8..d94cf3e6d55 100644 --- a/tests/thread_test.c +++ b/tests/thread_test.c @@ -11,7 +11,7 @@ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <my_global.h> diff --git a/tests/truncate.pl b/tests/truncate.pl index 85e826fd4cd..bf0fb779fe5 100755..100644 --- a/tests/truncate.pl +++ b/tests/truncate.pl @@ -13,7 +13,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # # This is a test with uses many processes to test a MySQL server. |