aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-03-08 09:14:33 +0000
committerJonathan Wakely <jwakely@redhat.com>2022-03-08 12:53:04 +0000
commit7cce7b1c3d829172eb7f232e71ad194a0ad51931 (patch)
treef87993b14215b8ee67c7bbaf79fb471a3bf15dcb
parent5f07095d22f58572c06997aa6d4f3bc456e1925d (diff)
downloadgcc-7cce7b1c3d829172eb7f232e71ad194a0ad51931.zip
gcc-7cce7b1c3d829172eb7f232e71ad194a0ad51931.tar.gz
gcc-7cce7b1c3d829172eb7f232e71ad194a0ad51931.tar.bz2
libstdc++: Remove incorrect copyright notice from header
This file has the SGI copyright notice, but contains no code from the SGI STL. It was entirely written by me in 2019, originally as part of the <memory> header. When I extracted it into a new header I accidentally copied across the SGI copyright, but that only applies to some much older parts of <memory>. libstdc++-v3/ChangeLog: * include/bits/uses_allocator_args.h: Remove incorrect copyright notice.
-rw-r--r--libstdc++-v3/include/bits/uses_allocator_args.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libstdc++-v3/include/bits/uses_allocator_args.h b/libstdc++-v3/include/bits/uses_allocator_args.h
index d92dd1f..09cdbf1 100644
--- a/libstdc++-v3/include/bits/uses_allocator_args.h
+++ b/libstdc++-v3/include/bits/uses_allocator_args.h
@@ -22,20 +22,6 @@
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
-/*
- * Copyright (c) 1997-1999
- * Silicon Graphics Computer Systems, Inc.
- *
- * Permission to use, copy, modify, distribute and sell this software
- * and its documentation for any purpose is hereby granted without fee,
- * provided that the above copyright notice appear in all copies and
- * that both that copyright notice and this permission notice appear
- * in supporting documentation. Silicon Graphics makes no
- * representations about the suitability of this software for any
- * purpose. It is provided "as is" without express or implied warranty.
- *
- */
-
/** @file include/bits/uses_allocator_args.h
* This is an internal header file, included by other library headers.
* Do not attempt to use it directly. @headername{memory}