Mercurial > emacs
comparison nt/INSTALL @ 75769:92a0e87ff562
Switch to standard GPL text for license.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 11 Feb 2007 00:15:39 +0000 |
parents | 3d45362f1d38 |
children | ca2c6759e770 52a7f3f50b89 |
comparison
equal
deleted
inserted
replaced
75768:239c7fe7e217 | 75769:92a0e87ff562 |
---|---|
1 Building and Installing Emacs | 1 Building and Installing Emacs |
2 on Windows NT/2K/XP and Windows 95/98/ME | 2 on Windows NT/2K/XP and Windows 95/98/ME |
3 | 3 |
4 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 4 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
5 Free Software Foundation, Inc. | 5 Free Software Foundation, Inc. |
6 See the end of the file for copying permissions. | 6 See the end of the file for license conditions. |
7 | 7 |
8 * For the impatient | 8 * For the impatient |
9 | 9 |
10 Here are the concise instructions for configuring and building the | 10 Here are the concise instructions for configuring and building the |
11 native Win32 binary of Emacs on Windows, for those who want to skip | 11 native Win32 binary of Emacs on Windows, for those who want to skip |
417 thread and try using debug_print again. Note that the debugger halts | 417 thread and try using debug_print again. Note that the debugger halts |
418 execution (e.g., due to a breakpoint) in the context of the current | 418 execution (e.g., due to a breakpoint) in the context of the current |
419 thread, so this should only be a problem if you've explicitly switched | 419 thread, so this should only be a problem if you've explicitly switched |
420 threads. | 420 threads. |
421 | 421 |
422 COPYING PERMISSIONS | 422 |
423 | 423 This file is part of GNU Emacs. |
424 Permission is granted to anyone to make or distribute verbatim copies | 424 |
425 of this document as received, in any medium, provided that the | 425 GNU Emacs is free software; you can redistribute it and/or modify |
426 copyright notice and permission notice are preserved, | 426 it under the terms of the GNU General Public License as published by |
427 and that the distributor grants the recipient permission | 427 the Free Software Foundation; either version 2, or (at your option) |
428 for further redistribution as permitted by this notice. | 428 any later version. |
429 | 429 |
430 Permission is granted to distribute modified versions | 430 GNU Emacs is distributed in the hope that it will be useful, |
431 of this document, or of portions of it, | 431 but WITHOUT ANY WARRANTY; without even the implied warranty of |
432 under the above conditions, provided also that they | 432 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
433 carry prominent notices stating who last changed them, | 433 GNU General Public License for more details. |
434 and that any new or changed statements about the activities | 434 |
435 of the Free Software Foundation are approved by the Foundation. | 435 You should have received a copy of the GNU General Public License |
436 along with GNU Emacs; see the file COPYING. If not, write to the | |
437 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
438 Boston, MA 02110-1301, USA. |