This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/52204] New: libiberty/at-file.texi has no copyright or license statement whatsoever
- From: "naesten at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 10 Feb 2012 22:42:30 +0000
- Subject: [Bug other/52204] New: libiberty/at-file.texi has no copyright or license statement whatsoever
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52204
Bug #: 52204
Summary: libiberty/at-file.texi has no copyright or license
statement whatsoever
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: naesten@gmail.com
Here is the entirety of the file:
---->8----
@c This file is designed to be included in manuals that use
@c expandargv.
@item @@@var{file}
Read command-line options from @var{file}. The options read are
inserted in place of the original @@@var{file} option. If @var{file}
does not exist, or cannot be read, then the option will be treated
literally, and not removed.
Options in @var{file} are separated by whitespace. A whitespace
character may be included in an option by surrounding the entire
option in either single or double quotes. Any character (including a
backslash) may be included by prefixing the character to be included
with a backslash. The @var{file} may itself contain additional
@@@var{file} options; any such options will be processed recursively.
---->8----
And all relevant ChangeLog entries:
2005-10-07 Mark Mitchell <mark@codesourcery.com>
* at-file.texi: Fix typo.
2005-10-03 Mark Mitchell <mark@codesourcery.com>
* at-file.texi: New file.