Bart Van Assche | 18b1b2e | 2022-11-23 11:26:03 -0800 | [diff] [blame] | 1 | Files: debian/copyright, examples/sg_sat*.c, include/*.h, lib/BSD_LICENSE, lib/*.[ch], src/BSD_LICENSE, src/sg_bg_ctl.c, src/sg_decode_sense.c, src/sg_get_config.c, src/sg_get_elem_status.c, src/sg_get_lba_status.c, src/sg_ident.c, src/sg_luns.c, src/sg_map26.c, src/sg_prevent.c, src/sg_read_attr.c, src/sg_read_block_limits.c, src/sg_read_buffer.c, src/sg_reassign.c, src/sg_referrals.c, src/sg_rem_rest_elem.c, src/sg_rep_density.c, src/sg_rep_pip.c, src/sg_rep_zones.c, src/sg_requests.c, src/sg_reset_wp.c, src/sg_rmsn.c, src/sg_rtpg.c, src/sg_safte.c, src/sg_sanitize.c, src/sg_sat_identify.c, src/sg_sat_phy_event.c, src/sg_sat_read_gplog.c, src/sg_sat_set_features.c, src/sg_scan_win32.c, src/sg_seek.c, src/sg_ses.c, src/sg_ses_microcode.c, src/sg_stpg.c, src/sg_stream_ctl.c, src/sg_sync.c, src/sg_timestamp.c, src/sg_unmap.c, src/sg_verify.c, src/sg_vpd.c, src/sg_vpd_common.c, src/sg_vpd_common.h, src/sg_vpd_vendor.c, src/sg_wr_mode.c, src/sg_write_buffer.c, src/sg_write_same.c, src/sg_write_verify.c, src/sg_write_x.c, src/sg_z_act_query.c, src/sg_zone.c, sg3_utils.spec, testing/sg_chk_asc.c, testing/sg_scat_gath.cpp, testing/sg_scat_gath.h, testing/sg_tst_async.cpp, testing/sg_tst_context.cpp, testing/sg_tst_excl.cpp, testing/sg_tst_excl2.cpp, testing/sg_tst_excl3.cpp, testing/sg_tst_json_builder.c, testing/sg_tst_nvme.c, testing/tst_sg_lib.c, utils/hxascdmp.c |
| 2 | |
| 3 | Redistribution and use in source and binary forms, with or without |
| 4 | modification, are permitted provided that the following conditions are met: |
| 5 | |
| 6 | 1. Redistributions of source code must retain the above copyright notice, this |
| 7 | list of conditions and the following disclaimer. |
| 8 | 2. Redistributions in binary form must reproduce the above copyright notice, |
| 9 | this list of conditions and the following disclaimer in the documentation |
| 10 | and/or other materials provided with the distribution. |
| 11 | |
| 12 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 13 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 14 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 15 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 16 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 17 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 18 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 19 | ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 20 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 21 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 22 | |
| 23 | ------------------ |
| 24 | |
| 25 | Files: autogen.sh, examples/sg__sat*.c, src/sg_compare_and_write.c |
| 26 | |
| 27 | Redistribution and use in source and binary forms, with or without |
| 28 | modification, are permitted provided that the following conditions |
| 29 | are met: |
| 30 | |
| 31 | 1. Redistributions of source code must retain the above copyright |
| 32 | notice, this list of conditions and the following disclaimer. |
| 33 | |
| 34 | 2. Redistributions in binary form must reproduce the above |
| 35 | copyright notice, this list of conditions and the following |
| 36 | disclaimer in the documentation and/or other materials provided |
| 37 | with the distribution. |
| 38 | |
| 39 | 3. The name of the author may not be used to endorse or promote |
| 40 | products derived from this software without specific prior written |
| 41 | permission. |
| 42 | |
| 43 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS |
| 44 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 45 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 46 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
| 47 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 48 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
| 49 | GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 50 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 51 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 52 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 53 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 54 | |
| 55 | ------------------ |
| 56 | |
| 57 | Files: getopt_long/*.[ch] |
| 58 | |
| 59 | This code is derived from software contributed to The NetBSD Foundation |
| 60 | by Dieter Baron and Thomas Klausner. |
| 61 | |
| 62 | Redistribution and use in source and binary forms, with or without |
| 63 | modification, are permitted provided that the following conditions |
| 64 | are met: |
| 65 | 1. Redistributions of source code must retain the above copyright |
| 66 | notice, this list of conditions and the following disclaimer. |
| 67 | 2. Redistributions in binary form must reproduce the above copyright |
| 68 | notice, this list of conditions and the following disclaimer in the |
| 69 | documentation and/or other materials provided with the distribution. |
| 70 | 3. All advertising materials mentioning features or use of this software |
| 71 | must display the following acknowledgement: |
| 72 | This product includes software developed by the NetBSD |
| 73 | Foundation, Inc. and its contributors. |
| 74 | 4. Neither the name of The NetBSD Foundation nor the names of its |
| 75 | contributors may be used to endorse or promote products derived |
| 76 | from this software without specific prior written permission. |
| 77 | |
| 78 | THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
| 79 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
| 80 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 81 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
| 82 | BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 83 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 84 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 85 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 86 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 87 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 88 | POSSIBILITY OF SUCH DAMAGE. |
| 89 | |
| 90 | ------------------ |
| 91 | |
| 92 | Files: Makefile.in, configure, doc/Makefile.in, include/*, lib/Makefile.in, scripts/Makefile.in, src/Makefile.in |
| 93 | |
| 94 | This file is free documentation/software; the Free Software Foundation |
| 95 | gives unlimited permission to copy and/or distribute it, |
| 96 | with or without modifications, as long as this notice is preserved. |
| 97 | |
| 98 | This program is distributed in the hope that it will be useful, |
| 99 | but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 100 | even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 101 | PARTICULAR PURPOSE. |
| 102 | |
| 103 | ------------------ |
| 104 | |
| 105 | Files: scripts/cciss_id, scripts/fc_wwpn_id |
| 106 | |
| 107 | This program is free software; you can redistribute it and/or modify it |
| 108 | under the terms of the GNU General Public License as published by the |
| 109 | Free Software Foundation version 2 of the License. |
| 110 | |
| 111 | ------------------ |
| 112 | |
| 113 | Files: examples/scsi_inquiry.c, examples/sg_excl.c, examples/sg_simple1.c, examples/sg_simple16.c, examples/sg_simple2.c, examples/sg_simple3.c, examples/sg_simple4.c, examples/sg_simple5.c, examples/sgq_dd.c, lib/sg_pt_linux_nvme.c, ltmain.sh, missing, src/sg_copy_results.c, src/sg_dd.c, src/sg_emc_trespass.c, src/sg_format.c, src/sg_inq.c, src/sg_inq_data.c, src/sg_logs.c, src/sg_map.c, src/sg_modes.c, src/sg_opcodes.c, src/sg_persist.c, src/sg_raw.c, src/sg_rbuf.c, src/sg_rdac.c, src/sg_read.c, src/sg_read_long.c, src/sg_readcap.c, src/sg_reset.c, src/sg_scan_linux.c, src/sg_senddiag.c, src/sg_start.c, src/sg_test_rwbuf.c, src/sg_turs.c, src/sg_write_long.c, src/sg_xcopy.c, src/sginfo.c, src/sgm_dd.c, src/sgp_dd.c, testing/bsg_queue_tst.c, testing/sg_iovec_tst.cpp, testing/sg_mrq_dd.cpp, testing/sg_queue_tst.c, testing/sg_sense_test.c, testing/sg_take_snap.c, testing/sg_tst_bidi.c, testing/sg_tst_ioctl.c, testing/sgh_dd.cpp, testing/sgs_dd.c |
| 114 | |
| 115 | This program is free software; you can redistribute it and/or modify |
| 116 | it under the terms of the GNU General Public License as published by |
| 117 | the Free Software Foundation; either version 2 of the License, or (at |
| 118 | your option) any later version. |
| 119 | |
| 120 | This program is distributed in the hope that it will be useful, but |
| 121 | WITHOUT ANY WARRANTY; without even the implied warranty of |
| 122 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 123 | General Public License for more details. |
| 124 | |
| 125 | ------------------ |
| 126 | |
| 127 | Files: testing/uapi_sg.h |
| 128 | |
| 129 | SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note |
| 130 | |
| 131 | ------------------ |
| 132 | |
| 133 | Files: aclocal.m4, ar-lib, compile, config.guess, config.sub, configure, depcomp, ltmain.sh, missing |
| 134 | |
| 135 | This file is free software; you can redistribute it and/or modify it |
| 136 | under the terms of the GNU General Public License as published by |
| 137 | the Free Software Foundation, either version 3 of the License, or |
| 138 | (at your option) any later version. |
| 139 | |
| 140 | This program is distributed in the hope that it will be useful, but |
| 141 | WITHOUT ANY WARRANTY; without even the implied warranty of |
| 142 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 143 | General Public License for more details. |
| 144 | |
| 145 | You should have received a copy of the GNU General Public License |
| 146 | along with this program; if not, see <https://www.gnu.org/licenses/>. |
| 147 | |
| 148 | As a special exception to the GNU General Public License, if you |
| 149 | distribute this file as part of a program that contains a |
| 150 | configuration script generated by Autoconf, you may include it under |
| 151 | the same distribution terms that you use for the rest of that |
| 152 | program. This Exception is an additional permission under section 7 |
| 153 | of the GNU General Public License, version 3 ("GPLv3"). |
| 154 | |
| 155 | ------------------ |
| 156 | |
| 157 | Files: install-sh |
| 158 | |
| 159 | Copyright (C) 1994 X Consortium |
| 160 | |
| 161 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 162 | of this software and associated documentation files (the "Software"), to |
| 163 | deal in the Software without restriction, including without limitation the |
| 164 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
| 165 | sell copies of the Software, and to permit persons to whom the Software is |
| 166 | furnished to do so, subject to the following conditions: |
| 167 | |
| 168 | The above copyright notice and this permission notice shall be included in |
| 169 | all copies or substantial portions of the Software. |
| 170 | |
| 171 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 172 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 173 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 174 | X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
| 175 | AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- |
| 176 | TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 177 | |
| 178 | Except as contained in this notice, the name of the X Consortium shall not |
| 179 | be used in advertising or otherwise to promote the sale, use or other deal- |
| 180 | ings in this Software without prior written authorization from the X Consor- |
| 181 | tium. |
| 182 | |
| 183 | |
| 184 | FSF changes to this file are in the public domain. |
| 185 | |
| 186 | Calling this script install-sh is preferred over install.sh, to prevent |
| 187 | 'make' implicit rules from creating a file called install from it |
| 188 | when there is no Makefile. |
| 189 | |
| 190 | This script is compatible with the BSD install script, but was written |
| 191 | from scratch. |
| 192 | |
| 193 | ------------------ |