Changeset: 4958186f4bc6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4958186f4bc6
Modified Files:
        clients/R/MonetDB.R/DESCRIPTION
        clients/ruby/adapter/activerecord-monetdb-adapter-0.1.gemspec
        clients/ruby/ruby-monetdb-sql-0.1.gemspec
Branch: Jul2015
Log Message:

Fixed license version.


diffs (36 lines):

diff --git a/clients/R/MonetDB.R/DESCRIPTION b/clients/R/MonetDB.R/DESCRIPTION
--- a/clients/R/MonetDB.R/DESCRIPTION
+++ b/clients/R/MonetDB.R/DESCRIPTION
@@ -10,7 +10,7 @@ Depends: DBI (>= 0.3.1)
 Imports: digest (>= 0.6.4), methods, codetools
 Enhances: dplyr (>= 0.3.0)
 Description: Allows to pull data from MonetDB into R. Includes a DBI 
implementation and a dplyr backend.
-License: MPL (== 1.1)
+License: MPL (== 2.0)
 URL: http://monetr.r-forge.r-project.org
 SystemRequirements: MonetDB, available from http://www.monetdb.org
 Collate: mapi.R dbi.R dbapply.R dplyr.R control.R
diff --git a/clients/ruby/adapter/activerecord-monetdb-adapter-0.1.gemspec 
b/clients/ruby/adapter/activerecord-monetdb-adapter-0.1.gemspec
--- a/clients/ruby/adapter/activerecord-monetdb-adapter-0.1.gemspec
+++ b/clients/ruby/adapter/activerecord-monetdb-adapter-0.1.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
    s.date = %q{2009-05-18}
    s.authors = ["G Modena"]
    s.email = "i...@monetdb.org"
-   s.licenses = ["MPL-1.1"]
+   s.licenses = ["MPL-2.0"]
    s.summary = %q{ActiveRecord Connector for MonetDB}
    s.homepage = %q{http://www.monetdb.org/}
    s.description = %q{ActiveRecord Connector for MonetDB built on top of the 
pure Ruby database driver}
diff --git a/clients/ruby/ruby-monetdb-sql-0.1.gemspec 
b/clients/ruby/ruby-monetdb-sql-0.1.gemspec
--- a/clients/ruby/ruby-monetdb-sql-0.1.gemspec
+++ b/clients/ruby/ruby-monetdb-sql-0.1.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
    s.date = %q{2009-04-27}
    s.authors = ["G Modena"]
    s.email = "i...@monetdb.org"
-   s.license = "MPL-1.1"
+   s.license = "MPL-2.0"
    s.summary = %q{Pure Ruby database driver for MonetDB/SQL}
    s.homepage = %q{http://www.monetdb.org/}
    s.description = %q{Pure Ruby database driver for the MonetDB/SQL columnar 
database management system}
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to