File: copyright

package info (click to toggle)
magpie 0.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 28,684 kB
  • sloc: ansic: 333,939; xml: 2,084; python: 1,403; sh: 181; ruby: 167; perl: 120; makefile: 40; javascript: 11
file content (867 lines) | stat: -rw-r--r-- 31,751 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
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
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/buddiesofbudgie/magpie/
Upstream-Name: magpie
Comment: Magpie is a soft fork of Debian Bookworm v43 mutter package.
  Copyright was originally based on this package.
Upstream-Contact: Budgie Developers <admin@buddiesofbudgie.org>

Files: *
Copyright:
  2001-2005, Christian Rose <menthos@menthos.com>
  1995-2000, GTK+ Team
  200, Andraž Tori
  2001-2003, Stanislav Višňovský <visnovsky@nenya.ms.mff.cuni.cz>
  2001-2005, Manuel A. Fernández Montecelo
  2001-2014, Duarte Loreto
  2001-2022, Free Software Foundation, Inc.
  2001-2022, Red Hat, Inc.
  2001, 2002, Havoc Pennington
  2001, Dominik Vogt, Matthias Clasen, and fvwm2 team
  2001, Havoc Pennington (some code in here from libgnomeui, (C) Tom Tromey, Carsten Schaar)
  2001, Havoc Pennington, Anders Carlsson
  2001, Héctor García Álvarez
  2001, Valek Filippov
  2001, Ximian, Inc.
  2002-2003, Abel Cheung
  2002-2003, Andras Timar
  2002-2003, Dmitry G. Mastrukov
  2002-2003, Gil 'Dolfin' Osher
  2002-2003, Hasbullah Bin Pit
  2002-2003, Pablo Gonzalo del Campo
  2002-2003, Zbigniew Chyla
  2002-2004, Christian Neumair
  2002-2004, Mətin Əmirov
  2002-2006, Christophe Merlet (RedFox)
  2002-2006, Kostas Papadimas
  2002-2006, Young-Ho, Cha
  2002-2007, Mugurel Tudor
  2002-2013, Nguyễn Thái Ngọc Duy
  2002-2020, Kjartan Maraas
  2002-2022, Alexander Shopov
  2002-2023, Red Hat Inc.
  2002, Akira TAGOH
  2002, Christophe Fergeau
  2002, Ge'ez Frontier Foundation
  2002, Guy Clotilde
  2002, He Qiangqiang
  2002, Jesús Moreno
  2002, Keld simonsen
  2002, Kjartan Maraas
  2002, Matthias Warkus
  2002, Ole Laursen
  2002, Pier Luigi Fiorini
  2002, Robert Brady, Bastien Nocera
  2002, Simos Xenitellis
  2002, Softcatala
  2002, Sun G11n
  2002, Sun Microsystems Inc.
  2003-2004, Dafydd Harries
  2003-2004, Funda Wang
  2003-2004, kostas
  2003-2005, Artur Flinta
  2003-2005, Mohammad DAMT
  2003-2005, Pauli Virtanen
  2003-2006 Miloslav Trmac
  2003-2006, Åsmund Skjæveland
  2003-2006, Evandro Fernandes Giovanini
  2003-2006, Sharif FarsiWeb, Inc.
  2003-2007, Žygimantas Beručka
  2003-2008, aurent Dhima
  2003-2008, Jordi Mallach
  2003-2008, Tino Meinen
  2003-2011, Takeshi AIHANA
  2003-2016, Reinout van Schouwen
  2003-2017, Changwoo Ryu
  2003-2022, Prevod.org team
  2003, 2004, Rob Adams
  2003, Andrew w. Nosenko
  2003, Arafat Medini
  2003, Chanchai Junlouchai
  2003, Dr Anirban Mitra
  2003, FSF-India
  2003, G Karunakar
  2003, Gabor Sari
  2003, Goran Rakić
  2003, KAMAGASAKO Masatoshi
  2003, Keith Packard
  2003, Keith Willoughby
  2003, Lapo Calamandrei
  2003, Nikos Charonitakis
  2003, Ochirbat Batzaya
  2003, Pablo Saratxaga
  2003, Paul Duffy
  2003, Phakhinee Thangnithirat
  2003, Roozbeh Pournader
  2003, Sanlig Badral <badral@chinggis.com>
  2003, Sanlig Badral <badral@users.sf.net>
  2003, Sinan İmamoğlu
  2003, Stanislav Visnovsky <visnovsky@kde.org>
  2003, Tomas Kuliavas
  2003, Xiong Jiang
  2003, Yukihiro Nakai
  2003, Горан Ракић
  2004-2005, Martin Willemoes Hansen
  2004-2006, Adam Weinberger
  2004-2006, Elijah Newren
  2004-2006, Francisco Javier F. Serrador
  2004-2006, Gora Mohanty
  2004-2006, Leonid Kanter
  2004-2007, Woodman Tuen
  2004-2008, Maxim Dziumanenko
  2004-2009, Baris Cicek
  2004-2012, Luca Ferretti
  2004-2013, Gabor Kelemen
  2004-2016, Theppitak Karoonboonyanan
  2004-2017, Iñaki Larrañaga Murgoitio
  2004-2020, Amanpreet Singh Alam
  2004, Abdulaziz Al-Arfaj
  2004, Alastair McKinstry
  2004, Amanpreet_Singh
  2004, Baptiste Mille-Mathias
  2004, Gareth Owen
  2004, Gurban Mühemmet Tewekgeli
  2004, Gustavo Noronha Silva
  2004, Hizkuntza Politikarako Sailburuordetza
  2004, Kakilik Project
  2004, Laszlo Dvornik
  2004, Metin Amiroff
  2004, Paisa Seeluangsawat
  2004, Ravishankar Shrivastava
  2004, Rostislav Raykov
  2004, Sanlig Badral <Badral@openmn.org>
  2004, Tõivo Leedjärv
  2004, Vladimir Petkov
  2005-2006, Ankit Patel <ankit644@yahoo.com>
  2005-2006, Elnaz Sarbar
  2005-2006, Ignacio Casal Quinteiro
  2005-2007, Olivier Fourdan
  2005-2008, Hendrik Richter
  2005-2008, Ilkka Tuohela
  2005-2009, Clytie Siddall
  2005-2009, Rajesh Ranjan
  2005-2011, Ivar Smolin
  2005, Alexandre Folle de Menezes
  2005, Augustin KIBERWA
  2005-2021, Canonical Ltd.
  2005, Carole Karema
  2005, Danilo Šegan
  2005, Donatien NSENGIYUMVA
  2005, Erdal Ronahi
  2005, JEAN BAPTISTE NGENDAHAYO
  2005, Jyotsna Shrestha
  2005, Mahay Alam Khan
  2005, Mahay Alam Khan
  2005, Marcel Telka
  2005, Michiel Sikkes
  2005, Noëlla Mupole
  2005, Philibert Ndandali
  2005, Samia Niamatullah
  2005, Samia Niamatullah
  2005, Steve Murphy
  2005, Viateur MUGENZI
  2005, Yuval Tanny
  2005, Данило Шеган
  2006-2007, Jakub Friedl
  2006-2008, Yannig Marchegay (Kokoyaya)
  2006-2012, Daniel Nylander <po@danielnylander.se>
  2006-2012, Wouter Bolsterlee
  2006-2013, Ani Peter
  2006-2019, Khaled Hosny
  2006-2021, A S Alam
  2006, Ahmad Riza H Nst
  2006, Canonical Ltd. and Rosetta Contributors.
  2006, Cyprien Le Pannérer
  2006, Djihed Afifi
  2006, Fano Rajaonarisoa
  2006, Farzaneh Sarafraz
  2006, Jonathan Ernst
  2006, Lasse Bang Mikkelsen
  2006, Matjaž Horvat
  2006, Meelad Zakaria
  2006, Petr Tomeš
  2006, Rahul Bhalerao
  2006, Runa Bhattacharjee
  2006, Satoru SATOH
  2006, Thierry Randrianiriana
  2007-2008, Ignacio Casal Quinteiro
  2007-2008, Leonardo Ferreira Fontenelle
  2007-2008, Og Maciel
  2007-2009, Ankit Patel <ankit@redhat.com>
  2007-2010, Gintautas Miliauskas
  2007-2010, Pavol Šimo
  2007-2011, Jorge González
  2007-2013, Seán de Búrca
  2007-2014, Petr Kovar
  2007-2021, Ask Hjorth Larsen
  2007-2022, Aviary.pl
  2007-2022, Matej Urbančič
  2007–2011, The GNOME Project.
  2007, ASB
  2007, Danishka Navin
  2007, Iain Holmes
  2007, Ignacio Casal Quinteiro
  2007, laksandar Navicki
  2007, Marek Stępień
  2007, Nabin Gautam
  2007, Peter Tuharsky
  2007, Raul Pereira
  2007, Robert-André Mauchin
  2007, Rodrigo Flores
  2007, Stéphane Raimbault
  2007, Wadim Dziedzic
  2007, William Jon McCann <mccann@jhu.edu>
  2007, Xose S. Puente
  2008-2009, Adi Roiban h
  2008-2009, Tomasz Dominikowski
  2008-2011, Djavan Fagundes
  2008-2012, David Planella
  2008-2013, Mattias Põldaru
  2008-2014, Shankar Prasad
  2008-2017, Intel Corporation
  2008-2021, Claude Paroz
  2008, Amitakhya Phukan <amitakhya@svn.gnome.org>
  2008, Anas Afif Emad
  2008, Eskild Hustvedt
  2008, Iain Holmes
  2008, Intel Corp.
  2008, Kenneth Nielsen
  2008, Matthew Allum
  2008, sandeep shedmake <sandeep.shedmake@gmail.com>
  2008, Thomas Thurman
  2008, Yavor Doganov
  2009 Fotis Tsamis <
  2009-2011, Intel Corporation.
  2009-2012, Christian Kirbach
  2009-2012, Fran Diéguez
  2009-2014, Manoj Kumar Giri
  2009-2014, Sandeep Shedmake <sshedmak@redhat.com>
  2009, Amitakhya Phukan <aphukan@fedoraproject.org>
  2009, Denis
  2009, Jennie Petoumenou
  2009, Mancomún - Centro de Referencia e Servizos de Software Libre
  2009, Nils-Christoph Fiedler
  2009, Runa Bhattacharjee
  2009, Sander Dijkhuis
  2009, Sangeeta Kumari
  2009, Thomas Thurman
  2009, Vladimir Melo
  2009, 甘露(Gan Lu)
  2010-2018, Mario Blättermann
  2010-2022, Piotr Drąg
  2010, Antonio Fernandes C. Neto
  2010, Chao-Hsiung Liao
  2010, Chao-Hsiung Liao
  2010, Gheyret Kenji
  2010, jiero
  2010, Milan Bouchet-Valat
  2010, Miloš Popović
  2010, Philip Withnall
  2010, Sahran
  2010, Wei-Lun Chao
  2010, Xandru Armesto
  2010, Yinghua Wang
  2010, Zeper
  2010, Милош Поповић
  2011-20012, Bruno Brouard
  2011-2002, Yuriy Syrota
  2011-2012, YunQiang Su
  2011-2013, Ihar Hrachyshka
  2011-2013, Richard Hughes <richard@hughsie.com>
  2011-2014, Dirgita
  2011-2014, Sweta Kothari
  2011-2015, Andika Triwidada
  2011-2017, Changwoo Ryu
  2011-2017, Miroslav Nikolić
  2011-2017, Muhammet Kara
  2011-2017, Wolfgang Stöggl
  2011-2018, Kristjan SCHMIDT
  2011-2021, Bruce Cowan
  2011-2022, Daniel Mustieles
  2011-2022, Мирослав Николић
  2011, İlker DAĞLI
  2011, Joe Hansen
  2011, Lele Long
  2011, Lucian Adrian Grijincu
  2011, Marios Zindilis
  2011, Muhammed EKEN
  2011, Rodrigo Padula de Oliveira
  2011, Swecha Telugu Localisation Team
  2011, Tommi Vainikainen
  2011, Yuri Kozlov
  2011,2014, Nilamdyuti Goswami
  2012-2015, Jiri Grönroos
  2012-2015, Yuri Myasoedov
  2012-2016, Gil Forcada
  2012-2017, Jiro Matsuzawa
  2012-2017, Jordi Serratosa
  2012-2021, Enrico Nicoletto
  2012-2022, Fran Dieguez
  2012-2022, Marek Černocký
  2012-2022, Milo Casagrande
  2012, Anish A
  2012, chandankumar
  2012, Chris Leonard
  2012, Leandro Regueiro
  2012, Noriko Mizumoto
  2012, Sayak Sarkar
  2012, Tobias Endrigkeit
  2013-2014, Dimitris Spingos (Δημήτρης Σπίγγος)
  2013-2014, sray
  2013-2020, Baurzhan Muftakhidinov
  2013-2021, Rafael Fontenelle
  2013-2022, Aurimas Černius
  2013-2022, Balázs Úr
  2013-2022, Red Hat
  2013-2022, Yosef Or Boczko
  2013, Ján Kyselica
  2013, Pavol Klačanský
  2013, raj
  2013, Victor Ibragimov
  2014-2015, Daniel Korostil
  2014-2022, Trần Ngọc Quân
  2014, Endless Mobile
  2014, Mattias Eriksson <snaggen@gmail.com>
  2014, rajesh
  2014, Tong Hui
  2015-2018, Daniel Șerbănescu
  2015-2022, Anders Jonsson <anders.jonsson@norsjovallen.se>
  2015, Akom Chotiphantawanon
  2015, Efstathios Iosifidis
  2015, Ivan Komaritsyn
  2015, Pedro Albuquerque
  2016-2018, GunChleoc
  2016-2022, Charles Monzat
  2016, Artur de Aquino Morais
  2016, Cédric Valmary (totenoc.eu)
  2016, Fabio Tomat
  2016, Hannie Dumoleyn
  2016, Hyungwon Hwang
  2016, Sebastian Rasmussen <sebras@gmail.com>
  2016, Stas Solovey
  2016, sujiniku
  2016, Tiago Santos
  2017-2021, Dingzhong Chen
  2017-2022, Emin Tufan Çetin
  2017-2022, Kukuh Syafaat
  2017-2022, Nathan Follens
  2017-2022, veinn í Felli
  2017, Furkan Ahmet Kara
  2017, Jean-Baptiste Holcroft
  2017, Mandy Wang
  2017, Mingcong Bai
  2017, Yuras Shumovich
  2018-2020, DisplayLink (UK) Ltd.
  2018-2021, Robert Mader
  2018-2022, Gwan-gyeong Mun
  2018-2022, Tim Sabsch
  2018, 2019, Red Hat, Inc
  2018, 2019, Robert Mader robert.mader@posteo.de
  2018, Endless, Inc.
  2018, liushuyu
  2018, Mart Raudsepp
  2019-2021, Zander Brown
  2019-2022, Asier Sarasua Garmendia
  2019-2022, sicklylife
  2019, Endless, Inc
  2019, pan93412
  2019, Sergio Costas (rastersoft@gmail.com)
  2020-2022, Collabora, Ltd.
  2020-2022, Hugo Carvalho
  2020-2022, Yuri Chornoivan
  2020, 2021, Canonical, Ltd.
  2020, Akarshan Biswas
  2020, Endless Foundation
  2020, Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
  2020, Ivan Molodetskikh yalterz@gmail.com
  2020, Jonas Dreßler
  2020, Juliano de Souza Camargo
  2020, Masanori Kamayama
  2020, NVIDIA CORPORATION
  2020, Sebastian Wick
  2020, Марко М. Костић
  2021-2022, Danial Behzadi
  2021-2022, Luna Jernberg <droidbittin@gmail.com>
  2021, Akihiko Odaki <akihiko.odaki@gmail.com>
  2021, Balázs Meskó
  2021, Christian Rauch
  2021, Jeremy Cline
  2021, Philipp Kiemle
  2021, Red Hat Inc
  2022, Daniel Mustieles García
  2022, Dor Askayo
  2022, Freddy Cheng
  2022, Jürgen Benvenuti
  2022, Leônidas Araújo
  2022, lumingzh
  2022, Matheus Barbosa
  2022, Michael MORONI
  2022, Neil Moore
