This file is indexed.

/usr/share/doc/amsn/copyright is in amsn 0.98.9-1ubuntu3.

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
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: aMSN
Upstream-Contact: amsn-devel@lists.sourceforge.net
Source: http://www.amsn-project.net
Disclaimer: Autogenerated by CDBS

Files: ./autogen.sh
 ./lang/complete.pl
 ./lang/genlangfiles.c
 ./lang/genpage.c
 ./lang/langchk.sh
 ./lang/missing.py
 ./plugins/amsnplus/snapshot.c
 ./plugins/music/MusicWin/MusicWin.h
 ./utils/TkCximage/src/CxImage/ximabmp.cpp
 ./utils/TkCximage/src/CxImage/ximacfg.h
 ./utils/TkCximage/src/CxImage/ximadef.h
 ./utils/TkCximage/src/CxImage/ximadsp.cpp
 ./utils/TkCximage/src/CxImage/ximaenc.cpp
 ./utils/TkCximage/src/CxImage/ximaexif.cpp
 ./utils/TkCximage/src/CxImage/ximage.cpp
 ./utils/TkCximage/src/CxImage/ximagif.cpp
 ./utils/TkCximage/src/CxImage/ximahist.cpp
 ./utils/TkCximage/src/CxImage/ximainfo.cpp
 ./utils/TkCximage/src/CxImage/ximaint.cpp
 ./utils/TkCximage/src/CxImage/ximajpg.cpp
 ./utils/TkCximage/src/CxImage/ximalpha.cpp
 ./utils/TkCximage/src/CxImage/ximalyr.cpp
 ./utils/TkCximage/src/CxImage/ximapal.cpp
 ./utils/TkCximage/src/CxImage/ximapng.cpp
 ./utils/TkCximage/src/CxImage/ximasel.cpp
 ./utils/TkCximage/src/CxImage/ximatga.cpp
 ./utils/TkCximage/src/CxImage/ximath.cpp
 ./utils/TkCximage/src/CxImage/ximath.h
 ./utils/TkCximage/src/CxImage/ximatran.cpp
 ./utils/TkCximage/src/CxImage/xiofile.h
 ./utils/TkCximage/src/CxImage/xmemfile.cpp
 ./utils/TkCximage/src/CxImage/xmemfile.h
 ./utils/asyncresolver/src/asyncresolver.c
 ./utils/cam_to_avi.sh
 ./utils/farsight/src/tcl_farsight.c
 ./utils/farsight/src/tcl_farsight.h
 ./utils/gupnp/gupnp.c
 ./utils/gupnp/gupnp.h
 ./utils/libaio/autogen.sh
 ./utils/libaio/include/aio/af_format.h
 ./utils/libaio/tcl/tclaio.c
 ./utils/libaio/tcl/tclaio.h
 ./utils/linux/capture/capture.c
 ./utils/linux/capture/capture.h
 ./utils/linux/capture/libng/byteswap.h
 ./utils/linux/capture/libng/color_common.c
 ./utils/linux/capture/libng/color_unused.c
 ./utils/linux/capture/libng/convert.c
 ./utils/linux/capture/libng/devices.c
 ./utils/linux/capture/libng/devices.h
 ./utils/linux/capture/libng/list.h
 ./utils/linux/capture/libng/misc.c
 ./utils/linux/capture/libng/misc.h
 ./utils/linux/capture/libng/parse-dvb.c
 ./utils/linux/capture/libng/parse-mpeg.c
 ./utils/linux/capture/libng/plugins/conv-mjpeg.c
 ./utils/linux/capture/libng/videodev.h
 ./utils/linux/capture/libng/videodev2-old.h
 ./utils/linux/capture/libng/videodev2.h
 ./utils/linux/capture/libng/writefile.h
 ./utils/linux/capture/structs/struct-dump.c
 ./utils/linux/capture/structs/struct-dump.h
 ./utils/linux/capture/structs/struct-v4l.c
 ./utils/linux/capture/structs/struct-v4l.h
 ./utils/linux/capture/structs/struct-v4l2.c
 ./utils/linux/capture/structs/struct-v4l2.h
 ./utils/linux/linflash/flash.c
 ./utils/linux/linflash/flash.h
 ./utils/linux/traydock/libtray.c
 ./utils/macosx/cp_gstreamer.sh
 ./utils/macosx/finishbuild.sh
 ./utils/macosx/growl1.0/src/GrowlDefines.h
 ./utils/macosx/make_dmg/make-diskimage.sh
 ./utils/macosx/sndplay-src/sndplay.m
 ./utils/macosx/startbuild.sh
 ./utils/macosx/tclCarbon/src/tclCarbon.h
 ./utils/macosx/tclCarbon/src/tclCarbonHICommand.h
 ./utils/macosx/tclCarbon/src/tclCarbonNotification.h
 ./utils/make_amsn_release.sh
 ./utils/tclISF/src/libISF/DecodeISF.h
 ./utils/tclISF/src/libISF/compression.c
 ./utils/tclISF/src/libISF/createISF.h
 ./utils/tclISF/src/libISF/createTags.c
 ./utils/tclISF/src/libISF/decProperty.c
 ./utils/tclISF/src/libISF/decodeTags.c
 ./utils/tclISF/src/libISF/decompression.c
 ./utils/tclISF/src/libISF/encoding.c
 ./utils/tclISF/src/libISF/libISF.c
 ./utils/tclISF/src/libISF/misc.h
 ./utils/tclISF/src/libISF/read.c
 ./utils/tclISF/src/tclISF.cpp
 ./utils/tclISF/src/tclISF.h
 ./utils/tcl_siren/src/siren_test.c
 ./utils/tcl_siren/src/tcl_siren.c
 ./utils/tcl_siren/src/tcl_siren.h
 ./utils/update-amsn.sh
 ./utils/webcamsn/src/constants.h
 ./utils/webcamsn/src/glib_replacement.h
 ./utils/webcamsn/src/kidhash.c
 ./utils/webcamsn/src/kidhash.h
 ./utils/webcamsn/src/webcamsn.c
 ./utils/webcamsn/src/webcamsn.h
 ./utils/windows/launcher/launcher.cpp
 ./utils/windows/winflash/flash.cpp
 ./utils/windows/winflash/flash.h
 ./utils/windows/winutils/winutils.cpp
 ./utils/windows/winutils/winutils.h
 ./utils/macosx/macDock/src/dockIcon.c
 ./utils/macosx/macDock/src/dockIcon.h
 ./utils/macosx/macDock/src/macDock.c
 ./utils/macosx/macDock/src/macDock.h
