Author: smr Date: 2010-11-01 03:40:46 +0000 (Mon, 01 Nov 2010) New Revision: 5405
Modified: trunk/packages/mriconvert/trunk/debian/copyright Log: Include copyright date and note the different copyright of nifti1.h. Modified: trunk/packages/mriconvert/trunk/debian/copyright =================================================================== --- trunk/packages/mriconvert/trunk/debian/copyright 2010-11-01 03:29:39 UTC (rev 5404) +++ trunk/packages/mriconvert/trunk/debian/copyright 2010-11-01 03:40:46 UTC (rev 5405) @@ -1,11 +1,13 @@ This package was first debianized by Steve M. Robbins <[email protected]> on 2010-10-31 +The current Debian maintainer is Debian-Med Packaging Team <[email protected]> + Download URL: http://lcni.uoregon.edu/~jolinda/MRIConvert/ - Upstream Author: Jolinda Smith [email protected] +The main body of the code is copyright 2010 by Jolinda Smith. The license statement is given on the web site, above, as: MRIConvert is still in development. Please send bug reports and @@ -17,3 +19,39 @@ On Debian systems, the full text of the GPL is available in file /usr/share/common-licenses/GPL + + +The file nifti1.h is copyright 2003 by Robert W Cox, under +the public domain: + +/***************************************************************************** + ** This file defines the "NIFTI-1" header format. ** + ** It is derived from 2 meetings at the NIH (31 Mar 2003 and ** + ** 02 Sep 2003) of the Data Format Working Group (DFWG), ** + ** chartered by the NIfTI (Neuroimaging Informatics Technology ** + ** Initiative) at the National Institutes of Health (NIH). ** + **--------------------------------------------------------------** + ** Neither the National Institutes of Health (NIH), the DFWG, ** + ** nor any of the members or employees of these institutions ** + ** imply any warranty of usefulness of this material for any ** + ** purpose, and do not assume any liability for damages, ** + ** incidental or otherwise, caused by any use of this document. ** + ** If these conditions are not acceptable, do not use this! ** + **--------------------------------------------------------------** + ** Author: Robert W Cox (NIMH, Bethesda) ** + ** Advisors: John Ashburner (FIL, London), ** + ** Stephen Smith (FMRIB, Oxford), ** + ** Mark Jenkinson (FMRIB, Oxford) ** +******************************************************************************/ + +/*---------------------------------------------------------------------------*/ +/* Note that the ANALYZE 7.5 file header (dbh.h) is + (c) Copyright 1986-1995 + Biomedical Imaging Resource + Mayo Foundation + Incorporation of components of dbh.h are by permission of the + Mayo Foundation. + + Changes from the ANALYZE 7.5 file header in this file are released to the + public domain, including the functional comments and any amusing asides. +-----------------------------------------------------------------------------*/ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
