diff options
author | Daniel Black <grooverdan@users.sourceforge.net> | 2018-02-10 18:28:23 +1100 |
---|---|---|
committer | Ian Gilfillan <github@greenman.co.za> | 2018-10-30 19:45:09 +0800 |
commit | 3859273d048f0a4194c076f44aed4b45475ed158 (patch) | |
tree | cf0e2287ebf0e47cf830f0b06feb709b0d2fdfb6 /sql | |
parent | f8604ed9ffba0ef645280245cee89afe394c1fdd (diff) | |
download | mariadb-git-3859273d048f0a4194c076f44aed4b45475ed158.tar.gz |
MDEV-14267: correct FSF address
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_get_diagnostics.cc | 2 | ||||
-rw-r--r-- | sql/sql_get_diagnostics.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_get_diagnostics.cc b/sql/sql_get_diagnostics.cc index 1713cb04ebc..fcda2463e13 100644 --- a/sql/sql_get_diagnostics.cc +++ b/sql/sql_get_diagnostics.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 St, Fifth Floor, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301 USA */ #include "sql_list.h" // Sql_alloc, List, List_iterator #include "sql_cmd.h" // Sql_cmd diff --git a/sql/sql_get_diagnostics.h b/sql/sql_get_diagnostics.h index f34820757f5..6f1652bb146 100644 --- a/sql/sql_get_diagnostics.h +++ b/sql/sql_get_diagnostics.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., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301 USA */ #ifndef SQL_GET_DIAGNOSTICS_H #define SQL_GET_DIAGNOSTICS_H |