This file is indexed.

/usr/share/doc/vlc-data/copyright is in vlc-data 2.2.2-5.

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
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
This package was initially debianized by Sam Hocevar <sam@zoy.org> on
Mon, 13 Mar 2000 02:21:45 +0100.

Christophe Mutricy <xtophe@videolan.org>,  Reinhard Tartler, Mohammed
Adnène Trojette have contributed to the packaging.

It was taken from http://download.videolan.org/pub/vlc/

1. Copyright holders list
=========================

With the exception of other files mentioned in this document, all code and
artwork belongs to members of the VideoLAN team <videolan@videolan.org>. See
each file for precise details about its respective authors.

Copyright (c) 1996-2016 the VideoLAN Team
Rémi Denis-Courmont
Jean-Baptiste Kempf
Laurent Aimar
Gildas Bazin
Felix Paul Kühne
Rafaël Carré
Pierre d'Herbemont
Rémi Duraffort
Derk-Jan Hartman
Antoine Cellerier
Samuel Hocevar
Jean-Paul Saman
Christophe Mutricy
Clément Stenac
Christophe Massiot
Ilkka Ollakka
Pierre Ynard
François Cartegnie
Damien Fouilleul
Sigmund Augdal Helberg
Erwan Tulou
David Fuhrmann
Olivier Teulière
Cyril Deguet
Eric Petit
Filippo Carone
Rocky Bernstein
Hugo Beauzée-Luyssen
Olivier Aubert
Pavlov Konstantin
Jakob Leben
Benjamin Pracht
Jean-Philippe André
Steve Lhomme
Stéphane Borel
JP Dinger
Geoffroy Couprie
Martin Storsjö
Marian Ďurkovič
Ludovic Fauvet
Yoann Peronneau
Sébastien Escudier
Jon Lech Johansen
KO Myung-Hun
Edward Wang
Dennis van Amerongen
Faustino Osuna
Mirsal Ennaime
Denis Charmet
Jérôme Decoodt
Loïc Minier
David Flynn
Frédéric Yhuel
Kaarlo Raiha
Mark Moriarty
Christopher Mueller
Fabio Ritrovato
Tony Castley
Srikanth Raju
Michel Kaempf
Jean-Marc Dressler
Johan Bilien
Vincent Seguin
Simon Latapie
Bernie Purcell
Henri Fallon
Sebastien Zwickert
Christoph Miebach
Adrien Maglo
Emmanuel Puig
Renaud Dartus
Alexis de Lattre
Vincent Penquerc'h
Arnaud de Bossoreille de Ribou
Mohammed Adnène Trojette
Boris Dorès
Jai Menon
Anil Daoud
Daniel Mierswa
Naohiro Koriyama
Rob Jonson
Pierre Baillet
Dominique Leuenberger
Andre Pang
Zoran Turalija
Akash Mehrotra
André Weber
Anthony Loiseau
Lukas Durfina
Xavier Marchesini
Cyril Mathé
Devin Heitmueller
Juho Vähä-Herttua
Ken Self
Alexis Ballier
Juha Jeronen
Nicolas Chauvet
Richard Hosking
Éric Lassauge
Marc Ariberti
Sébastien Toque
Tobias Güntner
Benoit Steiner
Michel Lespinasse
Carlo Calabrò
Cheng Sun
Michał Trzebiatowski
Brad Smith
Brendon Justin
Alexey Sokolov
Basos G
Philippe Morin
Steinar H. Gunderson
Vicente Jimenez Aguilar
Yuval Tze
Yves Duret
Benjamin Drung
Michael Hanselmann
Alex Merry
Damien Lucas
Grigori Goronzy
Richard Shepherd
Gaël Hendryckx
Michael Feurstein
Stephan Assmus
Adrien Grand
Colin Guthrie
David Menestrina
Dominique Martinet
Gleb Pinigin
Jason Luka
Luc Saillard
Luca Barbato
Mario Speiß
Pankaj Yadav
Ramiro Polla
Ronald Wright
Rui Zhang
Can Wu
Christophe Courtaut
FUJISAWA Tooru
Hannes Domani
Manol Manolov
Timothy B. Terriberry
Antoine Lejeune
Arnaud Schauly
Branko Kokanovic
Dylan Yudaken
Florian G. Pflug
François Revol
G Finch
Keary Griffin
Konstanty Bialkowski
Ming Hu
Philippe Coent
Przemyslaw Fiala
Tanguy Krotoff
Vianney BOYER
Casian Andrei
Chris Smowton
David Kaplan
Eugenio Jarosiewicz
Fabian Keil
Guillaume Poussel
John Peterson
Justus Piater
Mark Lee
Martin T. H. Sandsmark
Rune Botten
Søren Bøg
Toralf Niebuhr
Tristan Matthews
Angelo Haller
Aurélien Nephtali
Austin Burrow
Bill C. Riemers
Colin Delacroix
Cristian Maglie
Elminster2031
Jakub Wieczorek
John Freed
Mark Hassman
Martin Briza
Mike Houben
Romain Goyet
Adrian Yanes
Alexander Lakhin
Anatoliy Anischovich
Barry Wardell
Ben Hutchings
Besnard Jean-Baptiste
Brian Weaver
Clement Chesnin
David Geldreich
Diego Elio Pettenò
Diego Fernando Nieto
Georgi Chorbadzhiyski
Jon Stacey
Jonathan Rosser
Joris van Rooij
Kaloyan Kovachev
Katsushi Kobayashi
Kelly Anderson
Loren Merritt
Maciej Blizinski
Mark Bidewell
Miguel Angel Cabrera Moya
Niles Bindel
Samuel Pitoiset
Scott Caudle
Sean Robinson
Sergey Radionov
Simon Hailes
Stephen Parry
Sukrit Sangwan
Thierry Reding
Xavier Martin
Alex Converse
Alexander Bethke
Alexandre Ratchov
Andres Krapf
Andrey Utkin
Andri Pálsson
Andy Chenee
Anuradha Suraparaju
Benjamin Poulain
Brieuc Jeunhomme
Chris Clayton
Clément Lecigne
Cédric Cocquebert
Daniel Peng
Danny Wood
David K
Edouard Gomez
Emmanuel de Roux
Frode Tennebø
GBX
Gaurav Narula
Geraud CONTINSOUZAS
Hugues Fruchet
Jan Winter
Jean-François Massol
Jean-Philippe Grimaldi
Josh Watzman
Kai Lauterbach
Konstantin Bogdanov
Kuan-Chung Chiu
Kuang Rufan
Matthias Dahl
Michael McEll
Michael Ploujnikov
Mike Schrag
Nickolai Zeldovich
Nicolas Bertrand
Niklas Hayer
Olafs Vandāns
Olivier Gambier
Paul Corke
Ron Frederick
Rov Juvano
Sabourin Gilles
Sam Lade
Sandeep Kumar
Sasha Koruga
Sreng Jean
Sven Petai
Tomas Krotil
Tomer Barletz
Tristan Leteurtre
Vittorio Giovara
Wang Bo
maxime Ripard
xxcv
Adam Hoka
Adrian Knoth
Adrien Cunin
Alan Fischer
Alan McCosh
Alex Helfet
Alexander Terentyev
Alexandre Ferreira
Alina Friedrichsen
An L. Ber
Andreas Schlick
Andrew Schubert
Andrey Makhnutin
Arnaud Vallat
Asad Mehmood
Ashok Bhat
Austin English
Baptiste Coudurier
Benoit Calvez
Björn Stenberg
Blake Livingston
Brandon Brooks
Brian Johnson
Brian Kurle
Cezar Elnazli
Chris White
Christian Masus
Christoph Pfister
Christoph Seibert
Christopher Key
Christopher Rath
Claudio Ortelli
Cody Russell
Cristian Morales Vega
Dan Rosenberg
Daniel Marth
Daniel Tisza
Detlef Schroeder
Diego Biurrun
Dominik 'Rathann' Mierzejewski
Duncan Salerno
Edward Sheldrake
Elliot Murphy
Eren Inan Canpolat
Ernest E. Teem III
Etienne Membrives
Fargier Sylvain
Fathi Boudra
Felix Geyer
Filipe Azevedo
Finn Hughes
Florian Hubold
Florian Roeske
Frank Enderle
Frédéric Crozat
Georg Seifert
Gertjan Van Droogenbroeck
Gilles Chanteperdrix
Greg Farrell
Gregory Maxwell
Gwenole Beauchesne
Götz Waschk
Hans-Kristian Arntzen
Harry Sintonen
Iain Wade
Ibraheem Paredath
Isamu Arimoto
Ismael Luceno
James Bates
James Bond
James Turner
Janne Grunau
Janne Kujanpää
Jarmo Torvinen
Jason Scheunemann
Jeff Lu
Jeroen Ost
Joe Taber
Johann Ransay
Johannes Weißl
John Hendrikx
John Stebbins
Jonas Gehring
Joseph S. Atkinson
Juergen Lock
Julien 'Lta' BALLET
Julien / Gellule
Julien Humbert
Kamil Baldyga
Kamil Klimek
Karlheinz Wohlmuth
Kevin Anthony
Kevin DuBois
Lari Natri
Lorenzo Pistone
Lucas C. Villa Real
Lukáš Lalinský
Mal Graty
Malte Tancred
Martin Pöhlmann
Martin Zeman
Marton Balint
Mathew King
Mathieu Sonet
Matthew A. Townsend
Matthias Bauer
Mika Tiainen
Mike Cardillo
Mounir Lamouri (volkmar)
Natanael Copa
Nathan Phillip Brink
Nick Briggs
Nick Pope
Nil Geiswiller
Pascal Thomet
Pere Orga
Peter Bak Nielsen
Phil Roffe and David Grellscheid
Philip Sequeira
Pierre Souchay
Piotr Fusik
Pádraig Brady
R.M
Ralph Giles
Ramon Gabarró
Robert Forsman
Robert Jedrzejczyk
Robert Paciorek
Rolf Ahrenberg
Roman Pen
Ruud Althuizen
Samuli Suominen
Scott Lyons
Sebastian Birk
Sergey Puzanov
Sergio Ammirata
Sharad Dixit
Song Ye Wen
Stephan Krempel
Steven Kramer
Steven Sheehy
Sveinung Kvilhaugsvik
Sylvain Cadhillac
Sylver Bruneau
Takahito HIRANO
Theron Lewis
Thijs Alkemade
Tillmann Karras
Timo Paulssen
Timo Rothenpieler
Tobias Rapp
Tomasen
Tony Vankrunkelsven
Tristan Heaven
Varphone Wong
Vasily Fomin
Vikram Narayanan
Yannick Bréhon
Yavor Doganov
Yohann Martineau
dharani.prabhu.s
suheaven
wucan
김정은
Adam Sampson
Alexander Gall
Alex Antropoff
Alexis Guillard
Alex Izvorski
Amir Gouini
Andrea Guzzo
Andrew Flintham
Andrew Zaikin
Andy Lindsay
Arai/Fujisawa Tooru
Arkadiusz Miskiewicz
Arnaud Gomes-do-Vale
Arwed v. Merkatz
Barak Ori
Basil Achermann
Benjamin Mironer
Bill
Bob Maguire
Brian C. Wiles
Brian Raymond
Brian Robb
Carsten Gottbehüt
Carsten Haitzler
Charles Hordis
Chris Clepper
Christian Henz
Christof Baumgaertner
Christophe Burgalat
Christopher Johnson
Cian Duffy
Colin Simmonds
Damian Ivereigh
Daniel Fischer
Daniel Stränger
Danko Dolch
Dennis Lou
Dermot McGahon
Diego Petteno
Douglas West
Dugal Harris
Emmanuel Blindauer
Enrico Gueli
Enrique Osuna
Eren Türkay
Eric Dudiak
Espen Skoglund
Ethan C. Baldridge
François Seingier
Frans van Veen
Frédéric Ruget
Gerald Hansink
Gisle Vanem
Glen Gray
Goetz Waschk
Gregory Hazel
Gustaf Neumann
Hang Su
Hans Lambermont
Hans-Peter Jansen
Harris Dugal
Heiko Panther
Igor Helman
Isaac Osunkunle
Jan David Mol
Jan Gerber
Jan Van Boghout
Jasper Alias
Jean-Alexis Montignies
Jean-Baptiste Le Stang
Jeffrey Baker
Jeroen Massar
Jérôme Guilbaud
Johannes Buchner
Johen Michael Zorko
Johnathan Rosser
John Dalgliesh
John Paul Lorenti
Jörg
Joseph Tulou
Julien Blache
Julien Plissonneau Duquène
Julien Robert
Kenneth Ostby
Kenneth Self
Kevin H. Patterson
Koehler, Vitally
K. Staring
Lahiru Lakmal Priyadarshana
Laurent Mutricy
Leo Spalteholz
Loox Thefuture
Marc Nolette
Marco Munderloh
Mark Gritter
Markus Kern
Markus Kuespert
Martin Hamrle
Martin Kahr
Mateus Krepsky Ludwich
Mathias Kretschmer
Mats Rojestal
Matthias P. Nowak
Matthieu Lochegnies
Michael Mondragon
Michael S. Feurstein
Michel Lanners
Mickael Hoerdt
Miguel Angel Cabrera
Mikko Hirvonen
Moritz Bunkus
Nilmoni Deb
Olivier Houchard
Olivier Pomel
Ondrej Kuda aka Albert
Øyvind Kolbu
Pascal Levesque
Patrick Horn
Patrick McLean
Pauline Castets
Paul Mackerras
Peter Surda
Petr Vacek
Philippe Van Hecke
Pierre-Luc Beaudoin
Pierre Marc Dumuid
Régis Duchesne
Remco Poortinga
Rene Gollent
Rob Casey
Robson Braga Araujo
Roine Gustafsson
Roman Bednarek
Rudolf Cornelissen
Sašo Kiselkov
Sebastian Jenny
Shane Harper
Stefán Freyr Stefánsson
Steve Brown
Steven M. Schultz
Tapio Hiltunen
Thomas L. Wood
Thomas Mühlgrabner
Thomas Parmelan
Tim 'O Callagha
Tim Schuerewegen
Tong Ka Man
Torsten Spindler
Udo Richter
Vincent Dimar
Vincent Penne
Vitalijus Slavinskas
Vitaly V. Bursov
Vladimir Chernyshov
Wade Majors
Wallace Wadge
Watanabe Go
William Hawkins
Xavier Maillard
Ye zhang
Yuehua Zhao
  Licensed under the GNU Lesser General Public License, version 2.1 or later.

