comparison Makefile.am @ 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 # Makefile for Octave 1 # Makefile for Octave
2 # 2
3 ######################################################################## 3 ########################################################################
4 # 4 ##
5 # Copyright (C) 1993-2020 The Octave Project Developers 5 ## Copyright (C) 1993-2020 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.
11 # 11 ##
12 # Octave is free software: you can redistribute it and/or modify it 12 ## Octave is free software: you can redistribute it and/or modify it
13 # under the terms of the GNU General Public License as published by 13 ## under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 3 of the License, or 14 ## the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version. 15 ## (at your option) any later version.
16 # 16 ##
17 # Octave is distributed in the hope that it will be useful, but 17 ## Octave is distributed in the hope that it will be useful, but
18 # WITHOUT ANY WARRANTY; without even the implied warranty of 18 ## WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details. 20 ## GNU General Public License for more details.
21 # 21 ##
22 # You should have received a copy of the GNU General Public License 22 ## You should have received a copy of the GNU General Public License
23 # along with Octave; see the file COPYING. If not, see 23 ## along with Octave; see the file COPYING. If not, see
24 # <https://www.gnu.org/licenses/>. 24 ## <https://www.gnu.org/licenses/>.
25 # 25 ##
26 ######################################################################## 26 ########################################################################
27 27
28 # This Makefile requires GNU Make features. 28 # This Makefile requires GNU Make features.
29 29
30 export AWK 30 export AWK