@@ -128,27 +128,29 @@ In ``nibabel/externals/ordereddict.py``
128128
129129Copied from: https://pypi.python.org/packages/source/o/ordereddict/ordereddict-1.1.tar.gz#md5=a0ed854ee442051b249bfad0f638bbec
130130
131- Copyright (c) 2009 Raymond Hettinger
132-
133- Permission is hereby granted, free of charge, to any person
134- obtaining a copy of this software and associated documentation files
135- (the "Software"), to deal in the Software without restriction,
136- including without limitation the rights to use, copy, modify, merge,
137- publish, distribute, sublicense, and/or sell copies of the Software,
138- and to permit persons to whom the Software is furnished to do so,
139- subject to the following conditions:
140-
141- The above copyright notice and this permission notice shall be
142- included in all copies or substantial portions of the Software.
143-
144- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
145- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
146- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
147- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
148- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
149- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
150- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
151- OTHER DEALINGS IN THE SOFTWARE.
131+ ::
132+
133+ Copyright (c) 2009 Raymond Hettinger
134+
135+ Permission is hereby granted, free of charge, to any person
136+ obtaining a copy of this software and associated documentation files
137+ (the "Software"), to deal in the Software without restriction,
138+ including without limitation the rights to use, copy, modify, merge,
139+ publish, distribute, sublicense, and/or sell copies of the Software,
140+ and to permit persons to whom the Software is furnished to do so,
141+ subject to the following conditions:
142+
143+ The above copyright notice and this permission notice shall be
144+ included in all copies or substantial portions of the Software.
145+
146+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
147+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
148+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
149+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
150+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
151+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
152+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
153+ OTHER DEALINGS IN THE SOFTWARE.
152154
153155mni_icbm152_t1_tal_nlin_asym_09a
154156--------------------------------
@@ -158,6 +160,8 @@ The file ``doc/source/someone.nii.gz`` is a subsampled version of the file
158160archive ``mni_icbm152_t1_tal_nlin_asym_09a ``. The original image has the
159161following license (where 'softwware' refers to the image):
160162
163+ ::
164+
161165 Copyright (C) 1993-2004 Louis Collins, McConnell Brain Imaging Centre,
162166 Montreal Neurological Institute, McGill University.
163167
@@ -209,3 +213,34 @@ the PDDL version 1.0 available at http://opendatacommons.org/licenses/pddl/1.0/
209213
210214is courtesy of the University of Massachusetts Medical School, also released
211215under the PDDL.
216+
217+
218+ Six
219+ --------------------
220+
221+ In ``nibabel/externals/six.py ``
222+
223+ Copied from: https://pypi.python.org/packages/source/s/six/six-1.3.0.tar.gz#md5=ec47fe6070a8a64c802363d2c2b1e2ee
224+
225+ ::
226+
227+ Copyright (c) 2010-2013 Benjamin Peterson
228+
229+ Permission is hereby granted, free of charge, to any person obtaining a copy of
230+ this software and associated documentation files (the "Software"), to deal in
231+ the Software without restriction, including without limitation the rights to
232+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
233+ the Software, and to permit persons to whom the Software is furnished to do so,
234+ subject to the following conditions:
235+
236+ The above copyright notice and this permission notice shall be included in all
237+ copies or substantial portions of the Software.
238+
239+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
240+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
241+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
242+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
243+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
244+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
245+
246+
0 commit comments