Update year range in gprofng copyright notices

This adds 'Innovative Computing Labs' as an external author to
update-copyright.py, to cover the copyright notice in
gprofng/common/opteron_pcbe.c, and uses that plus another external
author 'Oracle and' to update gprofng copyright dates.  I'm not going
to commit 'Oracle and' as an accepted author, but that covers the
string "Copyright (c) 2006, 2012, Oracle and/or its affiliates. All
rights reserved." found in gprofng/testsuite/gprofng.display/jsynprog
files.
This commit is contained in:
Alan Modra
2023-01-01 23:01:20 +10:30
parent d87bef3a7b
commit 76bdc7266a
286 changed files with 288 additions and 287 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env perl
# Copyright (C) 2021 Free Software Foundation, Inc.
# Copyright (C) 2021-2023 Free Software Foundation, Inc.
# Contributed by Oracle.
#
# This file is part of GNU Binutils.
@@ -10831,7 +10831,7 @@ sub print_user_settings
sub print_version_info
{
print "$version_info\n";
print "Copyright (C) 2021 Free Software Foundation, Inc.\n";
print "Copyright (C) 2023 Free Software Foundation, Inc.\n";
print "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n";
print "This is free software: you are free to change and redistribute it.\n";
print "There is NO WARRANTY, to the extent permitted by law.\n";