comparison build-aux/mk-opts.pl @ 30564:796f54d4ddbf stable

update Octave Project Developers copyright for the new year In files that have the "Octave Project Developers" copyright notice, update for 2021. In all .txi and .texi files except gpl.txi and gpl.texi in the doc/liboctave and doc/interpreter directories, change the copyright to "Octave Project Developers", the same as used for other source files. Update copyright notices for 2022 (not done since 2019). For gpl.txi and gpl.texi, change the copyright notice to be "Free Software Foundation, Inc." and leave the date at 2007 only because this file only contains the text of the GPL, not anything created by the Octave Project Developers. Add Paul Thomas to contributors.in.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Dec 2021 18:22:40 -0500
parents b3717fd85e49
children de6fc38c78c6
comparison
equal deleted inserted replaced
30562:2478352a62bf 30564:796f54d4ddbf
1 #! /usr/bin/perl -w 1 #! /usr/bin/perl -w
2 2
3 ######################################################################## 3 ########################################################################
4 ## 4 ##
5 ## Copyright (C) 2002-2021 The Octave Project Developers 5 ## Copyright (C) 2002-2022 The Octave Project Developers
6 ## 6 ##
7 ## See the file COPYRIGHT.md in the top-level directory of this 7 ## See the file COPYRIGHT.md in the top-level directory of this
8 ## distribution or <https://octave.org/copyright/>. 8 ## distribution or <https://octave.org/copyright/>.
9 ## 9 ##
10 ## This file is part of Octave. 10 ## This file is part of Octave.