Skip to content

Commit 8310878

Browse files
committed
update copyright date
1 parent 2013246 commit 8310878

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+71
-71
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"linalg -- Ruby Linear Algebra Package" is copyrighted free software
33
by James M. Lawrence. Distributed under the MIT license.
44

5-
Copyright (c) 2008 James M. Lawrence
5+
Copyright (c) 2004-2008 James M. Lawrence
66

77
Permission is hereby granted, free of charge, to any person obtaining
88
a copy of this software and associated documentation files (the

Diff for: README

+2-2
Original file line numberDiff line numberDiff line change
@@ -468,13 +468,13 @@ call them.
468468

469469
Author:: James M. Lawrence <[email protected]>
470470
Requires:: Ruby 1.8.1 or later
471-
License:: Copyright (c) 2004 James M. Lawrence.
471+
License:: Copyright (c) 2004-2008 James M. Lawrence.
472472
Released under the MIT license.
473473

474474
----
475475
=== License
476476

477-
Copyright (c) 2004 James M. Lawrence
477+
Copyright (c) 2004-2008 James M. Lawrence
478478

479479
If +linalg+ begins to smoke, get away immediately. Seek shelter and
480480
cover head.

Diff for: ext/lapack/extconf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: ext/lapack/include/BLAS.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*
66
*/
77
#ifndef BLAS_H
88
#define BLAS_H
99
/* version 20031025 */
10-
/* generated Fri Jun 04 05:58:15 EDT 2004 */
10+
/* generated Fri Jun 04 05:58:15 EDT 2004-2008 */
1111

1212
extern int caxpy_(integer *n, complex *ca, complex *cx, integer *incx, complex *cy, integer *incy);
1313
extern int ccopy_(integer *n, complex *cx, integer *incx, complex *cy, integer *incy);

Diff for: ext/lapack/include/LAPACK.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*
66
*/
77
#ifndef LAPACK_H
88
#define LAPACK_H
99
/* version 3.0 */
10-
/* generated Fri Jun 04 05:57:50 EDT 2004 */
10+
/* generated Fri Jun 04 05:57:50 EDT 2004-2008 */
1111

1212
extern int cbdsqr_(char *uplo, integer *n, integer *ncvt, integer *nru, integer *ncc, real *d__, real *e, complex *vt, integer *ldvt, complex *u, integer *ldu, complex *c__, integer *ldc, real *rwork, integer *info);
1313
extern int cgbbrd_(char *vect, integer *m, integer *n, integer *ncc, integer *kl, integer *ku, complex *ab, integer *ldab, real *d__, real *e, complex *q, integer *ldq, complex *pt, integer *ldpt, complex *c__, integer *ldc, complex *work, real *rwork, integer *info);

Diff for: ext/lapack/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/lapack/rb_lapack.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/dcomplex.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/dcomplex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/ddata.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/extconf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: ext/linalg/linalg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/linalg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/xdata.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/xmatrix.c.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/xmatrix.h.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/xmatrixc.c.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: ext/linalg/xmatrixr.c.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2004 by James M. Lawrence
2+
* Copyright (c) 2004-2008 by James M. Lawrence
33
*
44
* See LICENSE
55
*

Diff for: lib/lapack.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dcomplex.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/alias.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/cholesky.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/cond.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/det.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/eigen.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/fit.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/inverse.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/lu.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/main.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/norms.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/nullspace.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/qr.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/schur.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/solve.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/dmatrix/svd.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/exception.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/iterators.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/math.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/scomplex.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: lib/linalg/xdata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/all.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/linalg-test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_access.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_addsub.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_cholesky.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_cond.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_constructors.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_dcomplex.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_det.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_eigensystem.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

Diff for: test/tc_fit.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2004 by James M. Lawrence
2+
# Copyright (c) 2004-2008 by James M. Lawrence
33
#
44
# See LICENSE
55
#

0 commit comments

Comments
 (0)