[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/gmalloc.c
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/src/gmalloc.c |
Date: |
Mon, 04 Jul 2005 20:35:32 -0400 |
Index: emacs/src/gmalloc.c
diff -c emacs/src/gmalloc.c:1.15 emacs/src/gmalloc.c:1.16
*** emacs/src/gmalloc.c:1.15 Mon Apr 12 19:41:56 2004
--- emacs/src/gmalloc.c Tue Jul 5 00:35:10 2005
***************
*** 20,27 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
--- 20,27 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
***************
*** 339,346 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
--- 339,346 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
***************
*** 942,949 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
--- 942,949 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
***************
*** 1261,1268 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
--- 1261,1268 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
***************
*** 1506,1513 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
--- 1506,1513 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
***************
*** 1546,1552 ****
You should have received a copy of the GNU General Public License
along with the GNU C Library; see the file COPYING. If not, write to
! the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef _MALLOC_INTERNAL
#define _MALLOC_INTERNAL
--- 1546,1553 ----
You should have received a copy of the GNU General Public License
along with the GNU C Library; see the file COPYING. If not, write to
! the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
! MA 02110-1301, USA. */
#ifndef _MALLOC_INTERNAL
#define _MALLOC_INTERNAL
***************
*** 1602,1609 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA. */
#ifndef _MALLOC_INTERNAL
#define _MALLOC_INTERNAL
--- 1603,1610 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _MALLOC_INTERNAL
#define _MALLOC_INTERNAL
***************
*** 1702,1709 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
--- 1703,1710 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
***************
*** 1769,1776 ****
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 675 Mass Ave,
! Cambridge, MA 02139, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
--- 1770,1777 ----
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB. If
! not, write to the Free Software Foundation, Inc., 51 Franklin Street,
! Fifth Floor, Boston, MA 02110-1301, USA.
The author may be reached (Email) at the address address@hidden,
or (US mail) as Mike Haertel c/o Free Software Foundation. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/gmalloc.c,
Lute Kamstra <=