This file is indexed.

/usr/share/doc/hhvm-dev/copyright is in hhvm-dev 3.21.0+dfsg-2ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hhvm
Source: http://github.com/facebook/hhvm
Comment: HHVM stands for "HipHop for PHP Virtual Machine".  That name
 respects the PHP license.

Files: *
Copyright: 2010-2017 Facebook, Inc. (http://www.facebook.com)
License: PHP-3.01

Files: CMake/FindBISON.cmake CMake/FindFLEX.cmake
Copyright: 2006 Tristan Carel
License: BSD-3-clause

Files: CMake/FindLibElf.cmake
Copyright: 2008 Bernhard Walle <bernhard.walle@gmx.de>
License: BSD-3-clause

Files: CMake/FindLibIntl.cmake
Copyright: 2000-2015 Kitware, Inc.
           2000-2011 Insight Software Consortium
License: BSD-3-clause

Files: CMake/FindMySQL.cmake
Copyright: 1995-2007 MySQL AB
License: GPL-2
Comment: Although they talk in the header about exceptions, I checked
 them and they are only for MySQL drivers, not for the build system, so
 this is simply GPL-2.

Files: CMake/HPHPFindLibs.cmake
       hphp/runtime/base/dummy-resource.*
       hphp/runtime/server/upload*
       hphp/zend/html-table*
Copyright: 2010-2014 Facebook, Inc. (http://www.facebook.com)
           1997-2010 The PHP Group
License: PHP-3.01

Files: CMake/cotire.cmake
Copyright: Copyright 2012-2014 Sascha Kratky
License: MIT

Files: hphp/util/concurrent-lru-cache.h hphp/util/concurrent-scalable-cache.h hphp/util/lru-cache-key.h
Copyright: Copyright (c) 2014 Tim Starling
License: Apache-2.0

Files: hphp/parser/hphp.5.tab.cpp hphp/parser/hphp.7.tab.cpp hphp/parser/hphp.tab.hpp
Copyright: 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
License: Bison-GPL-3+

Files: hphp/hack/*
Copyright: 2013-2017 Facebook, Inc. (http://www.facebook.com)
License: BSD-3-clause

Files: hphp/hack/src/third-party/avl/*
Copyright: 1996 Institut National de Recherche en Informatique et en Automatique (INRIA)
License: LGPL-2-INRIA

Files: hphp/hack/src/third-party/core/*
Copyright: 2008 Jane Street Group, LLC
License: Apache-2.0

Files: hphp/hack/src/third-party/inotify/*
Copyright: 2006-2008 Vincent Hanquez <vincent@snarc.org>
License: LGPL-2.1

Files: hphp/hack/src/third-party/libancillary/*
Copyright: Nicolas George
License: BSD-3-clause

Files: hphp/neo/neo* hphp/neo/ulist* hphp/neo/ulocks.c
Copyright: 2001-2004 Brandon Long
License: Clearsilver

Files: hphp/neo/ulocks.h
Copyright: 1998-2000 Scott Shambarger <scott@shambarger.net>
License: Free

Files: hphp/runtime/*
Copyright: 2010-2014 Facebook, Inc. (http://www.facebook.com)
License: PHP-3.01

Files: hphp/runtime/base/ini-parser/*
       hphp/runtime/base/intl-convert.*
       hphp/runtime/base/utf8-decode.cpp
       hphp/runtime/base/zend-*
Copyright: 2010-2017 Facebook, Inc. (http://www.facebook.com)
           1998-2010 Zend Technologies Ltd. (http://www.zend.com)
License: PHP-3.01

Files: hphp/runtime/ext/*
Copyright: 2010-2017 Facebook, Inc. (http://www.facebook.com)
           1997-2010 The PHP Group
License: PHP-3.01

Files: hphp/runtime/ext/bcmath/*
Copyright: 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc.
           2000 Philip A. Nelson
License: LGPL-2.1

Files: hphp/runtime/ext/fileinfo/libmagic/*
Copyright: 2010-2017 Facebook, Inc. (http://www.facebook.com)
           1997-2010 The PHP Group
           1986-1995 Ian F. Darwin and others
           1995-2013 Christos Zoulas and others
License: PHP-3.01 and BSD-2-clause

Files: hphp/runtime/ext/gd/libgd/*
Copyright: 2010-2017 Facebook, Inc. (http://www.facebook.com)
           1997-2010 The PHP Group
           1994-2002 Cold Spring Harbor Laboratory
           1996-2002 Thomas Boutell (Boutell.Com, Inc.)
           1999-2002 Philip Warner
           1999-2002 Greg Roelofs
           1999-2002 John Ellson <ellson@lucent.com>
           2000-2002 Maurice Szmurlo <Maurice.Szmurlo@info.unicaen.fr>
           2000-2002 Johan Van den Brande <johan@vandenbrande.com>
           2000-2002 Doug Becker <thebeckers@home.com>
           2000-2007 Pierre-Alain Joye <pierre@libgd.org>
           2000-2002 Doug Becker
           1991-2002 Thomas G. Lane
License: GD

Files: hphp/runtime/ext_zend_compat/ftp/*
Copyright: 1997-2013 The PHP Group
License: PHP-3.01

Files: hphp/runtime/ext_zend_compat/php-src/Zend
Copyright: 1997-2013 The PHP Group
License: Zend-2.00

Files: hphp/runtime/ext_zend_compat/php-src/*
Copyright: 1997-2013 The PHP Group
License: PHP-3.01

Files: hphp/runtime/ext_zend_compat/calendar/dow.cpp
       hphp/runtime/ext_zend_compat/calendar/french.cpp
       hphp/runtime/ext_zend_compat/calendar/gregor.cpp
       hphp/runtime/ext_zend_compat/calendar/jewish.cpp
       hphp/runtime/ext_zend_compat/calendar/julian.cpp
       hphp/runtime/ext_zend_compat/calendar/sdncal.h
Copyright: 1993-1995, Scott E. Lee
License: Free

Files: hphp/runtime/ext_zend_compat/oauth/*
Copyright: 2008, Yahoo! Inc.
License: BSD-3-clause

Files: hphp/runtime/ext_zend_compat/yaml/*
Copyright: 2007 Ryusuke SEKIYAMA
           2009 Keynetics Inc.
           2012 Bryan Davis
License: MIT

Files: hphp/runtime/vm/jit/vtune/*
Copyright: 2005-2013 Intel Corporation
License: BSD-3-clause

Files: hphp/test/frameworks/spyc/*
Copyright: 2006-2011 Vladimir Andersen
           2005-2006 Chris Wanstrath
License: MIT

Files: hphp/test/slow/ext_imagick/php_imagick_tests/*
Copyright: 1999-2011 The PHP Group
License: PHP-3.01

Files: hphp/test/server/fastcgi/Adoy/*
Copyright: 2010-2013 Pierrick Charron <pierrick@adoy.net>
License: MIT

Files: hphp/util/compression.cpp
Copyright: 1997-2010 The PHP Group
           2010-2014 Facebook, Inc. (http://www.facebook.com)
License: PHP-3.01

Files: hphp/util/cronoutils.*
Copyright: 1996-1999 by Ford & Mason Ltd
License: Apache-1.0

Files: hphp/util/safesort.h
Copyright: 2009-2012 LLVM Team, University of Illinois at
                     Urbana-Champaign.  Additional contributors can be
                     found at:
                     http://llvm.org/svn/llvm-project/libcxx/trunk/CREDITS.TXT
License: Illinois-NCSA or MIT

Files: hphp/runtime/ext/password/ext_password.php
Copyright: 2012 Anthony Ferrara <ircmaxell@php.net>
License: MIT

Files: hphp/zend/crypt-blowfish.cpp
       hphp/zend/crypt-blowfish.h
       hphp/zend/crypt-freesec.cpp
Copyright: 1998-2011 Solar Designer <solar at openwall.com>
License: public-domain

Files: hphp/zend/zend-html.*
       hphp/zend/zend-sha1.*
       hphp/zend/zend-md5.*
       hphp/zend/zend-string.*
Copyright: 2010-2017 Facebook, Inc. (http://www.facebook.com)
           1998-2010 Zend Technologies Ltd. (http://www.zend.com)
License: Zend-2.00

Files: hphp/vixl/*
Copyright: 2013 ARM Limited
License: BSD-3-clause

Files: third-party/brotli/*
Copyright: 2009, 2010, 2013-2015 by the Brotli Authors
           2009, 2010, 2013-2015 Google Inc.
License: MIT

Files: third-party/fastlz/*
Copyright: 2005-2007 Ariya Hidayat <ariya@kde.org>
License: MIT

Files: third-party/fatal/*
Copyright: 2016, Facebook, Inc. (http://www.facebook.com)
License: BSD-3-clause

Files: third-party/folly/*
Copyright: 2015-2017 Facebook, Inc. (http://www.facebook.com)
License: Apache-2.0

Files: third-party/libafdt/*
Copyright: 2009 Facebook, Inc. (http://www.facebook.com)
License: MIT

Files: third-party/libafdt/src/strlcpy.c
Copyright: 1998 Todd C. Miller <Todd.Miller@courtesan.com>
License: MIT

Files: third-party/libmbfl/*
Copyright: 1998,1999,2000,2001 HappySize, Inc.
License: LGPL-2.1

Files: third-party/mcrouter/*
Copyright: 2015-2017 Facebook, Inc. (http://www.facebook.com)
License: BSD-3-clause

Files: third-party/proxygen/*
Copyright: 2015-2017 Facebook, Inc. (http://www.facebook.com)
License: BSD-3-clause

Files: third-party/squangle/*
Copyright: 2014-2017 Facebook, Inc. (http://www.facebook.com)
License: BSD-3-clause

Files: third-party/thrift/*
Copyright: 2006-2017 Facebook, Inc. (http://www.facebook.com)
License: Apache-2.0

Files: third-party/timelib/*
Copyright: 2015 Derick Rethans
License: MIT

Files: third-party/wangle/*
Copyright: 2015-2017 Facebook, Inc. (http://www.facebook.com)
License: BSD-3-clause

Files: third-party/webscalesqlclient/mysql-5.6/storage/archive/azio.c
 third-party/webscalesqlclient/mysql-5.6/storage/archive/azlib.h
 third-party/webscalesqlclient/mysql-5.6/zlib/*
Copyright: 1995-2005 Jean-loup Gailly and Mark Adler
License: zlib/libpng

Files: third-party/webscalesqlclient/mysql-5.6/*
Copyright: 1979-2008 MySQL AB
           1995-2010 MySQL AB Sun Microsystems Inc
           1994-1997,2000-2011 Oracle and/or its affiliates.
           2010, 2015 Oracle and/or its affiliates.
Comments:
 MySQL FOSS License Exception We want free and open source
 software applications under certain licenses to be able to use
 specified GPL-licensed MySQL client libraries despite the fact
 that not all such FOSS licenses are compatible with version
 2 of the GNU General Public License.  Therefore there are
 special exceptions to the terms and conditions of the GPLv2
 as applied to these client libraries, which are identified
 and described in more detail in the FOSS License Exception at
 <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
 .
 The text of the Above URL is quoted below, as of Aug 17, 2011.
 .
 > FOSS License Exception
 > .
 > Updated July 1, 2010
 > .
 > What is the FOSS License Exception?  Oracle's Free and Open Source
 > Software ("FOSS") License Exception (formerly known as the FLOSS
 > License Exception) allows developers of FOSS applications to include
 > Oracle's MySQL Client Libraries (also referred to as "MySQL Drivers"
 > or "MySQL Connectors") with their FOSS applications. MySQL Client
 > Libraries are typically licensed pursuant to version 2 of the General
 > Public License ("GPL"), but this exception permits distribution of
 > certain MySQL Client Libraries with a developer's FOSS applications
 > licensed under the terms of another FOSS license listed below,
 > even though such other FOSS license may be incompatible with the GPL.
 > .
 > The following terms and conditions describe the circumstances under
 > which Oracle's FOSS License Exception applies.
 > .
 > Oracle's FOSS License Exception Terms and Conditions Definitions.
 > "Derivative Work" means a derivative work, as defined under applicable
 > copyright law, formed entirely from the Program and one or more
 > FOSS Applications.
 > .
 > "FOSS Application" means a free and open source software application
 > distributed subject to a license listed in the section below titled
 > "FOSS License List."
 > .
 > "FOSS Notice" means a notice placed by Oracle or MySQL in a copy
 > of the MySQL Client Libraries stating that such copy of the MySQL
 > Client Libraries may be distributed under Oracle's or MySQL's FOSS
 > (or FLOSS) License Exception.
 > .
 > "Independent Work" means portions of the Derivative Work that are not
 > derived from the Program and can reasonably be considered independent
 > and separate works.
 > .
 > "Program" means a copy of Oracle's MySQL Client Libraries that
 > contains a FOSS Notice.
 > .
 > A FOSS application developer ("you" or "your") may distribute a
 > Derivative Work provided that you and the Derivative Work meet all
 > of the following conditions: You obey the GPL in all respects for
 > the Program and all portions (including modifications) of the Program
 > included in the Derivative Work (provided that this condition does not
 > apply to Independent Works); The Derivative Work does not include any
 > work licensed under the GPL other than the Program; You distribute
 > Independent Works subject to a license listed in the section below
 > titled "FOSS License List"; You distribute Independent Works in
 > object code or executable form with the complete corresponding
 > machine-readable source code on the same medium and under the same
 > FOSS license applying to the object code or executable forms; All
 > works that are aggregated with the Program or the Derivative Work
 > on a medium or volume of storage are not derivative works of the
 > Program, Derivative Work or FOSS Application, and must reasonably
 > be considered independent and separate works.  Oracle reserves all
 > rights not expressly granted in these terms and conditions. If all
 > of the above conditions are not met, then this FOSS License Exception
 > does not apply to you or your Derivative Work.
 > .
 > FOSS License List
 > .
 > License Name    Version(s)/Copyright Date
 > Release Early    Certified Software
 > Academic Free License    2.0
 > Apache Software License  1.0/1.1/2.0
 > Apple Public Source License  2.0
 > Artistic license     From Perl 5.8.0
 > BSD license  "July 22 1999"
 > Common Development and Distribution License (CDDL)   1.0
 > Common Public License    1.0
 > Eclipse Public License   1.0
 > European Union Public License (EUPL)[1]    1.1
 > GNU Library or "Lesser" General Public License (LGPL)    2.0/2.1/3.0
 > GNU General Public License (GPL)     3.0
 > IBM Public License   1.0
 > Jabber Open Source License   1.0
 > MIT License (As listed in file MIT-License.txt)  -
 > Mozilla Public License (MPL)     1.0/1.1
 > Open Software License    2.0
 > OpenSSL license (with original SSLeay license)   "2003" ("1998")
 > PHP License  3.0/3.01
 > Python license (CNRI Python License)     -
 > Python Software Foundation License   2.1.1
 > Sleepycat License   "1999"
 > University of Illinois/NCSA Open Source License  -
 > W3C License  "2001"
 > X11 License  "2001"
 > Zlib/libpng License  -
 > Zope Public License  2.0
 > [1] When an Independent Work is licensed under a "Compatible License"
 > pursuant to the EUPL, the Compatible License rather than the EUPL is
 > the applicable license for purposes of these FOSS License Exception
 > Terms and Conditions.
 .
 The above text is subject to this copyright notice:
 © 2010, Oracle and/or its affiliates.
License: GPL-2

Files: third-party/webscalesqlclient/mysql-5.6/libmysqld/lib_sql.cc
Copyright: 2000 SWsoft  company
License: SWsoft
 This material is provided "as is", with absolutely no warranty expressed
 or implied. Any use is at your own risk.
 .
 Permission to use or copy this software for any purpose is hereby granted
 without fee, provided the above notices are retained on all copies.
 Permission to modify the code and to distribute modified code is granted,
 provided the above notices are retained, and a notice that the code was
 modified is included with the above copyright notice.

Files: third-party/webscalesqlclient/mysql-5.6/dbug/dbug.c
 dbug/dbug_long.h
Copyright: 1987 Abandoned Fred Fish
License: public-domain
 N O T I C E
 .
 Copyright Abandoned, 1987, Fred Fish
 .
 .
 This previously copyrighted work has been placed into the  public
 domain	by  the  author  and  may be freely used for any purpose,
 private or commercial.
 .
 Because of the number of inquiries I was receiving about the  use
 of this product in commercially developed works I have decided to
 simply make it public domain to further its unrestricted use.	I
 specifically  would  be  most happy to see this material become a
 part of the standard Unix distributions by AT&T and the  Berkeley
 Computer  Science  Research Group, and a standard part of the GNU
 system from the Free Software Foundation.
 .
 I would appreciate it, as a courtesy, if this notice is  left  in
 all copies and derivative works.  Thank you.
 .
 The author makes no warranty of any kind  with	respect  to  this
 product  and  explicitly disclaims any implied warranties of mer-
 chantability or fitness for any particular purpose.

Files: third-party/webscalesqlclient/mysql-5.6/strings/ctype-win1250ch.c
Copyright: 2002-2010 Oracle and/or its affiliates.
 2001 Jan Pazdziora
License: GPL-2

Files: third-party/webscalesqlclient/mysql-5.6/libevent/*
Copyright: 2000, 2006 Niels Provos
License: BSD-3-clause

Files: third-party/webscalesqlclient/mysql-5.6/libevent/evport.c
Copyright: 2007 Sun Microsystems
License: GPL-2

Files: third-party/webscalesqlclient/mysql-5.6/libevent/log.c
Copyright: 2005 Nick Mathewson
 2000 Dug Song
 1993 The Regents of the University of California
License: BSD-3-clause

Files: third-party/webscalesqlclient/mysql-5.6/libevent/min_heap.h
Copyright: 2006 Maxim Yegorushkin
License: BSD-3-clause

Files: third-party/webscalesqlclient/mysql-5.6/client/completion_hash.h
 third-party/webscalesqlclient/mysql-5.6/sql-bench/*
Copyright: 2000-2009 MySQL AB Sun Microsystems Inc
           2000-2007 MySQL AB
License: LGPL

Files: third-party/webscalesqlclient/mysql-5.6/libevent/strlcpy.c
Copyright: 1998 Todd C. Miller
License: BSD-3-clause

Files: third-party/webscalesqlclient/mysql-5.6/libevent/compat/sys/queue.h
 libevent/compat/sys/_time.h
Copyright: 1982, 1993 The Regents of the University of California
License: BSD-3-clause

Files: third-party/webscalesqlclient/mysql-5.6/storage/innobase/*
Copyright: 1994-2011 Innobase Oy.
License: GPL-2

Files: third-party/webscalesqlclient/mysql-5.6/regex/regexp.c
Copyright: 1986 University of Toronto
License: BSD-like
 Permission is granted to anyone to use this software for any
 purpose on any computer system, and to redistribute it freely,
 subject to the following restrictions:
 .
 1. The author is not responsible for the consequences of use of
        this software, no matter how awful, even if they arise
    from defects in it.
 .
 2. The origin of this software must not be misrepresented, either
    by explicit claim or by omission.
 .
 3. Altered versions must be plainly marked as such, and must not
    be misrepresented as being the original software.

Files: third-party/webscalesqlclient/mysql-5.6/dbug/dbug_analyze.c
Copyright: 1987 June Binayak Banerjee
License: public-domain
 This program may be freely distributed under the same terms and
 conditions as Fred Fish's Dbug package.

Files: debian/*
Copyright: 2014-2015 David Martínez Moreno <ender@debian.org>
           2014-2015 Faidon Liambotis <paravoid@debian.org>
           2014-2015 Giuseppe Lavagetto <glavagetto@wikimedia.org>
           2016-2017 Moritz Muehlenhoff <jmm@debian.org>
License: GPL-2+

License: PHP-3.01
 Redistribution and use in source and binary forms, with or without
 modification, is 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.
 .
   3. The name "PHP" must not be used to endorse or promote products
      derived from this software without prior written permission. For
      written permission, please contact group@php.net.
 .
   4. Products derived from this software may not be called "PHP", nor
      may "PHP" appear in their name, without prior written permission
      from group@php.net.  You may indicate that your software works in
      conjunction with PHP by saying "Foo for PHP" instead of calling
      it "PHP Foo" or "phpfoo"
 .
   5. The PHP Group may publish revised and/or new versions of the
      license from time to time. Each version will be given a
      distinguishing version number.
      Once covered code has been published under a particular version
      of the license, you may always continue to use it under the terms
      of that version. You may also choose to use such covered code
      under the terms of any subsequent version of the license
      published by the PHP Group. No one other than the PHP Group has
      the right to modify the terms applicable to covered code created
      under this License.
 .
   6. Redistributions of any form whatsoever must retain the following
      acknowledgment:
      "This product includes PHP software, freely available from
      <http://www.php.net/software/>".
 .
 THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
 ANY EXPRESSED 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 PHP
 DEVELOPMENT TEAM OR ITS 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: GPL-2
 This program is free software; you can redistribute it and/or modify
 it under the terms of version 2 of the GNU General Public License as
 published by the Free Software Foundation.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: GPL-2+
 This package 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; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

License: LGPL-2-INRIA
 In the following, "the Library" refers to all files marked "Copyright
 INRIA" this directory.
 .
 The Library is distributed under the terms of the GNU Library General
 Public License version 2 (included below).
 .
 As a special exception to the GNU Library General Public License, you
 may link, statically or dynamically, a "work that uses the Library"
 with a publicly distributed version of the Library to produce an
 executable file containing portions of the Library, and distribute
 that executable file under terms of your choice, without any of the
 additional requirements listed in clause 6 of the GNU Library General
 Public License.  By "a publicly distributed version of the Library",
 we mean either the unmodified Library as distributed by INRIA, or a
 modified version of the Library that is distributed under the
 conditions defined in clause 2 of the GNU Library General Public
 License.  This exception does not however invalidate any other reasons
 why the executable file might be covered by the GNU Library General
 Public License.
 .
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Library General Public License as
 published by the Free Software Foundation; version 2.
 .
 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lbrary General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Library General
 Public License can be found in `/usr/share/common-licenses/LGPL-2'.

License: LGPL-2.1
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; version 2.1.
 .
 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301 USA
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

License: Bison-GPL-3+
 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, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in "/usr/share/common-licenses/GPL-3".
 .
 As a special exception, you may create a larger work that contains
 part or all of the Bison parser skeleton and distribute that work
 under terms of your choice, so long as that work isn't itself a
 parser generator using the skeleton or a modified version thereof
 as a parser skeleton.  Alternatively, if you modify or redistribute
 the parser skeleton itself, you may (at your option) remove this
 special exception, which will cause the skeleton and the resulting
 Bison output files to be licensed under the GNU General Public
 License without this special exception.
 .
 This special exception was added by the Free Software Foundation in
 version 2.2 of Bison.

License: Clearsilver
 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.
 .
 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: Free
 This software is open source. Permission to use, copy, modify, and
 distribute this software for any purpose and without fee is hereby
 granted, provided that the above copyright notice appear in all
 copies.  No warranty of any kind is expressed or implied.  Use at
 your own risk.

License: Zend-2.00
 Redistribution and use in source and binary forms, with or without
 modification, is 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.
   3. The names "Zend" and "Zend Engine" must not be used to endorse
      or promote products derived from this software without prior
      permission from Zend Technologies Ltd. For written permission,
      please contact license@zend.com.
   4. Zend Technologies Ltd. may publish revised and/or new versions
      of the license from time to time. Each version will be given a
      distinguishing version number.
      Once covered code has been published under a particular version
      of the license, you may always continue to use it under the
      terms of that version. You may also choose to use such covered
      code under the terms of any subsequent version of the license
      published by Zend Technologies Ltd. No one other than Zend
      Technologies Ltd. has the right to modify the terms applicable
      to covered code created under this License.
   5. Redistributions of any form whatsoever must retain the following
      acknowledgment:
      "This product includes the Zend Engine, freely available at
      http://www.zend.com"
   6. All advertising materials mentioning features or use of this
      software must display the following acknowledgment:
      "The Zend Engine is freely available at http://www.zend.com"
 THIS SOFTWARE IS PROVIDED BY ZEND TECHNOLOGIES LTD. ``AS IS'' AND
 ANY EXPRESSED 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 ZEND
 TECHNOLOGIES LTD.  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-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 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
 HOLDER 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:
 .
 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.
 .
 3) Neither the name of the ORGANIZATION 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
 HOLDER 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: zlib
 This software is provided 'as-is', without any express or implied
 warranty.  In no event will the authors be held liable for any damages
 arising from the use of this software.
 .
 Permission is granted to anyone to use this software for any purpose,
 including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 .
 1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software
    in a product, an acknowledgment in the product documentation would be
    appreciated but is not required.
 2. Altered source versions must be plainly marked as such, and must not be
    misrepresented as being the original software.
 3. This notice may not be removed or altered from any source distribution.

License: Apache-1.0
 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.
 .
 3. All advertising materials mentioning features or use of this
 software must display the following acknowledgment:
 "This product includes software developed by the Apache Group for use
 in the Apache HTTP server project (http://www.apache.org/)."
 .
 4. The names "Apache Server" and "Apache Group" must not be used to
 endorse or promote products derived from this software without prior
 written permission. For written permission, please contact
 apache@apache.org.
 .
 5. Products derived from this software may not be called "Apache" nor
 may "Apache" appear in their names without prior written permission of
 the Apache Group.
 .
 6. Redistributions of any form whatsoever must retain the following
 acknowledgment:
 "This product includes software developed by the Apache Group for use
 in the Apache HTTP server project (http://www.apache.org/)."
 .
 THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
 EXPRESSED 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 APACHE GROUP OR ITS
 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.
 .
 This software consists of voluntary contributions made by many
 individuals on behalf of the Apache Group and was originally based on
 public domain software written at the National Center for
 Supercomputing Applications, University of Illinois, Urbana-Champaign.
 For more information on the Apache Group and the Apache HTTP server
 project, please see http://www.apache.org/.

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License"); you
 may not use this file except in compliance with the License. You may
 obtain a copy of the License at
 .
 http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 implied. See the License for the specific language governing
 permissions and limitations under the License.
 .
 On Debian systems, the complete text of the Apache 2.0 License
 can be found in "/usr/share/common-licenses/Apache-2.0".

License: public-domain
 No copyright is claimed, and the software is hereby placed in the public
 domain. In case this attempt to disclaim copyright and place the software
 in the public domain is deemed null and void, then the software is
 Copyright (c) 1998-2011 Solar Designer and it is hereby released to the
 general public under the following terms:
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted.
 .
 There's ABSOLUTELY NO WARRANTY, express or implied.
 .
 It is my intent that you should be able to use this on your system,
 as part of a software package, or anywhere else to improve security,
 ensure compatibility, or for any other purpose. I would appreciate
 it if you give credit where it is due and keep your modifications in
 the public domain as well, but I don't require that in order to let
 you place this code and any modifications you make under a license
 of your choice.

License: Illinois-NCSA
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal with 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:
 .
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimers.
 .
     * Redistributions in binary form must reproduce the above
     * copyright notice, this list of conditions and the following
       disclaimers in the documentation and/or other materials
       provided with the distribution.
 .
     * Neither the names of the LLVM Team, University of Illinois at
       Urbana-Champaign, nor the names of its contributors may be used
       to endorse or promote products derived from this Software
       without specific prior written permission.
 .
 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 CONTRIBUTORS 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 WITH THE
 SOFTWARE.

License: MIT
 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: GD
 Permission has been granted to copy, distribute and modify gd in any
 context without fee, including a commercial application, provided that
 this notice is present in user-accessible supporting documentation.
 .
 This does not affect your ownership of the derived work itself, and the
 intent is to assure proper credit for the authors of gd, not to
 interfere with your productive use of gd. If you have questions, ask.
 "Derived works" includes all programs that utilize the library. Credit
 must be given in user-accessible documentation.
 .
 This software is provided "AS IS." The copyright holders disclaim all
 warranties, either express or implied, including but not limited to
 implied warranties of merchantability and fitness for a particular
 purpose, with respect to this code and accompanying documentation.

License: zlib/libpng
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
  .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:
  .
  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.