Copyright: © 2001 - 2008 Alvaro J. Iradier Muro, Didimo Emilio Grimaldo, Youness Alaoui.
License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: ./utils/tcl_siren/src/common.c
 ./utils/tcl_siren/src/common.h
 ./utils/tcl_siren/src/dct4.c
 ./utils/tcl_siren/src/dct4.h
 ./utils/tcl_siren/src/decoder.c
 ./utils/tcl_siren/src/decoder.h
 ./utils/tcl_siren/src/encoder.c
 ./utils/tcl_siren/src/encoder.h
 ./utils/tcl_siren/src/huffman.c
 ./utils/tcl_siren/src/huffman.h
 ./utils/tcl_siren/src/huffman_consts.h
 ./utils/tcl_siren/src/rmlt.c
 ./utils/tcl_siren/src/rmlt.h
 ./utils/tcl_siren/src/siren7.h
Copyright: 2006, Youness Alaoui <kakaroto@kakaroto.homelinux.net>
License: LGPL-2+
 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; either
 version 2 of the License, or (at your option) any later version.
 .
 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
 Library General Public License for more details.
 .
 You should have received a copy of the GNU Library 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 full text of the GNU Library General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/LGPL-2'.

Files: ./utils/TkCximage/src/PhotoFormat.cpp
 ./utils/TkCximage/src/TkCximage.cpp
 ./utils/TkCximage/src/TkCximage.h
 ./utils/TkCximage/src/procs.cpp
