Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2b613c6a
Commit
2b613c6a
authored
Mar 27, 2002
by
Mark Mitchell
Committed by
Mark Mitchell
Mar 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dyn-string.c: Add libgcc exception to copyright notice.
From-SVN: r51461
parent
3cb20545
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
libiberty/ChangeLog
+4
-0
libiberty/dyn-string.c
+10
-1
No files found.
libiberty/ChangeLog
View file @
2b613c6a
2002-03-27 Mark Mitchell <mark@codesourcery.com>
* dyn-string.c: Add libgcc exception to copyright notice.
2002-03-26 H.J. Lu (hjl@gnu.org)
2002-03-26 H.J. Lu (hjl@gnu.org)
* config.table: Support --with-build-subdir.
* config.table: Support --with-build-subdir.
...
...
libiberty/dyn-string.c
View file @
2b613c6a
/* An abstract string datatype.
/* An abstract string datatype.
Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1998, 1999, 2000
, 2002
Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -9,6 +9,15 @@ it under the terms of the GNU General Public License as published by
...
@@ -9,6 +9,15 @@ it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
the Free Software Foundation; either version 2, or (at your option)
any later version.
any later version.
In addition to the permissions in the GNU General Public License, the
Free Software Foundation gives you unlimited permission to link the
compiled version of this file into combinations with other programs,
and to distribute those combinations without any restriction coming
from the use of this file. (The General Public License restrictions
do apply in other respects; for example, they cover modification of
the file, and distribution when not linked into a combined
executable.)
GNU CC is distributed in the hope that it will be useful,
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment