Skip to content

Commit b586036

Browse files
committed
Use BSD License
1 parent e94b6c4 commit b586036

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, jaska
1+
Copyright (c) 2015, Onni Software Ltd.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ Here are some example codes::
104104
if __name__ == "__main__":
105105
app.run()
106106

107+
License
108+
==========
109+
110+
New BSD License
111+
107112

108113
Dependencies
109114
=============

flask_excel/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
"""
2+
flask_excel
3+
~~~~~~~~~~~~~~~~~~~
4+
5+
A flask extension that provides one application programming interface
6+
to read and write data in different excel file formats
7+
8+
:copyright: (c) 2015 by Onni Software Ltd.
9+
:license: New BSD License
10+
"""
111
from flask import Flask, Request, Response
212
import pyexcel as pe
313
import pyexcel_webio as webio

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
'Topic :: Software Development :: Libraries :: Python Modules',
3737
'Programming Language :: Python',
3838
'License :: OSI Approved :: BSD License',
39-
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
4039
'Intended Audience :: Developers',
4140
'Programming Language :: Python :: 2',
4241
'Programming Language :: Python :: 2.6',

0 commit comments

Comments
 (0)