diff options
author | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-03-19 15:53:48 +0100 |
---|---|---|
committer | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-03-19 15:53:48 +0100 |
commit | 8afe262ae5ab3ba2bc8f440c67341ce2ad8ad544 (patch) | |
tree | ac5ea03fda7aaf6f299eaceb06cca686e2fe0473 /strings | |
parent | 207ca3b053d10a24111c3ed62abd88ed66761067 (diff) | |
download | mariadb-git-8afe262ae5ab3ba2bc8f440c67341ce2ad8ad544.tar.gz |
Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-bin.c | 4 | ||||
-rw-r--r-- | strings/ctype-eucjpms.c | 4 | ||||
-rw-r--r-- | strings/ctype-ujis.c | 4 | ||||
-rw-r--r-- | strings/decimal.c | 2 | ||||
-rw-r--r-- | strings/t_ctype.h | 2 | ||||
-rw-r--r-- | strings/xml.c | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/strings/ctype-bin.c b/strings/ctype-bin.c index 5ddec89ce1c..8b9391e40ad 100644 --- a/strings/ctype-bin.c +++ b/strings/ctype-bin.c @@ -12,8 +12,8 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA */ /* This file is for binary pseudo charset, created by bar@mysql.com */ diff --git a/strings/ctype-eucjpms.c b/strings/ctype-eucjpms.c index 9df11fcf051..c759d27b985 100644 --- a/strings/ctype-eucjpms.c +++ b/strings/ctype-eucjpms.c @@ -12,8 +12,8 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA */ /* This file is for Japanese EUC charset, and created based on ctype-ujis.c file. diff --git a/strings/ctype-ujis.c b/strings/ctype-ujis.c index fb7354d84a5..13f96be2e72 100644 --- a/strings/ctype-ujis.c +++ b/strings/ctype-ujis.c @@ -12,8 +12,8 @@ You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA */ + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA */ /* This file is for Japanese EUC charset, and created by tommy@valley.ne.jp. */ diff --git a/strings/decimal.c b/strings/decimal.c index 4d06667b9f1..39dff0723b9 100644 --- a/strings/decimal.c +++ b/strings/decimal.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 */ /* ======================================================================= diff --git a/strings/t_ctype.h b/strings/t_ctype.h index af4f3ebbaa1..8198d3eada8 100644 --- a/strings/t_ctype.h +++ b/strings/t_ctype.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 02110-1301, USA */ /* Copyright (C) 1998, 1999 by Pruet Boonma, all rights reserved. diff --git a/strings/xml.c b/strings/xml.c index 4735b2daeb5..303212fab53 100644 --- a/strings/xml.c +++ b/strings/xml.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 "m_string.h" |