@@ -56,7 +56,7 @@ def get_nipype_gitversion():
56
56
CLASSIFIERS = ["Development Status :: 5 - Production/Stable" ,
57
57
"Environment :: Console" ,
58
58
"Intended Audience :: Science/Research" ,
59
- "License :: OSI Approved :: BSD License" ,
59
+ "License :: OSI Approved :: Apache Software License" ,
60
60
"Operating System :: MacOS :: MacOS X" ,
61
61
"Operating System :: POSIX :: Linux" ,
62
62
"Programming Language :: Python :: 2.7" ,
@@ -85,12 +85,12 @@ def get_nipype_gitversion():
85
85
to existing neuroimaging software and facilitates interaction between
86
86
these packages within a single workflow. Nipype provides an environment
87
87
that encourages interactive exploration of algorithms from different
88
- packages (e.g., ANTS, SPM, FSL, FreeSurfer , Camino, MRtrix, MNE, AFNI, BRAINS ,
89
- Slicer), eases the design of workflows within and between packages, and
90
- reduces the learning curve necessary to use different packages. Nipype is
91
- creating a collaborative platform for neuroimaging software development
92
- in a high-level language and addressing limitations of existing pipeline
93
- systems.
88
+ packages (e.g., AFNI, ANTS, BRAINS, BrainSuite , Camino, FreeSurfer, FSL, MNE ,
89
+ MRtrix, MNE, Nipy, Slicer, SPM ), eases the design of workflows within and
90
+ between packages, and reduces the learning curve necessary to use different
91
+ packages. Nipype is creating a collaborative platform for neuroimaging software
92
+ development in a high-level language and addressing limitations of existing
93
+ pipeline systems.
94
94
95
95
*Nipype* allows you to:
96
96
@@ -121,7 +121,7 @@ def get_nipype_gitversion():
121
121
LONG_DESCRIPTION = long_description
122
122
URL = "http://nipy.org/nipype"
123
123
DOWNLOAD_URL = "http://github.com/nipy/nipype/archives/master"
124
- LICENSE = "BSD license "
124
+ LICENSE = "Apache License, 2.0 "
125
125
CLASSIFIERS = CLASSIFIERS
126
126
AUTHOR = "nipype developers"
127
127
AUTHOR_EMAIL = "[email protected] "
0 commit comments