Blame README.txt

Packit 9ff65e
********************************************************************************
Packit 9ff65e
*  ocaml-fileutils: files and filenames common operations                      *
Packit 9ff65e
*                                                                              *
Packit 9ff65e
*  Copyright (C) 2003-2011, Sylvain Le Gall                                    *
Packit 9ff65e
*                                                                              *
Packit 9ff65e
*  This library is free software; you can redistribute it and/or modify it     *
Packit 9ff65e
*  under the terms of the GNU Lesser General Public License as published by    *
Packit 9ff65e
*  the Free Software Foundation; either version 2.1 of the License, or (at     *
Packit 9ff65e
*  your option) any later version, with the OCaml static compilation           *
Packit 9ff65e
*  exception.                                                                  *
Packit 9ff65e
*                                                                              *
Packit 9ff65e
*  This library is distributed in the hope that it will be useful, but         *
Packit 9ff65e
*  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  *
Packit 9ff65e
*  or FITNESS FOR A PARTICULAR PURPOSE. See the file COPYING for more          *
Packit 9ff65e
*  details.                                                                    *
Packit 9ff65e
*                                                                              *
Packit 9ff65e
*  You should have received a copy of the GNU Lesser General Public License    *
Packit 9ff65e
*  along with this library; if not, write to the Free Software Foundation,     *
Packit 9ff65e
*  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA               *
Packit 9ff65e
********************************************************************************
Packit 9ff65e
Packit 9ff65e
(* OASIS_START *)
Packit 9ff65e
(* DO NOT EDIT (digest: 4d1985d5a27aa85287d958ea0815611e) *)
Packit 9ff65e
Packit 9ff65e
ocaml-fileutils - Functions to manipulate real file (POSIX like) and filename.
Packit 9ff65e
==============================================================================
Packit 9ff65e
Packit 9ff65e
See the file [INSTALL.txt](INSTALL.txt) for building and installation
Packit 9ff65e
instructions.
Packit 9ff65e
Packit 9ff65e
Copyright and license
Packit 9ff65e
---------------------
Packit 9ff65e
Packit 9ff65e
(C) 2003-2014 Sylvain Le Gall
Packit 9ff65e
Packit 9ff65e
ocaml-fileutils is distributed under the terms of the GNU Lesser General
Packit 9ff65e
Public License version 2.1 with OCaml linking exception.
Packit 9ff65e
Packit 9ff65e
See [LICENSE](LICENSE) for more information.
Packit 9ff65e
Packit 9ff65e
(* OASIS_STOP *)