mozilla/support/npunix.c:
mozilla/support/npwin.cpp:
  Copyright (c) 1998 Netscape Communications Corporation
                     dp Suresh <dp@netscape.com>
                     Stephen Mak <smak@sun.com>
  Advertised as being under the Mozilla Public License, but effectively
  under the MPL/GPL/LGPL triple license since the Mozilla relicensing,
  hence used under the GNU General Public License, version 2 or later.

Files in src/:
  Copyright (c) 1996-2016 the VideoLAN Team
  Licensed under the GNU Lesser General Public License, version 2.1 or later.

The following files and folders:
modules/gui/eject.c
modules/gui/ncurses.c
modules/gui/qt4
modules/gui/macosx_dialog_provider
modules/gui/skins2
modules/gui/macosx
modules/access/dtv
modules/access/dvdnav.c
modules/access/dvdread.c
modules/access/dshow
modules/access/vnc.c
modules/access/v4l2/linux
modules/access/rtsp
modules/video_output/ios.m
modules/control/hotkeys.c
modules/control/lirc.c
modules/control/gestures.c
modules/control/rc.c
modules/control/motionlib.h
modules/control/dbus
modules/control/globalhotkeys
modules/control/dummy.c
modules/control/netsync.c
modules/control/motion.c
modules/control/motionlib.c
modules/control/ntservice.c
modules/mmx/i420_rgb_mmx.h
modules/audio_filter/channel_mixer
modules/audio_filter/resampler/src.c
modules/audio_filter/converter
modules/visualization/visual
modules/visualization/vsxu.cpp
modules/visualization/goom.c
modules/visualization/projectm.cpp
modules/mux
modules/mux/mpeg
modules/codec/faad.c
modules/codec/t140.c
modules/codec/libmpeg2.c
modules/codec/wmafixed
modules/codec/x264.c
modules/codec/shine
modules/codec/dts.c
modules/demux/real.c
modules/demux/playlist
modules/demux/sid.cpp
modules/demux/mpc.c
modules/lua
modules/services_discovery
modules/stream_out
modules/access_output
modules/video_filter
modules/misc/audioscrobbler.c
modules/misc/stats.c
modules/misc/rtsp.c
modules/misc/playlist
modules/misc/logger.c
modules/notify
  Copyright (c) 1996-2013 the VideoLAN Team
  Licensed under the GNU General Public License, version 2 or later.

