Mercurial > hg > MonetDB-extend
changeset 12:99b60d4e57ba
Updated copyright notice.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Thu, 07 Dec 2017 16:40:52 +0100 (2017-12-07) |
parents | bbc6dff47679 |
children | a3465119dc5b |
files | Makefile README.rst reverse/80_reverse.mal reverse/80_reverse.sql reverse/Makefile reverse/MonetDB-reverse.spec reverse/README.rst reverse/reverse.c reverse/reverse.mal |
diffstat | 9 files changed, 14 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Dec 07 16:33:32 2017 +0100 +++ b/Makefile Thu Dec 07 16:40:52 2017 +0100 @@ -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 2008-2015 MonetDB B.V. +# Copyright 2013-2017 MonetDB B.V. all:
--- a/README.rst Thu Dec 07 16:33:32 2017 +0100 +++ b/README.rst Thu Dec 07 16:40:52 2017 +0100 @@ -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 2016 MonetDB B.V. +.. Copyright 2013-2017 MonetDB B.V. .. This document is written in reStructuredText (see http://docutils.sourceforge.net/ for more information).
--- a/reverse/80_reverse.mal Thu Dec 07 16:33:32 2017 +0100 +++ b/reverse/80_reverse.mal Thu Dec 07 16:40:52 2017 +0100 @@ -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 2008-2015 MonetDB B.V. +# Copyright 2013-2017 MonetDB B.V. include reverse;
--- a/reverse/80_reverse.sql Thu Dec 07 16:33:32 2017 +0100 +++ b/reverse/80_reverse.sql Thu Dec 07 16:40:52 2017 +0100 @@ -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 2008-2015 MonetDB B.V. +-- Copyright 2013-2017 MonetDB B.V. CREATE FUNCTION reverse(src STRING) RETURNS STRING EXTERNAL NAME reverse.reverse;
--- a/reverse/Makefile Thu Dec 07 16:33:32 2017 +0100 +++ b/reverse/Makefile Thu Dec 07 16:40:52 2017 +0100 @@ -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 2008-2016 MonetDB B.V. +# Copyright 2013-2017 MonetDB B.V. LIBDIR = $(shell pkg-config --variable=libdir monetdb5)
--- a/reverse/MonetDB-reverse.spec Thu Dec 07 16:33:32 2017 +0100 +++ b/reverse/MonetDB-reverse.spec Thu Dec 07 16:40:52 2017 +0100 @@ -1,3 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# 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 2013-2017 MonetDB B.V. + Name: MonetDB-reverse Version: 1.1 Release: 1%{?dist}
--- a/reverse/README.rst Thu Dec 07 16:33:32 2017 +0100 +++ b/reverse/README.rst Thu Dec 07 16:40:52 2017 +0100 @@ -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 2008-2015 MonetDB B.V. +.. Copyright 2013-2017 MonetDB B.V. .. This document is written in reStructuredText (see http://docutils.sourceforge.net/ for more information).
--- a/reverse/reverse.c Thu Dec 07 16:33:32 2017 +0100 +++ b/reverse/reverse.c Thu Dec 07 16:40:52 2017 +0100 @@ -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 2008-2015 MonetDB B.V. + * Copyright 2013-2017 MonetDB B.V. */ /* monetdb_config.h must be included as the first include file */
--- a/reverse/reverse.mal Thu Dec 07 16:33:32 2017 +0100 +++ b/reverse/reverse.mal Thu Dec 07 16:40:52 2017 +0100 @@ -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 2008-2015 MonetDB B.V. +# Copyright 2013-2017 MonetDB B.V. module reverse;