# HG changeset patch # User Sjoerd Mullender <sjoerd@acm.org> # Date 1603202116 -7200 # Node ID 88e1fdba36690097acb696eb0af3a99e70a57b5e # Parent 789e400999dcd8f6b0300359d8ce6073dfce4132 Updated copyright year. diff --git a/debian/copyright b/debian/copyright --- a/debian/copyright +++ b/debian/copyright @@ -4,10 +4,10 @@ Upstream-Contact: info@monetdb.org Source: http://dev.monetdb.org/downloads/ Files: * -Copyright: 2019 MonetDB B.V. +Copyright: 2020 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 - 2019 MonetDB B.V. + Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V. diff --git a/lib/MonetDB.rb b/lib/MonetDB.rb --- 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 - 2019 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V. # = Introduction # diff --git a/lib/MonetDBConnection.rb b/lib/MonetDBConnection.rb --- 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 - 2019 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V. # Implements the MAPI communication protocol diff --git a/lib/MonetDBData.rb b/lib/MonetDBData.rb --- 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 - 2019 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V. # Models a MonetDB RecordSet require 'time' diff --git a/lib/MonetDBExceptions.rb b/lib/MonetDBExceptions.rb --- 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 - 2019 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V. # Exception classes for the ruby-monetdb driver diff --git a/lib/example.rb b/lib/example.rb --- 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 - 2019 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V. require_relative 'MonetDB' diff --git a/lib/hasher.rb b/lib/hasher.rb --- 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 - 2019 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2020 MonetDB B.V. require 'digest/md5' require 'digest/sha1' diff --git a/monetdb-sql.gemspec b/monetdb-sql.gemspec --- a/monetdb-sql.gemspec +++ b/monetdb-sql.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 1.8.0' s.name = %q{monetdb-sql} s.version = "1.2" - s.date = %q{2019-12-03} + s.date = %q{2020-10-20} s.authors = ["G Modena", "R Koopmanschap"] s.email = "info@monetdb.org" s.license = "MPL-2.0"