Skip to content

Commit bfac136

Browse files
committed
Merge pull request #51 from hanke/master
Update copyright, Makefile target
2 parents df9129b + 34bfeaf commit bfac136

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

COPYING

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ documentation is covered by the MIT license.
1919

2020
The MIT License
2121

22+
Copyright (c) 2009-2011 Matthew Brett <[email protected]>
23+
Copyright (c) 2010-2011 Stephan Gerhard <[email protected]>
2224
Copyright (c) 2006-2010 Michael Hanke <[email protected]>
23-
Copyright (c) 2009-2010 Matthew Brett <matthew.brett@gmail.com>
25+
Copyright (c) 2010-2011 Jarrod Millman <jarrod.millman@gmail.com>
2426

2527
Permission is hereby granted, free of charge, to any person obtaining a copy
2628
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ unittest: build
9494
@PYTHONPATH=.:$(PYTHONPATH) $(NOSETESTS) nibabel --with-doctest
9595

9696
testmanual: build
97-
# go into data, because docs assume now data dir
98-
@PYTHONPATH=.:$(PYTHONPATH) $(NOSETESTS) --with-doctest --doctest-extension=.rst doc/source/ doc/source/usecases
97+
@cd doc/source && PYTHONPATH=../..:$(PYTHONPATH) $(NOSETESTS) --with-doctest --doctest-extension=.rst . dicom
9998

10099

101100
coverage: build

0 commit comments

Comments
 (0)