/*
   ADF-Copy/Drive - Reads and writes Amiga floppy disks
   Copyright (C) 2016-2019 Dominik Tonn (nick@niteto.de)
   http://nickslabor.niteto.de/

   This program 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 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/*
   encodeMFM is partly based upon floppySectorMfmEncode from FLOPPY.C which is part of the Win Fellow Project
   Authors: Petter Schau, Torsten Enderling (carfesh@gmx.net)
   Copyright (C) 1991, 1992, 1996 Free Software Foundation, Inc
   released under the GNU General Public License
*/

/*
   decodesMFM is partly based upon DecodeSectorData and DecodeLongword functions from AFR.C,
   written by Marco Veneri Copyright (C) 1997 and released as public domain
*/

/*
   MTP is based on MTP.h
   MTP.h - Teensy MTP Responder library
   Copyright (C) 2017 Fredrik Hubinette <hubbe@hubbe.net>
   With updates from MichaelMC, YoongHM
   see MTPADF.h for details
*/

/*
   This program uses a modified version of ADFLib
   http://lclevy.free.fr/adflib/

   ADF Library. (C) 1997-2002 Laurent Clevy
   ADFLib 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.

   ADFLib is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with Foobar; if not, write to the Free Software
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
