Mercurial > hg > MonetDB-gsl
changeset 11:14b8c4bacde5
Updated copyright year.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Fri, 25 May 2018 15:18:38 +0200 (2018-05-25) |
parents | 4d62733b7377 |
children | 24da5bf5b263 |
files | 46_gsl.sql 73_gsl.mal gsl.c gsl.mal |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/46_gsl.sql Fri May 25 14:57:17 2018 +0200 +++ b/46_gsl.sql Fri May 25 15:18:38 2018 +0200 @@ -2,7 +2,7 @@ -- License, v. 2.0. If a copy of the MPL was not distributed with this -- file, You can obtain one at http://mozilla.org/MPL/2.0/. -- --- Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. +-- Copyright 1997 - July 2008 CWI, August 2008 - 2018 MonetDB B.V. -- (co) Arjen de Rijke, Bart Scheers -- Use statistical functions from gsl library
--- a/73_gsl.mal Fri May 25 14:57:17 2018 +0200 +++ b/73_gsl.mal Fri May 25 15:18:38 2018 +0200 @@ -2,6 +2,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2018 MonetDB B.V. include gsl;
--- a/gsl.c Fri May 25 14:57:17 2018 +0200 +++ b/gsl.c Fri May 25 15:18:38 2018 +0200 @@ -3,7 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * - * Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. + * Copyright 1997 - July 2008 CWI, August 2008 - 2018 MonetDB B.V. */ /*
--- a/gsl.mal Fri May 25 14:57:17 2018 +0200 +++ b/gsl.mal Fri May 25 15:18:38 2018 +0200 @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2018 MonetDB B.V. module gsl; module batgsl;