X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/dfcf069d565c347abf3cb7cec80e6ed8432037ba..506d2f9a542b2dcdc4dc918abd0524f29e22a2a6:/src/prefix-args.c diff --git a/src/prefix-args.c b/src/prefix-args.c index d48696ab06..1a855e0e34 100644 --- a/src/prefix-args.c +++ b/src/prefix-args.c @@ -1,5 +1,25 @@ /* prefix-args.c - echo each argument, prefixed by a string. - Jim Blandy - September 1992 + Copyright (C) 1992, 2002, 2003, 2004, 2005, + 2006 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +GNU Emacs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +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., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ + +/* Jim Blandy - September 1992 When using GCC 2 as the linker in the build process, options intended for the linker need to be prefixed with the "-Xlinker" @@ -52,3 +72,6 @@ Echo each ARG preceded by PREFIX and a space.\n", progname); exit (0); } + +/* arch-tag: 08136d70-e5c0-49c7-bcd8-b4850233977a + (do not change this comment) */