summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2018-02-10 18:28:23 +1100
committerIan Gilfillan <github@greenman.co.za>2018-10-30 19:45:09 +0800
commit3859273d048f0a4194c076f44aed4b45475ed158 (patch)
treecf0e2287ebf0e47cf830f0b06feb709b0d2fdfb6 /plugin
parentf8604ed9ffba0ef645280245cee89afe394c1fdd (diff)
downloadmariadb-git-3859273d048f0a4194c076f44aed4b45475ed158.tar.gz
MDEV-14267: correct FSF address
Diffstat (limited to 'plugin')
-rw-r--r--plugin/auth_ed25519/ed25519-t.c2
-rw-r--r--plugin/user_variables/user_variables.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/auth_ed25519/ed25519-t.c b/plugin/auth_ed25519/ed25519-t.c
index f7d58c48d7c..fa058f69325 100644
--- a/plugin/auth_ed25519/ed25519-t.c
+++ b/plugin/auth_ed25519/ed25519-t.c
@@ -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 <tap.h>
#include <m_string.h>
diff --git a/plugin/user_variables/user_variables.cc b/plugin/user_variables/user_variables.cc
index 9190b2effb7..35378e0c8c8 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., 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
#include <sql_class.h>