Copyright: 2004 - 2012, The aMSN Team
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; either
 version 2.1 of the License, or (at your option) any later version.
 .
 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
 Library 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 full text of the GNU Library General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/LGPL-2.1'.

Files: ./utils/libaio/include/aio/aio.h
 ./utils/libaio/include/aio/aio_plugin.h
 ./utils/libaio/src/aio.c
 ./utils/libaio/src/aio_null.c
 ./utils/libaio/src/plugins/alsa/aio_alsa.c
 ./utils/libaio/src/plugins/oss/aio_oss.c
 ./utils/libaio/test/aio_example.c
Copyright: 2008, Mohamed Abderaouf Bencheraiet <kenshin@cerberus.endoftheinternet.org>
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; either
 version 2.1 of the License, or (at your option) any later version.
 .
 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
 Library 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 full text of the GNU Library General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/LGPL-2.1'.

Files: ./utils/linux/capture/libng/color_lut.c
 ./utils/linux/capture/libng/color_packed.c
 ./utils/linux/capture/libng/color_yuv2rgb.c
 ./utils/linux/capture/libng/grab-ng.c
 ./utils/linux/capture/libng/grab-ng.h
 ./utils/linux/capture/libng/parse-mpeg.h
 ./utils/linux/capture/libng/plugins/drv0-bsd.c
 ./utils/linux/capture/libng/plugins/drv0-v4l2-old.c
 ./utils/linux/capture/libng/plugins/drv0-v4l2.c
 ./utils/linux/capture/libng/plugins/drv1-v4l.c
 ./utils/linux/capture/libng/writefile.c
Copyright: 1997-2004, Gerd Knorr <kraxel@bytesex.org>
  1998-2000, Gerd Knorr <kraxel@bytesex.org>
  1998-2001, Gerd Knorr <kraxel@bytesex.org>
  1998-2002, Gerd Knorr <kraxel@bytesex.org>
  2000-04 Gerd Knorr <kraxel@bytesex.org>
  2001, Gerd Knorr <kraxel@bytesex.org>
  2001-03 Gerd Knorr <kraxel@bytesex.org>
  2003, Gerd Knorr <kraxel@bytesex.org>
License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: ./utils/webcamsn/src/bitstring.c
 ./utils/webcamsn/src/colorspace.c
 ./utils/webcamsn/src/encode.c
 ./utils/webcamsn/src/fdct_quant.c
 ./utils/webcamsn/src/mimic-private.h
 ./utils/webcamsn/src/mimic.c
 ./utils/webcamsn/src/mimic.h
 ./utils/webcamsn/src/vlc_common.c
 ./utils/webcamsn/src/vlc_encode.c
 ./utils/webcamsn/src/deblock.c
 ./utils/webcamsn/src/decode.c
 ./utils/webcamsn/src/idct_dequant.c
 ./utils/webcamsn/src/vlc_decode.c
Copyright: 2005, Ole André Vadla Ravnås <oleavr@gmail.com>
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; either
 version 2.1 of the License, or (at your option) any later version.
 .
 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
 Library 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 full text of the GNU Library General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/LGPL-2.1'.

Files: ./sxml.tcl
Copyright: © 2000-2001 Simon Edwards, Proprius Consulting Ltd
License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

File: ./balloon.tcl
Copyright: © 1996-1997 Stewart Allen.
License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: ./utils/macosx/growl1.0/src/GrowlApplicationBridge.h
 ./utils/macosx/growl1.0/src/GrowlApplicationBridge.m
 ./utils/macosx/growl1.0/src/GrowlPathUtil.h
 ./utils/macosx/growl1.0/src/GrowlPathUtil.m
 ./utils/macosx/growl1.0/src/GrowlPathway.h
 ./utils/macosx/growl1.0/src/NSURLAdditions.h
 ./utils/macosx/growl1.0/src/NSURLAdditions.m
Copyright: 2004-2005, The Growl Project.
  2005, The Growl Project.
