changeset 16768:e2de3c8882be

copyright notice fixes * libgui/src/color-picker.cc, libgui/src/color-picker.h, libgui/src/m-editor/octave-qscintilla.cc, libgui/src/m-editor/octave-qscintilla.h, libgui/src/qtinfo/parser.cc, libgui/src/qtinfo/parser.h, libgui/src/qtinfo/webinfo.cc, libgui/src/qtinfo/webinfo.h, libinterp/corefcn/ellipj.cc, libinterp/interp-core/jit-ir.cc, libinterp/interp-core/jit-ir.h, libinterp/interp-core/jit-typeinfo.cc, libinterp/interp-core/jit-typeinfo.h, libinterp/interp-core/jit-util.cc, libinterp/interp-core/jit-util.h, libinterp/interp-core/pt-jit.cc, libinterp/interp-core/pt-jit.h, libinterp/template-inst/Array-jit.cc, liboctave/numeric/bsxfun.h, liboctave/util/kpse.cc, scripts/image/imfinfo.m, scripts/image/imread.m, scripts/io/importdata.m, scripts/io/textscan.m, scripts/java/usejava.m, scripts/linear-algebra/logm.m, scripts/sparse/bicg.m, scripts/specfun/ellipke.m, scripts/specfun/expint.m, scripts/strings/strjoin.m: List email addresses in Author: lines. Update copyright notices to use web address for FSF.
author John W. Eaton <jwe@octave.org>
date Tue, 18 Jun 2013 06:39:12 -0400
parents 47fbafc6e8e2
children 1c68c76c80c8
files libgui/src/color-picker.cc libgui/src/color-picker.h libgui/src/m-editor/octave-qscintilla.cc libgui/src/m-editor/octave-qscintilla.h libgui/src/qtinfo/parser.cc libgui/src/qtinfo/parser.h libgui/src/qtinfo/webinfo.cc libgui/src/qtinfo/webinfo.h libinterp/corefcn/ellipj.cc libinterp/interp-core/jit-ir.cc libinterp/interp-core/jit-ir.h libinterp/interp-core/jit-typeinfo.cc libinterp/interp-core/jit-typeinfo.h libinterp/interp-core/jit-util.cc libinterp/interp-core/jit-util.h libinterp/interp-core/pt-jit.cc libinterp/interp-core/pt-jit.h libinterp/template-inst/Array-jit.cc liboctave/numeric/bsxfun.h liboctave/util/kpse.cc scripts/image/imfinfo.m scripts/image/imread.m scripts/io/importdata.m scripts/io/textscan.m scripts/java/usejava.m scripts/linear-algebra/logm.m scripts/sparse/bicg.m scripts/specfun/ellipke.m scripts/specfun/expint.m scripts/strings/strjoin.m
diffstat 30 files changed, 211 insertions(+), 137 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/color-picker.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/color-picker.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -3,7 +3,7 @@
 // by Harald Jedele, 23.03.01, GPL version 2 or any later version.
 //
 // Copyright (C) FZI Forschungszentrum Informatik Karlsruhe
-// Copyright (C) 2013 Torsten <ttl@justmail.de>
+// Copyright (C) 2013 Torsten
 //
 // This file is part of Octave.
 //
@@ -22,6 +22,8 @@
 // <http://www.gnu.org/licenses/>.
 //
 
+// Author: Torsten <ttl@justmail.de>
+
 #include "color-picker.h"
 
 // constuctor with initial color as parameter
--- a/libgui/src/color-picker.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/color-picker.h	Tue Jun 18 06:39:12 2013 -0400
@@ -3,7 +3,7 @@
 // by Harald Jedele, 23.03.01, GPL version 2 or any later version.
 //
 // Copyright (C) FZI Forschungszentrum Informatik Karlsruhe
-// Copyright (C) 2013 Torsten <ttl@justmail.de>
+// Copyright (C) 2013 Torsten
 //
 // This file is part of Octave.
 //
@@ -22,6 +22,8 @@
 // <http://www.gnu.org/licenses/>.
 //
 
+// Author: Torsten <ttl@justmail.de>
+
 #ifndef COLORPICKER_H
 #define COLORPICKER_H
 
--- a/libgui/src/m-editor/octave-qscintilla.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/m-editor/octave-qscintilla.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2013 Torsten <ttl@justmail.de>
+Copyright (C) 2013 Torsten
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Torsten <ttl@justmail.de>
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/libgui/src/m-editor/octave-qscintilla.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/m-editor/octave-qscintilla.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2013 Torsten <ttl@justmail.de>
+Copyright (C) 2013 Torsten
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Torsten <ttl@justmail.de>
+
 #if !defined (octave_qscintilla_h)
 #define octave_qscintilla_h 1
 
