Skip to content

Commit f24a683

Browse files
committed
Updated/added copyright headers
--BZR-- revision-id: [email protected] property-branch-nick: mysql-5.0 testament3-sha1: 6c4daba2f3738577b2bacaadb6436669057b55c8
1 parent 68edad1 commit f24a683

File tree

286 files changed

+833
-559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+833
-559
lines changed

BUILD/FINISH.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (C) 2000, 2005 MySQL AB, 2008 Sun Microsystems, Inc.
1+
# Copyright (c) 2000, 2005 MySQL AB, 2008 Sun Microsystems, Inc.
2+
# Use is subject to license terms.
23
#
34
# This program is free software; you can redistribute it and/or
45
# modify it under the terms of the GNU Library General Public
@@ -12,8 +13,8 @@
1213
#
1314
# You should have received a copy of the GNU Library General Public
1415
# License along with this library; if not, write to the Free
15-
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16-
# MA 02111-1307, USA
16+
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
17+
# MA 02110-1301, USA
1718

1819
cflags="$c_warnings $extra_flags"
1920
cxxflags="$cxx_warnings $base_cxxflags $extra_flags"

BUILD/check-cpu

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2005, 2008 MySQL AB, 2009 Sun Microsystems, Inc.
3+
# Copyright (c) 2005, 2008 MySQL AB, 2009 Sun Microsystems, Inc.
4+
# Use is subject to license terms.
45
#
56
# This program is free software; you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -13,7 +14,7 @@
1314
#
1415
# You should have received a copy of the GNU General Public License
1516
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1718

1819
#
1920
# Check cpu of current machine and find the

BUILD/compile-dist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2004, 2006 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
3+
# Copyright (c) 2004, 2006 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
4+
# Use is subject to license terms.
45
#
56
# This program is free software; you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -13,7 +14,7 @@
1314
#
1415
# You should have received a copy of the GNU General Public License
1516
# along with this program; if not, write to the Free Software
16-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1718

1819
#
1920
# This script's purpose is to update the automake/autoconf helper scripts and

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (C) 2006 MySQL AB
1+
# Copyright (c) 2006-2008 MySQL AB, 2009 Sun Microsystems, Inc.
2+
# Use is subject to license terms.
23
#
34
# This program is free software; you can redistribute it and/or modify
45
# it under the terms of the GNU General Public License as published by

client/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (C) 2006 MySQL AB
1+
# Copyright (c) 2006, 2007 MySQL AB, 2009 Sun Microsystems, Inc.
2+
# Use is subject to license terms.
23
#
34
# This program is free software; you can redistribute it and/or modify
45
# it under the terms of the GNU General Public License as published by

client/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (C) 2000-2006 MySQL AB
1+
# Copyright (c) 2000-2007 MySQL AB, 2009 Sun Microsystems, Inc.
2+
# Use is subject to license terms.
23
#
34
# This program is free software; you can redistribute it and/or modify
45
# it under the terms of the GNU General Public License as published by
@@ -11,7 +12,7 @@
1112
#
1213
# You should have received a copy of the GNU General Public License
1314
# along with this program; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1516

1617
# This file is public domain and comes with NO WARRANTY of any kind
1718

client/my_readline.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/* Copyright (C) 2000 MySQL AB
1+
/*
2+
Copyright (c) 2000, 2004, 2006 MySQL AB, 2009 Sun Microsystems, Inc.
3+
Use is subject to license terms.
24
35
This program is free software; you can redistribute it and/or modify
46
it under the terms of the GNU General Public License as published by
@@ -11,7 +13,8 @@
1113
1214
You should have received a copy of the GNU General Public License
1315
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17+
*/
1518

1619
/* readline for batch mode */
1720

client/mysql.cc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/* Copyright (C) 2000-2008 MySQL AB
1+
/*
2+
Copyright (c) 2000-2008 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
3+
Use is subject to license terms.
24
35
This program is free software; you can redistribute it and/or modify
46
it under the terms of the GNU General Public License as published by
@@ -11,7 +13,8 @@
1113
1214
You should have received a copy of the GNU General Public License
1315
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17+
*/
1518

1619
/* mysql command tool
1720
* Commands compatible with mSQL by David J. Hughes

client/mysql_upgrade.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/* Copyright (C) 2000 MySQL AB
1+
/*
2+
Copyright (c) 2006-2008 MySQL AB, 2009 Sun Microsystems, Inc.
3+
Use is subject to license terms.
24
35
This program is free software; you can redistribute it and/or modify
46
it under the terms of the GNU General Public License as published by
@@ -11,7 +13,8 @@
1113
1214
You should have received a copy of the GNU General Public License
1315
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17+
*/
1518

1619
#include "client_priv.h"
1720
#include <sslopt-vars.h>

client/mysqladmin.cc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/* Copyright (C) 2000-2006 MySQL AB
1+
/*
2+
Copyright (c) 2000-2007 MySQL AB, 2009 Sun Microsystems, Inc.
3+
Use is subject to license terms.
24
35
This program is free software; you can redistribute it and/or modify
46
it under the terms of the GNU General Public License as published by
@@ -11,7 +13,8 @@
1113
1214
You should have received a copy of the GNU General Public License
1315
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
16+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17+
*/
1518

1619
/* maintaince of mysql databases */
1720

0 commit comments

Comments
 (0)