diff options
| author | Richard M. Stallman | 2001-02-22 01:49:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-22 01:49:37 +0000 |
| commit | 851e6368e28e5aa7005c7d5f3cef1b40a42ff438 (patch) | |
| tree | ac377e18f87888db6011ade7f5a9739d39c9bdba /src | |
| parent | 76a4de07253dab62ca731fb5db09309a07205a09 (diff) | |
| download | emacs-851e6368e28e5aa7005c7d5f3cef1b40a42ff438.tar.gz emacs-851e6368e28e5aa7005c7d5f3cef1b40a42ff438.zip | |
Add copyright and permissions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/prefix-args.c | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/prefix-args.c b/src/prefix-args.c index d48696ab06b..4f5b620a2f3 100644 --- a/src/prefix-args.c +++ b/src/prefix-args.c | |||
| @@ -1,5 +1,24 @@ | |||
| 1 | /* prefix-args.c - echo each argument, prefixed by a string. | 1 | /* prefix-args.c - echo each argument, prefixed by a string. |
| 2 | Jim Blandy <jimb@occs.cs.oberlin.edu> - September 1992 | 2 | Copyright (C) 1992 Free Software Foundation, Inc. |
| 3 | |||
| 4 | This file is part of GNU Emacs. | ||
| 5 | |||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | ||
| 7 | it under the terms of the GNU General Public License as published by | ||
| 8 | the Free Software Foundation; either version 2, or (at your option) | ||
| 9 | any later version. | ||
| 10 | |||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | GNU General Public License for more details. | ||
| 15 | |||
| 16 | You should have received a copy of the GNU General Public License | ||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | ||
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 19 | Boston, MA 02111-1307, USA. */ | ||
| 20 | |||
| 21 | /* Jim Blandy <jimb@occs.cs.oberlin.edu> - September 1992 | ||
| 3 | 22 | ||
| 4 | When using GCC 2 as the linker in the build process, options | 23 | When using GCC 2 as the linker in the build process, options |
| 5 | intended for the linker need to be prefixed with the "-Xlinker" | 24 | intended for the linker need to be prefixed with the "-Xlinker" |