/*  Copyright 2018 Oxford Nanopore Technologies, Ltd */

/*  This Source Code Form is subject to the terms of the Oxford Nanopore
 *  Technologies, Ltd. Public License, v. 1.0. If a copy of the License 
 *  was not  distributed with this file, You can obtain one at
 *  http://nanoporetech.com
 */

#pragma once
#ifndef LICENCE_H
#define LICENCE_H

static const char *flappie_licence_text =
    "(c) 2018 Oxford Nanopore Technologies Ltd.\n"
    "\n"
    "This Source Code Form is subject to the terms of the Oxford Nanopore\n"
    "Technologies, Ltd. Public License, v. 1.0. If a copy of the License\n"
    "was not  distributed with this file, You can obtain one at\n"
    "http://nanoporetech.com\n"
    "\n"
    "\nThe vectorised math functions 'src/sse_mathfun.h' are from\n"
    "http://gruntthepeon.free.fr/ssemath/ and the original version of this file is\n"
    "under the 'zlib' licence.  See the top of 'src/sse_mathfun.h' for details.\n";

#endif /* LICENCE_H */
