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 /include | |
parent | f8604ed9ffba0ef645280245cee89afe394c1fdd (diff) | |
download | mariadb-git-3859273d048f0a4194c076f44aed4b45475ed158.tar.gz |
MDEV-14267: correct FSF address
Diffstat (limited to 'include')
-rw-r--r-- | include/big_endian.h | 2 | ||||
-rw-r--r-- | include/byte_order_generic.h | 2 | ||||
-rw-r--r-- | include/byte_order_generic_x86.h | 2 | ||||
-rw-r--r-- | include/byte_order_generic_x86_64.h | 2 | ||||
-rw-r--r-- | include/little_endian.h | 2 | ||||
-rw-r--r-- | include/my_cpu.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/include/big_endian.h b/include/big_endian.h index 021b6abc383..5f6e623f6a0 100644 --- a/include/big_endian.h +++ b/include/big_endian.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 */ /* Data in big-endian format. diff --git a/include/byte_order_generic.h b/include/byte_order_generic.h index d4ac27eeb9c..14b00fc87eb 100644 --- a/include/byte_order_generic.h +++ b/include/byte_order_generic.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 */ /* Endianness-independent definitions for architectures other diff --git a/include/byte_order_generic_x86.h b/include/byte_order_generic_x86.h index a97dd0f43a3..5df208ff35c 100644 --- a/include/byte_order_generic_x86.h +++ b/include/byte_order_generic_x86.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 */ /* Optimized function-like macros for the x86 architecture (_WIN32 included). diff --git a/include/byte_order_generic_x86_64.h b/include/byte_order_generic_x86_64.h index fbc6e1f536b..42c1944ad21 100644 --- a/include/byte_order_generic_x86_64.h +++ b/include/byte_order_generic_x86_64.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 */ /* Optimized function-like macros for the x86 architecture (_WIN32 included). diff --git a/include/little_endian.h b/include/little_endian.h index 7223fea648f..eb704f4344f 100644 --- a/include/little_endian.h +++ b/include/little_endian.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 */ /* Data in little-endian format. diff --git a/include/my_cpu.h b/include/my_cpu.h index 026b92c1b74..a67c0e976d6 100644 --- a/include/my_cpu.h +++ b/include/my_cpu.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 */ /* instructions for specific cpu's */ |