diff options
author | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-03-19 13:29:12 +0100 |
---|---|---|
committer | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-03-19 13:29:12 +0100 |
commit | d20a70fb55114bd858754a67d863cce573b8333d (patch) | |
tree | bf203ed572abaa822dee3f1a12d9d0796fe1f6a0 /sql-common | |
parent | 6b243ee935b7737a5499b86ca6d31384dc2b0e89 (diff) | |
download | mariadb-git-d20a70fb55114bd858754a67d863cce573b8333d.tar.gz |
Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/Makefile.am | 2 | ||||
-rw-r--r-- | sql-common/pack.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql-common/Makefile.am b/sql-common/Makefile.am index 614ccffde9d..fef9b3a6db7 100644 --- a/sql-common/Makefile.am +++ b/sql-common/Makefile.am @@ -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 ## Process this file with automake to create Makefile.in EXTRA_DIST = client.c pack.c my_time.c my_user.c diff --git a/sql-common/pack.c b/sql-common/pack.c index ffaf6a4d67d..f3c5b049b2c 100644 --- a/sql-common/pack.c +++ b/sql-common/pack.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 <mysql_com.h> |