]> code.delx.au - gnu-emacs/blobdiff - admin/diff-tar-files
*** empty log message ***
[gnu-emacs] / admin / diff-tar-files
index 6536a5e109f0610b1289134e97a5dacd5a8877c0..da3b1911abb153afe098e256b6a9d17f3294664b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
@@ -16,8 +16,8 @@
 #
 # 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.
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 if [ $# != 2 ]; then
     cat <<EOF
@@ -42,3 +42,4 @@ diff -u $old_tmp $new_tmp
 rm -f $new_tmp $old_tmp
 
 
+# arch-tag: ef2c96e2-ea67-4668-925c-d9a6f3d205cf