comparison src/octave-config.in.cc @ 27923:bd51beb6205e

update formatting of copyright notices * Use <https://octave.org/copyright/> instead of <https://octave.org/COPYRIGHT.html/>. * For consistency with other comments in the Octave sources, use C++-style comments for copyright blocks in C and C++ files. * Use delimiters above and below copyright blocks that are appropriate for the language used in the file. * Eliminate extra spacing inside copyright blocks. * lex.ll (looks_like_copyright): Also allow newlines and carriage returns before the word "Copyright". * scripts/mk-doc.pl (gethelp): Also skip empty comment lines. * bp-table.cc, type.m: Adjust tests.
author John W. Eaton <jwe@octave.org>
date Wed, 08 Jan 2020 11:59:41 -0500
parents 1891570abac8
children 49a0d90cd2a3
comparison
equal deleted inserted replaced
27922:a7c8d2d72120 27923:bd51beb6205e
1 // %NO_EDIT_WARNING% 1 // %NO_EDIT_WARNING%
2 /*
3 2
4 Copyright (C) 2008-2020 The Octave Project Developers 3 ////////////////////////////////////////////////////////////////////////
5 4 //
6 See the file COPYRIGHT.md in the top-level directory of this distribution 5 // Copyright (C) 2008-2020 The Octave Project Developers
7 or <https://octave.org/COPYRIGHT.html/>. 6 //
8 7 // See the file COPYRIGHT.md in the top-level directory of this
9 8 // distribution or <https://octave.org/copyright/>.
10 This file is part of Octave. 9 //
11 10 // This file is part of Octave.
12 Octave is free software: you can redistribute it and/or modify it 11 //
13 under the terms of the GNU General Public License as published by 12 // Octave is free software: you can redistribute it and/or modify it
14 the Free Software Foundation, either version 3 of the License, or 13 // under the terms of the GNU General Public License as published by
15 (at your option) any later version. 14 // the Free Software Foundation, either version 3 of the License, or
16 15 // (at your option) any later version.
17 Octave is distributed in the hope that it will be useful, but 16 //
18 WITHOUT ANY WARRANTY; without even the implied warranty of 17 // Octave is distributed in the hope that it will be useful, but
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 // WITHOUT ANY WARRANTY; without even the implied warranty of
20 GNU General Public License for more details. 19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 20 // GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License 21 //
23 along with Octave; see the file COPYING. If not, see 22 // You should have received a copy of the GNU General Public License
24 <https://www.gnu.org/licenses/>. 23 // along with Octave; see the file COPYING. If not, see
25 24 // <https://www.gnu.org/licenses/>.
26 */ 25 //
26 ////////////////////////////////////////////////////////////////////////
27 27
28 #if defined (HAVE_CONFIG_H) 28 #if defined (HAVE_CONFIG_H)
29 # include "config.h" 29 # include "config.h"
30 #endif 30 #endif
31 31