--- a/libgui/src/qtinfo/parser.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/qtinfo/parser.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,21 +1,28 @@
-/* Copyright (C) 2009 P.L. Lucas
- * Copyright (C) 2012 Jacob Dawid <jacob.dawid@gmail.com>
- *
- * This program 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 2 of the License, or
- * (at your option) any later version.
- *
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
- */
+/*
+
+Copyright (C) 2009 P. L. Lucas
+Copyright (C) 2012 Jacob Dawid
+
+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
+<http://www.gnu.org/licenses/>.
+
+*/
+
+// Author: P. L. Lucas
+// Author: Jacob Dawid <jacob.dawid@gmail.com>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
--- a/libgui/src/qtinfo/parser.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/qtinfo/parser.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,21 +1,28 @@
-/* Copyright (C) 2009 P.L. Lucas
- * Copyright (C) 2012 Jacob Dawid <jacob.dawid@gmail.com>
- *
- * This program 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 2 of the License, or
- * (at your option) any later version.
- *
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
- */
+/*
+
+Copyright (C) 2009 P.L. Lucas
+Copyright (C) 2012 Jacob Dawid
+
+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
+<http://www.gnu.org/licenses/>.
+
+*/
+
+// Author: P. L. Lucas
+// Author: Jacob Dawid <jacob.dawid@gmail.com>
 
 #include <QStringList>
 #include <QIODevice>
--- a/libgui/src/qtinfo/webinfo.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/qtinfo/webinfo.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,21 +1,28 @@
-/* Copyright (C) 2009 P.L. Lucas
- * Copyright (C) 2012 Jacob Dawid <jacob.dawid@gmail.com>
- *
- * This program 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 2 of the License, or
- * (at your option) any later version.
- *
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
- */
+/*
+
+Copyright (C) 2009 P. L. Lucas
+Copyright (C) 2012 Jacob Dawid
+
+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
+<http://www.gnu.org/licenses/>.
+
+*/
+
+// Author: P. L. Lucas
+// Author: Jacob Dawid <jacob.dawid@gmail.com>
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
--- a/libgui/src/qtinfo/webinfo.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libgui/src/qtinfo/webinfo.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,21 +1,28 @@
-/* Copyright (C) 2009 P.L. Lucas
- * Copyright (C) 2012 Jacob Dawid <jacob.dawid@gmail.com>
- *
- * This program 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 2 of the License, or
- * (at your option) any later version.
- *
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
- */
+/*
+
+Copyright (C) 2009 P. L. Lucas
+Copyright (C) 2012 Jacob Dawid
+
+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
+<http://www.gnu.org/licenses/>.
+
+*/
+
+// Author: P. L. Lucas
+// Author: 2012 Jacob Dawid <jacob.dawid@gmail.com>
 
 #include <QTextBrowser>
 #include "parser.h"
--- a/libinterp/corefcn/ellipj.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/corefcn/ellipj.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2001 Leopoldo Cerbaro <redbliss@libero.it>
+// Author: Leopoldo Cerbaro <redbliss@libero.it>
 
 This file is part of Octave.
 
--- a/libinterp/interp-core/jit-ir.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/jit-ir.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 // defines required by llvm
 #define __STDC_LIMIT_MACROS
 #define __STDC_CONSTANT_MACROS
--- a/libinterp/interp-core/jit-ir.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/jit-ir.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 #if !defined (octave_jit_ir_h)
 #define octave_jit_ir_h 1
 
--- a/libinterp/interp-core/jit-typeinfo.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/jit-typeinfo.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 // defines required by llvm
 #define __STDC_LIMIT_MACROS
 #define __STDC_CONSTANT_MACROS
--- a/libinterp/interp-core/jit-typeinfo.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/jit-typeinfo.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 #if !defined (octave_jit_typeinfo_h)
 #define octave_jit_typeinfo_h 1
 
--- a/libinterp/interp-core/jit-util.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/jit-util.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 // defines required by llvm
 #define __STDC_LIMIT_MACROS
 #define __STDC_CONSTANT_MACROS
--- a/libinterp/interp-core/jit-util.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/jit-util.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 // Some utility classes and functions used throughout jit
 
 #if !defined (octave_jit_util_h)
--- a/libinterp/interp-core/pt-jit.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/pt-jit.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 #define __STDC_LIMIT_MACROS
 #define __STDC_CONSTANT_MACROS
 
--- a/libinterp/interp-core/pt-jit.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/interp-core/pt-jit.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 #if !defined (octave_tree_jit_h)
 #define octave_tree_jit_h 1
 
--- a/libinterp/template-inst/Array-jit.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/libinterp/template-inst/Array-jit.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Max Brister <max@2bass.com>
+Copyright (C) 2012 Max Brister
 
 This file is part of Octave.
 
@@ -20,6 +20,8 @@
 
 */
 
