Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Starjava FITS
Upstream-Contact: Peter W. Draper <p.w.draper@durham.ac.uk>
Source: https://github.com/Starlink/starjava/tree/master/fits

Files: *
Copyright: 2005-2016 Central Laboratory of the Research Councils
 2002 Sun Microsystems, Inc
 2017 Ole Streicher <olebole@debian.org> (Debian files)
License: LGPL-2.1+
 Starjava code is licensed under the GNU Lesser General Public License
 (LGPL), version 2.1 or later, available from
 http://www.gnu.org/licenses/lgpl.html.
 .
 This license is hereby asserted to apply to all the original
 (non-third-party) code and associated files in the packages
 from this starjava repository, specifically:
 .
   array      diva  jaiutil   ndx         splat     ttools
   astgui     fits  jniast    pal         srb       util
   astrogrid  frog  jnihds    plastic     startask  vo
   cdf        gbin  jnikappa  registry    table     votable
   coco       hds   jpcs      rv          task      xdoc
   connect    hdx   mirage    soapserver  topcat
   datanode   help  ndtools   sog         treeview
 .
 In particular this license applies to all the java classes in
 or under the uk.ac.starlink namespace.
 .
 If LGPL licensing is not acceptable for particular usage requirements,
 it may be possible to provide the code under other licensing arrangements.
 .
 On Debian systems, the full text of the GNU Lesser General Public
 License version 2.1 can be found in the file
 `/usr/share/common-licenses/LGPL-2.1'.
Comment: The license information is stored in the root of the upstream
 git repository.

Files: src/main/uk/ac/starlink/fits/AbstractArrayDataIO.java
Copyright: 1997-1999 Thomas McGlynn
 2007-2017 Mark Taylor
License: Expat and LGPL-2.1+
  Much of the implementation here is pinched from the source code of
  nom.tam.util.BufferedFile. That file contains the following notice:
 .
  This code may be used for any purpose, non-commercial
 or commercial so long as this copyright notice is retained
 in the source code or included in or referred to in any
 derived software.
 .
 On Debian systems, the full text of the GNU Lesser General Public
 License version 2.1 can be found in the file
 `/usr/share/common-licenses/LGPL-2.1'.
Comment: The code in nom.tam.fits.BufferedFile was later given to
 public domain (see also the copyright of libfits-java).
 .
 Later changes were made by Mark Taylor and covered by the main license
 of the package.