Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 4e790a8

Browse files
committed
Remove mentions of libbacktrace from COPYRIGHT
Use of libbacktrace was removed in 06d565c where we switched to using the gimili library instead. Note: the backtrace submodule located at library/backtrace points to backtrace-rs which removed support for using libbacktrace in rust-lang/backtrace-rs#423.
1 parent 557b700 commit 4e790a8

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

COPYRIGHT

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -110,41 +110,3 @@ their own copyright notices and license terms:
110110
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
111111
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
112112
OF SUCH DAMAGE.
113-
114-
* libbacktrace, under src/libbacktrace:
115-
116-
Copyright (C) 2012-2014 Free Software Foundation, Inc.
117-
Written by Ian Lance Taylor, Google.
118-
119-
Redistribution and use in source and binary forms, with
120-
or without modification, are permitted provided that the
121-
following conditions are met:
122-
123-
(1) Redistributions of source code must retain the
124-
above copyright notice, this list of conditions and
125-
the following disclaimer.
126-
127-
(2) Redistributions in binary form must reproduce
128-
the above copyright notice, this list of conditions
129-
and the following disclaimer in the documentation
130-
and/or other materials provided with the
131-
distribution.
132-
133-
(3) The name of the author may not be used to
134-
endorse or promote products derived from this
135-
software without specific prior written permission.
136-
137-
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
138-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
139-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
140-
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
141-
NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
142-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
143-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
144-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
145-
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
146-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
147-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
148-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
149-
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
150-
OF SUCH DAMAGE. */

0 commit comments

Comments
 (0)