File: copyright

package info (click to toggle)
golang-github-klauspost-compress 1.11.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 22,892 kB
  • sloc: asm: 7,868; makefile: 12
file content (376 lines) | stat: -rw-r--r-- 9,860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: compress
Source: https://github.com/klauspost/compress
Files-Excluded:
 zstd/internal/xxhash

Files: *
Copyright:
    2009-2012 The Go Authors
    2019      Klaus Post
 2019, Klaus Post.
  2012, The Go Authors.
License: BSD-3-Clause or BSD-3-clause

Files: README.md
  compressible.go
  compressible_test.go
  go.mod
Copyright:
    2009-2012 The Go Authors
    2019      Klaus Post
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: debian/*
Copyright: 2015, Alexandre Viau <aviau@debian.org>
License: BSD-3-Clause
Comment: Debian packaging is licensed under the same terms as upstream

Files: flate/*
Copyright: 2009-2012, 2014, 2016, The Go Authors.
License: BSD-3-Clause

Files: flate/deflate.go
  flate/deflate_test.go
Copyright: 2015, Klaus Post
  2009, The Go Authors.
License: BSD-3-Clause

Files: flate/fast_encoder.go
Copyright: 2015
  2011, The Snappy-Go Authors.
License: BSD-3-Clause

Files: flate/_gen/gen_inflate.go
  flate/inflate_gen.go
  flate/level1.go
  flate/level2.go
  flate/level3.go
  flate/level4.go
  flate/level5.go
  flate/level6.go
  flate/regmask_amd64.go
  flate/regmask_other.go
  flate/stateless.go
  flate/token_test.go
Copyright:
    2009-2014 The Go Authors
    2015      Klaus Post
License: BSD-3-Clause

Files: flate/testdata/*
Copyright:
    2009-2014 The Go Authors
    2015      Klaus Post
License: BSD-3-Clause

Files: flate/testdata/huffman-rand-1k.in
  flate/testdata/huffman-rand-max.in
Copyright: éà¢
License: BSD-3-Clause

Files: flate/testdata/huffman-rand-limit.in
Copyright: ¼-#¾Ùíu
License: BSD-3-Clause

Files: flate/testdata/huffman-text-shift.in
Copyright: 2009, ThGoAuthor.Allrightrrvd.
License: BSD-3-Clause

Files: flate/testdata/huffman-text.in
Copyright: 2009-2012, 2014, 2016, The Go Authors.
License: BSD-3-Clause

Files: fse/*
Copyright:
    2009-2012 The Go Authors
    2019      Klaus Post
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: fse/bitreader.go
  fse/bitwriter.go
  fse/bytereader.go
  fse/compress.go
  fse/fse.go
  fse/fse_test.go
Copyright: 2018, Klaus Post.
  2013, Yann Collet, released under BSD License.
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: gzip/*
Copyright: 2009-2012, 2014, 2016, The Go Authors.
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: huff0/*
Copyright:
    2009-2012 The Go Authors
    2019      Klaus Post
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: huff0/bitreader.go
  huff0/bitwriter.go
  huff0/bytereader.go
Copyright: 2018, Klaus Post.
  2013, Yann Collet, released under BSD License.
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: s2/*
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
 2019, Klaus Post.
  2011, The Snappy-Go Authors.
License: BSD-3-Clause or BSD-3-clause

Files: s2/README.md
  s2/cpuid_amd64.go
  s2/encode_amd64.go
  s2/encode_go.go
  s2/encodeblock_amd64.go
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
License: BSD-3-Clause

Files: s2/_generate/*
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
License: BSD-3-Clause

Files: s2/cmd/*
Copyright: 2011, 2016, The Snappy-Go Authors.
License: BSD-3-Clause

Files: s2/cmd/internal/*
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
 2015, Klaus Post
License: Expat

Files: s2/cmd/internal/readahead/README.md
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
License: Expat

Files: s2/cmd/internal/readahead/reader.go
Copyright: 2015, Klaus Post, released under MIT License. See LICENSE file.
License: Expat

Files: s2/cmd/s2d/*
Copyright: 2019, Klaus Post.
  2011, 2016, The Snappy-Go Authors.
License: BSD-3-Clause

Files: s2/decode.go
  s2/decode_amd64.go
  s2/decode_other.go
  s2/encode.go
  s2/encode_all.go
  s2/encode_better.go
  s2/s2.go
  s2/s2_test.go
Copyright: 2019, Klaus Post.
  2011, 2016, The Snappy-Go Authors.
License: BSD-3-Clause

Files: s2/decode_test.go
  s2/encode_test.go
Copyright: 2019, Klaus Post.
License: BSD-3-Clause

Files: s2/testdata/*
Copyright: þ¼4+D
License: BSD-3-Clause

Files: snappy/*
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
 2011, The Snappy-Go Authors.
License: BSD-3-Clause or BSD-3-clause

Files: snappy/AUTHORS
Copyright: purposes.
License: BSD-3-Clause

Files: snappy/CONTRIBUTORS
  snappy/README
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
License: BSD-3-Clause

Files: snappy/decode.go
  snappy/decode_amd64.go
  snappy/decode_other.go
  snappy/encode.go
  snappy/encode_amd64.go
  snappy/encode_other.go
  snappy/golden_test.go
  snappy/snappy.go
  snappy/snappy_test.go
Copyright: 2011, 2016, The Snappy-Go Authors.
License: BSD-3-Clause

Files: snappy/testdata/*
Copyright:
    2011-2016 The Snappy-Go Authors
    2015-2019 Klaus Post
License: BSD-3-Clause

Files: snappy/testdata/random
Copyright: þ¼4+D
License: BSD-3-Clause

Files: zip/*
Copyright: 2009-2012, 2014, 2016, The Go Authors.
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: zlib/*
Copyright: 2009-2012, 2014, 2016, The Go Authors.
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: zstd/*
Copyright: 2016, Caleb Spare.
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: zstd/bitreader.go
  zstd/blockdec.go
  zstd/blockenc.go
  zstd/bytebuf.go
  zstd/bytereader.go
  zstd/decoder.go
  zstd/decoder_options.go
  zstd/decoder_test.go
  zstd/enc_better.go
  zstd/enc_dfast.go
  zstd/enc_fast.go
  zstd/encoder.go
  zstd/encoder_test.go
  zstd/framedec.go
  zstd/frameenc.go
  zstd/fse_decoder.go
  zstd/fse_encoder.go
  zstd/fse_predefined.go
  zstd/hash.go
  zstd/history.go
  zstd/seqdec.go
  zstd/seqenc.go
  zstd/snappy.go
Copyright: 2019
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: zstd/bitwriter.go
Copyright: 2018, Klaus Post.
  2013, Yann Collet, released under BSD License.
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: zstd/blocktype_string.go
  zstd/dict.go
  zstd/dict_test.go
  zstd/enc_base.go
  zstd/encoder_options.go
  zstd/encoder_options_test.go
  zstd/snappy_test.go
  zstd/zstd.go
  zstd/zstd_test.go
Copyright:
    2009-2012 The Go Authors
    2019      Klaus Post
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

Files: zstd/testdata/*
Copyright:
    2009-2012 The Go Authors
    2019      Klaus Post
License: BSD-3-Clause
Comment: This code is licensed under the same conditions as the
 original Go code.

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
    * Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
    * 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.
    * Neither the name of Google Inc. 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 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.

License: Expat
 This software is Copyright (c) 2020 by X. Ample.
 .
 This is free software, licensed under:
 .
   The MIT (X11) License
 .
 The MIT License
 .
 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.