# HG changeset patch # User Sjoerd Mullender <sjoerd@acm.org> # Date 1483704970 -3600 # Node ID 2ebc526bc7dda581b788e963434b5a2bbbbb6353 # Parent 14f46be1b9e61384a5dcc08fd1d1b34cdf3a6d48 Updated copyright. 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: 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. 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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 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 - 2016 MonetDB B.V. +# Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. require 'digest/md5' require 'digest/sha1'