changeset 21:88e1fdba3669

Updated copyright year.
author Sjoerd Mullender <sjoerd@acm.org>
date Tue, 20 Oct 2020 15:55:16 +0200 (2020-10-20)
parents 789e400999dc
children de7332f6911e
files debian/copyright lib/MonetDB.rb lib/MonetDBConnection.rb lib/MonetDBData.rb lib/MonetDBExceptions.rb lib/example.rb lib/hasher.rb monetdb-sql.gemspec
diffstat 8 files changed, 9 insertions(+), 9 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: 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.
--- 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
     #
--- 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
 
--- 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'
--- 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
 
--- 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'
 
--- 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'
--- 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"