From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id B2B883858C83; Tue, 8 Mar 2022 12:53:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2B883858C83 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-7534] libstdc++: Remove incorrect copyright notice from header X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 5f07095d22f58572c06997aa6d4f3bc456e1925d X-Git-Newrev: 7cce7b1c3d829172eb7f232e71ad194a0ad51931 Message-Id: <20220308125312.B2B883858C83@sourceware.org> Date: Tue, 8 Mar 2022 12:53:12 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2022 12:53:12 -0000 https://gcc.gnu.org/g:7cce7b1c3d829172eb7f232e71ad194a0ad51931 commit r12-7534-g7cce7b1c3d829172eb7f232e71ad194a0ad51931 Author: Jonathan Wakely Date: Tue Mar 8 09:14:33 2022 +0000 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 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 . libstdc++-v3/ChangeLog: * include/bits/uses_allocator_args.h: Remove incorrect copyright notice. Diff: --- libstdc++-v3/include/bits/uses_allocator_args.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/libstdc++-v3/include/bits/uses_allocator_args.h b/libstdc++-v3/include/bits/uses_allocator_args.h index d92dd1f0901..09cdbf1aaa8 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 // . -/* - * 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}