+// Author: Max Brister <max@2bass.com>
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/liboctave/numeric/bsxfun.h	Tue Jun 18 06:39:11 2013 -0400
+++ b/liboctave/numeric/bsxfun.h	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2012 Jordi Gutiérrez Hermoso <jordigh@octave.org>
+Copyright (C) 2012 Jordi Gutiérrez Hermoso
 
 This file is part of Octave.
 
@@ -19,6 +19,9 @@
 <http://www.gnu.org/licenses/>.
 
 */
+
+// Author: Jordi Gutiérrez Hermoso <jordigh@octave.org>
+
 #if !defined (bsxfun_h)
 #define bsxfun_h 1
 
--- a/liboctave/util/kpse.cc	Tue Jun 18 06:39:11 2013 -0400
+++ b/liboctave/util/kpse.cc	Tue Jun 18 06:39:12 2013 -0400
@@ -7,20 +7,23 @@
 Copyright (C) 1993, 94, 95, 96, 97 Karl Berry & O. Weber.
 Copyright (C) 1992, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
 
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library 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
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301, USA.  */
+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
+<http://www.gnu.org/licenses/>.
+
+*/
 
 #if defined (HAVE_CONFIG_H)
 #include <config.h>
@@ -1477,24 +1480,9 @@
 }
 
 /* braces.c -- code for doing word expansion in curly braces. Taken from
-   bash 1.14.5.  [Ans subsequently modified for kpatshea.]
-
-   Copyright (C) 1987,1991 Free Software Foundation, Inc.
-
-   This program 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 1, or (at your option)
-   any later version.
-
-   This program 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 this program; see the file COPYING.  If not, write to the
-   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-   MA 02110-1301, USA.  */
+   bash 1.14.5.  [And subsequently modified for kpatshea.]
+
+   Copyright (C) 1987,1991 Free Software Foundation, Inc.  */
 
 #define brace_whitespace(c) (! (c) || (c) == ' ' || (c) == '\t' || (c) == '\n')
 
--- a/scripts/image/imfinfo.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/image/imfinfo.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2008-2012 Soren Hauberg <hauberg@gmail.com>
+## Copyright (C) 2008-2012 Soren Hauberg
 ##
 ## This file is part of Octave.
 ##
@@ -106,6 +106,8 @@
 ## @seealso{imread, imwrite, imshow}
 ## @end deftypefn
 
+## Author: Soren Hauberg <hauberg@gmail.com>
+
 function info = imfinfo (filename)
 
   if (nargin < 1)
--- a/scripts/image/imread.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/image/imread.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,7 +1,7 @@
-## Copyright (C) 2008-2012 Thomas L. Scofield <scofield@calvin.edu>
-## Copyright (C) 2008 Kristian Rumberg <kristianrumberg@gmail.com>
-## Copyright (C) 2006 Thomas Weber <thomas.weber.mail@gmail.com>
-## Copyright (C) 2005 Stefan van der Walt <stefan@sun.ac.za>
+## Copyright (C) 2008-2012 Thomas L. Scofield
+## Copyright (C) 2008 Kristian Rumberg
+## Copyright (C) 2006 Thomas Weber
+## Copyright (C) 2005 Stefan van der Walt
 ## Copyright (C) 2002 Andy Adler
 ##
 ## This file is part of Octave.
@@ -20,6 +20,12 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
+## Author: Thomas L. Scofield <scofield@calvin.edu>
+## Author: Kristian Rumberg <kristianrumberg@gmail.com>
+## Author: Thomas Weber <thomas.weber.mail@gmail.com>
+## Author: Stefan van der Walt <stefan@sun.ac.za>
+## Author: Andy Adler
+
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[@var{img}, @var{map}, @var{alpha}] =} imread (@var{filename})
 ## Read images from various file formats.
--- a/scripts/io/importdata.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/io/importdata.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2012-2013 Erik Kjellson <erikiiofph7@users.sourceforge.net>
+## Copyright (C) 2012-2013 Erik Kjellson
 ##
 ## This file is part of Octave.
 ##
@@ -59,6 +59,7 @@
 ## @seealso{textscan, dlmread, csvread, load}
 ## @end deftypefn
 
+## Author: Erik Kjellson <erikiiofph7@users.sourceforge.net>
 
 function [output, delimiter, header_rows] = importdata (varargin)
 
--- a/scripts/io/textscan.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/io/textscan.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2010-2013 Ben Abbott <bpabbott@mac.com>
+## Copyright (C) 2010-2013 Ben Abbott
 ##
 ## This file is part of Octave.
 ##
@@ -75,6 +75,8 @@
 ## @seealso{dlmread, fscanf, load, strread, textread}
 ## @end deftypefn
 
