|
82 | 82 | man/man?/*.? |
83 | 83 | man/man?/*.?.in |
84 | 84 |
|
| 85 | + # Build system |
| 86 | + *.ac |
| 87 | + *.am |
| 88 | + *.m4 |
| 89 | +
|
85 | 90 | # Unsuffixed programs (or generated of same) |
86 | 91 | cmd/zarcstat.in |
87 | 92 | cmd/zarcsummary |
|
98 | 103 |
|
99 | 104 | # Misc items that have clear licensing info but aren't easily matched, |
100 | 105 | # or are the first of a class that we aren't ready to match yet. |
101 | | - config/ax_code_coverage.m4 |
102 | | - configure.ac |
103 | 106 | module/lua/README.zfs |
104 | 107 | scripts/kmodtool |
105 | 108 | tests/zfs-tests/tests/functional/inheritance/README.config |
|
141 | 144 | tests/zfs-tests/tests/functional/tmpfile/tmpfile_003_pos.c |
142 | 145 | tests/zfs-tests/tests/functional/tmpfile/tmpfile_test.c |
143 | 146 |
|
144 | | - autogen.sh |
145 | 147 | contrib/bpftrace/zfs-trace.sh |
146 | 148 | contrib/pyzfs/docs/source/conf.py |
147 | 149 | contrib/pyzfs/libzfs_core/test/__init__.py |
|
190 | 192 | 'module/icp' => ['Apache-2.0', 'CDDL-1.0'], |
191 | 193 | 'contrib/icp' => ['Apache-2.0', 'CDDL-1.0'], |
192 | 194 |
|
193 | | - # Python bindings are always Apache-2.0 |
194 | | - 'contrib/pyzfs' => ['Apache-2.0'], |
| 195 | + # Python bindings are always Apache-2.0; CDDL is available for build |
| 196 | + # files in that dir. |
| 197 | + 'contrib/pyzfs' => ['Apache-2.0', 'CDDL-1.0'], |
| 198 | + |
| 199 | + # Common licenses for autoconf macros; some of these are complex |
| 200 | + # with exceptions, so we don't have a "generic" list as such, just |
| 201 | + # a list of all the ones currently in use. |
| 202 | + 'config' => [ |
| 203 | + 'CDDL-1.0', 'LGPL-2.1-or-later', 'FSFAP', 'FSFULLR', |
| 204 | + 'GPL-2.0-or-later WITH Autoconf-exception-generic', |
| 205 | + 'GPL-3.0-or-later WITH Autoconf-exception-macro', |
| 206 | + ], |
195 | 207 | ); |
196 | 208 |
|
197 | 209 | # This is a list of "special case" license tags that are in use in the tree, |
|
237 | 249 | 'OpenSSL-standalone' => [qw( |
238 | 250 | module/icp/asm-x86_64/aes/aes_aesni.S |
239 | 251 | )], |
240 | | - 'LGPL-2.1-or-later' => [qw( |
241 | | - config/ax_code_coverage.m4 |
242 | | - )], |
243 | 252 |
|
244 | 253 | # Legacy inclusions of BSD-2-Clause files in Linux SPL. |
245 | 254 | 'BSD-2-Clause' => [qw( |
|
0 commit comments