This is the Debian GNU/Linux r-cran-rcppdate package of RcppDate. The RcppDate package offers the 'date' library for use by R. 'date' was written by Howard Hinnant. RcppDate was written by Dirk Eddelbuettel. This package was created by Dirk Eddelbuettel . 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 'RcppDate' to 'r-cran-rcppdate' to fit the pattern of CRAN (and non-CRAN) packages for R. Files: * Copyright: 2015 - 2020 Howard Hinnant License: MIT Files: inst/include/solar_hijri.h: Copyright: 2019 Asad. Gharighi License: MIT Files: inst/include/tz.h Files: inst/include/date.h Copyright: 2017, 2019 Jiangang Zhuang License: MIT Files: inst/include/tz.h Copyright: 2017 Aaron Bishop License: MIT Files: inst/include/tz.h Files: inst/include/date.h Copyright: 2017, 2018, 2019 Tomasz KamiƄski License: MIT Files: inst/include/ios.h Copyright: 2016 Alexander Kormanovsky License: MIT Files: inst/include/date.h Copyright: 2016 Adrian Colomitchi License: MIT Files: inst/include/date.h Copyright: 2017 Florian Dang License: MIT Files: inst/include/date.h Copyright: 2017 Paul Thompson License: MIT Files: debian/* Copyright: 2020 Dirk Eddelbuettel 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, and the GPL license (version 3) is included in the file /usr/share/common-licenses/GPL-3. The upstream license file 'LICENSE.txt' is included below. The source code in this project is released using the MIT License. There is no global license for the project because each file is licensed individually with different author names and/or dates. If you contribute to this project, please add your name to the license of each file you modify. If you have already contributed to this project and forgot to add your name to the license, please feel free to submit a new P/R to add your name to the license in each file you modified. For convenience, here is a copy of the MIT license found in each file except without author names or dates: The MIT License (MIT) 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: RcppCCTZ Type: Package Title: 'Rcpp' Bindings for the 'CCTZ' Library Version: 0.2.9 Date: 2020-08-30 Author: Dirk Eddelbuettel Maintainer: Dirk Eddelbuettel Description: 'Rcpp' Access to the 'CCTZ' timezone library is provided. 'CCTZ' is a C++ library for translating between absolute and civil times using the rules of a time zone. The 'CCTZ' source code, released under the Apache 2.0 License, is included in this package. See for more details. License: GPL (>= 2) Imports: Rcpp (>= 0.11.0) Suggests: tinytest LinkingTo: Rcpp SystemRequirements: A 64-bit POSIX OS such as Linux or OS X with IANA time zone data in /usr/share/zoneinfo as well as a recent-enough C++11 compiler (such as g++-4.9 or later which is preferred, g++-4.8 works too). On Windows the zoneinfo included with R is used; and time parsing support is enabled via a backport of std::get_time from the LLVM libc++ library. URL: https://github.com/eddelbuettel/rcppcctz BugReports: https://github.com/eddelbuettel/rcppcctz/issues RoxygenNote: 6.0.1 NeedsCompilation: yes Packaged: 2020-08-30 20:29:54.384143 UTC; edd Repository: CRAN Date/Publication: 2020-08-30 20:50:02 UTC