diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-05-11 18:08:32 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-05-11 18:30:45 +0300 |
commit | 15f1e03d46dfa704beeed4880ed72c0163869dc3 (patch) | |
tree | 98283360dd625c2a8df6e16b7c9b27878510c0f4 /mysys | |
parent | 17b4f99928eb222dcc7c7b0404ccbcd1063af026 (diff) | |
download | mariadb-git-15f1e03d46dfa704beeed4880ed72c0163869dc3.tar.gz |
Follow-up to changing FSF address
Some places didn't match the previous rules, making the Floor
address wrong.
Additional sed rules:
sed -i -e 's/Place.*Suite .*, Boston/Street, Fifth Floor, Boston/g'
sed -i -e 's/Suite .*, Boston/Fifth Floor, Boston/g'
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_handler_errors.h | 2 | ||||
-rw-r--r-- | mysys/my_port.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysys/my_handler_errors.h b/mysys/my_handler_errors.h index bcc1ba9c476..a115b8913f5 100644 --- a/mysys/my_handler_errors.h +++ b/mysys/my_handler_errors.h @@ -14,7 +14,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 Street, Suite 500, Boston, MA 02110-1335 USA */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ /* Errors a handler can give you diff --git a/mysys/my_port.c b/mysys/my_port.c index 6273982f4bd..c0e36eafc2d 100644 --- a/mysys/my_port.c +++ b/mysys/my_port.c @@ -12,7 +12,7 @@ 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., 51 Franklin Place - Suite 330, Boston, + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ /* |