License: BSD (3 clause)
 Redistribution and use in source and binary forms, with or
 without modification, are permitted provided that the following
 conditions are met:
 .
   * Redistributions of source code must retain the above
     copyright notice, this list of conditions and the
     following disclaimer.
 .
   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials
     provided with the distribution.
 .
   * Neither the name of Macquarie University 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 MACQUARIE
 UNIVERSITY 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.

Files: ./utils/macosx/tclCarbon/src/tclCarbon.c
 ./utils/macosx/tclCarbon/src/tclCarbonHICommand.c
 ./utils/macosx/tclCarbon/src/tclCarbonNotification.c
Copyright: 2005, Daniel A. Steffen <das@users.sourceforge.net>
License: BSD (3 clause)
 Redistribution and use in source and binary forms, with or
 without modification, are permitted provided that the following
 conditions are met:
 .
   * Redistributions of source code must retain the above
     copyright notice, this list of conditions and the
     following disclaimer.
 .
   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials
     provided with the distribution.
 .
   * Neither the name of Macquarie University 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 MACQUARIE
 UNIVERSITY 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.

Files: ./utils/macosx/growl1.0/src/TclGrowler.h
 ./utils/macosx/growl1.0/src/TclGrowler.m
 ./utils/macosx/growl1.0/src/growl.m
Copyright: 2004-2005, Toby Peterson <toby@opendarwin.org>
  2005, Toby Peterson <toby@opendarwin.org>
License: BSD (3 clause)
 Redistribution and use in source and binary forms, with or
 without modification, are permitted provided that the following
 conditions are met:
 .
   * Redistributions of source code must retain the above
     copyright notice, this list of conditions and the
     following disclaimer.
 .
   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials
     provided with the distribution.
 .
   * Neither the name of Macquarie University 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 MACQUARIE
 UNIVERSITY 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.

Files: ./utils/macosx/statusicon/statusicon-quartz.h
 ./utils/macosx/statusicon/statusicon-quartz.m
Copyright: 2006, Imendio AB
  2010, Youness Alaoui
License: LGPL-2+
 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; either
 version 2 of the License, or (at your option) any later version.
 .
 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
 Library General Public License for more details.
 .
 You should have received a copy of the GNU Library 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 full text of the GNU Library General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/LGPL-2'.

Files: ./utils/macosx/statusicon/statusicon.h
 ./utils/macosx/statusicon/statusicon.m
Copyright: 2010, Youness Alaoui
License: LGPL-2+
 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; either
 version 2 of the License, or (at your option) any later version.
 .
 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
 Library General Public License for more details.
 .
 You should have received a copy of the GNU Library 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 full text of the GNU Library General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/LGPL-2'.

Files: ./utils/macosx/growl1.0/src/CFGrowlAdditions.c
 ./utils/macosx/growl1.0/src/CFGrowlAdditions.h
Copyright: 2005, The Growl Project
License: BSD (3 clause)
 Redistribution and use in source and binary forms, with or
 without modification, are permitted provided that the following
 conditions are met:
 .
   * Redistributions of source code must retain the above
     copyright notice, this list of conditions and the
     following disclaimer.
 .
   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials
     provided with the distribution.
 .
   * Neither the name of Macquarie University 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 MACQUARIE
 UNIVERSITY 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.

Files: ./utils/linux/capture/libng/plugins/sn9c10x.c
Copyright: 2004, Takafumi Mizuno <taka-qce@ls-a.jp>
  2007, Gabriel Gambetta <ggambett@adinet.com.uy>
License: BSD (2 clause)
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.

