Changeset: 8476cc94d985 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8476cc94d985
Modified Files:
        buildtools/autogen/setup.py
        clients/odbc/driver/Copyright
        monetdb5/optimizer/opt_mitosis.c
Branch: default
Log Message:

Fixes for new license.


diffs (51 lines):

diff --git a/buildtools/autogen/setup.py b/buildtools/autogen/setup.py
--- a/buildtools/autogen/setup.py
+++ b/buildtools/autogen/setup.py
@@ -16,6 +16,6 @@ setup(name = "autogen",
       url = "http://www.monetdb.org/";,
       maintainer = "Sjoerd Mullender",
       maintainer_email = "[email protected]",
-      license = "MonetDB Public License",
+      license = "Mozilla Public License, v. 2.0",
       packages = ['autogen'],
       scripts = ['autogen.py'])
diff --git a/clients/odbc/driver/Copyright b/clients/odbc/driver/Copyright
--- a/clients/odbc/driver/Copyright
+++ b/clients/odbc/driver/Copyright
@@ -7,7 +7,7 @@ The original code is licensed under the 
 General Public License, Version 2, June 1991), and therefore the code
 in this directory is also licensed under the LPGL (see the file
 COPYING in this directory), unlike the other directories in this
-project which are under the MonetDB Public License.
+project which are under the Mozilla Public License, v. 2.0.
 
 All original files have been modified, often heavily, and some have
 been deleted since they were originally copied in June 2001.  The
diff --git a/monetdb5/optimizer/opt_mitosis.c b/monetdb5/optimizer/opt_mitosis.c
--- a/monetdb5/optimizer/opt_mitosis.c
+++ b/monetdb5/optimizer/opt_mitosis.c
@@ -1,20 +1,9 @@
 /*
- * The contents of this file are subject to the MonetDB Public License
- * Version 1.1 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.monetdb.org/Legal/MonetDBLicense
+ * 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/.
  *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- * License for the specific language governing rights and limitations
- * under the License.
- *
- * The Original Code is the MonetDB Database System.
- *
- * The Initial Developer of the Original Code is CWI.
- * Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
- * Copyright August 2008-2015 MonetDB B.V.
- * All Rights Reserved.
+ * Copyright 2008-2015 MonetDB B.V.
  */
 
 #include "monetdb_config.h"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to