The following files and folders:
modules/audio_output
modules/gui/qt4/dialogs/fingerprintdialog.hpp
modules/gui/qt4/dialogs/fingerprintdialog.cpp
modules/gui/qt4/adapters/chromaprint.hpp
modules/gui/qt4/adapters/chromaprint.cpp
modules/gui/minimal_macosx
modules/access/gnomevfs.c
modules/access/smb.c
modules/access/fs.c
modules/access/eyetv.m
modules/access/rar
modules/access/attachment.c
modules/access/rtp
modules/access/dvb
modules/access/bluray.c
modules/access/live555.cpp
modules/access/udp.c
modules/access/file.c
modules/access/fs.h
modules/access/decklink.cpp
modules/access/dtv
modules/access/directory.c
modules/access/screen
modules/access/dvdnav.c
modules/access/alsa.c
modules/access/zip
modules/access/linsys
modules/access/qtsound.m
modules/access/cdda.c
modules/access/mtp.c
modules/access/dvdread.c
modules/access/timecode.c
modules/access/oss.c
modules/access/pulse.c
modules/access/dc1394.c
modules/access/tcp.c
modules/access/qtcapture.m
modules/access/idummy.c
modules/access/sdp.c
modules/access/dshow
modules/access/vcdx
modules/access/vnc.c
modules/access/sftp.c
modules/access/jack.c
modules/access/imem.c
modules/access/v4l2
modules/access/avio.c
modules/access/mms/mms.h
modules/access/mms/mms.c
modules/access/mms/mmsh.c
modules/access/mms/asf.c
modules/access/mms/buffer.c
modules/access/mms/mmstu.h
modules/access/mms/mmsh.h
modules/access/mms/mmstu.c
modules/access/mms/buffer.h
modules/access/mms/asf.h
modules/access/shm.c
modules/access/avcapture.m
modules/access/rdp.c
modules/access/vdr.c
modules/access/ftp.c
modules/access/dv.c
modules/access/avio.h
modules/access/vcd
modules/access/bd
modules/access/http.c
modules/video_output
modules/arm_neon
modules/text_renderer
modules/audio_mixer
modules/meta_engine
modules/packetizer
modules/audio_filter/spatializer/spatializer.cpp
modules/audio_filter/normvol.c
modules/audio_filter/chorus_flanger.c
modules/audio_filter/compressor.c
modules/audio_filter/channel_mixer/remap.c
modules/audio_filter/channel_mixer/trivial.c
modules/audio_filter/channel_mixer/simple.c
modules/audio_filter/stereo_widen.c
modules/audio_filter/resampler/bandlimited.c
modules/audio_filter/resampler/bandlimited.h
modules/audio_filter/resampler/src.c
modules/audio_filter/resampler/speex.c
modules/audio_filter/resampler/ugly.c
modules/audio_filter/gain.c
modules/audio_filter/scaletempo.c
modules/audio_filter/equalizer_presets.h
modules/audio_filter/equalizer.c
modules/audio_filter/audiobargraph_a.c
modules/audio_filter/converter/a52tofloat32.c
modules/audio_filter/converter/a52tospdif.c
modules/audio_filter/converter/mpgatofixed32.c
modules/audio_filter/converter/dtstofloat32.c
modules/audio_filter/converter/format.c
modules/audio_filter/param_eq.c
modules/audio_filter/karaoke.c
modules/visualization/cyclic_buffer.h
modules/mux/mpeg/dvbpsi_compat.h
modules/codec/opus.c
modules/codec/g711.c
modules/codec/crystalhd.c
modules/codec/sdl_image.c
modules/codec/dts_header.c
modules/codec/faad.c
modules/codec/libass.c
modules/codec/uleaddvaudio.c
modules/codec/theora.c
modules/codec/cc.h
modules/codec/mash.cpp
modules/codec/qsv.c
modules/codec/a52.c
modules/codec/schroedinger.c
modules/codec/twolame.c
modules/codec/a52.h
modules/codec/stl.c
modules/codec/adpcm.c
modules/codec/fluidsynth.c
modules/codec/libmpeg2.c
modules/codec/flac.c
modules/codec/speex.c
modules/codec/dts_header.h
modules/codec/zvbi.c
modules/codec/spudec/spudec.c
modules/codec/spudec/spudec.h
modules/codec/spudec/parse.c
modules/codec/scte27.c
modules/codec/wmafixed/asf.h
modules/codec/wmafixed/wma.c
modules/codec/mpeg_audio.c
modules/codec/xwd.c
modules/codec/cc.c
modules/codec/quicktime.c
modules/codec/dirac.c
modules/codec/telx.c
modules/codec/aes3.c
modules/codec/lpcm.c
modules/codec/png.c
modules/codec/svcdsub.c
modules/codec/subsdec.c
modules/codec/shine/shine_mod.c
modules/codec/dvbsub.c
modules/codec/subsusf.c
modules/codec/ddummy.c
modules/codec/omxil
modules/codec/dmo
modules/codec/araw.c
modules/codec/edummy.c
modules/codec/cvdsub.c
modules/codec/avcodec
modules/codec/rawvideo.c
modules/codec/kate.c
modules/codec/h264_nal.h
modules/codec/vorbis.c
modules/codec/cdg.c
modules/sse2/i420_rgb_sse2.h
modules/demux/rawdv.c
modules/demux/avformat
modules/demux/nuv.c
modules/demux/tta.c
modules/demux/voc.c
modules/demux/nsc.c
modules/demux/ps.h
modules/demux/ogg.h
modules/demux/ps.c
modules/demux/dvb-text.h
modules/demux/rawdv.h
modules/demux/avi/avi.c
modules/demux/avi/libavi.h
modules/demux/avi/libavi.c
modules/demux/xa.c
modules/demux/smf.c
modules/demux/stl.c
modules/demux/asf/asf.c
modules/demux/asf/libasf_guid.h
modules/demux/asf/libasf.c
modules/demux/asf/libasf.h
modules/demux/xiph.h
modules/demux/mjpeg.c
modules/demux/flac.c
modules/demux/mod.c
modules/demux/xiph_metadata.c
modules/demux/vobsub.h
modules/demux/rawaud.c
modules/demux/mkv
modules/demux/playlist
modules/demux/vc1.c
modules/demux/sid.cpp
modules/demux/ts.c
modules/demux/wav.c
modules/demux/gme.c
modules/demux/ogg.c
modules/demux/dirac.c
modules/demux/oggseek.h
modules/demux/demuxdump.c
modules/demux/mp4
modules/demux/pva.c
modules/demux/aiff.c
modules/demux/mpeg/mpgv.c
modules/demux/mpeg/es.c
modules/demux/mpeg/h264.c
modules/demux/xiph_metadata.h
modules/demux/nsv.c
modules/demux/mxpeg_helper.h
modules/demux/rawvid.c
modules/demux/oggseek.c
modules/demux/vobsub.c
modules/demux/ty.c
modules/demux/image.c
modules/demux/au.c
modules/demux/subtitle.c
modules/demux/cdg.c
modules/services_discovery
modules/stream_out
modules/video_chroma
modules/access_output/livehttp.c
modules/video_filter/alphamask.c
modules/video_filter/puzzle.c
modules/video_filter/puzzle_pce.h
modules/video_filter/puzzle_pce.c
modules/video_filter/puzzle.h
modules/video_filter/panoramix.c
modules/video_filter/anaglyph.c
modules/video_filter/colorthres.c
modules/video_filter/gradfun.c
modules/video_filter/croppadd.c
modules/video_filter/puzzle_lib.c
modules/video_filter/gradient.c
modules/video_filter/extract.c
modules/video_filter/canvas.c
modules/video_filter/opencv_wrapper.c
modules/video_filter/gaussianblur.c
modules/video_filter/swscale.c
modules/video_filter/postproc.c
modules/video_filter/audiobargraph_v.c
modules/video_filter/grain.c
modules/video_filter/sepia.c
modules/video_filter/filter_picture.h
modules/video_filter/puzzle_bezier.c
modules/video_filter/subsdelay.c
modules/video_filter/mosaic.c
modules/video_filter/marq.c
modules/video_filter/hqdn3d.c
modules/video_filter/blendbench.c
modules/video_filter/posterize.c
modules/video_filter/yuvp.c
modules/video_filter/antiflicker.c
modules/video_filter/adjust_sat_hue.c
modules/video_filter/magnify.c
modules/video_filter/opencv_example.cpp
modules/video_filter/puzzle_lib.h
modules/video_filter/puzzle_bezier.h
modules/video_filter/logo.c
modules/video_filter/adjust_sat_hue.h
modules/video_filter/blend.cpp
modules/video_filter/mosaic.h
modules/video_filter/wave.c
modules/video_filter/clone.c
modules/video_filter/atmo/FnordlichtConnection.h
modules/video_filter/atmo/atmo.cpp
modules/video_filter/atmo/FnordlichtConnection.cpp
modules/video_filter/scene.c
modules/video_filter/wall.c
modules/video_filter/adjust.c
modules/video_filter/motiondetect.c
modules/video_filter/motionblur.c
modules/video_filter/erase.c
modules/video_filter/scale.c
modules/video_filter/puzzle_mgt.c
modules/video_filter/mirror.c
modules/video_filter/deinterlace/mmx.h
modules/video_filter/deinterlace/algo_phosphor.c
modules/video_filter/deinterlace/algo_yadif.h
modules/video_filter/deinterlace/merge_arm.S
modules/video_filter/deinterlace/algo_ivtc.h
modules/video_filter/deinterlace/algo_x.c
modules/video_filter/deinterlace/merge.c
modules/video_filter/deinterlace/deinterlace.c
modules/video_filter/deinterlace/merge.h
modules/video_filter/deinterlace/helpers.h
modules/video_filter/deinterlace/deinterlace.h
modules/video_filter/deinterlace/algo_basic.h
modules/video_filter/deinterlace/algo_phosphor.h
modules/video_filter/deinterlace/algo_x.h
modules/video_filter/deinterlace/algo_ivtc.c
modules/video_filter/deinterlace/algo_basic.c
modules/video_filter/deinterlace/helpers.c
modules/video_filter/deinterlace/common.h
modules/video_filter/deinterlace/algo_yadif.c
modules/video_filter/bluescreen.c
modules/video_filter/remoteosd.c
modules/video_filter/invert.c
modules/video_filter/filter_event_info.h
modules/video_filter/transform.c
modules/video_filter/puzzle_mgt.h
modules/video_filter/chain.c
modules/video_filter/rss.c
modules/video_filter/ball.c
modules/video_filter/psychedelic.c
modules/video_filter/dynamicoverlay
modules/video_filter/ripple.c
modules/video_filter/sharpen.c
modules/misc/inhibit/dbus.c
modules/misc/inhibit/xdg.c
modules/misc/webservices/acoustid.c
modules/misc/webservices/acoustid.h
modules/misc/gnutls.c
modules/misc/fingerprinter.c
modules/misc/xml
modules/stream_filter
  Copyright (c) 1996-2016 the VideoLAN Team
  Licensed under the GNU Lesser General Public License, version 2.1 or later.

