diff options
author | iangilfillan <github@greenman.co.za> | 2017-02-10 13:26:55 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-03-10 18:21:29 +0100 |
commit | f0ec34002a98eeb669cb254eaba6a3d678a58cc1 (patch) | |
tree | 79faf4bbc9d45810ae55fc8617aed5e5c3fa4692 /storage/cassandra | |
parent | 2a0ae1c90acc6332606144719764cb5fc730bf3b (diff) | |
download | mariadb-git-f0ec34002a98eeb669cb254eaba6a3d678a58cc1.tar.gz |
Correct FSF address
Diffstat (limited to 'storage/cassandra')
-rw-r--r-- | storage/cassandra/ha_cassandra.cc | 2 | ||||
-rw-r--r-- | storage/cassandra/ha_cassandra.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/cassandra/ha_cassandra.cc b/storage/cassandra/ha_cassandra.cc index aa4a9bbad47..f0ad2e39081 100644 --- a/storage/cassandra/ha_cassandra.cc +++ b/storage/cassandra/ha_cassandra.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 02111-1301 USA */ #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation diff --git a/storage/cassandra/ha_cassandra.h b/storage/cassandra/ha_cassandra.h index 0c225c58780..5da1bbcaa78 100644 --- a/storage/cassandra/ha_cassandra.h +++ b/storage/cassandra/ha_cassandra.h @@ -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 02111-1301 USA */ #ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif |