@@ -121,36 +121,40 @@ Sphinx 0.6 doesn't work properly.
121
121
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
122
122
DAMAGE.
123
123
124
- Ordereddict
124
+ OrderedSet
125
125
-----------
126
126
127
- In ``nibabel/externals/ordereddict .py ``
127
+ In ``nibabel/externals/oset .py ``
128
128
129
- Copied from: https://pypi.python .org/packages/source/o/ordereddict/ordereddict-1 .1.tar.gz#md5=a0ed854ee442051b249bfad0f638bbec
129
+ Copied from: https://files.pythonhosted .org/packages/d6/b1/a49498c699a3fda5d635cc1fa222ffc686ea3b5d04b84a3166c4cab0c57b/oset-0 .1.3. tar.gz
130
130
131
131
::
132
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.
133
+ Copyright (c) 2009, Raymond Hettinger, and others All rights reserved.
134
+
135
+ Package structured based on the one developed to odict Copyright (c) 2010, BlueDynamics Alliance, Austria
136
+
137
+ - Redistributions of source code must retain the above copyright notice, this
138
+ list of conditions and the following disclaimer.
139
+
140
+ - Redistributions in binary form must reproduce the above copyright notice, this
141
+ list of conditions and the following disclaimer in the documentation and/or
142
+ other materials provided with the distribution.
143
+
144
+ - Neither the name of the BlueDynamics Alliance nor the names of its
145
+ contributors may be used to endorse or promote products derived from this
146
+ software without specific prior written permission.
147
+
148
+ THIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance AS IS AND ANY EXPRESS OR
149
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
150
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
151
+ SHALL BlueDynamics Alliance BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
152
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
153
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
154
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
155
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
156
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
157
+ OF SUCH DAMAGE.
154
158
155
159
mni_icbm152_t1_tal_nlin_asym_09a
156
160
--------------------------------
0 commit comments