Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: PyMCA
Upstream-Contact: V. Armando Sole <sole@esrf.fr>

Files: debian/*
Copyright: 2009-2010 Teemu Ikonen <tpikonen@gmail.com>
License: GPL-2+

Files: *
Copyright: 2004-2009 European Synchrotron Radiation Facility
License: GPL-2+

Files: PyMca/GenerateXCOMCrossSections.py
Copyright: 2012 European Synchrotron Radiation Facility
License: LGPL-2+

Files: PyMca/EPDL97/*
Copyright: not relevant
License: public-domain
 These Python modules have been developed by V.A. Sole, from the
 European Synchrotron Radiation Facility (ESRF) to make the EADL and
 EPDL97 libraries easily accessible from Python.  Given the nature of
 this work, these modules can be considered public domain.  Therefore
 redistribution and use in source and binary forms, with or without
 modification, are permitted provided the following disclaimer is
 accepted:
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND THE ESRF ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) AND/OR THE
 ESRF BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: PyMca/SGModule.py
Copyright: not relevant
License: public-domain-2
 The code to calculate the Savitzky-Golay filter coefficients
 is a shameless copy of the sg_filter.py module from Uwe Schmitt
 available from http://public.procoders.net/sg_filter
 .
 Therefore PyMca author(s) do not claim any ownership of that code
 and are very grateful to Uwe for making his code available to the
 community.

Files: PyMca/MEDFile.py
Copyright: M. Newville
License: other
 Copyright (c) 2010 Matthew Newville, The University of Chicago
 .
 Permission to use and redistribute the source code or binary forms of
 this software and its documentation, with or without modification is
 hereby granted provided that the above notice of copyright, these
 terms of use, and the disclaimer of warranty below appear in the
 source code and documentation, and that none of the names of The
 University of Chicago, The University of Washington, or the authors
 appear in advertising or endorsement of works derived from this
 software without specific prior written permission from all parties.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THIS SOFTWARE.

Files: PyMca/sps/Include/blissmalloc.h
       PyMca/sps/Include/spec_shm.h
       PyMca/sps/Include/sps.h
       PyMca/sps/Src/sps.c
       PyMca/sps/Src/sps_py.c
Copyright: 1998-2011 Certified Scientific Software (CSS)
	   1998-2011 European Synchrotron Radiation Facility (ESRF)
License: other
 The software contained in the files "sps.h", "blissmalloc.h", "spec_shm.h",
 "sps.c" and "sps_py.c", is designed to interface the shared-data structures
 used and defined by the CSS "spec" package with other utility software.
 .
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of the software in these files (the "Software"), to deal in the Software
 without restriction, including without limitation the rights to use, copy, modify,
 merge, publish, distribute, sublicense, and/or sell copies of the Software,
 and to permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be included
 in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files: PyMca/py_nnma/*
Copyright: 2008 Uwe Schmitt, uschmitt@mineway.de,
 2007 D. Kim, S.  Sra and I. S. Dhillon
License: BSD
 All rights reserved.
 .
 The algorithm FNMA^I was published 28 Dec 2007 in "Statistical Ana-
 lyis and Data Mining" under the title
 .
 "Fast Projection-Based Methods for the Least Squares Nonnegative
 Matrix Approximation Problem"
 .
 Sparse coded NNMA from:
 .
 [1] P.O. Hoyer, "Non-negative sparse coding",
 Neural Networks for Signal Processing XII
 (Proc. IEEE Workshop on Neural Networks for Signal Processing 2002,
 Martigny, Switzerland) pp. 557-565, 2002.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of source code must retain the above copyright
    * notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
    * copyright notice, this list of conditions and the following
    * disclaimer in the documentation and/or other materials provided
    * with the distribution.  Neither the name of the <ORGANIZATION>
    * nor the names of its contributors may be used to endorse or
    * promote products derived from this software without specific
    * prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: GPL-2+
 This toolkit is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version.
 .
 In Debian systems, the GNU General Public License version 2 can be found
 at /usr/share/common-licenses/GPL-2

License: LGPL-2+
 This toolkit is free software; you can redistribute
 it and/or modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either version
 2 of the License, or (at your option) any later version.
 .
 In Debian systems, the GNU General Public License version 2 can be
 found at /usr/share/common-licenses/LGPL-2
