comparison liboctave/operators/mk-ops.awk @ 29357:bbbe4dcc7200 stable

use the same comment style for copyright headers in .m files and shell scripts In files that use '#' for comments, use '##' at the beginning of lines in copyright headers.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2021 09:44:29 -0500
parents bd51beb6205e
children 0a5b15007766
comparison
equal deleted inserted replaced
29349:6f6b5f2e5d4d 29357:bbbe4dcc7200
1 ######################################################################## 1 ########################################################################
2 # 2 ##
3 # Copyright (C) 2003-2020 The Octave Project Developers 3 ## Copyright (C) 2003-2020 The Octave Project Developers
4 # 4 ##
5 # See the file COPYRIGHT.md in the top-level directory of this 5 ## See the file COPYRIGHT.md in the top-level directory of this
6 # distribution or <https://octave.org/copyright/>. 6 ## distribution or <https://octave.org/copyright/>.
7 # 7 ##
8 # This file is part of Octave. 8 ## This file is part of Octave.
9 # 9 ##
10 # Octave is free software: you can redistribute it and/or modify it 10 ## Octave is free software: you can redistribute it and/or modify it
11 # under the terms of the GNU General Public License as published by 11 ## under the terms of the GNU General Public License as published by
12 # the Free Software Foundation, either version 3 of the License, or 12 ## the Free Software Foundation, either version 3 of the License, or
13 # (at your option) any later version. 13 ## (at your option) any later version.
14 # 14 ##
15 # Octave is distributed in the hope that it will be useful, but 15 ## Octave is distributed in the hope that it will be useful, but
16 # WITHOUT ANY WARRANTY; without even the implied warranty of 16 ## WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU General Public License for more details. 18 ## GNU General Public License for more details.
19 # 19 ##
20 # You should have received a copy of the GNU General Public License 20 ## You should have received a copy of the GNU General Public License
21 # along with Octave; see the file COPYING. If not, see 21 ## along with Octave; see the file COPYING. If not, see
22 # <https://www.gnu.org/licenses/>. 22 ## <https://www.gnu.org/licenses/>.
23 # 23 ##
24 ######################################################################## 24 ########################################################################
25 25
26 BEGIN { 26 BEGIN {
27 declare_types = 0; 27 declare_types = 0;
28 generate_ops = 0; 28 generate_ops = 0;