From 6ec17142dcfb1e9d9f41211ed1b6d82e062d1541 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Sun, 27 Feb 2022 04:28:27 +0100 Subject: [PATCH] Fix the FSF address to match the current one in: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt --- mysql-test/dgcov.pl | 2 +- plugin/user_variables/user_variables.cc | 2 +- sql/wsrep_plugin.cc | 2 +- sql/wsrep_trans_observer.h | 2 +- storage/rocksdb/nosql_access.cc | 2 +- storage/rocksdb/nosql_access.h | 2 +- storage/rocksdb/rdb_converter.cc | 2 +- storage/rocksdb/rdb_converter.h | 2 +- storage/rocksdb/rdb_global.h | 2 +- storage/spider/spd_db_include.cc | 2 +- storage/spider/spd_environ.h | 2 +- storage/spider/spd_group_by_handler.cc | 2 +- storage/spider/spd_group_by_handler.h | 2 +- storage/spider/spd_init_query.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/mysql-test/dgcov.pl b/mysql-test/dgcov.pl index 639f3a5b72a..a71174a441d 100755 --- a/mysql-test/dgcov.pl +++ b/mysql-test/dgcov.pl @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1335 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA # Run gcov and report test coverage on only those code lines touched by # a given list of commits. diff --git a/plugin/user_variables/user_variables.cc b/plugin/user_variables/user_variables.cc index fe87e17f4ee..df2ab4af1f8 100644 --- a/plugin/user_variables/user_variables.cc +++ b/plugin/user_variables/user_variables.cc @@ -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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1335 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ #define MYSQL_SERVER #include diff --git a/sql/wsrep_plugin.cc b/sql/wsrep_plugin.cc index 743b8a593b8..d23c51b19e1 100644 --- a/sql/wsrep_plugin.cc +++ b/sql/wsrep_plugin.cc @@ -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 02111-1301 USA */ #include "wsrep_trans_observer.h" #include "wsrep_mysqld.h" diff --git a/sql/wsrep_trans_observer.h b/sql/wsrep_trans_observer.h index f99d33094df..fbdf81b18ee 100644 --- a/sql/wsrep_trans_observer.h +++ b/sql/wsrep_trans_observer.h @@ -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 02111-1301 USA */ #ifndef WSREP_TRANS_OBSERVER_H #define WSREP_TRANS_OBSERVER_H diff --git a/storage/rocksdb/nosql_access.cc b/storage/rocksdb/nosql_access.cc index 9dcbe3fbcbc..080977f3722 100644 --- a/storage/rocksdb/nosql_access.cc +++ b/storage/rocksdb/nosql_access.cc @@ -12,7 +12,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 02111-1301 USA */ #define MYSQL_SERVER 1 diff --git a/storage/rocksdb/nosql_access.h b/storage/rocksdb/nosql_access.h index 70aaa400668..c6e75ec01c3 100644 --- a/storage/rocksdb/nosql_access.h +++ b/storage/rocksdb/nosql_access.h @@ -12,7 +12,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 02111-1301 USA */ /* C++ standard header files */ #include diff --git a/storage/rocksdb/rdb_converter.cc b/storage/rocksdb/rdb_converter.cc index 65f0b81cc7f..6f8aa306668 100644 --- a/storage/rocksdb/rdb_converter.cc +++ b/storage/rocksdb/rdb_converter.cc @@ -12,7 +12,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 02111-1301 USA */ #include diff --git a/storage/rocksdb/rdb_converter.h b/storage/rocksdb/rdb_converter.h index a4eae341f16..6ace89b3366 100644 --- a/storage/rocksdb/rdb_converter.h +++ b/storage/rocksdb/rdb_converter.h @@ -12,7 +12,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 02111-1301 USA */ #pragma once diff --git a/storage/rocksdb/rdb_global.h b/storage/rocksdb/rdb_global.h index 7213571bf61..c6b7e705587 100644 --- a/storage/rocksdb/rdb_global.h +++ b/storage/rocksdb/rdb_global.h @@ -12,7 +12,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 02111-1301 USA */ /* MyRocks global type definitions goes here */ diff --git a/storage/spider/spd_db_include.cc b/storage/spider/spd_db_include.cc index 963fdd80621..a4d7d4b49a0 100644 --- a/storage/spider/spd_db_include.cc +++ b/storage/spider/spd_db_include.cc @@ -12,7 +12,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 02111-1301 USA */ #define MYSQL_SERVER 1 #include diff --git a/storage/spider/spd_environ.h b/storage/spider/spd_environ.h index 5c49ff81beb..0caf23af64c 100644 --- a/storage/spider/spd_environ.h +++ b/storage/spider/spd_environ.h @@ -12,7 +12,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 02111-1301 USA */ /* Define functionality offered by MySQL or MariaDB diff --git a/storage/spider/spd_group_by_handler.cc b/storage/spider/spd_group_by_handler.cc index 201bb3425e7..63ab234e878 100644 --- a/storage/spider/spd_group_by_handler.cc +++ b/storage/spider/spd_group_by_handler.cc @@ -12,7 +12,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 02111-1301 USA */ #define MYSQL_SERVER 1 #include diff --git a/storage/spider/spd_group_by_handler.h b/storage/spider/spd_group_by_handler.h index c37a97e2db9..b8e85a3d417 100644 --- a/storage/spider/spd_group_by_handler.h +++ b/storage/spider/spd_group_by_handler.h @@ -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 02111-1301 USA */ class spider_group_by_handler: public group_by_handler { diff --git a/storage/spider/spd_init_query.h b/storage/spider/spd_init_query.h index 1cf987134f6..e66e94d8373 100644 --- a/storage/spider/spd_init_query.h +++ b/storage/spider/spd_init_query.h @@ -12,7 +12,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 02111-1301 USA */ /* This SQL script creates system tables for SPIDER