share/skins2/fonts/FreeSans.ttf:
share/skins2/fonts/FreeSansBold.ttf:
  Copyright (C) 2002 Free Software Foundation.
                Primoz Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>
  Licensed under the GNU General Public License, version 2 or later.

Other files in share/skins2/:
  Copyright (c) 2006 aLtgLasS <http://www.d-gfx.net.tc/>
                1994-1996 Jos Buivenga <http://www.josbuivenga.demon.nl/>
  Licensed under the Creative Commons Attribution 2.5 Scotland license

2. License list
===============

The blurb for the GNU General Public License, version 2 or later:

 | 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, 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, write to the Free Software
 | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

The blurb for the GNU Lesser General Public Licence, version 2.1 or later:

 | This program 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 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

However, this package is linked to LGPL v3 libraries. So while the source is
GPL v2 or later, this package is GPL v3

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-3'.

The NetBSD license:

 | 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 acknowledgement:
 |        This product includes software developed by the NetBSD
 |        Foundation, Inc. and its contributors.
 | 4. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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.

The Info-ZIP license:

 | For the purposes of this copyright and license, "Info-ZIP" is defined as
 | the following set of individuals:
 |
 |    Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois,
 |    Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth,
 |    Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz,
 |    David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko,
 |    Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs,
 |    Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda,
 |    Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren,
 |    Rich Wales, Mike White
 |
 | This software is provided "as is," without warranty of any kind, express
 | or implied.  In no event shall Info-ZIP or its contributors be held liable
 | for any direct, indirect, incidental, special or consequential damages
 | arising out of the use of or inability to use 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. Redistributions of source code must retain the above copyright notice,
 |     definition, disclaimer, and this list of conditions.
 |
 |  2. Redistributions in binary form (compiled executables) must reproduce
 |     the above copyright notice, definition, disclaimer, and this list of
 |     conditions in documentation and/or other materials provided with the
 |     distribution.  The sole exception to this condition is redistribution
 |     of a standard UnZipSFX binary (including SFXWiz) as part of a
 |     self-extracting archive; that is permitted without inclusion of this
 |     license, as long as the normal SFX banner has not been removed from
 |     the binary or disabled.
 |
 |  3. Altered versions--including, but not limited to, ports to new operating
 |     systems, existing ports with new graphical interfaces, and dynamic,
 |     shared, or static library versions--must be plainly marked as such
 |     and must not be misrepresented as being the original source.  Such
 |     altered versions also must not be misrepresented as being Info-ZIP
 |     releases--including, but not limited to, labeling of the altered
 |     versions with the names "Info-ZIP" (or any variation thereof, including,
 |     but not limited to, different capitalizations), "Pocket UnZip," "WiZ"
 |     or "MacZip" without the explicit permission of Info-ZIP.  Such altered
 |     versions are further prohibited from misrepresentative use of the
 |     Zip-Bugs or Info-ZIP e-mail addresses or of the Info-ZIP URL(s).
 |
 |  4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
 |     "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
 |     own source and binary releases.