Files: ./utils/amsnctl.pl
Copyright: 2004, David Munoz <voice@tiscali.es>
License: GPL-2
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: ./utils/tclISF/src/libISF/libISF.h
Copyright: 2007, Boris FAURE <boris.faure@gmail.com>
License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: ./plugins/music/MusicWin/MusicWin.cpp
Copyright: 2005, Le philousophe - Phil *
License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: ./utils/TkCximage/src/CxImage/ximabmp.h
Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it
  1995, Alejandro Aguilar Sierra <asierra(at)servidor(dot)unam(dot)mx>
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./utils/TkCximage/src/CxImage/ximagif.h
Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it
  1987, Steven A. Bennett
  1994, C++ version by Alejandro Aguilar Sierra
  1995, Alejandro Aguilar Sierra <asierra(at)servidor(dot)unam(dot)mx>
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./utils/TkCximage/src/CxImage/ximapng.h
Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it
  1995, Alejandro Aguilar Sierra <asierra(at)servidor(dot)unam(dot)mx>
  1998-2003, Glenn Randers-Pehrson
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./utils/TkCximage/src/CxImage/ximajpg.h
Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it
  1991-1998, Thomas G. Lane
  1995, Alejandro Aguilar Sierra <asierra(at)servidor(dot)unam(dot)mx>
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./utils/TkCximage/src/CxImage/ximatga.h
Copyright: 05/Jan/2002, Davide Pizzolato - www.xdp.it
  1996-1998, Ulrich von Zadow
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./utils/TkCximage/src/CxImage/ximaiter.h
Copyright: 1995, Alejandro Aguilar Sierra <asierra(at)servidor(dot)unam(dot)mx>
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./utils/libaio/src/format.c
Copyright: 2005, Alex Beregszaszi
License: GPL
 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 1 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 package; if not, write to the Free
 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 Boston, MA  02110-1301 USA
 .
 On Debian systems, the full text of the GNU General Public
 License can be found in the file
 `/usr/share/common-licenses/GPL'.

Files: ./utils/macosx/make_dmg/openUp.c
Copyright: 2001, Apple Computer, Inc.
License: Apple Public Source License Version 1.1
 The contents of this file constitute Original Code as defined in and 
 are subject to the Apple Public Source License Version 1.1 (the 
 "License").  You may not use this file except in compliance with the 
 License.  Please obtain a copy of the License at 
 http://www.apple.com/publicsource and read it before using this file. 
 .
 This Original Code and all software distributed under the License are 
 distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER 
 EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, 
 INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, 
 FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the 
 License for the specific language governing rights and limitations 
 under the License.

Files: ./utils/macosx/growl1.0/src/GrowlDefinesInternal.h
Copyright: 2004, the Growl Project.
License: BSD (3 clause)
 Redistribution and use in source and binary forms, with or
 without modification, are permitted provided that the following
 conditions are met:
 .
   * Redistributions of source code must retain the above
     copyright notice, this list of conditions and the
     following disclaimer.
 .
   * Redistributions in binary form must reproduce the above
     copyright notice, this list of conditions and the following
     disclaimer in the documentation and/or other materials
     provided with the distribution.
 .
   * Neither the name of Macquarie University 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 MACQUARIE
 UNIVERSITY 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.

Files: ./utils/TkCximage/src/CxImage/xfile.h
Copyright: 11/May/2002, Davide Pizzolato - www.xdp.it
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./utils/TkCximage/src/CxImage/ximage.h
Copyright: 1995, Alejandro Aguilar Sierra (asierra(at)servidor(dot)unam(dot)mx)
  2001, - 2008, Davide Pizzolato
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.

Files: ./plugins/music/MusicWin/wa_ipc.h
Copyright: 2003, Nullsoft, Inc
License: zlib/libpng
 Covered code is provided under this license on an "as is" basis, without warranty
 of any kind, either expressed or implied, including, without limitation, warranties
 that the covered code is free of defects, merchantable, fit for a particular purpose
 or non-infringing. The entire risk as to the quality and performance of the covered
 code is with you. Should any covered code prove defective in any respect, you (not
 the initial developer or any other contributor) assume the cost of any necessary
 servicing, repair or correction. This disclaimer of warranty constitutes an essential
 part of this license. No use of any covered code is authorized hereunder except under
 this disclaimer.
 .
 Permission is hereby granted to use, copy, modify, and distribute this
 source code, or portions hereof, for any purpose, including commercial applications,
 freely and without fee, 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.