From 2fb8b05906a71ae6a20d600f264fbb6b318625dd Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 2 Apr 2014 09:19:52 -0500 Subject: [PATCH] fixed some licensing issues --- VERSION | 2 +- gluon/contrib/AuthorizeNet.py | 2 +- gluon/contrib/DowCommerce.py | 2 +- gluon/contrib/memdb.py | 2 +- gluon/contrib/spreadsheet.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 812e9313..16df9001 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.5-trunk+timestamp.2014.03.31.00.23.41 +Version 2.9.5-trunk+timestamp.2014.04.02.09.18.42 diff --git a/gluon/contrib/AuthorizeNet.py b/gluon/contrib/AuthorizeNet.py index aa7e1c6c..6632d702 100755 --- a/gluon/contrib/AuthorizeNet.py +++ b/gluon/contrib/AuthorizeNet.py @@ -3,7 +3,7 @@ AIM class to credit card payment with authorize.net Fork of authnet code written by John Conde http://www.johnconde.net/blog/integrate-the-authorizenet-aim-api-with-python-3-2/ -Unknown license, assuming public domain +BSDv3 License Modifed by Massimo Di Pierro diff --git a/gluon/contrib/DowCommerce.py b/gluon/contrib/DowCommerce.py index 21e1ce09..a36f22a2 100644 --- a/gluon/contrib/DowCommerce.py +++ b/gluon/contrib/DowCommerce.py @@ -3,7 +3,7 @@ DowCommerce class to process credit card payments with DowCommerce.com Modifications to support Dow Commerce API from code originally written by John Conde http://www.johnconde.net/blog/integrate-the-authorizenet-aim-api-with-python-3-2/ -Unknown license, assuming public domain +BSDv3 License Modifed by Dave Stoll dave.stoll@gmail.com diff --git a/gluon/contrib/memdb.py b/gluon/contrib/memdb.py index c6b720fb..e121e472 100644 --- a/gluon/contrib/memdb.py +++ b/gluon/contrib/memdb.py @@ -5,7 +5,7 @@ This file is part of web2py Web Framework (Copyrighted, 2007-2009). Developed by Massimo Di Pierro and Robin B . -License: GPL v2 +License: LGPLv3 """ __all__ = ['MEMDB', 'Field'] diff --git a/gluon/contrib/spreadsheet.py b/gluon/contrib/spreadsheet.py index 7cca9c3d..40663d81 100644 --- a/gluon/contrib/spreadsheet.py +++ b/gluon/contrib/spreadsheet.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ -Developed by Massimo Di Pierro, optional component of web2py, GPL2 license. +Developed by Massimo Di Pierro, optional component of web2py, BSDv3 license. """ import re