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 /client | |
parent | 207ca3b053d10a24111c3ed62abd88ed66761067 (diff) | |
download | mariadb-git-8afe262ae5ab3ba2bc8f440c67341ce2ad8ad544.tar.gz |
Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER
Diffstat (limited to 'client')
-rw-r--r-- | client/completion_hash.h | 4 | ||||
-rw-r--r-- | client/echo.c | 2 | ||||
-rw-r--r-- | client/get_password.c | 2 | ||||
-rw-r--r-- | client/mysql_plugin.c | 2 | ||||
-rw-r--r-- | client/mysqladmin.cc | 2 | ||||
-rw-r--r-- | client/mysqldump.c | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/client/completion_hash.h b/client/completion_hash.h index 50098e436b9..70c2cf1b371 100644 --- a/client/completion_hash.h +++ b/client/completion_hash.h @@ -13,8 +13,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 */ #ifndef _HASH_ #define _HASH_ diff --git a/client/echo.c b/client/echo.c index cd61b23a826..2a3cb915d23 100644 --- a/client/echo.c +++ b/client/echo.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 02110-1301, USA */ /* echo is a replacement for the "echo" command builtin to cmd.exe diff --git a/client/get_password.c b/client/get_password.c index 2a921c41a7c..d8d6dc93707 100644 --- a/client/get_password.c +++ b/client/get_password.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 02110-1301, USA */ /* ** Ask for a password from tty diff --git a/client/mysql_plugin.c b/client/mysql_plugin.c index bbb44678f51..72bab3ad528 100644 --- a/client/mysql_plugin.c +++ b/client/mysql_plugin.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 02110-1301, USA */ #include <m_string.h> diff --git a/client/mysqladmin.cc b/client/mysqladmin.cc index 2a1d61395e2..1bb4ac41b1e 100644 --- a/client/mysqladmin.cc +++ b/client/mysqladmin.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 02110-1301, USA */ /* maintaince of mysql databases */ diff --git a/client/mysqldump.c b/client/mysqldump.c index 9a2aa5a9f96..cdd9e04ae18 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.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 02110-1301, USA */ /* mysqldump.c - Dump a tables contents and format to an ASCII file |