Skip to content

Commit 1bd0836

Browse files
committed
Moved to git; Changed license to Apache
1 parent 5440473 commit 1bd0836

File tree

7 files changed

+216
-668
lines changed

7 files changed

+216
-668
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dist
2+
build
3+

.hgignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ HTSQL_EXCEL Change History
33
**************************
44

55

6+
0.1.4 (TBD)
7+
===========
8+
9+
* Changed license to Apache v2.
10+
11+
612
0.1.1 (2017-05-04)
713
==================
814

LICENSE.rst

Lines changed: 195 additions & 658 deletions
Large diffs are not rendered by default.

NOTICE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Research Instrument Open Standard
2+
Copyright 2019 Prometheus Research, LLC
3+
4+
This product includes software developed at
5+
Prometheus Research, LLC (http://www.prometheusresearch.com/).
6+

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Office Open XML format introduced with Excel 2007).
3838
License/Copyright
3939
=================
4040

41-
This project is licensed under the GNU Affero General Public License, version
42-
3. See the accompanying ``LICENSE.rst`` file for details.
41+
This project is released under the Apache v2 license. See the accompanying
42+
``LICENSE.rst`` file for details.
4343

4444
Copyright (c) 2016, Prometheus Research, LLC
4545

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
setup(
1010
name='htsql_excel',
11-
version='0.1.3',
11+
version='0.1.4',
1212
description='An HTSQL extension that adds basic Excel support.',
1313
long_description=open('README.rst', 'r').read(),
1414
keywords='htsql extension excel xls xlsx',
1515
author='Prometheus Research, LLC',
1616
author_email='[email protected]',
17-
license='AGPLv3',
17+
license='Apache-2.0',
1818
classifiers=[
1919
'Programming Language :: Python :: 2.7',
20-
'License :: OSI Approved :: GNU Affero General Public License v3',
20+
'License :: OSI Approved :: Apache Software License',
2121
],
22-
url='https://bitbucket.org/prometheus/htsql_excel',
22+
url='https://github.com/prometheusresearch/htsql_excel',
2323
package_dir={'': 'src'},
2424
packages=find_packages('src'),
2525
zip_safe=True,

0 commit comments

Comments
 (0)