Skip to content

Commit e14a52a

Browse files
committed
Implemented code review comments: fixed FSF address
1 parent 00772d3 commit e14a52a

14 files changed

Lines changed: 28 additions & 26 deletions

client/mysql_upgrade.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
GNU General Public License for more details.
1111
1212
You should have received a copy of the GNU General Public License
13-
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
13+
along with this program; if not, write to the Free Software Foundation,
14+
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
#include "client_priv.h"
1717
#include <sslopt-vars.h>

mysql-test/mysql-test-run.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program; if not, write to the Free Software
1717
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18+
# long with this program; if not, write to the Free Software Foundation,
19+
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1820

1921
#
2022
##############################################################################

mysql-test/suite/perfschema/include/pfs_upgrade.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# GNU General Public License for more details.
1111
#
1212
# You should have received a copy of the GNU General Public License
13-
# along with this program; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13+
# along with this program; if not, write to the Free Software Foundation,
14+
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1515

1616
# Tests for PERFORMANCE_SCHEMA
1717
# Make sure mysql_upgrade does not destroy data in a 'performance_schema'

mysql-test/suite/perfschema/t/pfs_upgrade_lc0.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# GNU General Public License for more details.
1111
#
1212
# You should have received a copy of the GNU General Public License
13-
# along with this program; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13+
# along with this program; if not, write to the Free Software Foundation,
14+
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1515

1616
# Tests for PERFORMANCE_SCHEMA
1717
# Make sure mysql_upgrade does not destroy data in a 'performance_schema'

mysql-test/suite/perfschema/t/pfs_upgrade_lc1.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# GNU General Public License for more details.
1111
#
1212
# You should have received a copy of the GNU General Public License
13-
# along with this program; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13+
# along with this program; if not, write to the Free Software Foundation,
14+
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1515

1616
# Tests for PERFORMANCE_SCHEMA
1717
# Make sure mysql_upgrade does not destroy data in a 'performance_schema'

mysql-test/suite/perfschema/t/pfs_upgrade_lc2.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# GNU General Public License for more details.
1111
#
1212
# You should have received a copy of the GNU General Public License
13-
# along with this program; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13+
# along with this program; if not, write to the Free Software Foundation,
14+
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1515

1616
# Tests for PERFORMANCE_SCHEMA
1717
# Make sure mysql_upgrade does not destroy data in a 'performance_schema'

scripts/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# GNU General Public License for more details.
1111
#
1212
# You should have received a copy of the GNU General Public License
13-
# along with this program; if not, write to the Free Software
14-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13+
# along with this program; if not, write to the Free Software Foundation,
14+
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1515

1616
## Process this file with automake to create Makefile.in
1717

scripts/comp_sql.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
GNU General Public License for more details.
1111
1212
You should have received a copy of the GNU General Public License
13-
along with this program; if not, write to the Free Software
14-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
13+
along with this program; if not, write to the Free Software Foundation,
14+
51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
1515

1616
/*
1717
Converts a SQL file into a C file that can be compiled and linked

scripts/mysql_system_tables.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
-- GNU General Public License for more details.
1111
--
1212
-- You should have received a copy of the GNU General Public License
13-
-- along with this program; if not, write to the Free Software
14-
-- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
13+
-- along with this program; if not, write to the Free Software Foundation,
14+
-- 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1515

1616
--
1717
-- The system tables of MySQL Server

sql/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# GNU General Public License for more details.
1111
#
1212
# You should have received a copy of the GNU General Public License
13-
# along with this program; if not, write to the Free Software
14-
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
13+
# along with this program; if not, write to the Free Software Foundation,
14+
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
1515

1616

1717
INCLUDE_DIRECTORIES(

0 commit comments

Comments
 (0)