File: copyright

package info (click to toggle)
libnginx-mod-js 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,808 kB
  • sloc: ansic: 114,096; perl: 8,447; javascript: 2,520; exp: 487; sh: 322; xml: 312; python: 181; makefile: 18
file content (451 lines) | stat: -rw-r--r-- 11,626 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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

Files: *
Copyright: 2022, 2025, Vadim Zhestikov
 2019-2022, Alexander Borisov
 2017-2025, Dmitry Volyntsev
 2015-2019, NGINX, Inc.
 2019-2025 F5, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: auto/*
Copyright: NGINX, Inc.
 Igor Sysoev
License: BSD-2-clause

Files: auto/computed_goto
Copyright: Vadim Zhestikov
 NGINX, Inc.
License: BSD-2-clause

Files: auto/endianness
  auto/expect
  auto/init
  auto/libbfd
  auto/libxml2
  auto/link
  auto/module
  auto/modules
  auto/openssl
  auto/readline
  auto/stat
  auto/zlib
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: auto/sources
Copyright: 2019-2022, Alexander Borisov
 2017-2022, Dmitry Volyntsev
 2015-2022, NGINX, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: configure
Copyright: NGINX, Inc.
 Igor Sysoev
License: BSD-2-clause

Files: external/*
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: external/njs_query_string_module.c
Copyright: NGINX, Inc.
 Dmitry Volyntsev
 Alexander Borisov
License: BSD-2-clause

Files: external/njs_regex.c
Copyright: NGINX, Inc.
 Igor Sysoev
 Dmitry Volyntsev
License: BSD-2-clause

Files: nginx/*
Copyright: Roman Arutyunyan
 NGINX, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: nginx/config
Copyright: Roman Arutyunyan
License: BSD-2-clause

Files: nginx/ngx_js_fetch.c
Copyright: hongzhidao
 NGINX, Inc.
 Dmitry Volyntsev
 Antoine Bonavita
License: BSD-2-clause

Files: nginx/ngx_js_fetch.h
  nginx/ngx_js_regex.c
  nginx/ngx_js_shared_dict.c
  nginx/ngx_js_shared_dict.h
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: nginx/t/js.t
Copyright: Roman Arutyunyan
 Nginx, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: nginx/t/js_args.t
  nginx/t/js_async.t
  nginx/t/js_body_filter.t
  nginx/t/js_body_filter_if.t
  nginx/t/js_buffer.t
  nginx/t/js_dump.t
  nginx/t/js_fetch.t
  nginx/t/js_fetch_objects.t
  nginx/t/js_fetch_resolver.t
  nginx/t/js_fetch_timeout.t
  nginx/t/js_header_filter.t
  nginx/t/js_header_filter_if.t
  nginx/t/js_headers.t
  nginx/t/js_import.t
  nginx/t/js_import2.t
  nginx/t/js_internal_redirect.t
  nginx/t/js_modules.t
  nginx/t/js_ngx.t
  nginx/t/js_object.t
  nginx/t/js_paths.t
  nginx/t/js_periodic.t
  nginx/t/js_request_body.t
  nginx/t/js_shared_dict.t
  nginx/t/js_var.t
  nginx/t/js_var2.t
  nginx/t/js_variables.t
  nginx/t/stream_js_buffer.t
  nginx/t/stream_js_exit.t
  nginx/t/stream_js_fetch.t
  nginx/t/stream_js_fetch_https.t
  nginx/t/stream_js_fetch_init.t
  nginx/t/stream_js_import2.t
  nginx/t/stream_js_ngx.t
  nginx/t/stream_js_object.t
  nginx/t/stream_js_periodic.t
  nginx/t/stream_js_send.t
  nginx/t/stream_js_shared_dict.t
  nginx/t/stream_js_var.t
  nginx/t/stream_js_var2.t
  nginx/t/stream_js_variables.t
Copyright: Nginx, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: nginx/t/js_fetch_https.t
Copyright: Nginx, Inc.
 Antoine Bonavita
License: BSD-2-clause

Files: nginx/t/js_fetch_verify.t
  nginx/t/js_return.t
Copyright: Sergey Kandaurov
 Nginx, Inc.
License: BSD-2-clause

Files: nginx/t/js_preload_object.t
  nginx/t/stream_js_preload_object.t
Copyright: Vadim Zhestikov
 Nginx, Inc.
License: BSD-2-clause

Files: nginx/t/js_promise.t
Copyright: Nginx, Inc.
License: BSD-2-clause

Files: nginx/t/js_subrequests.t
Copyright: Nginx, Inc.
 Dmitry Volyntsev.
License: BSD-2-clause

Files: nginx/t/stream_js.t
Copyright: Nginx, Inc.
 Dmitry Volyntsev
 Andrey Zelenkov
License: BSD-2-clause

Files: src/*
Copyright: NGINX, Inc.
 Igor Sysoev
License: BSD-2-clause

Files: src/njs.pc.in
  src/njs_unicode_lower_case.h
  src/njs_unicode_lower_case.pl
  src/njs_unicode_upper_case.h
  src/njs_unicode_upper_case.pl
Copyright: 2019-2022, Alexander Borisov
 2017-2022, Dmitry Volyntsev
 2015-2022, NGINX, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: src/njs_addr2line.c
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: GPL-2+

Files: src/njs_addr2line.h
  src/njs_dtoa.h
  src/njs_dtoa_fixed.h
  src/njs_strtod.h
Copyright: Nginx, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: src/njs_assert.h
  src/njs_chb.c
  src/njs_chb.h
  src/njs_diyfp.c
  src/njs_diyfp.h
  src/njs_error.c
  src/njs_error.h
  src/njs_event.h
  src/njs_generator.h
  src/njs_json.c
  src/njs_json.h
  src/njs_main.h
  src/njs_module.c
  src/njs_object_prop_declare.h
  src/njs_str.c
  src/njs_unix.h
  src/njs_utils.c
  src/njs_utils.h
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: src/njs_async.c
  src/njs_async.h
  src/njs_promise.c
Copyright: Nginx, Inc.
 Alexander Borisov
License: BSD-2-clause

Files: src/njs_buffer.c
Copyright: NGINX, Inc.
 Dmitry Volyntsev
 Alexander Borisov
License: BSD-2-clause

Files: src/njs_buffer.h
  src/njs_encoding.c
  src/njs_encoding.h
  src/njs_scope.c
  src/njs_scope.h
  src/njs_unicode.h
  src/njs_utf16.c
  src/njs_utf16.h
Copyright: NGINX, Inc.
 Alexander Borisov
License: BSD-2-clause

Files: src/njs_builtin.c
  src/njs_typed_array.c
  src/njs_variable.c
Copyright: NGINX, Inc.
 Igor Sysoev
 Dmitry Volyntsev
License: BSD-2-clause

Files: src/njs_dtoa.c
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: Expat

Files: src/njs_dtoa_fixed.c
Copyright: NGINX, Inc.
 Dmitry Volyntsev
 2011, the V8 project authors.
License: BSD-3-clause

Files: src/njs_flathsh.c
  src/njs_flathsh.h
  src/njs_lexer_keyword.c
Copyright: NGINX, Inc.
License: BSD-2-clause

Files: src/njs_generator.c
Copyright: NGINX, Inc.
 Igor Sysoev
 Dmitry Volyntsev
 Alexander Borisov
License: BSD-2-clause

Files: src/njs_iterator.c
  src/njs_iterator.h
Copyright: NGINX, Inc.
 Artem S. Povalyukhin
License: BSD-2-clause

Files: src/njs_lexer_tables.h
  src/njs_promise.h
Copyright: Nginx, Inc.
License: BSD-2-clause

Files: src/njs_module.h
Copyright: NGINX, Inc.
 Dmitry Volynsev
License: BSD-2-clause

Files: src/njs_murmur_hash.c
Copyright: Austin Appleby
License: public-domain
 The code is based on the code by Austin Appleby,
 released to the public domain.

Files: src/njs_parser.c
  src/njs_parser.h
Copyright: NGINX, Inc.
 Igor Sysoev
 Alexander Borisov
License: BSD-2-clause

Files: src/njs_strtod.c
Copyright: 2012, the V8 project authors.
License: BSD-3-clause

Files: src/test/njs_externals_test.c
  src/test/njs_externals_test.h
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: test/*
Copyright: NGINX, Inc.
 Dmitry Volyntsev
License: BSD-2-clause

Files: test/fs/*
Copyright: 2019-2022, Alexander Borisov
 2017-2022, Dmitry Volyntsev
 2015-2022, NGINX, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: test/harness/*
Copyright: 2012, 2017, Ecma International.
License: BSD-3-clause

Files: test/inputrc
  test/script_args.js
Copyright: 2019-2022, Alexander Borisov
 2017-2022, Dmitry Volyntsev
 2015-2022, NGINX, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: test/js/*
Copyright: 2019-2022, Alexander Borisov
 2017-2022, Dmitry Volyntsev
 2015-2022, NGINX, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: test/ts/*
Copyright: 2019-2022, Alexander Borisov
 2017-2022, Dmitry Volyntsev
 2015-2022, NGINX, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: test/webcrypto/*
Copyright: 2019-2022, Alexander Borisov
 2017-2022, Dmitry Volyntsev
 2015-2022, NGINX, Inc.
 2015-2021, Igor Sysoev
License: BSD-2-clause

Files: utils/*
Copyright: Nginx, Inc.
License: BSD-2-clause

License: BSD-2-clause
 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 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 AUTHOR 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: 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
 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.

License: GPL-2+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2 dated June, 1991, or (at
 your option) any later version.
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in '/usr/share/common-licenses/GPL-2'.