This is the Debian GNU/Linux r-cran-rcppspdlog package of RcppSpdlog.  The
RcppSpdlog package offers the spdlog library for use by R. spdlog was written
by Gabi Melman and contributors. It also contains the fmt library by Victor 
Zverovich.  RcppSpdlog was written by Dirk Eddelbuettel.

This package was created by Dirk Eddelbuettel <edd@debian.org>.
The sources were downloaded from the main CRAN site
	https://cran.r-project.org/src/contrib/
and are also available from all CRAN mirrors as e.g.
	https://cran.us.r-project.org/src/contrib/

The package was renamed from its upstream name 'RcppSPDLOG' to
'r-cran-rcppspdlog' to fit the pattern of CRAN (and non-CRAN)
packages for R.

Files: inst/include/spdlog/*
Copyright: 2015-present, Gabi Melman & spdlog contributors
License: MIT

Files: inst/include/spdlog/fmt/bundled/*
Copyright: 2012 - present, Victor Zverovich
License: MIT

File: inst/include/spdlog/sinks/msvc_sink.h
Copyright: 2016 Alexander Dalshov
License: MIT

File: inst/include/spdlog/sinks/systemd_sink.h
Copyright: 2019 ZVYAGIN.Alexander@gmail.com
License: MIT

Files: *
Copyright: 2020 - present  Dirk Eddelbuettel <edd@debian.org>
License: GPL-2+

On a Debian GNU/Linux system, the GPL license (version 2) is included
in the file /usr/share/common-licenses/GPL-2.

The text of the MIT license follows:

  Permission is hereby granted, free of charge, to any person 
  obtaining a copy of this software and associated documentation 
  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.

For reference, the upstream DESCRIPTION file is included below:

  Package: RcppSpdlog
  Type: Package
  Title: 'spdlog' C++ Header Library for Logging
  Version: 0.0.8
  Date: 2022-04-04
  License: GPL (>= 2)
  Author: Dirk Eddelbuettel
  Maintainer: Dirk Eddelbuettel <edd@debian.org>
  Description: The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides
   many desirable features. This package bundles these header files for easy use by R packages
   via a simple 'LinkingTo:' inclusion.
  URL: https://github.com/eddelbuettel/rcppspdlog,
          https://dirk.eddelbuettel.com/code/rcpp.spdlog.html
  BugReports: https://github.com/eddelbuettel/rcppspdlog/issues
  LinkingTo: Rcpp
  Imports: Rcpp
  Suggests: simplermarkdown
  VignetteBuilder: simplermarkdown
  RoxygenNote: 6.0.1
  NeedsCompilation: yes
  Packaged: 2022-04-04 22:04:54 UTC; edd
  Repository: CRAN
  Date/Publication: 2022-04-04 22:30:02 UTC




