This is the Debian GNU/Linux r-cran-writexl. The writexl package exports data frames to Excel 'xlsx' format. The writexl package was written by Jeroen Ooms based on the 'libxlswriter' library by John McNamara. 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 'writexl' to 'r-cran-writexl' to fit the pattern of CRAN (and non-CRAN) packages for R. Files: * Copyright: 2017-2023 Jeroen Ooms License: BSD-2 Files: src/* Copyright: 2014-2023 John McNamara License: BSD-2 Files: debian/* Copyright: 2023 Dirk Eddelbuettel License: GPL-2+ File: src/include/xlsxwriter/third_party/ioapi.h File: src/include/xlsxwriter/third_party/zip.h Files: src/minizip/* Copyright: 1998-2010 Gilles Vollant (minizip) Copyright: 2009-2010 Mathias Svensson Licese: Condition of use and distribution are the same than Zlib (below) File: src/include/xlsxwriter/third_party/md5.h Files: src/md5/* Copyright: 2001 Alexander Peslyak, better known as Solar Designer License: BSD-2 File: src/include/xlsxwriter/third_party/queue.h Copyright: 1991, 1993 The Regents of the University of California License: BSD-2 File: src/include/xlsxwriter/third_party/tmpfileplus.h Files: src/tmpfileplus/* Copyright: 2012-16 David Ireland, DI Management Services Pty Ltd License: MPL-2 File: src/include/xlsxwriter/third_party/tree.h Copyright: 2002 Niels Provos License: BSD-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 Mozilla Public License, v. 2.0 (MPL-2) is included in file /usr/share/common-licenses/MPL-2. For reference, the upstream DESCRIPTION file is included below: Package: writexl Type: Package Title: Export Data Frames to Excel 'xlsx' Format Version: 1.4.2 Authors@R: c( person("Jeroen", "Ooms", ,"jeroen@berkeley.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")), person("John McNamara", role = "cph", comment = "Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)")) Description: Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'. Fast and no Java or Excel required. License: BSD_2_clause + file LICENSE Encoding: UTF-8 URL: https://docs.ropensci.org/writexl/ (website) https://github.com/ropensci/writexl (devel) https://libxlsxwriter.github.io (upstream) BugReports: https://github.com/ropensci/writexl/issues RoxygenNote: 7.0.2 Suggests: spelling, readxl, nycflights13, testthat, bit64 Language: en-US NeedsCompilation: yes Packaged: 2023-01-06 17:19:16 UTC; jeroen Author: Jeroen Ooms [aut, cre] (), John McNamara [cph] (Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)) Maintainer: Jeroen Ooms Repository: CRAN Date/Publication: 2023-01-06 22:30:01 UTC For reference, the included BSD license for libxlswriter is Copyright 2014-2017, John McNamara All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project. For reference, the included BSD license for queue.h is Copyright (c) 1991, 1993 The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. For reference, the included BSD license for tree.h is Copyright 2002 Niels Provos All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. For reference the included license / copyright for zlib (for minizip) is (C) 1995-2013 Jean-loup Gailly and Mark Adler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Jean-loup Gailly Mark Adler jloup@gzip.org madler@alumni.caltech.edu For reference the included license for tmpfileplus is This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. Copyright (c) 2012-16 David Ireland, DI Management Services Pty Ltd .