Skip to content
Navigation Menu
{{ message }}
forked from hub4j/github-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicenses.html
More file actions
693 lines (578 loc) · 52 KB
/
Copy pathlicenses.html
File metadata and controls
693 lines (578 loc) · 52 KB
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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Project Licenses – GitHub API for Java</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/1024px.css");
@import url("./css/site.css");
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="wrap2"><div id="wrap">
<div id="header">
<p id="toplinks">Skip to: <a href="#content">Content</a> | <a href="#sidebar">Navigation</a> | <a href="#footer">Footer</a></p>
<h1 id="bannerLeft">
<a href="./">
GitHub API for Java
</a>
</h1>
<p id="slogan">GitHub API for Java</p>
</div>
<div id="breadcrumbs">
<div class="xright"> </div>
<div class="clear">
<hr/>
</div>
</div>
<div id="sidebar">
<div id="navcolumn">
<h2>
Git Hub API for Java
</h2><ul>
<li class="none">
<a href="index.html">Introduction</a>
</li>
<li class="none">
<a href="https://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
</li>
<li class="none">
<a href="https://github.com/hub4j/github-api">Source code</a>
</li>
<li class="none">
<a href="https://groups.google.com/forum/#!forum/github-api">Mailing List</a>
</li>
</ul>
<h2>
Guides
</h2><ul>
<li class="expanded">
<a href="githubappflow.html">GitHub App Auth Flow</a>
<ul>
<li class="none">
<a href="githubappjwtauth.html">JWT Authentication</a>
</li>
<li class="none">
<a href="githubappappinsttokenauth.html">App Installation Token</a>
</li>
</ul>
</li>
<li class="none">
<a href="createorglevelresources.html">Working with organizations</a>
</li>
</ul>
<h2>
References
</h2><ul>
<li class="none">
<a href="apidocs/index.html">Javadoc</a>
</li>
</ul>
<h2>
Project Documentation
</h2><ul>
<li class="expanded">
<a href="project-info.html">Project Information</a>
<ul>
<li class="none">
<a href="dependencies.html">Dependencies</a>
</li>
<li class="none">
<a href="dependency-info.html">Maven Coordinates</a>
</li>
<li class="none">
<a href="dependency-management.html">Dependency Management</a>
</li>
<li class="none">
<a href="distribution-management.html">Distribution Management</a>
</li>
<li class="none">
<a href="index.html">About</a>
</li>
<li class="none">
<strong>Licenses</strong>
</li>
<li class="none">
<a href="mailing-lists.html">Mailing Lists</a>
</li>
<li class="none">
<a href="plugin-management.html">Plugin Management</a>
</li>
<li class="none">
<a href="plugins.html">Plugins</a>
</li>
<li class="none">
<a href="scm.html">Source Code Management</a>
</li>
<li class="none">
<a href="summary.html">Summary</a>
</li>
<li class="none">
<a href="team.html">Team</a>
</li>
</ul>
</li>
<li class="collapsed">
<a href="project-reports.html">Project Reports</a>
</li>
</ul>
</div>
</div>
<div id="content">
<div id="contentBox">
<section><a id="Overview"></a>
<h1>Overview</h1>
<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></section><section><a id="Project_Licenses"></a>
<h1>Project Licenses</h1><section><a id="The_MIT_license"></a>
<h2>The MIT license</h2><a class="externalLink" href="https://www.opensource.org/licenses/mit-license.php">[Original text]</a>
<p>Copy of the license follows:</p>
<div class="wrapper" role="document">
<header id="masthead" class="site-header header-main">
<a class="skip-link screen-reader-text" href="https://www.opensource.org/licenses/#content">Skip to content</a>
<div class="header--inner">
<div class="site-branding header--blog-name">
<a href="https://opensource.org"><img class="header-logo" src="https://i0.wp.com/opensource.org/wp-content/uploads/2023/03/cropped-OSI-horizontal-large.png?fit=640%2C229&quality=80&ssl=1" alt="Open Source Initiative" /></a> </div><!-- .site-branding -->
<nav aria-label="Primary" id="site-navigation" class="nav-main" role="navigation">
<div class="menu-primary-menu-container"><ul id="menu-primary-menu" class="nav-main--menu"><li id="menu-item-2395" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2395"><a href="https://www.opensource.org/get-involved">Get involved</a></li>
<li id="menu-item-2358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2358"><a href="https://opensource.org/about">About</a></li>
<li id="menu-item-2535" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2535"><a href="https://opensource.org/licenses">Licenses</a></li>
<li id="menu-item-2360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2360"><a href="https://opensource.org/osd">Open Source Definition</a></li>
<li id="menu-item-136209" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-136209"><a href="https://opensource.org/ai">Open Source AI</a></li>
<li id="menu-item-5690" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5690"><a href="https://opensource.org/programs">Programs</a></li>
<li id="menu-item-17606" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-17606"><a href="https://opensource.org/blog">Blog</a></li>
</ul></div><div class="menu-primary-menu-container"><ul id="menu-primary-menu-1" class="nav-mobile--menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2395"><a href="https://www.opensource.org/get-involved">Get involved</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2358"><a href="https://opensource.org/about">About</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2535"><a href="https://opensource.org/licenses">Licenses</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2360"><a href="https://opensource.org/osd">Open Source Definition</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-136209"><a href="https://opensource.org/ai">Open Source AI</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5690"><a href="https://opensource.org/programs">Programs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-17606"><a href="https://opensource.org/blog">Blog</a></li>
</ul></div> </nav><!-- #site-navigation -->
<section class="open-search-wrapper">
<a aria-label="Open Search" class="open-search open-button jetpack-search-filter__link" href="https://www.opensource.org/licenses/#">
<svg xmlns="http://www.w3.org/2000/svg" width="44px" height="44px" viewBox="0 0 44 44">
<path fill="#414042" d="M19.2568,28.5067c2.0558,0,4.0528-0.686,5.6746-1.9494l6.1188,6.1197
c0.457,0.4415,1.1854,0.4288,1.6268-0.0283c0.4307-0.446,0.4307-1.153,0-1.5989l-6.1187-6.1196
c3.1346-4.0357,2.4047-9.8488-1.6304-12.9839c-4.0351-3.13513-9.8473-2.40507-12.9819,1.6306
c-3.13463,4.0358-2.40469,9.8488,1.6304,12.9839C15.2009,27.823,17.1997,28.5077,19.2568,28.5067z M14.3405,14.3376
c2.7152-2.7158,7.1175-2.7158,9.8328-0.0001c2.7153,2.7156,2.7154,7.1186,0.0001,9.8343c-2.7152,2.7157-7.1175,2.7158-9.8328,0.0001
c-0.0001,0-0.0001,0-0.0001-0.0001c-2.7153-2.6959-2.7313-7.0828-0.0358-9.7985C14.3166,14.3614,14.3285,14.3495,14.3405,14.3376z" />
</svg> </a>
</section>
<section class="open-button-wrapper">
<button aria-label="Open Menu" id="openMainMenu" class="open-main-menu open-button">
<span class="menu-text">Open Main Menu</span>
<span></span>
<span></span>
</button>
</section>
</div>
</header><!-- #masthead -->
<section class="content has_no_sidebar" id="content">
<main class="content--body content-full" role="main">
<section class="content--page" id="content-page">
<div class="breadcrumb-area">
<div class="wrapper">
</div></div><article id="post-395" class="post-395 license type-license status-publish hentry taxonomy-license-category-popular-strong-community">
<header class="entry-header cover--header no-thumbnail">
<div class="wp-block-cover alignfull has-neutral-dark-background-color has-background-dim-100 has-background-dim">
<div class="wp-block-cover__inner-container">
<div class="wp-block-columns">
<div class="wp-block-column" style="flex-basis: 70%">
<span class="pill-taxonomy">
<div class="post--metadata-group"><ul><li><a class="term-item" aria-label="View all filed under Popular / Strong Community" href="https://opensource.org/licenses/?categories=popular-strong-community" data-id="19" data-term="popular-strong-community">Popular / Strong Community</a></li></ul></div>
</span>
<h1 class="entry-title page--title">The MIT License</h1> <p class="license-meta">
<span class="license-version">Version N/A</span> <span class="license-spdx">
SPDX short identifier:
MIT </span>
</p>
</div>
<div class="wp-block-column" style="flex-basis: 30%; text-align: center;">
<img width="200" src="https://www.opensource.org/wp-content/themes/osi/assets/img/osi-badge-light.svg" alt="Open Source Initiative Approved License">
</div>
</div>
</div>
</div>
</header>
<div class="entry-content post--content license-content">
<div>
<div id="separator">
<p><span style="font-family: var(--wp--custom--typography--body--font-family), sans-serif; font-size: revert; color: initial;">Copyright <YEAR> <COPYRIGHT HOLDER></span></p>
</div>
<div id="LicenseText">
<p>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:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>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.</p>
</div>
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<figure class="wp-block-image size-full has-lightbox"><a href="https://opensource.org/blog/state-of-the-source-at-ato-2025-licensing-201"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="640" height="360" src="https://i0.wp.com/opensource.org/wp-content/uploads/2026/03/Open-Source-201.png?resize=640%2C360&quality=80&ssl=1" alt="" class="wp-image-330997" srcset="https://i0.wp.com/opensource.org/wp-content/uploads/2026/03/Open-Source-201.png?w=960&quality=80&ssl=1 960w, https://i0.wp.com/opensource.org/wp-content/uploads/2026/03/Open-Source-201.png?resize=300%2C169&quality=80&ssl=1 300w, https://i0.wp.com/opensource.org/wp-content/uploads/2026/03/Open-Source-201.png?resize=768%2C432&quality=80&ssl=1 768w" sizes="(max-width: 640px) 100vw, 640px" /></a></figure>
<div class="syndication-links"></div>
<hr />
<div class="license-comments">
</div>
</div>
<aside class="sidebar content--sidebar license-sidebar sidebar-main" role="complementary">
<section class="widget_text widget wp-block-column custom_html-3 widget_custom_html"><div class="widget_text widget-inner"><div class="textwidget custom-html-widget"><!-- <div style="border: 1px solid #ccc;
border-radius: 15px;
padding: 0.5rem;
font-size: 10px;">
<h2 style="margin-top:1rem">
Donate to the OSI
</h2>
<p style="font-size:1rem">The OSI is the authority that defines Open Source, recognized globally by individuals, companies, and public institutions.</p>
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
<stripe-buy-button
buy-button-id="buy_btn_1PtLmoCDGZvx4he3NWCcIaMW"
publishable-key="pk_live_51NiN1oCDGZvx4he33AmqP81rHgQbxPj80MEGKvnJdxyIqVbVPsZs54yhyYk0rNTV6shPr22xlDhavp8ne3b9NpxP00MFHQ3VyC"
>
</stripe-buy-button>
<p style="font-size:0.8rem">The Open Source Initiative (OSI) is a 501(c)3 public benefit corporation, founded in 1998.</p>
</div> --></div></div></section> </aside><!-- .license-sidebar -->
</div><!-- .entry-content -->
</article><!-- #post-395 -->
</section>
</main><!-- #primary -->
</section>
<footer id="colophon" class="footer site-footer" role="contentinfo">
<div class="footer--inner">
<section class="footer-cta">
<div class="wp-block-columns">
<section class="wp-block-column widget block-22 widget_block"><div class="widget-inner">
<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.opensource.org/get-involved">Get involved</a></div>
</div>
</div></section><section class="wp-block-column widget block-16 widget_block"><div class="widget-inner"><p> <nav class="jetpack-social-navigation jetpack-social-navigation-genericons" aria-label="Social Links Menu">
<div class="menu-social-menu-container"><ul id="menu-social-menu" class="menu"><li id="menu-item-2771" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2771"><a href="https://social.opensource.org/@osi"><span class="screen-reader-text">Mastodon</span></a></li>
<li id="menu-item-259" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-259"><a href="https://twitter.com/OpenSourceOrg"><span class="screen-reader-text">Twitter</span></a></li>
<li id="menu-item-260" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-260"><a href="https://www.linkedin.com/company/open-source-initiative-osi-"><span class="screen-reader-text">LinkedIn</span></a></li>
<li id="menu-item-21957" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21957"><a href="https://www.reddit.com/user/opensourceinitiative/"><span class="screen-reader-text">Reddit</span></a></li>
</ul></div> </nav><!-- .jetpack-social-navigation -->
</p>
</div></section> </div>
</section>
</div>
<section class="footer-main">
<div class="footer--inner">
<div class="widgetized-footer footer--widgets wp-block-columns alignwide">
<section class="wp-block-column widget block-17 widget_block"><div class="widget-inner">
<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained"><div class="widget widget_nav_menu"><h2 class="widgettitle">About</h2><div class="menu-about-container"><ul id="menu-about" class="menu"><li id="menu-item-5428" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5428"><a href="https://opensource.org/about">About</a></li>
<li id="menu-item-17410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17410"><a href="https://opensource.org/about/team">Our team</a></li>
<li id="menu-item-281587" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-281587"><a href="https://opensource.org/about/board-of-directors">Board of directors</a></li>
<li id="menu-item-282530" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-282530"><a href="https://opensource.org/programs">Programs</a></li>
<li id="menu-item-282531" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-282531"><a href="https://opensource.org/blog">Blog</a></li>
<li id="menu-item-123421" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-123421"><a href="https://opensource.org/press-mentions">Press mentions</a></li>
<li id="menu-item-143995" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-143995"><a href="https://opensource.org/about/brand-and-trademark-guidelines">Trademark</a></li>
<li id="menu-item-20858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20858"><a href="https://opensource.org/sponsors">Sponsors</a></li>
</ul></div></div></div>
</div></section><section class="wp-block-column widget block-18 widget_block"><div class="widget-inner">
<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained"><div class="widget widget_nav_menu"><h2 class="widgettitle">Licenses</h2><div class="menu-licenses-container"><ul id="menu-licenses" class="menu"><li id="menu-item-5439" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5439"><a href="https://opensource.org/osd">Open Source Definition</a></li>
<li id="menu-item-5440" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5440"><a href="https://opensource.org/licenses">Licenses</a></li>
<li id="menu-item-5441" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5441"><a href="https://opensource.org/licenses/review-process">License Review<br />Process</a></li>
<li id="menu-item-8857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8857"><a href="https://opensource.org/osr">Open Standards Requirement for Software</a></li>
</ul></div></div></div>
</div></section><section class="widget_text wp-block-column widget custom_html-2 widget_custom_html"><div class="widget_text widget-inner"><div class="textwidget custom-html-widget"><section class="wp-block-column widget block-17 widget_block"><div class="widget-inner">
<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained">
<div class="widget widget_nav_menu">
<h2 class="widgettitle">Open Source AI</h2>
<div class="menu-about-container">
<ul id="menu-osai" class="menu">
<li id="menu-item-5428" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5428"><a href="https://opensource.org/ai">Open Source AI</a></li>
<li id="menu-item-5429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5429"><a href="https://go.opensource.org/osaid-latest">OSAI Definition</a></li>
<li id="menu-item-5421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5428"><a href="https://opensource.org/ai/process">Process</a></li>
<li id="menu-item-5430" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5430"><a href="https://opensource.org/ai/timeline">Timeline</a></li>
<li id="menu-item-17411" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17411"><a href="https://opensource.org/ai/open-weights">Open Weights</a></li>
<li id="menu-item-24456" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24456"><a href="https://opensource.org/ai/faq">FAQ</a></li>
<li id="menu-item-24457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24457"><a href="https://opensource.org/ai/checklist">Checklist</a></li>
</ul>
</div>
</div>
</div>
</div>
</section></div></div></section><section class="wp-block-column widget block-21 widget_block"><div class="widget-inner">
<div class="wp-block-group is-layout-constrained wp-block-group-is-layout-constrained"><div class="widget widget_nav_menu"><h2 class="widgettitle">Community</h2><div class="menu-community-container"><ul id="menu-community" class="menu"><li id="menu-item-5485" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5485"><a href="https://opensource.org/members">Become an Individual Member</a></li>
<li id="menu-item-5438" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5438"><a href="https://opensource.org/affiliates/about">Become an OSI Affiliate</a></li>
<li id="menu-item-5482" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5482"><a href="https://opensource.org/affiliates">Affiliate Organizations</a></li>
<li id="menu-item-136230" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-136230"><a href="https://opensource.org/maintainers">Maintainers</a></li>
<li id="menu-item-7949" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7949"><a href="https://opensource.org/events/">Events</a></li>
<li id="menu-item-122599" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-122599"><a href="https://discuss.opensource.org">Forum</a></li>
<li id="menu-item-122600" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-122600"><a href="https://opensource.net">OpenSource.net</a></li>
</ul></div></div></div>
</div></section> </div>
</div>
</section>
<section class="footer-credits">
<div class="footer--inner">
<div class="widgetized-footer footer--widgets wp-block-columns alignwide">
<div class="wp-block-column">
<p class="footer--extra-text">
<div id="block-23" class="widget widget_block widget_text">
<p class="wp-block-paragraph">The content on this website, of which Opensource.org is the author, is licensed under a <a href="https://web.archive.org/web/20230202005829/https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br><br>Opensource.org is not the author of any of the licenses reproduced on this site. Questions about the copyright in a license should be directed to the license steward. Read our <a href="https://opensource.org/privacy">Privacy Policy</a></p>
</div> <a href="https://wordpress.com/wp/?partner_domain=opensource.org&utm_source=Automattic&utm_medium=colophon&utm_campaign=Concierge%20Referral&utm_term=opensource.org" class="imprint" target="_blank">Proudly powered by WordPress.</a> <a href="https://pressable.com/?utm_source=Automattic&utm_medium=rpc&utm_campaign=Concierge%20Referral&utm_term=concierge" class="imprint" target="_blank">Hosted by Pressable.</a> </p><!-- .powered-by-wordpress -->
</div>
</div>
</div>
</section>
</footer><!-- #colophon -->
</div><!-- #page -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/osi/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript">
(function() {
let targetObjectName = 'EM';
if ( typeof window[targetObjectName] === 'object' && window[targetObjectName] !== null ) {
Object.assign( window[targetObjectName], []);
} else {
console.warn( 'Could not merge extra data: window.' + targetObjectName + ' not found or not an object.' );
}
})();
</script>
<div class="jetpack-instant-search__widget-area" style="display: none">
<div id="jetpack-search-filters-4" class="widget jetpack-filters widget_search"> <div id="jetpack-search-filters-4-wrapper" class="jetpack-instant-search-wrapper">
</div></div> </div>
<!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr -->
<div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 bottom-right-view-preferences optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin">
<div class="cmplz-header">
<div class="cmplz-logo"></div>
<div class="cmplz-title" id="cmplz-header-1-optin">Manage Cookie Consent</div>
<div class="cmplz-close" tabindex="0" role="button" aria-label="Close dialog">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg>
</div>
</div>
<div class="cmplz-divider cmplz-divider-header"></div>
<div class="cmplz-body">
<div class="cmplz-message" id="cmplz-message-1-optin">To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.</div>
<!-- categories start -->
<div class="cmplz-categories">
<details class="cmplz-category cmplz-functional" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Functional</span>
<span class='cmplz-always-active'>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-functional-optin"
data-category="cmplz_functional"
class="cmplz-consent-checkbox cmplz-functional"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-functional-optin"><span class="screen-reader-text">Functional</span></label>
</span>
Always active </span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-functional">The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.</span>
</div>
</details>
<details class="cmplz-category cmplz-preferences" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Preferences</span>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-preferences-optin"
data-category="cmplz_preferences"
class="cmplz-consent-checkbox cmplz-preferences"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-preferences-optin"><span class="screen-reader-text">Preferences</span></label>
</span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span>
</div>
</details>
<details class="cmplz-category cmplz-statistics" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Statistics</span>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-statistics-optin"
data-category="cmplz_statistics"
class="cmplz-consent-checkbox cmplz-statistics"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-statistics-optin"><span class="screen-reader-text">Statistics</span></label>
</span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-statistics">The technical storage or access that is used exclusively for statistical purposes.</span>
<span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span>
</div>
</details>
<details class="cmplz-category cmplz-marketing" >
<summary>
<span class="cmplz-category-header">
<span class="cmplz-category-title">Marketing</span>
<span class="cmplz-banner-checkbox">
<input type="checkbox"
id="cmplz-marketing-optin"
data-category="cmplz_marketing"
class="cmplz-consent-checkbox cmplz-marketing"
size="40"
value="1"/>
<label class="cmplz-label" for="cmplz-marketing-optin"><span class="screen-reader-text">Marketing</span></label>
</span>
<span class="cmplz-icon cmplz-open">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg>
</span>
</span>
</summary>
<div class="cmplz-description">
<span class="cmplz-description-marketing">The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.</span>
</div>
</details>
</div><!-- categories end -->
</div>
<div class="cmplz-links cmplz-information">
<ul>
<li><a class="cmplz-link cmplz-manage-options cookie-statement" href="https://www.opensource.org/licenses/#" data-relative_url="#cmplz-manage-consent-container">Manage options</a></li>
<li><a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="https://www.opensource.org/licenses/#" data-relative_url="#cmplz-cookies-overview">Manage services</a></li>
<li><a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="https://www.opensource.org/licenses/#" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a></li>
<li><a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/" aria-label="Read more about TCF purposes on Cookie Database">Read more about these purposes</a></li>
</ul>
</div>
<div class="cmplz-divider cmplz-footer"></div>
<div class="cmplz-buttons">
<button class="cmplz-btn cmplz-accept">Accept</button>
<button class="cmplz-btn cmplz-deny">Deny</button>
<button class="cmplz-btn cmplz-view-preferences">View preferences</button>
<button class="cmplz-btn cmplz-save-preferences">Save preferences</button>
<a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="https://www.opensource.org/licenses/#" data-relative_url="#cmplz-manage-consent-container">View preferences</a>
</div>
<div class="cmplz-documents cmplz-links">
<ul>
<li><a class="cmplz-link cookie-statement" href="https://www.opensource.org/licenses/#" data-relative_url="">{title}</a></li>
<li><a class="cmplz-link privacy-statement" href="https://www.opensource.org/licenses/#" data-relative_url="">{title}</a></li>
<li><a class="cmplz-link impressum" href="https://www.opensource.org/licenses/#" data-relative_url="">{title}</a></li>
</ul>
</div>
</div>
</div>
<div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Manage consent</button>
</div><script type="text/javascript" src="https://opensource.org/wp-content/mu-plugins/osi-editor-tweaks/build/scripts/theme/theme.js?ver=eb7b34d85380496c7763" id="osi-et-theme-js"></script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-animation.js?ver=3.1.17" id="coblocks-animation-js"></script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/coblocks/dist/js/vendors/tiny-swiper.js?ver=3.1.17" id="coblocks-tiny-swiper-js"></script>
<script type="text/javascript" id="coblocks-tinyswiper-initializer-js-extra">
/* <![CDATA[ */
var coblocksTinyswiper = {"carouselPrevButtonAriaLabel":"Previous","carouselNextButtonAriaLabel":"Next","sliderImageAriaLabel":"Image"};
//# sourceURL=coblocks-tinyswiper-initializer-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/coblocks/dist/js/coblocks-tinyswiper-initializer.js?ver=3.1.17" id="coblocks-tinyswiper-initializer-js"></script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/gutenberg/build/scripts/hooks/index.min.js?ver=7496969728ca0f95732d" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/gutenberg/build/scripts/i18n/index.min.js?ver=781d11515ad3d91786ec" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.5" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-before">
/* <![CDATA[ */
var wpcf7 = {
"api": {
"root": "https:\/\/opensource.org\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
//# sourceURL=contact-form-7-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.5" id="contact-form-7-js"></script>
<script type="text/javascript" id="load_comments_js-js-extra">
/* <![CDATA[ */
var wpdc = {"commentsURL":"https://opensource.org/wp-json/wp-discourse/v1/discourse-comments"};
//# sourceURL=load_comments_js-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/wp-discourse/lib/../js/load-comments.js?ver=1769798368" id="load_comments_js-js"></script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?minify=true&ver=5ba5dddc04be2306aaf0" id="wp-jp-i18n-loader-js"></script>
<script type="text/javascript" id="wp-jp-i18n-loader-js-after">
/* <![CDATA[ */
wp.jpI18nLoader.state = {"baseUrl":"https://opensource.org/wp-content/languages/","locale":"en_US","domainMap":{"jetpack-admin-ui":"plugins/jetpack","jetpack-assets":"plugins/jetpack","jetpack-boost-core":"plugins/jetpack-boost","jetpack-boost-speed-score":"plugins/jetpack-boost","jetpack-config":"plugins/jetpack-boost","jetpack-connection":"plugins/jetpack","jetpack-explat":"plugins/jetpack","jetpack-image-cdn":"plugins/jetpack-boost","jetpack-ip":"plugins/jetpack-boost","jetpack-jitm":"plugins/jetpack","jetpack-licensing":"plugins/jetpack-boost","jetpack-my-jetpack":"plugins/jetpack","jetpack-password-checker":"plugins/jetpack-boost","jetpack-plugin-deactivation":"plugins/jetpack-boost","jetpack-plugins-installer":"plugins/jetpack-boost","jetpack-protect-models":"plugins/jetpack-boost","jetpack-protect-status":"plugins/jetpack-boost","jetpack-schema":"plugins/jetpack-boost","jetpack-sync":"plugins/jetpack","jetpack-wp-js-data-sync":"plugins/jetpack-boost","jetpack-account-protection":"plugins/jetpack","jetpack-backup-pkg":"plugins/jetpack","jetpack-blaze":"plugins/jetpack","jetpack-block-delimiter":"plugins/jetpack","jetpack-classic-theme-helper":"plugins/jetpack","jetpack-compat":"plugins/jetpack","jetpack-external-connections":"plugins/jetpack","jetpack-external-media":"plugins/jetpack","jetpack-forms":"plugins/jetpack","jetpack-import":"plugins/jetpack","jetpack-jwt":"plugins/jetpack","jetpack-masterbar":"plugins/jetpack","jetpack-newsletter":"plugins/jetpack","jetpack-paypal-payments":"plugins/jetpack","jetpack-post-list":"plugins/jetpack","jetpack-post-media":"plugins/jetpack","jetpack-publicize-pkg":"plugins/jetpack","jetpack-search-pkg":"plugins/jetpack","jetpack-stats":"plugins/jetpack","jetpack-stats-admin":"plugins/jetpack","jetpack-subscribers-dashboard":"plugins/jetpack","jetpack-videopress-pkg":"plugins/jetpack","jetpack-waf":"plugins/jetpack","jetpack-wp-build-polyfills":"plugins/jetpack","woocommerce-analytics":"plugins/jetpack"},"domainPaths":{"jetpack-admin-ui":"jetpack_vendor/automattic/jetpack-admin-ui/","jetpack-assets":"jetpack_vendor/automattic/jetpack-assets/","jetpack-boost-core":"jetpack_vendor/automattic/jetpack-boost-core/","jetpack-boost-speed-score":"jetpack_vendor/automattic/jetpack-boost-speed-score/","jetpack-config":"jetpack_vendor/automattic/jetpack-config/","jetpack-connection":"jetpack_vendor/automattic/jetpack-connection/","jetpack-explat":"jetpack_vendor/automattic/jetpack-explat/","jetpack-image-cdn":"jetpack_vendor/automattic/jetpack-image-cdn/","jetpack-ip":"jetpack_vendor/automattic/jetpack-ip/","jetpack-jitm":"jetpack_vendor/automattic/jetpack-jitm/","jetpack-licensing":"jetpack_vendor/automattic/jetpack-licensing/","jetpack-my-jetpack":"jetpack_vendor/automattic/jetpack-my-jetpack/","jetpack-password-checker":"jetpack_vendor/automattic/jetpack-password-checker/","jetpack-plugin-deactivation":"jetpack_vendor/automattic/jetpack-plugin-deactivation/","jetpack-plugins-installer":"jetpack_vendor/automattic/jetpack-plugins-installer/","jetpack-protect-models":"jetpack_vendor/automattic/jetpack-protect-models/","jetpack-protect-status":"jetpack_vendor/automattic/jetpack-protect-status/","jetpack-schema":"jetpack_vendor/automattic/jetpack-schema/","jetpack-sync":"jetpack_vendor/automattic/jetpack-sync/","jetpack-wp-js-data-sync":"jetpack_vendor/automattic/jetpack-wp-js-data-sync/","jetpack-account-protection":"jetpack_vendor/automattic/jetpack-account-protection/","jetpack-backup-pkg":"jetpack_vendor/automattic/jetpack-backup/","jetpack-blaze":"jetpack_vendor/automattic/jetpack-blaze/","jetpack-block-delimiter":"jetpack_vendor/automattic/block-delimiter/","jetpack-classic-theme-helper":"jetpack_vendor/automattic/jetpack-classic-theme-helper/","jetpack-compat":"jetpack_vendor/automattic/jetpack-compat/","jetpack-external-connections":"jetpack_vendor/automattic/jetpack-external-connections/","jetpack-external-media":"jetpack_vendor/automattic/jetpack-external-media/","jetpack-forms":"jetpack_vendor/automattic/jetpack-forms/","jetpack-import":"jetpack_vendor/automattic/jetpack-import/","jetpack-jwt":"jetpack_vendor/automattic/jetpack-jwt/","jetpack-masterbar":"jetpack_vendor/automattic/jetpack-masterbar/","jetpack-newsletter":"jetpack_vendor/automattic/jetpack-newsletter/","jetpack-paypal-payments":"jetpack_vendor/automattic/jetpack-paypal-payments/","jetpack-post-list":"jetpack_vendor/automattic/jetpack-post-list/","jetpack-post-media":"jetpack_vendor/automattic/jetpack-post-media/","jetpack-publicize-pkg":"jetpack_vendor/automattic/jetpack-publicize/","jetpack-search-pkg":"jetpack_vendor/automattic/jetpack-search/","jetpack-stats":"jetpack_vendor/automattic/jetpack-stats/","jetpack-stats-admin":"jetpack_vendor/automattic/jetpack-stats-admin/","jetpack-subscribers-dashboard":"jetpack_vendor/automattic/jetpack-subscribers-dashboard/","jetpack-videopress-pkg":"jetpack_vendor/automattic/jetpack-videopress/","jetpack-waf":"jetpack_vendor/automattic/jetpack-waf/","jetpack-wp-build-polyfills":"jetpack_vendor/automattic/jetpack-wp-build-polyfills/","woocommerce-analytics":"jetpack_vendor/automattic/woocommerce-analytics/"}};
//# sourceURL=wp-jp-i18n-loader-js-after
/* ]]> */
</script>
<script type="text/javascript" src="https://c0.wp.com/c/6.9.4/wp-includes/js/dist/vendor/wp-polyfill.min.js" id="wp-polyfill-js"></script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/gutenberg/build/scripts/url/index.min.js?ver=bb0f766c3d2efe497871" id="wp-url-js"></script>
<script type="text/javascript" id="jetpack-instant-search-js-before">
/* <![CDATA[ */
var JetpackInstantSearchOptions={"overlayOptions":{"colorTheme":"light","enableInfScroll":true,"enableFilteringOpensOverlay":true,"enablePostDate":true,"enableProductPrice":true,"enableSort":true,"highlightColor":"#fdd7b9","overlayTrigger":"submit","resultFormat":"expanded","showPoweredBy":true,"defaultSort":"relevance","excludedPostTypes":["attachment"]},"homeUrl":"https://opensource.org","locale":"en-US","postsPerPage":12,"siteId":210318891,"postTypes":{"post":{"singular_name":"Post","name":"Posts"},"page":{"singular_name":"Page","name":"Pages"},"attachment":{"singular_name":"Media","name":"Media"},"supporter":{"singular_name":"Supporter","name":"Supporters"},"board-member":{"singular_name":"Board Member","name":"Board Members"},"license":{"singular_name":"License","name":"Licenses"},"meeting-minutes":{"singular_name":"Meeting Minutes","name":"Meeting Minutes"},"press-mentions":{"singular_name":"Press mentions","name":"Press mentions"},"podcast":{"singular_name":"Episode","name":"Episode"}},"webpackPublicPath":"https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/","isPhotonEnabled":true,"isFreePlan":false,"apiRoot":"https://opensource.org/wp-json/","apiNonce":"9fc592036b","isPrivateSite":false,"isWpcom":false,"hasOverlayWidgets":true,"widgets":[{"filters":[{"name":"Post Types","type":"post_type","count":6,"widget_id":"jetpack-search-filters-4","filter_id":"post_type_0"},{"name":"Categories","type":"taxonomy","taxonomy":"category","count":5,"widget_id":"jetpack-search-filters-4","filter_id":"taxonomy_1"},{"name":"Tags","type":"taxonomy","taxonomy":"post_tag","count":5,"widget_id":"jetpack-search-filters-4","filter_id":"taxonomy_2"},{"name":"Year","type":"date_histogram","count":5,"field":"post_date","interval":"year","widget_id":"jetpack-search-filters-4","filter_id":"date_histogram_3"}],"widget_id":"jetpack-search-filters-4"}],"widgetsOutsideOverlay":[],"hasNonSearchWidgets":false,"preventTrackingCookiesReset":false,"disableTracking":false};
//# sourceURL=jetpack-instant-search-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://opensource.org/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?minify=false&ver=904682e550fefbe1827b" id="jetpack-instant-search-js"></script>
<script data-service="jetpack-statistics" data-category="statistics" type="text/plain" data-cmplz-src="//stats.wp.com/w.js?ver=202615" id="jp-tracks-js"></script>
<script type="text/javascript" id="osi-theme-scripts-js-before">
/* <![CDATA[ */
const OSI_LICENSE_DB = {"ajaxURL":"https:\/\/opensource.org\/wp-admin\/admin-ajax.php","action":"osi_license_db"}
//# sourceURL=osi-theme-scripts-js-before
/* ]]> */
</script>
<script type="text/javascript" src="https://opensource.org/wp-content/themes/osi/assets/js/build/theme.js?ver=1724798073" id="osi-theme-scripts-js"></script>
<script type="text/javascript" src="https://unpkg.com/swiper@11/swiper-bundle.min.js?ver=1750065233" id="swiper-js-js"></script>
<script type="text/javascript" id="jetpack-stats-js-before">
/* <![CDATA[ */
_stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"210318891","post":"395","tz":"0","srv":"opensource.org","hp":"atomic","ac":"3","amp":"0","j":"1:15.7"} ]);
_stq.push([ "clickTrackerInit", "210318891", "395" ]);
//# sourceURL=jetpack-stats-js-before
/* ]]> */
</script>
<script data-service="jetpack-statistics" data-category="statistics" type="text/plain" data-cmplz-src="https://stats.wp.com/e-202615.js" id="jetpack-stats-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="cmplz-cookiebanner-js-extra">
/* <![CDATA[ */
var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"","banner_version":"149","version":"7.4.5","store_consent":"","do_not_track_enabled":"1","consenttype":"optin","region":"eu","geoip":"","dismiss_timeout":"","disable_cookiebanner":"1","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https://opensource.org/wp-json/complianz/v1/","locale":"lang=en&locale=en_US","set_cookies_on_root":"","cookie_domain":"","current_policy_id":"22","cookie_path":"/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept {category} cookies and enable this content","css_file":"https://opensource.org/wp-content/uploads/complianz/css/banner-{banner_id}-{type}.css?v=149","page_links":{"eu":{"cookie-statement":{"title":"","url":"https://opensource.org/blog/wp-global-styles-osi"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept {category} cookies and enable this content"};
//# sourceURL=cmplz-cookiebanner-js-extra
/* ]]> */
</script>
<script defer type="text/javascript" src="https://opensource.org/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1773686390" id="cmplz-cookiebanner-js"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://opensource.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://opensource.org/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9e9e0c3c3cdd9121',t:'MTc3NTc4NTI3MQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></section></section>
</div>
</div>
<div id="footer">
<div class="xright">©
${currentYear}
<a href="http://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
$dateFormat.applyPattern( $format )
| $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
| $i18n.getString( "site-renderer", $locale, "template.version" ): 2.0-rc.6
</div>
<div class="clear">
<hr/>
</div>
</div>
</div></div>
</body>
</html>
You can’t perform that action at this time.