The Creative Commons Attribution 2.5 Scotland license:

 |  This Creative Commons Scotland public licence enables You to Use the
 |  Work worldwide provided that You keep to the terms of this Licence.
 |
 |  'The Licensor' (the Person offering the Work under the terms and
 |  conditions of this Licence)
 |
 |  and
 |
 |  'You' (the Person acquiring rights under this Licence)
 |
 |  agree as follows:
 |
 |  1. Definitions of Capitalised Words
 |    1. "Collective Work" means a work made up of the Work in its entirety
 |       in unmodified form, along with other work, assembled into a
 |       collective whole.
 |    2. "Derivative Work" means a work that Uses the Work (or any
 |       substantial part of the Work) in any material form whatsoever
 |       (such as a translation, dramatisation, or abridgment), other than
 |       (i) as a whole and in unmodified form or (ii) by modifying it as
 |       may be technically necessary to Use it in a different mode or
 |       format; but a Collective Work is not a Derivative Work for the
 |       purpose of this Licence.
 |    3. "Derogatory Treatment" means derogatory treatment as defined by
 |       section 80 of the Copyright Design and Patents Act 1988, except as
 |       allowed by that Act: and it has that meaning wherever that
 |       treatment may take place and whoever may carry it out.
 |    4. "Licence Elements" means the following licence attributes
 |       indicated in the title of this Licence: Attribution.
 |    5. "Original Author" means the Person who created the Work.
 |    6. "Person" means a natural person or a body of persons corporate or
 |       incorporate.
 |    7. "Use", as a verb, means doing any act which is restricted by
 |       copyright, whether in the original medium or any other; and
 |       includes modifying the Work as may be technically necessary to Use
 |       it in a different mode or format.
 |    8. "Work" means the work protected by copyright which is offered
 |       under the terms of this Licence, and includes the Work as
 |       incorporated in any Collective Work.
 |    9. Words in the singular include the plural and vice versa.
 |
 |  2. The Rights Granted
 |
 |  2.1 The Licensor grants to You a worldwide, royalty-free,
 |  non-exclusive, licence to Use the Work for the duration of its
 |  copyright.
 |
 |  So you may, for example:
 |    1. copy the Work, or create Derivative Works or incorporate it into a
 |       Collective Work;
 |    2. copy Derivative Works, or the Work as incorporated in any
 |       Collective Work; and
 |    3. publish, perform or communicate the Work and/or Derivative Works
 |       and/or the Work as incorporated in any Collective Work to anyone;
 |
 |  in any medium whether now known or created in the future.
 |
 |  2.2 However, this Licence does not allow you to:
 |    1. impose any terms or any technological measures on the Work, or a
 |       Derivative Work, that alter or restrict the terms of this Licence
 |       or any rights granted under it or have the effect or intent of
 |       restricting the ability of any person to exercise those rights;
 |    2. sublicense the Work; or
 |    3. subject the Work to Derogatory Treatment.
 |
 |  2.3 You must, if you publish or distribute the Work or any Derivative
 |  Work to anyone else in any way, give reasonable credit to the Original
 |  Author as follows:
 |    1. by giving the name of the Original Author if that has been
 |       supplied; or a pseudonym if that has been supplied instead; and/or
 |       the name of any other person if that has been supplied for
 |       attribution in place of the Original Author;
 |    2. by giving the title of the Work if that has been supplied;
 |    3. by giving the Uniform Resource Identifier of the Work if that has
 |       been supplied, but you need not do so if this does not refer to
 |       its copyright terms or to its licensing information;
 |    4. in the case of a Derivative Work, by identifying how the Work has
 |       been used (for example, "French translation of the Work by X", or
 |       "Screenplay based on original work by X"); and
 |    5. in the case of a Derivative Work or a Collective Work, placing
 |       that credit in the same place, and at least as prominently, as any
 |       comparable authorship credit.
 |
 |          But, if what you are publishing or distributing is a Derivative
 |          Work or a Collective Work, you must remove any of these credits
 |          if you are asked to do so by the Licensor and if it is
 |          practicable to do so.
 |
 |  These are important conditions of this licence and if you fail to do
 |  so you will be in material breach of its terms.
 |
 |  2.4 The Original Author asserts the right to be identified as the
 |  original author of the Work; but only as and when required by clause
 |  2.3 above.
 |
 |  2.5 You must also, if you publish or distribute the Work or any
 |  Derivative Work to anyone else in any way:
 |    1. include a copy of this Licence (or its Uniform Resource
 |       Identifier) with it; and
 |    2. keep intact any copyright notices for the Work and notices that
 |       refer to this Licence.
 |
 |  These are important conditions of this licence and if you fail to do
 |  so you will be in material breach of its terms.
 |
 |  2.6 Each time You publish the Work or any Derivative Work to anyone
 |  else in any way, the Licensor offers to the recipient a licence to the
 |  Work on the same terms and conditions as this Licence.
 |
 |  2.7 And:
 |    1. the right to release the Work under different terms, or to stop
 |       distributing the Work, is reserved; and
 |    2. all other rights not expressly granted by the Licensor are
 |       reserved.
 |
 |  2.8 This Licence does not affect any rights that You or anyone else
 |  may independently have under any applicable law (including fair
 |  dealing, fair use, or any other legally recognised limitation or
 |  exception to copyright infringement) to make any Use of this Work.
 |
 |  3. Warranties and Disclaimer
 |
 |  3.1 The Work is licensed by the Licensor "as is" and without any
 |  warranty of any kind, either express or implied, whether of title, of
 |  accuracy, of fitness for purpose, or otherwise.
 |
 |  4. Limit of Liability
 |
 |  4.1 Subject to any liability which may not be excluded or limited by
 |  law, the Licensor shall not be liable for, and expressly excludes, all
 |  liability for loss or damage however and whenever caused to anyone by
 |  any Use under this Licence, whether by You or by anyone else, and
 |  whether caused by any fault on the part of the Licensor or not. If
 |  liability may not be excluded by law, it is limited to actual and
 |  direct financial loss to the extent it is caused by proved negligence
 |  on the part of the Licensor.
 |
 |  5. Termination
 |
 |  5.1 Any breach by You of the terms of this licence (for example, by
 |  distributing the work licensed without attributing authorship as
 |  appropriate) entitles the Licensor to terminate this Licence with
 |  immediate effect and without notice to you. Persons who have received
 |  the Work, Derivative Works, or Collective Works from You under this
 |  Licence, however, will not have their licences terminated provided
 |  their use is in full compliance with this Licence or a licence granted
 |  under clause 2.6 of this Licence.
 |
 |  5.2 If You are not in breach of the terms of this licence, the
 |  Licensor may not terminate your rights under it.
 |
 |  5.3 Unless terminated under clause 5.1, this Licence is granted to you
 |  for the duration of copyright in the Work.
 |
 |  6. General
 |
 |  6.1 If any provision of this Licence is held to be invalid or
 |  unenforceable, that shall not affect the validity or enforceability of
 |  the remainder of the terms of this Licence.
 |
 |  6.2 This Licence is the entire agreement between the parties with
 |  respect to the Work licensed here. It replaces any earlier
 |  understandings, agreements or representations with respect to the Work
 |  not specified here.
 |
 |  6.3 If You are in breach of the terms of this Licence (for example, by
 |  distributing the work licensed without attributing authorship as
 |  appropriate) you will not be entitled to rely on the terms of this
 |  Licence or to complain of any breach by the Licensor.
 |
 |  6.4 Neither You, nor anyone else, may enforce any provision of this
 |  Licence by specific implement or interdict.
 |
 |  6.5 This Licence is governed by the law of Scotland and the parties
 |  accept the exclusive jurisdiction of the Courts of Scotland to decide
 |  any action or claim directed against the Licensor.
 |
 |  6.6 If there is any dispute as to the meaning or effect of any
 |  provision of this Licence, it must so far as possible be read and
 |  given effect in a way that is compatible with the provisions of the
 |  Creative Commons generic licence, version 2.5, which has the same
 |  Licence Elements.