This is the Debian GNU/Linux r-cran-tzdb package of tzdb. The tzdb package offers an up-to-date copy of the IANA Time Zone Database for portable use by R packages. It also includes the Date library by Howard Hinnant. tzdb was written by Davis Vaughan. 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 'tzdb' to 'r-cran-tzdb' to fit the pattern of CRAN (and non-CRAN) packages for R. Files: * Copyright: 2021 RStudio License: MIT Files: inst/tzdata/windowsZones.xml Copyright: 1991 - 2013 Unicode, Inc. License: Public Domain Files: inst/include/date/* 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: src/tz.cpp Copyright: 2015, 2016, 2017 Howard Hinnant Copyright: 2015 Ville Voutilainen Copyright: 2016 Alexander Kormanovsky Copyright: 2016, 2017 Jiangang Zhuang Copyright: 2017 Nicolas Veloz Savino Copyright: 2017 Florian Dang Copyright: 2017 Aaron Bishop Files: debian/* Copyright: 2021 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. The file LICENSE follows: YEAR: 2021 COPYRIGHT HOLDER: tzdb authors The file inst/tzdata/LICENSE follows: Unless specified below, all files in the tz code and data (including this LICENSE file) are in the public domain. If the files date.c, newstrftime.3, and strftime.c are present, they contain material derived from BSD and use the BSD 3-clause license. For reference, the upstream DESCRIPTION file is included below: Package: tzdb Title: Time Zone Database Information Version: 0.1.2 Authors@R: c(person(given = "Davis", family = "Vaughan", role = c("aut", "cre"), email = "davis@rstudio.com"), person(given = "Howard", family = "Hinnant", role = "cph", comment = "Author of the included date library"), person(given = "RStudio", role = c("cph", "fnd"))) Description: Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations. License: MIT + file LICENSE URL: https://r-lib.github.io/tzdb/, https://github.com/r-lib/tzdb BugReports: https://github.com/r-lib/tzdb/issues Depends: R (>= 3.3) Suggests: covr, testthat (>= 3.0.0) LinkingTo: cpp11 (>= 0.2.7) Biarch: yes Config/testthat/edition: 3 Encoding: UTF-8 RoxygenNote: 7.1.1 SystemRequirements: C++11 NeedsCompilation: yes Packaged: 2021-07-20 17:32:53 UTC; davis Author: Davis Vaughan [aut, cre], Howard Hinnant [cph] (Author of the included date library), RStudio [cph, fnd] Maintainer: Davis Vaughan Repository: CRAN Date/Publication: 2021-07-20 17:50:02 UTC