changeset 24537:11729ca6eb81

Add GPL license header to more Octave source files. * update-bug-status.sh, gpl.txi, gdbinit, oct-tex-symbols.in, d1mach-tst.for, d1mach.f, i1mach.f, r1mach.f: Add GPL license header to top of file.
author Rik <rik@octave.org>
date Sat, 06 Jan 2018 13:48:58 -0800
parents bcaeb5439707
children 2b273df71aa0
files build-aux/update-bug-status.sh doc/interpreter/gpl.txi etc/gdbinit libinterp/corefcn/oct-tex-symbols.in liboctave/util/d1mach-tst.for liboctave/util/d1mach.f liboctave/util/i1mach.f liboctave/util/r1mach.f
diffstat 8 files changed, 145 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/update-bug-status.sh	Sat Jan 06 13:45:54 2018 -0800
+++ b/build-aux/update-bug-status.sh	Sat Jan 06 13:48:58 2018 -0800
@@ -1,4 +1,22 @@
 #! /bin/sh
+#
+# Copyright (C) 2017 John W. Eaton
+#
+# This file is part of Octave.
+#
+# Octave is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Octave is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Octave; see the file COPYING.  If not, see
+# <https://www.gnu.org/licenses/>.
 
 bug_numbers=$(for file in "$@"; do
   sed -n "s/.*<\([0-9][0-9][0-9][0-9]*\)>.*/\1/p" "$file"
--- a/doc/interpreter/gpl.txi	Sat Jan 06 13:45:54 2018 -0800
+++ b/doc/interpreter/gpl.txi	Sat Jan 06 13:48:58 2018 -0800
@@ -1,3 +1,21 @@
+@c Copyright (C) 1996-2017 John W. Eaton
+@c
+@c This file is part of Octave.
+@c
+@c Octave is free software: you can redistribute it and/or modify it
+@c under the terms of the GNU General Public License as published by
+@c the Free Software Foundation, either version 3 of the License, or
+@c (at your option) any later version.
+@c
+@c Octave is distributed in the hope that it will be useful, but
+@c WITHOUT ANY WARRANTY; without even the implied warranty of
+@c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+@c GNU General Public License for more details.
+@c
+@c You should have received a copy of the GNU General Public License
+@c along with Octave; see the file COPYING.  If not, see
+@c <https://www.gnu.org/licenses/>.
+
 @node Copying
 @appendix GNU GENERAL PUBLIC LICENSE
 @cindex warranty
--- a/etc/gdbinit	Sat Jan 06 13:45:54 2018 -0800
+++ b/etc/gdbinit	Sat Jan 06 13:48:58 2018 -0800
@@ -1,3 +1,22 @@
+## Copyright (C) 2010-2017 John W. Eaton
+##
+## This file is part of Octave.
+##
+## Octave is free software: you can redistribute it and/or modify it
+## under the terms of the GNU General Public License as published by
+## the Free Software Foundation, either version 3 of the License, or
+## (at your option) any later version.
+##
+## Octave is distributed in the hope that it will be useful, but
+## WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with Octave; see the file COPYING.  If not, see
+## <https://www.gnu.org/licenses/>.
+
+############################################################
 ## Disable the next line if you really need to see the
 ## thread create/exit messages.
 
--- a/libinterp/corefcn/oct-tex-symbols.in	Sat Jan 06 13:45:54 2018 -0800
+++ b/libinterp/corefcn/oct-tex-symbols.in	Sat Jan 06 13:48:58 2018 -0800
@@ -1,3 +1,21 @@
+# Copyright (C) 2013-2017 Michael Goffioul
+#
+# This file is part of Octave.
+#
+# Octave is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Octave is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Octave; see the file COPYING.  If not, see
+# <https://www.gnu.org/licenses/>.
+
 # List of supported symbols for the TeX interpreter
 # Reference: http://www.mathworks.com/help/matlab/ref/text_props.html
 #
--- a/liboctave/util/d1mach-tst.for	Sat Jan 06 13:45:54 2018 -0800
+++ b/liboctave/util/d1mach-tst.for	Sat Jan 06 13:48:58 2018 -0800
@@ -1,3 +1,21 @@
+c Copyright (C) 1996-2017 John W. Eaton
+c
+c This file is part of Octave.
+c
+c Octave is free software: you can redistribute it and/or modify it
+c under the terms of the GNU General Public License as published by
+c the Free Software Foundation, either version 3 of the License, or
+c (at your option) any later version.
+c
+c Octave is distributed in the hope that it will be useful, but
+c WITHOUT ANY WARRANTY; without even the implied warranty of
+c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+c GNU General Public License for more details.
+c
+c You should have received a copy of the GNU General Public License
+c along with Octave; see the file COPYING.  If not, see
+c <https://www.gnu.org/licenses/>.
+c
       program main
       integer i
       double precision d1mach
--- a/liboctave/util/d1mach.f	Sat Jan 06 13:45:54 2018 -0800
+++ b/liboctave/util/d1mach.f	Sat Jan 06 13:48:58 2018 -0800
@@ -1,3 +1,21 @@
+c Copyright (C) 1996-2017 John W. Eaton
+c
+c This file is part of Octave.
+c
+c Octave is free software: you can redistribute it and/or modify it
+c under the terms of the GNU General Public License as published by
+c the Free Software Foundation, either version 3 of the License, or
+c (at your option) any later version.
+c
+c Octave is distributed in the hope that it will be useful, but
+c WITHOUT ANY WARRANTY; without even the implied warranty of
+c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+c GNU General Public License for more details.
+c
+c You should have received a copy of the GNU General Public License
+c along with Octave; see the file COPYING.  If not, see
+c <https://www.gnu.org/licenses/>.
+c
       double precision function d1mach (i)
       integer i
       logical init
--- a/liboctave/util/i1mach.f	Sat Jan 06 13:45:54 2018 -0800
+++ b/liboctave/util/i1mach.f	Sat Jan 06 13:48:58 2018 -0800
@@ -1,3 +1,21 @@
+c Copyright (C) 1996-2017 John W. Eaton
+c
+c This file is part of Octave.
+c
+c Octave is free software: you can redistribute it and/or modify it
+c under the terms of the GNU General Public License as published by
+c the Free Software Foundation, either version 3 of the License, or
+c (at your option) any later version.
+c
+c Octave is distributed in the hope that it will be useful, but
+c WITHOUT ANY WARRANTY; without even the implied warranty of
+c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+c GNU General Public License for more details.
+c
+c You should have received a copy of the GNU General Public License
+c along with Octave; see the file COPYING.  If not, see
+c <https://www.gnu.org/licenses/>.
+c
       integer function i1mach (i)
       integer i, imach(16)
       logical init
--- a/liboctave/util/r1mach.f	Sat Jan 06 13:45:54 2018 -0800
+++ b/liboctave/util/r1mach.f	Sat Jan 06 13:48:58 2018 -0800
@@ -1,3 +1,21 @@
+c Copyright (C) 2008-2017 David Bateman
+c
+c This file is part of Octave.
+c
+c Octave is free software: you can redistribute it and/or modify it
+c under the terms of the GNU General Public License as published by
+c the Free Software Foundation, either version 3 of the License, or
+c (at your option) any later version.
+c
+c Octave is distributed in the hope that it will be useful, but
+c WITHOUT ANY WARRANTY; without even the implied warranty of
+c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+c GNU General Public License for more details.
+c
+c You should have received a copy of the GNU General Public License
+c along with Octave; see the file COPYING.  If not, see
+c <https://www.gnu.org/licenses/>.
+c
       real function r1mach (i)
       integer i
       logical init