X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3e62da9572b75828b3912e55a2eecf3f3e254a0c..ff6daed30415db8a1110e11f67f5d61ef02f04a5:/src/unexcw.c diff --git a/src/unexcw.c b/src/unexcw.c index 58e356fdb0..cfd87781a1 100644 --- a/src/unexcw.c +++ b/src/unexcw.c @@ -1,8 +1,7 @@ /* unexec() support for Cygwin; complete rewrite of xemacs Cygwin unexec() code - Copyright (C) 2004 - Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -18,8 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #include #include @@ -302,3 +301,6 @@ unexec (char *outfile, char *infile, unsigned start_data, unsigned d1, return (0); } + +/* arch-tag: fc44f6c3-ca0a-45e0-a5a2-58b6101b1e65 + (do not change this comment) */