License: GPL-2+

Files: clutter/*
  src/backends/edid.h
  src/backends/meta-input-device-private.h
  src/backends/meta-input-device.c
  src/backends/meta-renderer-view.c
  src/backends/meta-renderer-view.h
  src/backends/meta-stage-impl-private.h
  src/backends/meta-stage-view-private.h
  src/backends/meta-stage-impl.c
  src/backends/meta-stage-view.c
  src/backends/native/meta-input-device-native.c
  src/backends/native/meta-input-device-native.h
  src/backends/native/meta-input-device-tool-native.c
  src/backends/native/meta-input-device-tool-native.h
  src/backends/native/meta-input-thread.h
  src/backends/native/meta-virtual-input-device-native.c
  src/backends/native/meta-virtual-input-device-native.h
  src/backends/native/meta-seat-impl.c
  src/backends/native/meta-seat-impl.h
  src/backends/native/meta-seat-native.c
  src/backends/native/meta-seat-native.h
  src/backends/native/meta-xkb-utils.c
  src/backends/native/meta-xkb-utils.h
  src/backends/x11/meta-event-x11.c
  src/backends/x11/meta-event-x11.h
  src/backends/x11/meta-input-device-tool-x11.c
  src/backends/x11/meta-input-device-tool-x11.h
  src/backends/x11/meta-input-device-x11.c
  src/backends/x11/meta-input-device-x11.h
  src/backends/x11/meta-keymap-x11.c
  src/backends/x11/meta-keymap-x11.h
  src/backends/x11/meta-seat-x11.c
  src/backends/x11/meta-seat-x11.h
  src/backends/x11/meta-virtual-input-device-x11.c
  src/backends/x11/meta-virtual-input-device-x11.h
  src/backends/x11/meta-stage-x11.c
  src/backends/x11/meta-stage-x11.h
  src/core/meta-fraction.c
  src/tests/clutter-test-utils.h
  src/tests/clutter/*
  src/tests/meta-ref-test.c
  src/tests/meta-ref-test.h
  src/tests/ref-test-sanity.c
  src/wayland/meta-wayland-activation.h
  src/wayland/meta-wayland-pointer-gesture-pinch.h
  src/wayland/meta-wayland-pointer-gesture-swipe.h
  src/wayland/meta-wayland-pointer-gestures.h
  src/wayland/meta-wayland-tablet-manager.h
  src/wayland/meta-wayland-tablet-pad-group.h
  src/wayland/meta-wayland-tablet-pad-ring.h
  src/wayland/meta-wayland-tablet-pad-strip.h
  src/wayland/meta-wayland-tablet-pad.h
  src/wayland/meta-wayland-tablet-seat.h
  src/wayland/meta-wayland-tablet-tool.h
  src/wayland/meta-wayland-tablet.h
  src/wayland/meta-wayland-touch.h
  src/wayland/meta-wayland-pointer-gesture-hold.c
  src/wayland/meta-wayland-pointer-gesture-hold.h
  src/wayland/meta-wayland-pointer.h
  src/wayland/meta-wayland-popup.h
Copyright:
  1999, 2000, Erik Walthinsen <omega@cse.ogi.edu>
  2001-2003, Sun Microsystems Inc.
  2006-2008, OpenedHand
  2006-2008, OpenedHand Ltd
  2007-2020, Red Hat, Inc.
  2007-2012, 2022, Intel Corporation.
  2008, 2009, 2011-2013, Intel Corporation
  2008-2010, Igalia, S.L.
  2009-2012, Intel Corp.
  2009, Intel Corportation
  2010-2012, Inclusive Design Research Centre, OCAD University.
  2011, Robert Bosch Car Multimedia GmbH.
  2011-2014, Collabora Ltd.
  2012, Bastian Winkler <buz@netbuz.org>
  2012, Collabora Ltd..
  2013, Emmanuele Bassi <ebassi@gnome.org>
  2014, Jonas �dahl
  2014-2016, 2020, Red Hat
  2015, Emmanuele Bassi
  2016, 2019-2021, Red Hat Inc.
  2016, Red Hat inc.
  2018, Canonical Ltd.
  2019, Endless, Inc
  2020, Endless OS Foundation, LLC
  2020, Red Hat Inc
  2020, Red Hat Ltd.
  2021, Red Hat
  2021, Robert Mader.
License: LGPL-2+

Files: cogl/*
  src/backends/native/meta-onscreen-native.c
  src/backends/native/meta-renderer-native-private.h
  src/backends/native/meta-renderer-native.c
Copyright:
  2007, 2008, OpenedHand
  2007-2014, Intel Corporation.
  2010-2018, Red Hat, Inc.
  2012, Collabora Ltd.
  2012, Intel Corporation
  2016, 2019, 2022, Red Hat Inc.
  2016-2020, Red Hat
  2018, 2019, DisplayLink (UK) Ltd.
  2020, Endless, Inc.
  2020, Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
License: Expat

Files: clutter/clutter/clutter-input-focus-private.h
  clutter/clutter/clutter-input-focus.c
  clutter/clutter/clutter-input-focus.h
  clutter/clutter/clutter-input-method-private.h
  clutter/clutter/clutter-input-method.c
  clutter/clutter/clutter-input-method.h
  clutter/clutter/clutter-input-pointer-a11y-private.h
  clutter/clutter/clutter-input-pointer-a11y.c
  clutter/clutter/clutter-keymap-private.h
  clutter/clutter/clutter-keymap.c
  clutter/clutter/clutter-keymap.h
  cogl/cogl/cogl-x11-onscreen.c
  cogl/cogl/cogl-x11-onscreen.h
Copyright: 2013-2022, Red Hat
  2002, 2013, 2015-2023, Red Hat Inc.
License: GPL-2+

Files: cogl/cogl/cogl-point-in-poly.c
Copyright: 2011, Intel Corporation.
  1970-2003, Wm. Randolph Franklin
License: WRF-BSD-variant

Files:
  src/wayland/meta-wayland-data-device-primary.h
  src/wayland/meta-wayland-data-offer-primary.c
  src/wayland/meta-wayland-data-offer-primary.h
  src/wayland/meta-wayland-data-offer.c
  src/wayland/meta-wayland-data-offer.h
  src/wayland/meta-wayland-data-source-primary.c
  src/wayland/meta-wayland-data-source-primary.h
  src/wayland/meta-wayland-data-source.c
  src/wayland/meta-wayland-data-source.h
Copyright: 2008-2011 Kristian Høgsberg
  2020 Red Hat Inc.
License: NTP-BSD-variant

Files:
  src/wayland/meta-wayland-data-device-primary.c
  src/wayland/meta-wayland-data-device.c
  src/wayland/meta-wayland-data-device.h
Copyright: 2008-2011 Kristian Høgsberg
License: NTP-BSD-variant

Files: cogl/cogl/cogl-list.c
  cogl/cogl/cogl-list.h
Copyright: 2011-2013, Intel Corporation
  2008-2011 Kristian Høgsberg
License: NTP-BSD-variant

Files: src/wayland/meta-xwayland-dnd.c
Copyright: 2012, Intel Corporation
License: NTP-BSD-variant

Files: doc/*
  src/tests/clutter/interactive/*
Copyright: 2021, GNOME Foundation
  2013, Intel Corporation
  2012, Collabora Ltd.
License: LGPL-2.1

Files: src/backends/edid-parse.c
Copyright: 2007, Red Hat, Inc.
License: WRF-BSD-RED-HAT
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the "Software"),
  to deal in the Software without restriction, including without limitation
  on the rights to use, copy, modify, merge, publish, distribute, sub
  license, and/or sell copies of the Software, and to permit persons to whom
  the Software is furnished to do so, subject to the following conditions:
  .
  The above copyright notice and this permission notice (including the next
  paragraph) shall be included in all copies or substantial portions of the
  Software.
  .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
  THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Files: src/backends/meta-egl-ext.h
Copyright: 2008, Tungsten Graphics, Inc., Cedar Park, Texas.
License: WRF-BSD-TUNGSTEN
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:
  .
  The above copyright notice and this permission notice (including the
  next paragraph) shall be included in all copies or substantial
  portions of the Software.
  .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

Files: src/compositor/meta-sync-ring.c
Copyright: 2011, NVIDIA Corporation
License: NTP-BSD-NVIDIA
  Permission to use, copy, modify, distribute, and sell this software
  and its documentation for any purpose is hereby granted without
  fee, provided that the above copyright notice appear in all copies
  and that both that copyright notice and this permission notice
  appear in supporting documentation, and that the name of NVIDIA
  Corporation not be used in advertising or publicity pertaining to
  distribution of the software without specific, written prior
  permission.  NVIDIA Corporation makes no representations about the
  suitability of this software for any purpose. It is provided "as
  is" without express or implied warranty.
  .
  NVIDIA CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  FITNESS, IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY
  SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  SOFTWARE.

Files: src/tests/dbusmock-templates/*
Copyright: no-info-found
License: LGPL-3+

Files: src/tests/wayland-test-clients/wayland-test-client-utils.c
Copyright: 2012, Collabora, Ltd.
License: WRF-BSD-COLLABORA
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:
  .
  The above copyright notice and this permission notice (including the
  next paragraph) shall be included in all copies or substantial
  portions of the Software.
  .
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

Files: src/wayland/meta-wayland-keyboard.c
  src/wayland/meta-wayland-keyboard.h
Copyright: 2013, Intel Corporation
  2010-2011 Intel Corporation
  2008-2011 Kristian Høgsberg
  2012 Collabora, Ltd.
License: GPL-2+ and NTP-BSD-variant

Files: src/wayland/meta-wayland-pointer.c
  src/wayland/meta-wayland-popup.c
Copyright: 2013, Intel Corporation
  2015, Red Hat, Inc.
  2008 Kristian Høgsberg
License: NTP-BSD-variant and LGPL-2+

Files: src/x11/meta-x11-selection-input-stream-private.h
  src/x11/meta-x11-selection-input-stream.c
  src/x11/meta-x11-selection-output-stream-private.h
  src/x11/meta-x11-selection-output-stream.c
Copyright: 2017, Red Hat, Inc.
License: LGPL-2.1+

Files: src/x11/mutter-Xatomtype.h
Copyright: 1987, 1998, The Open Group
License: DEC-BSD-variant and OpenGroup-BSD-variant

Files: src/x11/xprops.c
Copyright: 2002, Red Hat Inc.
  2001, Havoc Pennington
  1988, Wyse Technology, Inc., San Jose, Ca
  1987, Digital Equipment Corporation, Maynard, Massachusetts
  1987, 1988, 1998, The Open Group
License: DEC-BSD-variant and OpenGroup-BSD-variant and GPL-2+

Files: debian/*
Copyright: 2023, David Mohammed <fossfreedom@ubuntu.com>
License: GPL-2+

License: LGPL-2.1
  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; version 2.1 of the License.
  On Debian systems, the complete text of version 2.1 of the GNU Lesser
  General Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.

License: LGPL-3+
  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; version 3 of the License, or (at
  your option) any later version.
  On Debian systems, the complete text of version 3 of the GNU Lesser
  General Public License can be found in '/usr/share/common-licenses/LGPL-3'.

License: GPL-2+
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
Comment:
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in
 /usr/share/common-licenses/GPL-2.

License: LGPL-2+
 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 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
 Lesser General Public License for more details.
Comment:
 On Debian systems, the complete text of the GNU Library General
 Public License version 2 can be found in
 /usr/share/common-licenses/LGPL-2, and the complete text of the
 GNU Lesser General Public License version 2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

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
 Lesser General Public License for more details.
Comment:
 On Debian systems, the complete text of the
 GNU Lesser General Public License version 2.1 can be found in
 /usr/share/common-licenses/LGPL-2.1.

License: Expat
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
 files (the "Software"), to deal in the Software without
 restriction, including without limitation the rights to use, copy,
 modify, merge, publish, distribute, sublicense, and/or sell copies
 of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: NTP-BSD-variant
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that copyright
 notice and this permission notice appear in supporting documentation, and
 that the name of the copyright holders not be used in advertising or
 publicity pertaining to distribution of the software without specific,
 written prior permission.  The copyright holders make no representations
 about the suitability of this software for any purpose.  It is provided "as
 is" without express or implied warranty.
 .
 THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
 EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 OF THIS SOFTWARE.

License: WRF-BSD-variant
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimers.
 2. Redistributions in binary form must reproduce the above
    copyright notice in the documentation and/or other materials
    provided with the distribution.
 3. The name of W. Randolph Franklin may not be used to endorse or
    promote products derived from this Software without specific
    prior written permission.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License: OpenGroup-BSD-variant
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation.
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of The Open Group shall not be
 used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from The Open Group.

License: DEC-BSD-variant
 Permission to use, copy, modify, and distribute this software and its
 documentation for any purpose and without fee is hereby granted,
 provided that the above copyright notice appear in all copies and that
 both that copyright notice and this permission notice appear in
 supporting documentation, and that the name of Digital not be
 used in advertising or publicity pertaining to distribution of the
 software without specific, written prior permission.
 .
 DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
 ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.