comparison libinterp/corefcn/__contourc__.cc @ 31706:597f3ee61a48 stable

update Octave Project Developers copyright for the new year
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2023 13:11:27 -0500
parents e88a07dec498
children 21f9b34eb893
comparison
equal deleted inserted replaced
31704:f7a571c5698c 31706:597f3ee61a48
1 //////////////////////////////////////////////////////////////////////// 1 ////////////////////////////////////////////////////////////////////////
2 // 2 //
3 // Contour lines for function evaluated on a grid. 3 // Contour lines for function evaluated on a grid.
4 // 4 //
5 // Copyright (C) 2001-2022 The Octave Project Developers 5 // Copyright (C) 2001-2023 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 // Adapted to an oct file from the stand alone contourl by Victro Munoz 10 // Adapted to an oct file from the stand alone contourl by Victro Munoz