Changeset: 2ebc526bc7dd for monetdb-ruby
URL: http://dev.monetdb.org/hg/monetdb-ruby?cmd=changeset;node=2ebc526bc7dd
Modified Files:
        debian/copyright
        lib/MonetDB.rb
        lib/MonetDBConnection.rb
        lib/MonetDBData.rb
        lib/MonetDBExceptions.rb
        lib/example.rb
        lib/hasher.rb
Branch: default
Log Message:

Updated copyright.


diffs (88 lines):

diff --git a/debian/copyright b/debian/copyright
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,10 +4,10 @@ Upstream-Contact: i...@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'
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to