+## Author: Ben Abbott <bpabbott@mac.com>
+
 function [C, position] = textscan (fid, format = "%f", varargin)
 
   BUFLENGTH = 4096;               ## Read buffer
--- a/scripts/java/usejava.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/java/usejava.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,5 +1,5 @@
 ## Copyright (C) 2012 Rik Wehbring
-## Parts Copyright (C) 2012 Philip Nienhuis <prnienhuis@users.sf.net>
+## Parts Copyright (C) 2012 Philip Nienhuis
 ##
 ## This file is part of Octave.
 ##
@@ -45,6 +45,9 @@
 ## and Java is installed.
 ## @end deftypefn
 
+## Author: Rik Wehbring
+## Author: Philip Nienhuis <prnienhuis@users.sf.net>
+
 function retval = usejava (feature)
 
   if (nargin != 1 || ! ischar (feature))
--- a/scripts/linear-algebra/logm.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/linear-algebra/logm.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,6 +1,6 @@
-## Copyright (C) 2008-2012 N.J. Higham
-## Copyright (C) 2010 Richard T. Guy <guyrt7@wfu.edu>
-## Copyright (C) 2010 Marco Caliari <marco.caliari@univr.it>
+## Copyright (C) 2008-2012 N. J. Higham
+## Copyright (C) 2010 Richard T. Guy
+## Copyright (C) 2010 Marco Caliari
 ##
 ## This file is part of Octave.
 ##
@@ -39,6 +39,10 @@
 ##            (SIAM, 2008.)
 ##
 
+## Author: N. J. Higham
+## Author: Richard T. Guy <guyrt7@wfu.edu>
+## Author: Marco Caliari <marco.caliari@univr.it>
+
 function [s, iters] = logm (A, opt_iters = 100)
 
   if (nargin == 0 || nargin > 2)
--- a/scripts/sparse/bicg.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/sparse/bicg.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,5 +1,5 @@
-## Copyright (C) 2006   Sylvain Pelissier   <sylvain.pelissier@gmail.com>
-## Copyright (C) 2012   Carlo de Falco
+## Copyright (C) 2006 Sylvain Pelissier
+## Copyright (C) 2012 Carlo de Falco
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -67,6 +67,8 @@
 ##
 ## @end deftypefn
 
+## Author: Sylvain Pelissier <sylvain.pelissier@gmail.com>
+## Author: Carlo de Falco
 
 function [x, flag, res1, k, resvec] = bicg (A, b, tol, maxit, M1, M2, x0)
 
--- a/scripts/specfun/ellipke.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/specfun/ellipke.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,5 +1,5 @@
-## Copyright (C) 2001 David Billinghurst <David.Billinghurst@riotinto.com>
-## Copyright (C) 2001 Paul Kienzle <pkienzle@users.sf.net>
+## Copyright (C) 2001 David Billinghurst
+## Copyright (C) 2001 Paul Kienzle
 ## Copyright (C) 2003 Jaakko Ruohio
 ##
 ## This file is part of Octave.
@@ -35,6 +35,10 @@
 ## @seealso{ellipj}
 ## @end deftypefn
 
+## Author: David Billinghurst <David.Billinghurst@riotinto.com>
+## Author: Paul Kienzle <pkienzle@users.sf.net>
+## Author: Jaakko Ruohio
+
 function [k, e] = ellipke (m)
 
   if (nargin < 1 || nargin > 2)
--- a/scripts/specfun/expint.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/specfun/expint.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,4 +1,4 @@
-## Copyright (C) 2006 Sylvain Pelissier <sylvain.pelissier@gmail.com>
+## Copyright (C) 2006 Sylvain Pelissier
 ##
 ## This file is part of Octave.
 ##
@@ -16,6 +16,8 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
+## Author: Sylvain Pelissier <sylvain.pelissier@gmail.com>
+
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} expint (@var{x})
 ## Compute the exponential integral,
--- a/scripts/strings/strjoin.m	Tue Jun 18 06:39:11 2013 -0400
+++ b/scripts/strings/strjoin.m	Tue Jun 18 06:39:12 2013 -0400
@@ -1,5 +1,5 @@
-## Copyright (C) 2007 Muthiah Annamalai <muthiah.annamalai@uta.edu>
-## Copyright (C) 2013 Ben Abbott <bpabbott@mac.com>
+## Copyright (C) 2007 Muthiah Annamalai
+## Copyright (C) 2013 Ben Abbott
 ##
 ## This file is part of Octave.
 ##
@@ -43,6 +43,9 @@
 ## @seealso {strsplit}
 ## @end deftypefn
 
+## Author: Muthiah Annamalai <muthiah.annamalai@uta.edu>
+## Author: Ben Abbott <bpabbott@mac.com>
+
 function rval = strjoin (cstr, delimiter)
 
   if (nargin == 1)