Mercurial > hg > monetdb-ruby
changeset 10:2ebc526bc7dd
Updated copyright.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Fri, 06 Jan 2017 13:16:10 +0100 (2017-01-06) |
parents | 14f46be1b9e6 |
children | fc79d9669a11 |
files | debian/copyright lib/MonetDB.rb lib/MonetDBConnection.rb lib/MonetDBData.rb lib/MonetDBExceptions.rb lib/example.rb lib/hasher.rb |
diffstat | 7 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/copyright +++ b/debian/copyright @@ -4,10 +4,10 @@ Upstream-Contact: info@monetdb.org Source: http://dev.monetdb.org/downloads/ Files: * -Copyright: 2016 MonetDB B.V. +Copyright: 2017 MonetDB B.V. License: MPL-2.0 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 1997 - July 2008 CWI, August 2008 - 2016 MonetDB B.V. + Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
--- a/lib/MonetDB.rb +++ b/lib/MonetDB.rb @@ -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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. # = Introduction #
--- a/lib/MonetDBConnection.rb +++ b/lib/MonetDBConnection.rb @@ -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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. # Implements the MAPI communication protocol
--- a/lib/MonetDBData.rb +++ b/lib/MonetDBData.rb @@ -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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. # Models a MonetDB RecordSet require 'time'
--- a/lib/MonetDBExceptions.rb +++ b/lib/MonetDBExceptions.rb @@ -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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. # Exception classes for the ruby-monetdb driver
--- a/lib/example.rb +++ b/lib/example.rb @@ -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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. require_relative 'MonetDB'
--- a/lib/hasher.rb +++ b/lib/hasher.rb @@ -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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. require 'digest/md5' require 'digest/sha1'