summaryrefslogtreecommitdiff
path: root/dosbox-x/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-05-25 07:42:54 -0400
committerB. Stack <bgstack15@gmail.com>2023-05-25 07:42:54 -0400
commit1d67c517a8ed6f368e833c0a6cf00b70df84fef9 (patch)
tree04ebf128f106d042d9445a5243968f4ee976982d /dosbox-x/debian
parentMerge branch 'notepadnext-bump' into 'master' (diff)
downloadstackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.tar.gz
stackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.tar.bz2
stackrpms-1d67c517a8ed6f368e833c0a6cf00b70df84fef9.zip
add initial dosbox-x package
Diffstat (limited to 'dosbox-x/debian')
-rw-r--r--dosbox-x/debian/README.Debian5
-rw-r--r--dosbox-x/debian/_service28
-rw-r--r--dosbox-x/debian/changelog5
-rw-r--r--dosbox-x/debian/control67
-rw-r--r--dosbox-x/debian/copyright23794
-rw-r--r--dosbox-x/debian/dosbox-x.lintian-overrides1
-rw-r--r--dosbox-x/debian/dosbox-x_2023.05.01-1+stackrpms.dsc17
-rw-r--r--dosbox-x/debian/patches/series1
-rwxr-xr-xdosbox-x/debian/rules24
-rw-r--r--dosbox-x/debian/source/control6
-rw-r--r--dosbox-x/debian/source/format1
-rw-r--r--dosbox-x/debian/source/lintian-overrides27
-rw-r--r--dosbox-x/debian/source/local-options4
-rw-r--r--dosbox-x/debian/source/options4
-rw-r--r--dosbox-x/debian/source/patch-header22
-rw-r--r--dosbox-x/debian/tests/control6
-rw-r--r--dosbox-x/debian/upstream/metadata16
-rw-r--r--dosbox-x/debian/watch2
18 files changed, 24030 insertions, 0 deletions
diff --git a/dosbox-x/debian/README.Debian b/dosbox-x/debian/README.Debian
new file mode 100644
index 0000000..7d85f90
--- /dev/null
+++ b/dosbox-x/debian/README.Debian
@@ -0,0 +1,5 @@
+dosbox-x for Devuan
+
+Clone of COPR package of dosbos-x in dpkg format
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 24 May 2023 17:35:39 -0400
diff --git a/dosbox-x/debian/_service b/dosbox-x/debian/_service
new file mode 100644
index 0000000..890226f
--- /dev/null
+++ b/dosbox-x/debian/_service
@@ -0,0 +1,28 @@
+<services>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param>
+ <param name="subdir">dosbox-x/debian</param>
+ <param name="filename">debian</param>
+ <param name="revision">dosbox-x-bump</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">xz</param>
+ </service>
+ <service name="tar_scm">
+ <param name="scm">git</param>
+ <param name="url">https://github.com/joncampbell123/dosbox-x/</param>
+ <param name="revision">v2023.05.01</param>
+ <param name="version">_none_</param>
+ </service>
+ <service name="recompress">
+ <param name="file">*.tar</param>
+ <param name="compression">gz</param>
+ </service>
+ <service name="extract_file">
+ <param name="archive">*.tar.xz</param>
+ <param name="files">*/*.dsc</param>
+ </service>
+</services>
diff --git a/dosbox-x/debian/changelog b/dosbox-x/debian/changelog
new file mode 100644
index 0000000..60741aa
--- /dev/null
+++ b/dosbox-x/debian/changelog
@@ -0,0 +1,5 @@
+dosbox-x (2023.05.01-1+stackrpms) unstable; urgency=low
+
+ * Initial release. Closes: packages-want#27
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 24 May 2023 17:35:39 -0400
diff --git a/dosbox-x/debian/control b/dosbox-x/debian/control
new file mode 100644
index 0000000..fb48b8a
--- /dev/null
+++ b/dosbox-x/debian/control
@@ -0,0 +1,67 @@
+Source: dosbox-x
+Section: games
+Priority: optional
+Maintainer: B. Stack <bgstack15@gmail.com>
+#gcj,
+Build-Depends: debhelper-compat (= 13), dh-autoreconf, javahelper,
+ libswscale-dev,
+ libavformat-dev,
+ libasound2-dev,
+ g++,
+ libsdl2-dev,
+ libtool,
+ libsdl2-mixer-dev,
+ libfluidsynth-dev,
+ libfreetype-dev | libfreetype6-dev,
+ libpcap-dev | libpcap0.8-dev,
+ libx11-dev,
+ libxext-dev,
+ libxkbcommon-dev,
+ libslirp-dev,
+ libpng-dev,
+ libxrandr-dev,
+ make,
+ libgl-dev,
+ libncurses-dev,
+ libpulse-dev,
+ libsdl2-net-dev,
+ zlib1g-dev
+Standards-Version: 4.5.1
+Homepage: https://dosbox-x.com/
+Rules-Requires-Root: no
+Vcs-Git: https://bgstack15.ddns.net/git/dosbox-x
+Vcs-Browser: https://bgstack15.ddns.net/cgit/dosbox-x
+
+Package: dosbox-x
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ hicolor-icon-theme,
+ fluid-soundfont-gm
+Description: DOS emulator for running DOS games and applications including Windows 3.x/9x
+ DOSBox-X is an open-source DOS emulator for running
+ DOS applications and games. DOS-based Windows such as
+ Windows 3.x and Windows 9x are officially supported.
+ Compared to DOSBox, DOSBox-X is much more flexible and
+ provides more features.
+ .
+ DOSBox-X emulates a PC necessary for running many DOS
+ games and applications that simply cannot be run on
+ modern PCs and operating systems, similar to DOSBox.
+ However, while the main focus of DOSBox is for running
+ DOS games, DOSBox-X goes much further than this.
+ Started as a fork of the DOSBox project, it retains
+ compatibility with the wide base of DOS games and DOS
+ gaming DOSBox was designed for. But it is also a
+ platform for running DOS applications, including
+ emulating the environments to run Windows 3.x, 9x and
+ ME and software written for those versions of Windows.
+ By adding official support for Windows 95, 98, and ME
+ emulation and acceleration, we hope that those old
+ Windows games and applications could be enjoyed or
+ used once more. Moreover, DOSBox-X adds support for
+ emulating the NEC PC-98 such that you can also play
+ PC-98 games with it.
+ .
+ DOSBox-X emulates a legacy IBM PC and DOS environment,
+ and has many emulation options and features.
diff --git a/dosbox-x/debian/copyright b/dosbox-x/debian/copyright
new file mode 100644
index 0000000..7e24300
--- /dev/null
+++ b/dosbox-x/debian/copyright
@@ -0,0 +1,23794 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dosbox-x
+Upstream-Contact: <preferred name and address to reach the upstream project>
+Source: <url://example.com>
+#
+# Please double check copyright with the licensecheck(1) command.
+
+Files: .editorconfig
+ .github/ISSUE_TEMPLATE/bug_report.yml
+ .github/ISSUE_TEMPLATE/feature_request.yml
+ .github/ISSUE_TEMPLATE/question.yml
+ .github/PULL_REQUEST_TEMPLATE.md
+ .github/dependabot.yml
+ .github/workflows/hxdos.yml
+ .github/workflows/linux.yml
+ .github/workflows/macos.yml
+ .github/workflows/mingw32.yml
+ .github/workflows/mingw64.yml
+ .github/workflows/vsbuild32.yml
+ .github/workflows/vsbuild64.yml
+ .github/workflows/vsbuild_xp.yml
+ .github/workflows/windows-installers.yml
+ .gitignore
+ .vscode/c_cpp_properties.json
+ .vscode/launch.json
+ .vscode/tasks.json
+ BUGS/Complex - Dope.txt
+ BUGS/Impact Studios - Legend.txt
+ BUGS/MSD Microsoft Diagnostics (MS-DOS 6.22).txt
+ BUGS/Magic 12 - Show.txt
+ BUGS/Microsoft Windows 98 SE.txt
+ BUGS/Microsoft Windows NT 3.1.txt
+ BUGS/Open Watcom 1.9 installer.txt
+ BUGS/VGA emulation errors.txt
+ BUGS/VGA raster errors.txt
+ BUGS/VGA tearline bugs.txt
+ BUILD.md
+ CHANGELOG
+ CODE_OF_CONDUCT.md
+ CONTRIBUTING.md
+ CREDITS.md
+ Doxyfile
+ INSTALL.md
+ Makefile.am
+ NEWS
+ NOTES-TESTING-LOG/2018-07-02/TEST RESULTS AND FINDINGS.TXT
+ NOTES-TESTING-LOG/2018-07-05/TEST RESULTS AND FINDINGS.TXT
+ NOTES/Alpha waves (infogames).txt
+ NOTES/Complex - Dope.txt
+ NOTES/Crystal Dream II.txt
+ NOTES/DOSBox mouse emulation assumptions and why they failed Windows NT and Windows ME
+ NOTES/Drums & Pipes.txt
+ NOTES/GWBASIC/You cannot SHELL to basic.txt
+ NOTES/Intel DIV behavior/Pentium 133MHz (1996) test results.txt.xz
+ NOTES/Intel DIV behavior/README.TXT
+ NOTES/Intel DIV behavior/xzview.sh
+ NOTES/MCGA video parameter table/BIOS INT 10 load param table, 1/IMG_20190827_000413209.jpg
+ NOTES/MCGA video parameter table/BIOS INT 10 load param table, 1/IMG_20190827_000420863.jpg
+ NOTES/MCGA video parameter table/ROM BIOS SNAPSHOT/BIOS DATA AREA.jpg
+ NOTES/MCGA video parameter table/ROM BIOS SNAPSHOT/PC_C0000.ROM
+ NOTES/MCGA video parameter table/ROM BIOS SNAPSHOT/PC_D0000.ROM
+ NOTES/MCGA video parameter table/ROM BIOS SNAPSHOT/PC_E0000.ROM
+ NOTES/MCGA video parameter table/ROM BIOS SNAPSHOT/PC_F0000.ROM
+ NOTES/MCGA video parameter table/ROM BIOS SNAPSHOT/VIDEO PARAM NOTES.TXT
+ NOTES/Microsoft Windows 2.10
+ NOTES/Microsoft Windows 2000
+ NOTES/Microsoft Windows 3.11
+ NOTES/Microsoft Windows 98 SE
+ NOTES/Microsoft Windows NT 3.1
+ NOTES/Microsoft Windows NT 3.51
+ NOTES/Microsoft Windows NT 4.0
+ NOTES/Microsoft Windows XP
+ NOTES/Nooon - No!.txt
+ NOTES/Optic Nerve (demo).txt
+ NOTES/PC-98 INT DCh/MS-DOS 5.00 boot144.md
+ NOTES/PC-98 INT DCh/boot144.dsk.xz
+ NOTES/Project Angel (demo).txt
+ NOTES/Scroll Land by TSI (1991).txt
+ NOTES/Tempest 2000.txt
+ NOTES/Triton - Crystal Dream.txt
+ NOTES/Windows ME setup program.txt
+ NOTES/Windows RT.txt
+ OLD-REFERENCE/winres.rc
+ README.MinGW
+ README.debugger
+ README.development-in-Windows
+ README.joystick
+ README.keyboard-layout-handling
+ README.md
+ README.source-code-description
+ README.video
+ README.xbrz
+ ROMs/IBMROMBASIC-F6000h-1982-10-27.ROM
+ ROMs/ibm-vga.bin
+ SECURITY.md
+ THANKS
+ appveyor.yml
+ autogen.sh
+ avi_zmbv_to_720p.sh
+ build
+ build-debug
+ build-debug-g3
+ build-debug-g3-sdl2
+ build-debug-gcc-prof
+ build-debug-macos
+ build-debug-macos-sdl2
+ build-debug-sdl2
+ build-debug-with-clang
+ build-emscripten-sdl2
+ build-macos
+ build-macos-sdl2
+ build-mingw
+ build-mingw-hx-dos
+ build-mingw-lowend
+ build-mingw-lowend-sdl2
+ build-mingw-sdl2
+ build-mingw-sdldraw
+ build-riscos
+ build-scripts/macosx/make-macosx-build.sh
+ build-scripts/mingw/hxdos-bin/COMDLG32.DLL
+ build-scripts/mingw/hxdos-bin/DADVAPI.DLL
+ build-scripts/mingw/hxdos-bin/DGDI32.DLL
+ build-scripts/mingw/hxdos-bin/DKRNL32.DLL
+ build-scripts/mingw/hxdos-bin/DPMILD32.EXE
+ build-scripts/mingw/hxdos-bin/DPMIST32.BIN
+ build-scripts/mingw/hxdos-bin/DUSER32.DLL
+ build-scripts/mingw/hxdos-bin/HDPMI32.EXE
+ build-scripts/mingw/hxdos-bin/HXGUIHLP.DLL
+ build-scripts/mingw/hxdos-bin/HXGUIHLP.INI
+ build-scripts/mingw/hxdos-bin/MSVCRT.DLL
+ build-scripts/mingw/hxdos-bin/PESTUB.EXE
+ build-scripts/mingw/hxdos-bin/README.TXT
+ build-scripts/mingw/hxdos-bin/SB16.DLL
+ build-scripts/mingw/hxdos-bin/SHELL32.DLL
+ build-scripts/mingw/hxdos-bin/VESA32.DLL
+ build-scripts/mingw/hxdos-bin/WATTCP.CFG
+ build-scripts/mingw/hxdos-bin/WINMM.DLL
+ build-scripts/mingw/hxdos-bin/WINSPOOL.DRV
+ build-scripts/mingw/hxdos-bin/WSOCK32.DLL
+ build-scripts/mingw/lowend-bin/d3d9.zip
+ build-scripts/mingw/lowend-bin/gawk.exe
+ build-scripts/mingw/lowend-bin/make.exe
+ build-scripts/mingw/lowend-bin/mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip
+ build-scripts/mingw/lowend-bin/msys.bat
+ build-scripts/mingw/lowend-bin/runbuild.sh
+ build-scripts/mingw/make-mingw-hx-dos.sh
+ build-scripts/mingw/make-mingw.sh
+ build-sdl2
+ build_sdl1_xinput_flavor.bat
+ build_windows_installer.bat
+ chk/Makefile
+ chk/chk.cpp
+ chk/chk.study.txt
+ cleantree
+ cleanup
+ configure.ac
+ contrib/fonts/FREECG98.BMP
+ contrib/fonts/FREECG98_OLD.BMP
+ contrib/fonts/FREECG98_OLD2.BMP
+ contrib/fonts/Nouveau_IBM.ttf
+ contrib/fonts/TODO.txt
+ contrib/glshaders/ScanLine.glsl
+ contrib/glshaders/advinterp2x.glsl
+ contrib/glshaders/advinterp3x.glsl
+ contrib/glshaders/advmame2x.glsl
+ contrib/glshaders/advmame3x.glsl
+ contrib/glshaders/crt-aperture.glsl
+ contrib/glshaders/crt-easymode.glsl
+ contrib/glshaders/crt-easymode.tweaked.glsl
+ contrib/glshaders/crt-lottes-fast.glsl
+ contrib/glshaders/crt-lottes-fast.subtle+gain.glsl
+ contrib/glshaders/crt-lottes.glsl
+ contrib/glshaders/crt-lottes.tweaked.glsl
+ contrib/glshaders/crt-nes-mini.glsl
+ contrib/glshaders/default.glsl
+ contrib/glshaders/fakelottes.glsl
+ contrib/glshaders/fakelottes.tweaked.glsl
+ contrib/glshaders/glshaders.txt
+ contrib/glshaders/none.glsl
+ contrib/glshaders/pixel_perfect-scanlines.glsl
+ contrib/glshaders/pixel_perfect.glsl
+ contrib/glshaders/rgb2x.glsl
+ contrib/glshaders/rgb3x.glsl
+ contrib/glshaders/scan2x.glsl
+ contrib/glshaders/scan3x.glsl
+ contrib/glshaders/sharp.glsl
+ contrib/glshaders/tv2x.glsl
+ contrib/glshaders/tv3x.glsl
+ contrib/glshaders/yee64.glsl
+ contrib/glshaders/yeetron.glsl
+ contrib/icons/cfggui.ico
+ contrib/icons/dosbox-x.bmp
+ contrib/icons/dosbox-x.ico
+ contrib/icons/dosbox-x.png
+ contrib/icons/mapper.ico
+ contrib/icons/pause.ico
+ contrib/linux/com.dosbox_x.DOSBox-X.desktop
+ contrib/linux/com.dosbox_x.DOSBox-X.yaml
+ contrib/linux/dosbox-x
+ contrib/linux/dosbox-x.1
+ contrib/linux/dosbox-x.asciidoc
+ contrib/linux/dosbox-x.spec.in
+ contrib/linux/dosbox-x_configuration_tool.png
+ contrib/linux/dosbox-x_dune2.png
+ contrib/linux/dosbox-x_fs5.png
+ contrib/linux/dosbox-x_startup.png
+ contrib/linux/dosbox-x_tombraider.png
+ contrib/linux/dosbox-x_win311.png
+ contrib/linux/dosbox-x_win98se.png
+ contrib/macos/dosbox-x.pkginfo
+ contrib/macos/dosbox-x.png
+ contrib/macos/readme.txt
+ contrib/mappings/CP1250.TXT
+ contrib/mappings/CP1251.TXT
+ contrib/mappings/CP1252.TXT
+ contrib/mappings/CP1253.TXT
+ contrib/mappings/CP1254.TXT
+ contrib/mappings/CP1255.TXT
+ contrib/mappings/CP1256.TXT
+ contrib/mappings/CP1257.TXT
+ contrib/mappings/CP1258.TXT
+ contrib/mappings/CP3021.TXT
+ contrib/mappings/CP437.TXT
+ contrib/mappings/CP737.TXT
+ contrib/mappings/CP775.TXT
+ contrib/mappings/CP808.TXT
+ contrib/mappings/CP850.TXT
+ contrib/mappings/CP852.TXT
+ contrib/mappings/CP853.TXT
+ contrib/mappings/CP855.TXT
+ contrib/mappings/CP857.TXT
+ contrib/mappings/CP858.TXT
+ contrib/mappings/CP859.TXT
+ contrib/mappings/CP860.TXT
+ contrib/mappings/CP861.TXT
+ contrib/mappings/CP862.TXT
+ contrib/mappings/CP863.TXT
+ contrib/mappings/CP864.TXT
+ contrib/mappings/CP865.TXT
+ contrib/mappings/CP866.TXT
+ contrib/mappings/CP867.TXT
+ contrib/mappings/CP868.TXT
+ contrib/mappings/CP869.TXT
+ contrib/mappings/CP872.TXT
+ contrib/mappings/CP874.TXT
+ contrib/mappings/CP932.TXT
+ contrib/mappings/CP936.TXT
+ contrib/mappings/CP949.TXT
+ contrib/mappings/CP950.TXT
+ contrib/mappings/CP951.TXT
+ contrib/mappings/CP951.TXT.uao
+ contrib/mappings/db2u.pl
+ contrib/mappings/readme.txt
+ contrib/mappings/regenerate.sh
+ contrib/mappings/sb2u.pl
+ contrib/translations/de/de_DE.lng
+ contrib/translations/de/de_pc98.txt
+ contrib/translations/en/en_US.lng
+ contrib/translations/es/es_ES.lng
+ contrib/translations/fr/fr_FR.lng
+ contrib/translations/ja/ja_JP.lng
+ contrib/translations/ko/ko_KR.lng
+ contrib/translations/nl/nl_NL.lng
+ contrib/translations/pt/pt_BR.lng
+ contrib/translations/tr/tr_TR.lng
+ contrib/translations/zh/zh_CN.lng
+ contrib/translations/zh/zh_TW.lng
+ contrib/windows/installer/64bit/Default.isl
+ contrib/windows/installer/64bit/ISCC.exe
+ contrib/windows/installer/64bit/ISPP.dll
+ contrib/windows/installer/64bit/SetupLdr.e32
+ contrib/windows/installer/64bit/islzma.dll
+ contrib/windows/installer/7za.exe
+ contrib/windows/installer/DOSBox-X-setup.iss
+ contrib/windows/installer/DOSBox-X-setupXP.iss
+ contrib/windows/installer/Default.isl
+ contrib/windows/installer/ISCC.exe
+ contrib/windows/installer/ISCmplr.dll
+ contrib/windows/installer/ISPP.dll
+ contrib/windows/installer/PatchPE.exe
+ contrib/windows/installer/SetupLdr.e32
+ contrib/windows/installer/WizModernImage.bmp
+ contrib/windows/installer/date.exe
+ contrib/windows/installer/dosbox-x.reference.setup.conf
+ contrib/windows/installer/drivez_readme.txt
+ contrib/windows/installer/fart.exe
+ contrib/windows/installer/inpout32.dll
+ contrib/windows/installer/inpoutx64.dll
+ contrib/windows/installer/islzma.dll
+ contrib/windows/installer/readme.txt
+ contrib/windows/installer/setup_epilogue.txt
+ contrib/windows/installer/setup_preamble.txt
+ contrib/windows/installer/unix2dos.exe
+ contrib/windows/installer/windows_explorer_context_menu_installer.bat
+ contrib/windows/installer/windows_explorer_context_menu_uninstaller.bat
+ contrib/windows/launcher/dosbox-x-launcher.cpp
+ contrib/windows/launcher/dosbox-x-launcher.exe
+ contrib/windows/launcher/dosbox-x-launcher.sln
+ contrib/windows/launcher/dosbox-x-launcher.vcproj
+ contrib/windows/shaders/Scale2xPlus.fx
+ contrib/windows/shaders/Scale4x.fx
+ contrib/windows/shaders/cga_colors.hlsl
+ contrib/windows/shaders/cga_colors_agi_amiga_v1.fx
+ contrib/windows/shaders/cga_colors_agi_amiga_v1_palette.hlsl
+ contrib/windows/shaders/cga_colors_agi_amiga_v2.fx
+ contrib/windows/shaders/cga_colors_agi_amiga_v2_palette.hlsl
+ contrib/windows/shaders/cga_colors_agi_amiga_v3.fx
+ contrib/windows/shaders/cga_colors_agi_amiga_v3_palette.hlsl
+ contrib/windows/shaders/cga_colors_agi_amigaish.fx
+ contrib/windows/shaders/cga_colors_agi_amigaish_palette.hlsl
+ contrib/windows/shaders/cga_colors_colodore_sat50.fx
+ contrib/windows/shaders/cga_colors_colodore_sat50_palette.hlsl
+ contrib/windows/shaders/cga_colors_colodore_sat60.fx
+ contrib/windows/shaders/cga_colors_colodore_sat60_palette.hlsl
+ contrib/windows/shaders/cga_colors_default.fx
+ contrib/windows/shaders/cga_colors_default_palette.hlsl
+ contrib/windows/shaders/cga_colors_dga16.fx
+ contrib/windows/shaders/cga_colors_dga16_palette.hlsl
+ contrib/windows/shaders/cga_colors_ibm5153.fx
+ contrib/windows/shaders/cga_colors_ibm5153_palette.hlsl
+ contrib/windows/shaders/cga_colors_scumm_amiga.fx
+ contrib/windows/shaders/cga_colors_scumm_amiga_palette.hlsl
+ contrib/windows/shaders/cga_colors_tandy_warm.fx
+ contrib/windows/shaders/cga_colors_tandy_warm_palette.hlsl
+ contrib/windows/shaders/none.fx
+ docs/BDA - BIOS Data Area - PC Memory Map.txt
+ docs/DOS GAMES THAT NEED A HIGHER MCB BASE SEGMENT.TXT
+ docs/PC-98 display terminology.txt
+ docs/PLANS/8086 and 286 cputype/TODO
+ docs/PLANS/Bochs VBE and VirtualBox OMAPI emulation/TODO
+ docs/PLANS/General TODO.txt
+ docs/PLANS/Gravis Ultrasound NMI emulation/TODO
+ docs/PLANS/IBM PC ROM BASIC emulation/TODO
+ docs/PLANS/Sound Blaster AWE32 emulation/AWE32-FAQ
+ docs/PLANS/Sound Blaster AWE32 emulation/AWE32P10.TXT
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/150px-CT3620.JPG
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/150px-Soundblaster32.jpg
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/300px-Creative_Sound_Blaster_AWE32_PNP_CT3990.jpg
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/a
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/checkLoggedIn
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/geoiplookup
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load_002.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load_003.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load_004.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load_005.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load_006.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load_007.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/load_008.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/magnify-clip.png
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/poweredby_mediawiki_88x31.png
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/search-ltr.png
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia_files/wikimedia-button.png
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/220px-KL_Creative_Labs_Soundblaster_AWE64_Gold_CT4390.jpg
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/220px-KL_Creative_Labs_Soundblaster_AWE64_Value_CT4380.jpg
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/a
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/geoiplookup
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/load.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/load_002.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/load_003.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/load_004.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/load_005.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/load_006.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/load_007.php
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/magnify-clip.png
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/poweredby_mediawiki_88x31.png
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/search-ltr.png
+ docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia_files/wikimedia-button.png
+ docs/PLANS/Sound Blaster AWE32 emulation/TODO
+ docs/PLANS/VMX core (using Linux KVM virtualization driver).txt
+ docs/RISC/!Boot,feb
+ docs/RISC/!Run,feb
+ docs/RISC/!Sprites,ff9
+ docs/Ref-FM-Towns-Bochs/FMBochs(2).zip
+ docs/Runtime media swapping.txt
+ docs/WINDOWS DOS VM TEST RESULTS.TXT
+ docs/Windows 3.1/INSTALL.MD
+ dos2unix.sh
+ dosbox-sdl2-diff.sh
+ dosbox-x.reference.conf
+ dosbox-x.reference.full.conf
+ env-gcc-4.8-rpi.sh
+ env-gcc-4.8.sh
+ env-gcc-8.3.sh
+ env-gcc-8.4.sh
+ env-gcc-9.2.sh
+ env-gcc-9.3.sh
+ experiments/cairo/Makefile
+ experiments/cairo/cairo1.cpp
+ experiments/cairo/cairo2.cpp
+ experiments/cairo/cairo3.cpp
+ experiments/cairo/cairo4.cpp
+ experiments/iconv/Makefile
+ experiments/iconv/README
+ experiments/iconv/ic1.cpp
+ experiments/iconv/ic2.cpp
+ experiments/iconv/ic3.cpp
+ experiments/iconv/ic4.cpp
+ experiments/iconv/ic5.cpp
+ experiments/iconv/iconvpp.cpp
+ experiments/iconv/iconvpp.hpp
+ experiments/iconv/icw1.cpp
+ experiments/lua/Makefile
+ experiments/lua/README
+ experiments/lua/lua1.cpp
+ experiments/lua/lua1.lua
+ experiments/squirrel/sq1.cpp
+ experiments/squirrel/sq1.sq
+ git-commit-version.pl
+ git-pull-mainline.sh
+ git-push-to-github.sh
+ git-setup-sdl2-work.sh
+ git-source-pickup.pl
+ git-update-all
+ git-update-all-wo-push
+ include/8255.h
+ include/DOSBoxTTF.h
+ include/Makefile.am
+ include/SDL_cdrom.h
+ include/bitmapinfoheader.h
+ include/bitop.h
+ include/build_timestamp.h
+ include/builtin.h
+ include/byteorder.h
+ include/cp1250_uni.h
+ include/cp1251_uni.h
+ include/cp1252_uni.h
+ include/cp1253_uni.h
+ include/cp1254_uni.h
+ include/cp1255_uni.h
+ include/cp1256_uni.h
+ include/cp1257_uni.h
+ include/cp1258_uni.h
+ include/cp3021_uni.h
+ include/cp437_uni.h
+ include/cp737_uni.h
+ include/cp775_uni.h
+ include/cp808_uni.h
+ include/cp850_uni.h
+ include/cp852_uni.h
+ include/cp853_uni.h
+ include/cp855_uni.h
+ include/cp856_uni.h
+ include/cp857_uni.h
+ include/cp858_uni.h
+ include/cp859_uni.h
+ include/cp860_uni.h
+ include/cp861_uni.h
+ include/cp862_uni.h
+ include/cp863_uni.h
+ include/cp864_uni.h
+ include/cp865_uni.h
+ include/cp866_uni.h
+ include/cp867_uni.h
+ include/cp868_uni.h
+ include/cp869_uni.h
+ include/cp872_uni.h
+ include/cp874_uni.h
+ include/cp932_uni.h
+ include/cp936_uni.h
+ include/cp949_uni.h
+ include/cp950_uni.h
+ include/cp951_uni.h
+ include/cpu_io_is_forbidden.h
+ include/fluidsynth/config_win32.h
+ include/gmock/internal/custom/gmock-generated-actions.h
+ include/gmock/internal/gmock-pp.h
+ include/iconvpp.hpp
+ include/ide.h
+ include/informational.h
+ include/keymap.h
+ include/mmx.h
+ include/mztools.h
+ include/np2glue.h
+ include/ntddcdrm.h
+ include/ntddscsi.h
+ include/ogg/config_types.h
+ include/ogg/ogg.h
+ include/ogg/os_types.h
+ include/opusfile.h
+ include/pc98_cg.h
+ include/pc98_dac.h
+ include/pc98_gdc.h
+ include/pc98_gdc_const.h
+ include/ptrop.h
+ include/rawint.h
+ include/regionalloctracking.h
+ include/resource.h
+ include/sdlmain.h
+ include/shiftjis.h
+ include/speex/speexdsp_config_types.h
+ include/speex/speexdsp_types.h
+ include/uint64_const.h
+ include/util_math.h
+ include/util_units.h
+ include/wave_mmreg.h
+ include/waveformatex.h
+ include/whereami.h
+ include/zipcrc.h
+ include/zipfile.h
+ make-flatpak.sh
+ make-rpm.sh.in
+ make-windows-release.pl
+ merge-dev-to-master.sh
+ merge-to-win-ci
+ mod2wav.sh
+ move-with-hist.ps1
+ mtavi2wav.sh
+ mts_to_1080p.sh
+ mts_to_2160p.sh
+ mts_to_720p.sh
+ optimization-1/DosBox.txt
+ optimization-1/dosbox.lha
+ patch-integration/S3Virge/Zs6qZv6X
+ patch-integration/SDL-12hg-win32.diff
+ patch-integration/Skipped SVN commits.txt
+ pc98-testme-1/contents/ANSIATRB.C
+ pc98-testme-1/contents/ANSIATRB.COM
+ pc98-testme-1/contents/BUILD.BAT
+ pc98-testme-1/contents/CHARMODE.C
+ pc98-testme-1/contents/CHARMODE.COM
+ pc98-testme-1/contents/COLORBUG.C
+ pc98-testme-1/contents/COLORBUG.COM
+ pc98-testme-1/contents/COLORBUG.MAP
+ pc98-testme-1/zip/COLORBUG.zip
+ ref/Apple/MachO/README
+ ref/Apple/MachO/mach-o/compact_unwind_encoding.h
+ ref/Apple/MachO/mach-o/compact_unwind_encoding.modulemap
+ ref/Apple/MachO/mach-o/dyld.modulemap
+ ref/Apple/MachO/mach-o/module.modulemap
+ ref/Apple/MachO/mach/audit_triggers_types.h
+ ref/Apple/MachO/mach/clock.h
+ ref/Apple/MachO/mach/clock_priv.h
+ ref/Apple/MachO/mach/clock_reply.h
+ ref/Apple/MachO/mach/exc.h
+ ref/Apple/MachO/mach/host_priv.h
+ ref/Apple/MachO/mach/host_security.h
+ ref/Apple/MachO/mach/lock_set.h
+ ref/Apple/MachO/mach/mach_eventlink.h
+ ref/Apple/MachO/mach/mach_host.h
+ ref/Apple/MachO/mach/mach_port.h
+ ref/Apple/MachO/mach/mach_vm.h
+ ref/Apple/MachO/mach/mach_voucher.h
+ ref/Apple/MachO/mach/memory_entry.h
+ ref/Apple/MachO/mach/processor.h
+ ref/Apple/MachO/mach/processor_set.h
+ ref/Apple/MachO/mach/task.h
+ ref/Apple/MachO/mach/thread_act.h
+ ref/Apple/MachO/mach/vm_map.h
+ ref/fat/Windows 98, FAT32 - HelpWithWindows.com.html
+ ref/master-lib/orig/MTSRC023.LZH
+ ref/master-lib/src/aj.asm
+ ref/master-lib/src/ajstart.asm
+ ref/master-lib/src/at98g400.asm
+ ref/master-lib/src/at98sc.asm
+ ref/master-lib/src/at98scrl.asm
+ ref/master-lib/src/atan8.asm
+ ref/master-lib/src/atandeg.asm
+ ref/master-lib/src/atrtcmod.asm
+ ref/master-lib/src/b30.asm
+ ref/master-lib/src/b30clock.asm
+ ref/master-lib/src/b30getmo.asm
+ ref/master-lib/src/b30getpa.asm
+ ref/master-lib/src/b30limit.asm
+ ref/master-lib/src/b30line.asm
+ ref/master-lib/src/b30lock.asm
+ ref/master-lib/src/b30setmo.asm
+ ref/master-lib/src/b30ver.asm
+ ref/master-lib/src/b30vsync.asm
+ ref/master-lib/src/b_b_org.asm
+ ref/master-lib/src/b_c_play.asm
+ ref/master-lib/src/b_data.asm
+ ref/master-lib/src/b_e_snd.asm
+ ref/master-lib/src/b_inifin.asm
+ ref/master-lib/src/b_mget.asm
+ ref/master-lib/src/b_pinit.asm
+ ref/master-lib/src/b_play.asm
+ ref/master-lib/src/b_r_data.asm
+ ref/master-lib/src/b_r_sdat.asm
+ ref/master-lib/src/b_r_stat.asm
+ ref/master-lib/src/b_repeat.asm
+ ref/master-lib/src/b_s_mode.asm
+ ref/master-lib/src/b_s_msic.asm
+ ref/master-lib/src/b_s_temp.asm
+ ref/master-lib/src/b_sound.asm
+ ref/master-lib/src/b_sp_ply.asm
+ ref/master-lib/src/b_sp_snd.asm
+ ref/master-lib/src/b_st_ply.asm
+ ref/master-lib/src/b_timer.asm
+ ref/master-lib/src/b_tmhook.asm
+ ref/master-lib/src/b_w_play.asm
+ ref/master-lib/src/b_w_snd.asm
+ ref/master-lib/src/bcloser.asm
+ ref/master-lib/src/bclosew.asm
+ ref/master-lib/src/bdopen.asm
+ ref/master-lib/src/beepfreq.asm
+ ref/master-lib/src/bfill.asm
+ ref/master-lib/src/bflush.asm
+ ref/master-lib/src/bfntexts.asm
+ ref/master-lib/src/bfnthdrr.asm
+ ref/master-lib/src/bfnthead.asm
+ ref/master-lib/src/bfntid.asm
+ ref/master-lib/src/bftchnge.asm
+ ref/master-lib/src/bftentry.asm
+ ref/master-lib/src/bfthdran.asm
+ ref/master-lib/src/bftpalsk.asm
+ ref/master-lib/src/bftpalst.asm
+ ref/master-lib/src/bgetc.asm
+ ref/master-lib/src/bgm.inc
+ ref/master-lib/src/blackin.asm
+ ref/master-lib/src/blackout.asm
+ ref/master-lib/src/bopenr.asm
+ ref/master-lib/src/bopenw.asm
+ ref/master-lib/src/bputc.asm
+ ref/master-lib/src/bputs.asm
+ ref/master-lib/src/bputw.asm
+ ref/master-lib/src/bread.asm
+ ref/master-lib/src/bseek.asm
+ ref/master-lib/src/bseek_.asm
+ ref/master-lib/src/bwrite.asm
+ ref/master-lib/src/clip.asm
+ ref/master-lib/src/clip.inc
+ ref/master-lib/src/csrarrow.asm
+ ref/master-lib/src/csrcross.asm
+ ref/master-lib/src/csrhand.asm
+ ref/master-lib/src/csrok.asm
+ ref/master-lib/src/curpat2.asm
+ ref/master-lib/src/cursor.asm
+ ref/master-lib/src/cutline.asm
+ ref/master-lib/src/cx486rw.asm
+ ref/master-lib/src/dacblin.asm
+ ref/master-lib/src/dacblout.asm
+ ref/master-lib/src/dacinit.asm
+ ref/master-lib/src/dacshow.asm
+ ref/master-lib/src/dacwhin.asm
+ ref/master-lib/src/dacwhout.asm
+ ref/master-lib/src/dos29fak.asm
+ ref/master-lib/src/dosabsre.asm
+ ref/master-lib/src/dosabswr.asm
+ ref/master-lib/src/dosalloc.asm
+ ref/master-lib/src/dosargv0.asm
+ ref/master-lib/src/dosbreak.asm
+ ref/master-lib/src/dosc.asm
+ ref/master-lib/src/doschdir.asm
+ ref/master-lib/src/doscopy.asm
+ ref/master-lib/src/doscpts2.asm
+ ref/master-lib/src/doscputp.asm
+ ref/master-lib/src/doscputs.asm
+ ref/master-lib/src/doscreat.asm
+ ref/master-lib/src/dosdrive.asm
+ ref/master-lib/src/dosfind.asm
+ ref/master-lib/src/dosfindm.asm
+ ref/master-lib/src/dosfree.asm
+ ref/master-lib/src/dosfsize.asm
+ ref/master-lib/src/dosgdfre.asm
+ ref/master-lib/src/dosgetch.asm
+ ref/master-lib/src/dosgetcw.asm
+ ref/master-lib/src/dosgetdr.asm
+ ref/master-lib/src/dosgetev.asm
+ ref/master-lib/src/dosgetk2.asm
+ ref/master-lib/src/dosgetky.asm
+ ref/master-lib/src/dosgets.asm
+ ref/master-lib/src/dosgetve.asm
+ ref/master-lib/src/doskeycl.asm
+ ref/master-lib/src/dosmaked.asm
+ ref/master-lib/src/dosmaxfr.asm
+ ref/master-lib/src/dosmkdir.asm
+ ref/master-lib/src/dosmove.asm
+ ref/master-lib/src/dosnobrk.asm
+ ref/master-lib/src/dosp.asm
+ ref/master-lib/src/dosputc.asm
+ ref/master-lib/src/dosputch.asm
+ ref/master-lib/src/dosputp.asm
+ ref/master-lib/src/dosputs.asm
+ ref/master-lib/src/dosputs2.asm
+ ref/master-lib/src/dosread.asm
+ ref/master-lib/src/dosrmdir.asm
+ ref/master-lib/src/dosseek.asm
+ ref/master-lib/src/dossetdr.asm
+ ref/master-lib/src/dossetdt.asm
+ ref/master-lib/src/dossetvf.asm
+ ref/master-lib/src/dossetvn.asm
+ ref/master-lib/src/dosvect.asm
+ ref/master-lib/src/doswrite.asm
+ ref/master-lib/src/edges.asm
+ ref/master-lib/src/egc.asm
+ ref/master-lib/src/egcscrll.asm
+ ref/master-lib/src/egcscrlr.asm
+ ref/master-lib/src/egcsftd.asm
+ ref/master-lib/src/egcsftda.asm
+ ref/master-lib/src/egcsftl.asm
+ ref/master-lib/src/egcsftla.asm
+ ref/master-lib/src/egcsftr.asm
+ ref/master-lib/src/egcsftra.asm
+ ref/master-lib/src/egcsftu.asm
+ ref/master-lib/src/egcsftua.asm
+ ref/master-lib/src/emsalloc.asm
+ ref/master-lib/src/emsdosre.asm
+ ref/master-lib/src/emsdoswr.asm
+ ref/master-lib/src/emsenabl.asm
+ ref/master-lib/src/emsexist.asm
+ ref/master-lib/src/emsfindn.asm
+ ref/master-lib/src/emsfree.asm
+ ref/master-lib/src/emsgetsg.asm
+ ref/master-lib/src/emsmaphp.asm
+ ref/master-lib/src/emsmove.asm
+ ref/master-lib/src/emsread.asm
+ ref/master-lib/src/emsrealc.asm
+ ref/master-lib/src/emsrestm.asm
+ ref/master-lib/src/emssavem.asm
+ ref/master-lib/src/emssetnm.asm
+ ref/master-lib/src/emssize.asm
+ ref/master-lib/src/emsspace.asm
+ ref/master-lib/src/emswrite.asm
+ ref/master-lib/src/fepexist.asm
+ ref/master-lib/src/fil.asm
+ ref/master-lib/src/filapend.asm
+ ref/master-lib/src/filbasnm.asm
+ ref/master-lib/src/filclose.asm
+ ref/master-lib/src/filcreat.asm
+ ref/master-lib/src/fildelet.asm
+ ref/master-lib/src/filexist.asm
+ ref/master-lib/src/filgetc.asm
+ ref/master-lib/src/filgets.asm
+ ref/master-lib/src/fillread.asm
+ ref/master-lib/src/fillwrit.asm
+ ref/master-lib/src/filputc.asm
+ ref/master-lib/src/filread.asm
+ ref/master-lib/src/filropen.asm
+ ref/master-lib/src/filseek.asm
+ ref/master-lib/src/filsettm.asm
+ ref/master-lib/src/filsize.asm
+ ref/master-lib/src/filskipu.asm
+ ref/master-lib/src/filsplit.asm
+ ref/master-lib/src/filsplsl.asm
+ ref/master-lib/src/filtime.asm
+ ref/master-lib/src/filw.asm
+ ref/master-lib/src/filwrite.asm
+ ref/master-lib/src/fntclose.asm
+ ref/master-lib/src/font.asm
+ ref/master-lib/src/fontat.asm
+ ref/master-lib/src/fontatcg.asm
+ ref/master-lib/src/fontatin.asm
+ ref/master-lib/src/fontatre.asm
+ ref/master-lib/src/fontcg.asm
+ ref/master-lib/src/fontentb.asm
+ ref/master-lib/src/fontentc.asm
+ ref/master-lib/src/fontentg.asm
+ ref/master-lib/src/fontentk.asm
+ ref/master-lib/src/fontlink.asm
+ ref/master-lib/src/fontopen.asm
+ ref/master-lib/src/fontopnp.asm
+ ref/master-lib/src/fontread.asm
+ ref/master-lib/src/fontwrit.asm
+ ref/master-lib/src/func.inc
+ ref/master-lib/src/gc_andor.asm
+ ref/master-lib/src/gc_bmesh.asm
+ ref/master-lib/src/gc_boxfi.asm
+ ref/master-lib/src/gc_byteb.asm
+ ref/master-lib/src/gc_circf.asm
+ ref/master-lib/src/gc_circl.asm
+ ref/master-lib/src/gc_circx.asm
+ ref/master-lib/src/gc_clip.asm
+ ref/master-lib/src/gc_clipl.asm
+ ref/master-lib/src/gc_clipn.asm
+ ref/master-lib/src/gc_fill.asm
+ ref/master-lib/src/gc_hline.asm
+ ref/master-lib/src/gc_line.asm
+ ref/master-lib/src/gc_plvcx.asm
+ ref/master-lib/src/gc_polcx.asm
+ ref/master-lib/src/gc_polgc.asm
+ ref/master-lib/src/gc_pset.asm
+ ref/master-lib/src/gc_rboxf.asm
+ ref/master-lib/src/gc_setco.asm
+ ref/master-lib/src/gc_thicf.asm
+ ref/master-lib/src/gc_tile.asm
+ ref/master-lib/src/gc_tile1.asm
+ ref/master-lib/src/gc_trian.asm
+ ref/master-lib/src/gc_triax.asm
+ ref/master-lib/src/gc_vline.asm
+ ref/master-lib/src/gc_zoid.asm
+ ref/master-lib/src/gdc.asm
+ ref/master-lib/src/gdccircl.asm
+ ref/master-lib/src/gdcline.asm
+ ref/master-lib/src/gdcoutpw.asm
+ ref/master-lib/src/gdcwait.asm
+ ref/master-lib/src/gdcwaite.asm
+ ref/master-lib/src/getcpu.asm
+ ref/master-lib/src/getmac98.asm
+ ref/master-lib/src/getmacat.asm
+ ref/master-lib/src/getmacdb.asm
+ ref/master-lib/src/getmacfm.asm
+ ref/master-lib/src/getmachi.asm
+ ref/master-lib/src/getvideo.asm
+ ref/master-lib/src/getvstat.asm
+ ref/master-lib/src/gjbackup.asm
+ ref/master-lib/src/gjentryb.asm
+ ref/master-lib/src/gjputc.asm
+ ref/master-lib/src/gjputca.asm
+ ref/master-lib/src/gjputni.asm
+ ref/master-lib/src/gjputnia.asm
+ ref/master-lib/src/gjputp.asm
+ ref/master-lib/src/gjputpa.asm
+ ref/master-lib/src/gjputs.asm
+ ref/master-lib/src/gjputsa.asm
+ ref/master-lib/src/gjread.asm
+ ref/master-lib/src/gjwrite.asm
+ ref/master-lib/src/gkey.asm
+ ref/master-lib/src/grp.asm
+ ref/master-lib/src/grp200li.asm
+ ref/master-lib/src/grp256.asm
+ ref/master-lib/src/grp400li.asm
+ ref/master-lib/src/grpaputc.asm
+ ref/master-lib/src/grpaputp.asm
+ ref/master-lib/src/grpaputs.asm
+ ref/master-lib/src/grpbakup.asm
+ ref/master-lib/src/grpbget.asm
+ ref/master-lib/src/grpbputc.asm
+ ref/master-lib/src/grpbputp.asm
+ ref/master-lib/src/grpbputs.asm
+ ref/master-lib/src/grpclear.asm
+ ref/master-lib/src/grpcppg.asm
+ ref/master-lib/src/grpend.asm
+ ref/master-lib/src/grpenter.asm
+ ref/master-lib/src/grpextmd.asm
+ ref/master-lib/src/grpfput.asm
+ ref/master-lib/src/grpfputp.asm
+ ref/master-lib/src/grpfputs.asm
+ ref/master-lib/src/grpgjput.asm
+ ref/master-lib/src/grpgputs.asm
+ ref/master-lib/src/grphide.asm
+ ref/master-lib/src/grpklput.asm
+ ref/master-lib/src/grpkput.asm
+ ref/master-lib/src/grpkputs.asm
+ ref/master-lib/src/grpmove.asm
+ ref/master-lib/src/grppget8.asm
+ ref/master-lib/src/grppicom.asm
+ ref/master-lib/src/grppifre.asm
+ ref/master-lib/src/grppildu.asm
+ ref/master-lib/src/grppilod.asm
+ ref/master-lib/src/grppptd8.asm
+ ref/master-lib/src/grppput8.asm
+ ref/master-lib/src/grprddot.asm
+ ref/master-lib/src/grpscrlu.asm
+ ref/master-lib/src/grpscrol.asm
+ ref/master-lib/src/grpshow.asm
+ ref/master-lib/src/grpshown.asm
+ ref/master-lib/src/grpstart.asm
+ ref/master-lib/src/grpuget8.asm
+ ref/master-lib/src/grpulpt8.asm
+ ref/master-lib/src/grpuput8.asm
+ ref/master-lib/src/grpwapca.asm
+ ref/master-lib/src/grpwapsa.asm
+ ref/master-lib/src/grpwapts.asm
+ ref/master-lib/src/grpwaput.asm
+ ref/master-lib/src/grpwfpts.asm
+ ref/master-lib/src/grpwfput.asm
+ ref/master-lib/src/grpwkptl.asm
+ ref/master-lib/src/grpwkptr.asm
+ ref/master-lib/src/grpwkpts.asm
+ ref/master-lib/src/grpwkput.asm
+ ref/master-lib/src/grpxldot.asm
+ ref/master-lib/src/grpxorbf.asm
+ ref/master-lib/src/hmemlalc.asm
+ ref/master-lib/src/hmemmaxf.asm
+ ref/master-lib/src/hmemreal.asm
+ ref/master-lib/src/iatan2.asm
+ ref/master-lib/src/iatandeg.asm
+ ref/master-lib/src/isqrt.asm
+ ref/master-lib/src/jis2sjis.asm
+ ref/master-lib/src/js.asm
+ ref/master-lib/src/jsanalog.asm
+ ref/master-lib/src/jsend.asm
+ ref/master-lib/src/jskey.asm
+ ref/master-lib/src/jssense.asm
+ ref/master-lib/src/jsstart.asm
+ ref/master-lib/src/keyback.asm
+ ref/master-lib/src/keybeep.asm
+ ref/master-lib/src/keybios.asm
+ ref/master-lib/src/keypresd.asm
+ ref/master-lib/src/keyreset.asm
+ ref/master-lib/src/keysense.asm
+ ref/master-lib/src/keysetla.asm
+ ref/master-lib/src/keyshift.asm
+ ref/master-lib/src/keystart.asm
+ ref/master-lib/src/keytable.asm
+ ref/master-lib/src/koizoid.asm
+ ref/master-lib/src/koizoidx.asm
+ ref/master-lib/src/largebyt.asm
+ ref/master-lib/src/largeput.asm
+ ref/master-lib/src/machine.asm
+ ref/master-lib/src/magfree.asm
+ ref/master-lib/src/magloadp.asm
+ ref/master-lib/src/make_lin.asm
+ ref/master-lib/src/makefile
+ ref/master-lib/src/makeind.c
+ ref/master-lib/src/makeind.exe
+ ref/master-lib/src/mem.asm
+ ref/master-lib/src/memalloc.asm
+ ref/master-lib/src/memasdos.asm
+ ref/master-lib/src/memassig.asm
+ ref/master-lib/src/memheap.asm
+ ref/master-lib/src/memlaloc.asm
+ ref/master-lib/src/memunasi.asm
+ ref/master-lib/src/mouse.asm
+ ref/master-lib/src/mouse1.asm
+ ref/master-lib/src/mouse2.asm
+ ref/master-lib/src/mousei.asm
+ ref/master-lib/src/mousev.asm
+ ref/master-lib/src/mousex.asm
+ ref/master-lib/src/mousexi.asm
+ ref/master-lib/src/mousmicy.asm
+ ref/master-lib/src/mousmove.asm
+ ref/master-lib/src/overbk16.asm
+ ref/master-lib/src/overdot8.asm
+ ref/master-lib/src/overoll8.asm
+ ref/master-lib/src/overput8.asm
+ ref/master-lib/src/pal.asm
+ ref/master-lib/src/palinit.asm
+ ref/master-lib/src/palset16.asm
+ ref/master-lib/src/palsh100.asm
+ ref/master-lib/src/palshow.asm
+ ref/master-lib/src/pcmconvt.asm
+ ref/master-lib/src/pcmplay.asm
+ ref/master-lib/src/perf.asm
+ ref/master-lib/src/perfat.asm
+ ref/master-lib/src/perform.asm
+ ref/master-lib/src/perfstr.asm
+ ref/master-lib/src/pf.asm
+ ref/master-lib/src/pf.inc
+ ref/master-lib/src/pfclose.asm
+ ref/master-lib/src/pfgetc.asm
+ ref/master-lib/src/pfgetw.asm
+ ref/master-lib/src/pfint21.asm
+ ref/master-lib/src/pfopen.asm
+ ref/master-lib/src/pfread.asm
+ ref/master-lib/src/pfrewind.asm
+ ref/master-lib/src/pfseek.asm
+ ref/master-lib/src/rand.asm
+ ref/master-lib/src/random.asm
+ ref/master-lib/src/repair.asm
+ ref/master-lib/src/repout.asm
+ ref/master-lib/src/resdata.asm
+ ref/master-lib/src/rgbload.asm
+ ref/master-lib/src/rottbl.asm
+ ref/master-lib/src/rsl.asm
+ ref/master-lib/src/rspexist.asm
+ ref/master-lib/src/rspfree.asm
+ ref/master-lib/src/rspgetpa.asm
+ ref/master-lib/src/rspsetpa.asm
+ ref/master-lib/src/sdiexist.asm
+ ref/master-lib/src/sdigetpa.asm
+ ref/master-lib/src/sdisetpa.asm
+ ref/master-lib/src/setvideo.asm
+ ref/master-lib/src/setvstat.asm
+ ref/master-lib/src/sin7.asm
+ ref/master-lib/src/sin8.asm
+ ref/master-lib/src/sindeg.asm
+ ref/master-lib/src/sio.asm
+ ref/master-lib/src/sio.inc
+ ref/master-lib/src/siobit.asm
+ ref/master-lib/src/sioputc.asm
+ ref/master-lib/src/sioputp.asm
+ ref/master-lib/src/sioputs.asm
+ ref/master-lib/src/sioread.asm
+ ref/master-lib/src/siosigna.asm
+ ref/master-lib/src/siostart.asm
+ ref/master-lib/src/siowrite.asm
+ ref/master-lib/src/sjis2jis.asm
+ ref/master-lib/src/sliceput.asm
+ ref/master-lib/src/smallpt8.asm
+ ref/master-lib/src/smemlget.asm
+ ref/master-lib/src/smemrel.asm
+ ref/master-lib/src/smemwget.asm
+ ref/master-lib/src/solid.asm
+ ref/master-lib/src/soundio.asm
+ ref/master-lib/src/source.txt
+ ref/master-lib/src/strcomma.asm
+ ref/master-lib/src/strctop.asm
+ ref/master-lib/src/striskj2.asm
+ ref/master-lib/src/strprntf.asm
+ ref/master-lib/src/strptoc.asm
+ ref/master-lib/src/super.inc
+ ref/master-lib/src/super1p8.asm
+ ref/master-lib/src/super1pl.asm
+ ref/master-lib/src/superat.asm
+ ref/master-lib/src/superbak.asm
+ ref/master-lib/src/superbft.asm
+ ref/master-lib/src/supercan.asm
+ ref/master-lib/src/supercgb.asm
+ ref/master-lib/src/superch.asm
+ ref/master-lib/src/superchg.asm
+ ref/master-lib/src/superchr.asm
+ ref/master-lib/src/supercln.asm
+ ref/master-lib/src/superclp.asm
+ ref/master-lib/src/superdup.asm
+ ref/master-lib/src/superems.asm
+ ref/master-lib/src/superfre.asm
+ ref/master-lib/src/superhrv.asm
+ ref/master-lib/src/superin.asm
+ ref/master-lib/src/superl18.asm
+ ref/master-lib/src/superl1p.asm
+ ref/master-lib/src/supermch.asm
+ ref/master-lib/src/superol8.asm
+ ref/master-lib/src/superoll.asm
+ ref/master-lib/src/superout.asm
+ ref/master-lib/src/superpa.asm
+ ref/master-lib/src/superpak.asm
+ ref/master-lib/src/superpat.asm
+ ref/master-lib/src/superpt8.asm
+ ref/master-lib/src/superptr.asm
+ ref/master-lib/src/superptt.asm
+ ref/master-lib/src/superptv.asm
+ ref/master-lib/src/superput.asm
+ ref/master-lib/src/superpvr.asm
+ ref/master-lib/src/superrep.asm
+ ref/master-lib/src/superrpt.asm
+ ref/master-lib/src/supert8v.asm
+ ref/master-lib/src/supertin.asm
+ ref/master-lib/src/supertt8.asm
+ ref/master-lib/src/supervb1.asm
+ ref/master-lib/src/supervib.asm
+ ref/master-lib/src/supervrr.asm
+ ref/master-lib/src/superwav.asm
+ ref/master-lib/src/superwv1.asm
+ ref/master-lib/src/superz1p.asm
+ ref/master-lib/src/superzmv.asm
+ ref/master-lib/src/superzom.asm
+ ref/master-lib/src/superzpt.asm
+ ref/master-lib/src/superzv1.asm
+ ref/master-lib/src/tblhrev.asm
+ ref/master-lib/src/tim.asm
+ ref/master-lib/src/timer.asm
+ ref/master-lib/src/trapez_c.asm
+ ref/master-lib/src/tx.asm
+ ref/master-lib/src/txbackup.asm
+ ref/master-lib/src/txboxfca.asm
+ ref/master-lib/src/txboxfla.asm
+ ref/master-lib/src/txclear.asm
+ ref/master-lib/src/txcursor.asm
+ ref/master-lib/src/txesc.asm
+ ref/master-lib/src/txfillca.asm
+ ref/master-lib/src/txframe.asm
+ ref/master-lib/src/txgetcps.asm
+ ref/master-lib/src/txgetput.asm
+ ref/master-lib/src/txhide.asm
+ ref/master-lib/src/txisknj2.asm
+ ref/master-lib/src/txlocate.asm
+ ref/master-lib/src/txpreset.asm
+ ref/master-lib/src/txpset.asm
+ ref/master-lib/src/txpseta.asm
+ ref/master-lib/src/txputc.asm
+ ref/master-lib/src/txputca.asm
+ ref/master-lib/src/txputnp.asm
+ ref/master-lib/src/txputnpa.asm
+ ref/master-lib/src/txputns.asm
+ ref/master-lib/src/txputnsa.asm
+ ref/master-lib/src/txputp.asm
+ ref/master-lib/src/txputpa.asm
+ ref/master-lib/src/txputs.asm
+ ref/master-lib/src/txputsa.asm
+ ref/master-lib/src/txrlarea.asm
+ ref/master-lib/src/txrldwc.asm
+ ref/master-lib/src/txrldwca.asm
+ ref/master-lib/src/txrllec.asm
+ ref/master-lib/src/txrlleca.asm
+ ref/master-lib/src/txrlric.asm
+ ref/master-lib/src/txrlrica.asm
+ ref/master-lib/src/txrlupc.asm
+ ref/master-lib/src/txrlupca.asm
+ ref/master-lib/src/txroll.asm
+ ref/master-lib/src/txsetcsr.asm
+ ref/master-lib/src/txshow.asm
+ ref/master-lib/src/txshowpg.asm
+ ref/master-lib/src/txsmooth.asm
+ ref/master-lib/src/txstart.asm
+ ref/master-lib/src/txvputs.asm
+ ref/master-lib/src/txvputsa.asm
+ ref/master-lib/src/txwdota.asm
+ ref/master-lib/src/vbeepfrq.asm
+ ref/master-lib/src/version.asm
+ ref/master-lib/src/vg4bget.asm
+ ref/master-lib/src/vg4bmove.asm
+ ref/master-lib/src/vg4bputc.asm
+ ref/master-lib/src/vg4bputs.asm
+ ref/master-lib/src/vg4lgput.asm
+ ref/master-lib/src/vg4oput8.asm
+ ref/master-lib/src/vg4orol8.asm
+ ref/master-lib/src/vg4pget8.asm
+ ref/master-lib/src/vg4pput8.asm
+ ref/master-lib/src/vg4rpout.asm
+ ref/master-lib/src/vg4slput.asm
+ ref/master-lib/src/vg4sp1p8.asm
+ ref/master-lib/src/vg4sp1pl.asm
+ ref/master-lib/src/vg4spclp.asm
+ ref/master-lib/src/vg4spin.asm
+ ref/master-lib/src/vg4sppt8.asm
+ ref/master-lib/src/vg4spptr.asm
+ ref/master-lib/src/vg4spput.asm
+ ref/master-lib/src/vg4sppvr.asm
+ ref/master-lib/src/vg4sprol.asm
+ ref/master-lib/src/vg4spvib.asm
+ ref/master-lib/src/vg4spvrr.asm
+ ref/master-lib/src/vg4spwav.asm
+ ref/master-lib/src/vg4spwv1.asm
+ ref/master-lib/src/vg4spzom.asm
+ ref/master-lib/src/vg4spzpt.asm
+ ref/master-lib/src/vg4spzv1.asm
+ ref/master-lib/src/vg4uget8.asm
+ ref/master-lib/src/vg4uput8.asm
+ ref/master-lib/src/vg4vcopy.asm
+ ref/master-lib/src/vg4vrep.asm
+ ref/master-lib/src/vg4wfpts.asm
+ ref/master-lib/src/vgasetli.asm
+ ref/master-lib/src/vgastadr.asm
+ ref/master-lib/src/vgavsync.asm
+ ref/master-lib/src/vgavwait.asm
+ ref/master-lib/src/vgc.inc
+ ref/master-lib/src/vgc_zoid.asm
+ ref/master-lib/src/vgcbmesh.asm
+ ref/master-lib/src/vgcboxfi.asm
+ ref/master-lib/src/vgcbputc.asm
+ ref/master-lib/src/vgcbputs.asm
+ ref/master-lib/src/vgcbytbp.asm
+ ref/master-lib/src/vgcbyteb.asm
+ ref/master-lib/src/vgccircf.asm
+ ref/master-lib/src/vgccircl.asm
+ ref/master-lib/src/vgccircx.asm
+ ref/master-lib/src/vgcclear.asm
+ ref/master-lib/src/vgcfput.asm
+ ref/master-lib/src/vgcfputs.asm
+ ref/master-lib/src/vgchline.asm
+ ref/master-lib/src/vgckputc.asm
+ ref/master-lib/src/vgckputs.asm
+ ref/master-lib/src/vgcline.asm
+ ref/master-lib/src/vgcline2.asm
+ ref/master-lib/src/vgcplvcx.asm
+ ref/master-lib/src/vgcpolcx.asm
+ ref/master-lib/src/vgcpolgc.asm
+ ref/master-lib/src/vgcpset.asm
+ ref/master-lib/src/vgcrboxf.asm
+ ref/master-lib/src/vgcrddot.asm
+ ref/master-lib/src/vgcsetco.asm
+ ref/master-lib/src/vgcstart.asm
+ ref/master-lib/src/vgcthicl.asm
+ ref/master-lib/src/vgctrian.asm
+ ref/master-lib/src/vgcvline.asm
+ ref/master-lib/src/vgczoid.asm
+ ref/master-lib/src/vgczoidx.asm
+ ref/master-lib/src/vircopy.asm
+ ref/master-lib/src/virfree.asm
+ ref/master-lib/src/viroput8.asm
+ ref/master-lib/src/virrep.asm
+ ref/master-lib/src/virtual.asm
+ ref/master-lib/src/vkeyto98.asm
+ ref/master-lib/src/vkeywait.asm
+ ref/master-lib/src/vs.asm
+ ref/master-lib/src/vsync.asm
+ ref/master-lib/src/vsyncent.asm
+ ref/master-lib/src/vsyncfrq.asm
+ ref/master-lib/src/vsyncwai.asm
+ ref/master-lib/src/vt.asm
+ ref/master-lib/src/vtbackup.asm
+ ref/master-lib/src/vtboxfla.asm
+ ref/master-lib/src/vtclear.asm
+ ref/master-lib/src/vtcolr98.asm
+ ref/master-lib/src/vtesc.asm
+ ref/master-lib/src/vtframe.asm
+ ref/master-lib/src/vtgetcps.asm
+ ref/master-lib/src/vtgetcur.asm
+ ref/master-lib/src/vtgetput.asm
+ ref/master-lib/src/vtlocate.asm
+ ref/master-lib/src/vtputc.asm
+ ref/master-lib/src/vtputca.asm
+ ref/master-lib/src/vtputns.asm
+ ref/master-lib/src/vtputnsa.asm
+ ref/master-lib/src/vtputs.asm
+ ref/master-lib/src/vtputsa.asm
+ ref/master-lib/src/vtrefrs.asm
+ ref/master-lib/src/vtrefrsa.asm
+ ref/master-lib/src/vtrldwc.asm
+ ref/master-lib/src/vtrldwca.asm
+ ref/master-lib/src/vtrlupc.asm
+ ref/master-lib/src/vtrlupca.asm
+ ref/master-lib/src/vtsetcur.asm
+ ref/master-lib/src/vtstart.asm
+ ref/master-lib/src/vtsyslin.asm
+ ref/master-lib/src/vtx.asm
+ ref/master-lib/src/vtxstart.asm
+ ref/master-lib/src/wfntentb.asm
+ ref/master-lib/src/wfont.asm
+ ref/master-lib/src/whitein.asm
+ ref/master-lib/src/whiteout.asm
+ ref/master-lib/src/window.asm
+ ref/master-lib/src/wordmask.asm
+ ref/master-lib/src/xms.asm
+ ref/master-lib/src/xmsalloc.asm
+ ref/master-lib/src/xmsexist.asm
+ ref/master-lib/src/xmsfree.asm
+ ref/master-lib/src/xmsmaxfr.asm
+ ref/master-lib/src/xmsmove.asm
+ ref/master-lib/src/xmsrealc.asm
+ ref/master-lib/src/xmssize.asm
+ ref/master-lib/src/xmsspace.asm
+ ref/master-lib/unpack/master.h
+ ref/master-lib/unpack/master.his
+ ref/master-lib/unpack/master.txt
+ ref/master-lib/unpack/masterc.h
+ ref/master-lib/unpack/masterl.h
+ ref/master-lib/unpack/masterm.h
+ ref/master-lib/unpack/masters.h
+ ref/master-lib/unpack/mgr.h
+ ref/master-lib/unpack/mjoy.h
+ ref/master-lib/unpack/readme.023
+ ref/mbr/Master boot record - Wikipedia.html
+ ref/mbr/Partition type - Wikipedia.html
+ ref/pc98-cg/PC-9821-Lt2/ANEX86.BMP
+ ref/pc98-cg/PC-9821-Lt2/NOTES.TXT
+ ref/pc98-fm-118/init1181.lzh
+ ref/pc98-pegc-256-color/memvga.c
+ ref/pc98-pegc-256-color/pegc.c
+ ref/pc98-pegc-256-color/pegc.h
+ ref/rhythm/drum_samples.zip
+ scaleup-4x3-mp4-to-1080p.sh
+ scaleup-4x3-mts-to-1080p.sh
+ scripts/captures.bat
+ scripts/dosbox-installer.nsi
+ scripts/editconf.bat
+ scripts/ega-switch.pl
+ scripts/font-switch.pl
+ scripts/resetconf.bat
+ scripts/resetmapper.bat
+ snapshots/CT1600 Sound Blaster Pro 2 mixer register dump hardware and mixer reset state.png
+ src/Makefile.am
+ src/aviwriter/Makefile.am
+ src/builtin/25_com.cpp
+ src/builtin/28_com.cpp
+ src/builtin/50_com.cpp
+ src/builtin/Makefile.am
+ src/builtin/append_exe.cpp
+ src/builtin/buffers_com.cpp
+ src/builtin/chkdsk_exe.cpp
+ src/builtin/cwsdpmi_exe.cpp
+ src/builtin/debug_exe.cpp
+ src/builtin/defrag_exe.cpp
+ src/builtin/device_com.cpp
+ src/builtin/diskcopy_exe.cpp
+ src/builtin/dos32a_exe.cpp
+ src/builtin/dosidle_exe.cpp
+ src/builtin/dosmid.h
+ src/builtin/dsxmenu_exe_pc.cpp
+ src/builtin/dsxmenu_exe_pc98.cpp
+ src/builtin/edit_com.cpp
+ src/builtin/emsmagic.h
+ src/builtin/eval.h
+ src/builtin/fc_exe.cpp
+ src/builtin/fcbs_com.cpp
+ src/builtin/fdisk_exe.cpp
+ src/builtin/files_com.cpp
+ src/builtin/find_exe.cpp
+ src/builtin/format_exe.cpp
+ src/builtin/glide2x.h
+ src/builtin/hexmem16_exe.cpp
+ src/builtin/hexmem32_exe.cpp
+ src/builtin/lastdriv_com.cpp
+ src/builtin/mem_com.cpp
+ src/builtin/move_exe.cpp
+ src/builtin/ne2000.h
+ src/builtin/print_com.cpp
+ src/builtin/replace_exe.cpp
+ src/builtin/shutdown.h
+ src/builtin/sort_exe.cpp
+ src/builtin/sys_com.cpp
+ src/builtin/textutil.h
+ src/builtin/update-dsxmenu-pc98.sh
+ src/builtin/update-dsxmenu.sh
+ src/builtin/xcopy_exe.cpp
+ src/builtin/zip.h
+ src/cpu/Makefile.am
+ src/cpu/core_dyn_x86/Makefile.am
+ src/cpu/core_dyn_x86/dyn_mmx.h
+ src/cpu/core_dynrec/Makefile.am
+ src/cpu/core_full/Makefile.am
+ src/cpu/core_normal/Makefile.am
+ src/cpu/core_prefetch_buf.h
+ src/cpu/dynamic_alloc_common.h
+ src/debug/Makefile.am
+ src/dos/Makefile.am
+ src/dos/char512.h
+ src/dos/dos_network.h
+ src/dos/dos_network2.h
+ src/dos/scsidefs.h
+ src/dos/wnaspi32.h
+ src/fpu/Makefile.am
+ src/gamelink/Makefile.am
+ src/gamelink/README.md
+ src/gamelink/gamelink.cpp
+ src/gamelink/gamelink.h
+ src/gamelink/gamelink_term.cpp
+ src/gui/Makefile.am
+ src/gui/bitop.cpp
+ src/gui/dosbox.cga640.bmp.h
+ src/gui/dosbox.vga16.bmp.h
+ src/gui/menu_macos.mm
+ src/gui/midi_mt32.h
+ src/gui/midi_timidity.h
+ src/gui/ptrop.cpp
+ src/gui/sdlmain_linux.cpp
+ src/gui/whereami.c
+ src/gui/zipcrc.c
+ src/gui/zipfile.cpp
+ src/hardware/8255.cpp
+ src/hardware/Makefile.am
+ src/hardware/RetroWaveLib/RetroWave_DOSBoX.cpp
+ src/hardware/dongle.cpp
+ src/hardware/hardopl.cpp
+ src/hardware/mame/Makefile.am
+ src/hardware/mame/emu.h
+ src/hardware/mame/fmopl.cpp
+ src/hardware/mame/fmopl.h
+ src/hardware/mame/saa1099.cpp
+ src/hardware/mame/saa1099.h
+ src/hardware/mame/sn76496.cpp
+ src/hardware/mame/sn76496.h
+ src/hardware/mame/ymdeltat.cpp
+ src/hardware/mame/ymdeltat.h
+ src/hardware/mame/ymf262.cpp
+ src/hardware/mame/ymf262.h
+ src/hardware/opl2board/opl2board.cpp
+ src/hardware/opl2board/opl2board.h
+ src/hardware/opl3duoboard/opl3duoboard.cpp
+ src/hardware/opl3duoboard/opl3duoboard.h
+ src/hardware/parport/Makefile.am
+ src/hardware/parport/printer_charmaps.cpp
+ src/hardware/parport/printer_if.h
+ src/hardware/parport/printer_redir.h
+ src/hardware/pc98.cpp
+ src/hardware/pc98_fm.cpp
+ src/hardware/pci_devices.h
+ src/hardware/reSID/Makefile.am
+ src/hardware/reSID/q.txt
+ src/hardware/serialport/Makefile.am
+ src/hardware/snd_pc98/cbus/amd98.c
+ src/hardware/snd_pc98/cbus/amd98.h
+ src/hardware/snd_pc98/cbus/board118.c
+ src/hardware/snd_pc98/cbus/board118.h
+ src/hardware/snd_pc98/cbus/board14.c
+ src/hardware/snd_pc98/cbus/board14.h
+ src/hardware/snd_pc98/cbus/board26k.c
+ src/hardware/snd_pc98/cbus/board26k.h
+ src/hardware/snd_pc98/cbus/board86.c
+ src/hardware/snd_pc98/cbus/board86.h
+ src/hardware/snd_pc98/cbus/boardpx.c
+ src/hardware/snd_pc98/cbus/boardpx.h
+ src/hardware/snd_pc98/cbus/boardspb.c
+ src/hardware/snd_pc98/cbus/boardspb.h
+ src/hardware/snd_pc98/cbus/boardx2.c
+ src/hardware/snd_pc98/cbus/boardx2.h
+ src/hardware/snd_pc98/cbus/cbuscore.c
+ src/hardware/snd_pc98/cbus/cbuscore.h
+ src/hardware/snd_pc98/cbus/cs4231io.c
+ src/hardware/snd_pc98/cbus/cs4231io.h
+ src/hardware/snd_pc98/cbus/pc9861k.c
+ src/hardware/snd_pc98/cbus/pc9861k.h
+ src/hardware/snd_pc98/cbus/pcm86io.c
+ src/hardware/snd_pc98/cbus/pcm86io.h
+ src/hardware/snd_pc98/common/parts.c
+ src/hardware/snd_pc98/common/parts.h
+ src/hardware/snd_pc98/common/profile.h
+ src/hardware/snd_pc98/common/wavefile.h
+ src/hardware/snd_pc98/generic/keydisp.c
+ src/hardware/snd_pc98/generic/keydisp.h
+ src/hardware/snd_pc98/sound/adpcm.h
+ src/hardware/snd_pc98/sound/adpcmc.c
+ src/hardware/snd_pc98/sound/adpcmg.c
+ src/hardware/snd_pc98/sound/fmboard.c
+ src/hardware/snd_pc98/sound/fmboard.h
+ src/hardware/snd_pc98/sound/fmtimer.c
+ src/hardware/snd_pc98/sound/fmtimer.h
+ src/hardware/snd_pc98/sound/getsnd/getsmix.c
+ src/hardware/snd_pc98/sound/getsnd/getsnd.c
+ src/hardware/snd_pc98/sound/getsnd/getsnd.h
+ src/hardware/snd_pc98/sound/getsnd/getsndmn.mcr
+ src/hardware/snd_pc98/sound/getsnd/getsndst.mcr
+ src/hardware/snd_pc98/sound/getsnd/getwave.c
+ src/hardware/snd_pc98/sound/opngen.h
+ src/hardware/snd_pc98/sound/opngenc.c
+ src/hardware/snd_pc98/sound/opngeng.c
+ src/hardware/snd_pc98/sound/pcm86.h
+ src/hardware/snd_pc98/sound/pcm86c.c
+ src/hardware/snd_pc98/sound/pcm86g.c
+ src/hardware/snd_pc98/sound/psggen.h
+ src/hardware/snd_pc98/sound/psggenc.c
+ src/hardware/snd_pc98/sound/psggeng.c
+ src/hardware/snd_pc98/sound/rhythm.h
+ src/hardware/snd_pc98/sound/rhythmc.c
+ src/hardware/snd_pc98/sound/s98.c
+ src/hardware/snd_pc98/sound/s98.h
+ src/hardware/snd_pc98/sound/sndcsec.c
+ src/hardware/snd_pc98/sound/sndcsec.h
+ src/hardware/snd_pc98/sound/sound.c
+ src/hardware/snd_pc98/sound/sound.h
+ src/hardware/snd_pc98/sound/soundrom.c
+ src/hardware/snd_pc98/sound/soundrom.h
+ src/hardware/snd_pc98/sound/tms3631.h
+ src/hardware/snd_pc98/sound/tms3631c.c
+ src/hardware/snd_pc98/sound/tms3631g.c
+ src/hardware/snd_pc98/x11/dosio.c
+ src/hardware/snd_pc98/x11/dosio.h
+ src/hardware/vga_pc98_gdc_draw.cpp
+ src/ints/Makefile.am
+ src/ints/pc98_lio.cpp
+ src/libs/Makefile.am
+ src/libs/decoders/Makefile.am
+ src/libs/decoders/archive.h
+ src/libs/decoders/dr_flac.h
+ src/libs/decoders/dr_mp3.h
+ src/libs/decoders/dr_wav.h
+ src/libs/decoders/internal/Makefile.am
+ src/libs/decoders/internal/ogg/bitwise.c
+ src/libs/decoders/internal/ogg/crctable.h
+ src/libs/decoders/internal/ogg/framing.c
+ src/libs/decoders/internal/opus/celt/config.h
+ src/libs/decoders/internal/opus/silk/config.h
+ src/libs/decoders/internal/opus/silk/float/config.h
+ src/libs/decoders/internal/opus/src/config.h
+ src/libs/decoders/internal/opus/src/mlp_data.c
+ src/libs/decoders/internal/opus/src/tansig_table.h
+ src/libs/decoders/internal/opusfile/config.h
+ src/libs/decoders/internal/opusfile/http.c
+ src/libs/decoders/internal/opusfile/info.c
+ src/libs/decoders/internal/opusfile/internal.c
+ src/libs/decoders/internal/opusfile/internal.h
+ src/libs/decoders/internal/opusfile/opusfile.c
+ src/libs/decoders/internal/opusfile/stream.c
+ src/libs/decoders/internal/opusfile/wincerts.c
+ src/libs/decoders/internal/opusfile/winerrno.h
+ src/libs/decoders/internal/speexdsp/config.h
+ src/libs/decoders/internal/speexdsp/kiss_fft.h
+ src/libs/decoders/internal/speexdsp/kiss_fftr.h
+ src/libs/decoders/internal/speexdsp/smallft.c
+ src/libs/decoders/internal/speexdsp/smallft.h
+ src/libs/decoders/mp3_seek_table.cpp
+ src/libs/decoders/opus.c
+ src/libs/fluidsynth/Makefile.am
+ src/libs/fluidsynth/fluid_lfo.c
+ src/libs/fluidsynth/fluid_rev.c
+ src/libs/gui_tk/Doxyfile
+ src/libs/gui_tk/Makefile.am
+ src/libs/libchdr/FLAC/md5.c
+ src/libs/libchdr/FLAC/private/md5.h
+ src/libs/libchdr/FLAC/share/utf8.h
+ src/libs/libchdr/bitstream.h
+ src/libs/libchdr/cdrom.h
+ src/libs/libchdr/chdconfig.h
+ src/libs/libchdr/coretypes.h
+ src/libs/libchdr/flac.h
+ src/libs/libchdr/huffman.h
+ src/libs/libchdr/libchdr_bitstream.c
+ src/libs/libchdr/libchdr_cdrom.c
+ src/libs/libchdr/libchdr_flac.c
+ src/libs/libchdr/libchdr_huffman.c
+ src/libs/libchdr/lzma/7zTypes.h
+ src/libs/libchdr/lzma/Compiler.h
+ src/libs/libchdr/lzma/CpuArch.h
+ src/libs/libchdr/lzma/LzFind.c
+ src/libs/libchdr/lzma/LzFind.h
+ src/libs/libchdr/lzma/LzHash.h
+ src/libs/libchdr/lzma/LzmaDec.c
+ src/libs/libchdr/lzma/LzmaDec.h
+ src/libs/libchdr/lzma/LzmaEnc.c
+ src/libs/libchdr/lzma/LzmaEnc.h
+ src/libs/libchdr/lzma/LzmaLib.h
+ src/libs/libchdr/lzma/Precomp.h
+ src/libs/mt32/Makefile.am
+ src/libs/passthroughio/Makefile.am
+ src/libs/passthroughio/passthroughio.cpp
+ src/libs/passthroughio/passthroughio.h
+ src/libs/physfs/physfs.c
+ src/libs/physfs/physfs.h
+ src/libs/physfs/physfs_archiver_7z.c
+ src/libs/physfs/physfs_archiver_dir.c
+ src/libs/physfs/physfs_archiver_grp.c
+ src/libs/physfs/physfs_archiver_hog.c
+ src/libs/physfs/physfs_archiver_iso9660.c
+ src/libs/physfs/physfs_archiver_mvl.c
+ src/libs/physfs/physfs_archiver_qpak.c
+ src/libs/physfs/physfs_archiver_slb.c
+ src/libs/physfs/physfs_archiver_unpacked.c
+ src/libs/physfs/physfs_archiver_vdf.c
+ src/libs/physfs/physfs_archiver_zip.c
+ src/libs/physfs/physfs_byteorder.c
+ src/libs/physfs/physfs_casefolding.h
+ src/libs/physfs/physfs_internal.h
+ src/libs/physfs/physfs_lzmasdk.h
+ src/libs/physfs/physfs_miniz.h
+ src/libs/physfs/physfs_platform_apple.mm
+ src/libs/physfs/physfs_platform_haiku.cpp
+ src/libs/physfs/physfs_platform_os2.c
+ src/libs/physfs/physfs_platform_posix.c
+ src/libs/physfs/physfs_platform_qnx.c
+ src/libs/physfs/physfs_platform_unix.c
+ src/libs/physfs/physfs_platform_windows.c
+ src/libs/physfs/physfs_platform_winrt.cpp
+ src/libs/physfs/physfs_platforms.h
+ src/libs/physfs/physfs_unicode.c
+ src/libs/xBRZ/Changelog.txt
+ src/libs/xBRZ/Makefile.am
+ src/libs/xBRZ/xbrz.cpp
+ src/libs/xBRZ/xbrz.h
+ src/libs/xBRZ/xbrz_config.h
+ src/libs/xBRZ/xbrz_tools.h
+ src/libs/zmbv/Makefile.am
+ src/libs/zmbv/unused-source-files.zip
+ src/misc/Makefile.am
+ src/misc/iconvpp.cpp
+ src/misc/mkdir_p.cpp
+ src/misc/regionalloctracking.cpp
+ src/misc/savestates.cpp
+ src/misc/shiftjis.cpp
+ src/misc/winiconv.c
+ src/output/Makefile.am
+ src/output/direct3d/Makefile.am
+ src/output/direct3d/d3d_components.h
+ src/output/output_direct3d.cpp
+ src/output/output_direct3d.h
+ src/output/output_gamelink.cpp
+ src/output/output_gamelink.h
+ src/output/output_opengl.cpp
+ src/output/output_opengl.h
+ src/output/output_surface.cpp
+ src/output/output_surface.h
+ src/output/output_tools.h
+ src/output/output_tools_xbrz.cpp
+ src/output/output_tools_xbrz.h
+ src/output/output_ttf.h
+ src/platform/Makefile.am
+ src/resource.h
+ src/shell/Makefile.am
+ src/tool/mach-o-matic.cpp
+ src/winres.h
+ src/winres.rc
+ tests/dosbox_test_fixture.h
+ tests/readme.txt
+ tests/tests.h
+ update-build-timestamp.pl
+ update-docs-site
+ update-dosbox-x-reference-conf
+ update-en-translation
+ update-version-number
+ vs/Backup/dosbox-x.sln
+ vs/TESTING.ZIP
+ vs/UpgradeLog.htm
+ vs/config_package.h
+ vs/dosbox-x.sln
+ vs/dosbox-x.suo
+ vs/dosbox-x.vcxproj
+ vs/dosbox-x.vcxproj.filters
+ vs/extlib/x64/dxguid.lib
+ vs/extlib/x86/dxguid.lib
+ vs/freetype/ChangeLog.21
+ vs/freetype/build-dosbox.sh
+ vs/freetype/builds/atari/ATARI.H
+ vs/freetype/builds/atari/FNames.SIC
+ vs/freetype/builds/atari/FREETYPE.PRJ
+ vs/freetype/builds/atari/README.TXT
+ vs/freetype/builds/atari/deflinejoiner.awk
+ vs/freetype/builds/atari/gen-purec-patch.sh
+ vs/freetype/builds/mac/FreeType.m68k_cfm.make.txt
+ vs/freetype/builds/mac/FreeType.m68k_far.make.txt
+ vs/freetype/builds/mac/FreeType.ppc_carbon.make.txt
+ vs/freetype/builds/mac/FreeType.ppc_classic.make.txt
+ vs/freetype/builds/mac/README
+ vs/freetype/builds/mac/ascii2mpw.py
+ vs/freetype/builds/unix/freetype2.in
+ vs/freetype/builds/wince/vc2005-ce/freetype.sln
+ vs/freetype/builds/wince/vc2008-ce/freetype.sln
+ vs/freetype/builds/windows/vc2005/freetype.sln
+ vs/freetype/builds/windows/vc2008/freetype.sln
+ vs/freetype/builds/windows/vc2010/freetype.sln
+ vs/freetype/builds/windows/visualc/freetype.dsp
+ vs/freetype/builds/windows/visualc/freetype.dsw
+ vs/freetype/builds/windows/visualc/freetype.sln
+ vs/freetype/builds/windows/visualce/freetype.dsp
+ vs/freetype/builds/windows/visualce/freetype.dsw
+ vs/freetype/docs/CMAKE
+ vs/freetype/docs/INSTALL.MAC
+ vs/freetype/docs/LICENSE.TXT
+ vs/freetype/docs/MAKEPP
+ vs/freetype/docs/PROBLEMS
+ vs/freetype/docs/freetype-config.1
+ vs/freetype/docs/reference/README
+ vs/freetype/docs/release
+ vs/freetype/include/freetype/config/ftmodule.h
+ vs/freetype/include/freetype/ftchapters.h
+ vs/freetype/objs/README
+ vs/freetype/src/autofit/afangles.h
+ vs/freetype/src/gzip/inffixed.h
+ vs/freetype/src/tools/Jamfile
+ vs/freetype/src/tools/cordic.py
+ vs/freetype/src/tools/docmaker/docbeauty.py
+ vs/freetype/src/tools/ftrandom/README
+ vs/freetype/src/tools/no-copyright
+ vs/freetype/src/tools/test_afm.c
+ vs/freetype/src/tools/test_bbox.c
+ vs/freetype/src/tools/test_trig.c
+ vs/freetype/src/tools/update-copyright
+ vs/freetype/version.sed
+ vs/libpdcurses/IMPLEMNT.md
+ vs/libpdcurses/borland.lrf
+ vs/libpdcurses/curses.h
+ vs/libpdcurses/curspriv.h
+ vs/libpdcurses/demos/README.md
+ vs/libpdcurses/demos/firework.c
+ vs/libpdcurses/demos/nctests.mif
+ vs/libpdcurses/demos/ncurses_cfg.h
+ vs/libpdcurses/demos/ozdemo.c
+ vs/libpdcurses/demos/ptest.c
+ vs/libpdcurses/demos/testcurs.c
+ vs/libpdcurses/demos/tui.c
+ vs/libpdcurses/demos/tui.h
+ vs/libpdcurses/demos/xmas.c
+ vs/libpdcurses/doc/README.md
+ vs/libpdcurses/doc/intro.md
+ vs/libpdcurses/doc/sdl.md
+ vs/libpdcurses/doc/x11.md
+ vs/libpdcurses/dos/Makefile.bcc
+ vs/libpdcurses/dos/Makefile.w16
+ vs/libpdcurses/dos/Makefile.w4g
+ vs/libpdcurses/dos/README.md
+ vs/libpdcurses/dos/pdcclip.c
+ vs/libpdcurses/dos/pdcdisp.c
+ vs/libpdcurses/dos/pdcdos.h
+ vs/libpdcurses/dos/pdcgetsc.c
+ vs/libpdcurses/dos/pdckbd.c
+ vs/libpdcurses/dos/pdcscrn.c
+ vs/libpdcurses/dos/pdcsetsc.c
+ vs/libpdcurses/dos/pdcutil.c
+ vs/libpdcurses/libobjs.mif
+ vs/libpdcurses/libpdcurses.vcxproj.filters
+ vs/libpdcurses/makedist.mif
+ vs/libpdcurses/os2/Makefile.bcc
+ vs/libpdcurses/os2/Makefile.wcc
+ vs/libpdcurses/os2/README.md
+ vs/libpdcurses/os2/pdcclip.c
+ vs/libpdcurses/os2/pdcdisp.c
+ vs/libpdcurses/os2/pdcgetsc.c
+ vs/libpdcurses/os2/pdckbd.c
+ vs/libpdcurses/os2/pdcos2.h
+ vs/libpdcurses/os2/pdcscrn.c
+ vs/libpdcurses/os2/pdcsetsc.c
+ vs/libpdcurses/os2/pdcutil.c
+ vs/libpdcurses/panel.h
+ vs/libpdcurses/pdcurses/README.md
+ vs/libpdcurses/pdcurses/addch.c
+ vs/libpdcurses/pdcurses/addchstr.c
+ vs/libpdcurses/pdcurses/addstr.c
+ vs/libpdcurses/pdcurses/attr.c
+ vs/libpdcurses/pdcurses/beep.c
+ vs/libpdcurses/pdcurses/bkgd.c
+ vs/libpdcurses/pdcurses/border.c
+ vs/libpdcurses/pdcurses/clear.c
+ vs/libpdcurses/pdcurses/color.c
+ vs/libpdcurses/pdcurses/debug.c
+ vs/libpdcurses/pdcurses/delch.c
+ vs/libpdcurses/pdcurses/deleteln.c
+ vs/libpdcurses/pdcurses/deprec.c
+ vs/libpdcurses/pdcurses/getch.c
+ vs/libpdcurses/pdcurses/getstr.c
+ vs/libpdcurses/pdcurses/getyx.c
+ vs/libpdcurses/pdcurses/inch.c
+ vs/libpdcurses/pdcurses/inchstr.c
+ vs/libpdcurses/pdcurses/initscr.c
+ vs/libpdcurses/pdcurses/inopts.c
+ vs/libpdcurses/pdcurses/insch.c
+ vs/libpdcurses/pdcurses/insstr.c
+ vs/libpdcurses/pdcurses/instr.c
+ vs/libpdcurses/pdcurses/kernel.c
+ vs/libpdcurses/pdcurses/keyname.c
+ vs/libpdcurses/pdcurses/mouse.c
+ vs/libpdcurses/pdcurses/move.c
+ vs/libpdcurses/pdcurses/outopts.c
+ vs/libpdcurses/pdcurses/overlay.c
+ vs/libpdcurses/pdcurses/pad.c
+ vs/libpdcurses/pdcurses/panel.c
+ vs/libpdcurses/pdcurses/printw.c
+ vs/libpdcurses/pdcurses/refresh.c
+ vs/libpdcurses/pdcurses/scr_dump.c
+ vs/libpdcurses/pdcurses/scroll.c
+ vs/libpdcurses/pdcurses/slk.c
+ vs/libpdcurses/pdcurses/termattr.c
+ vs/libpdcurses/pdcurses/terminfo.c
+ vs/libpdcurses/pdcurses/touch.c
+ vs/libpdcurses/pdcurses/util.c
+ vs/libpdcurses/pdcurses/window.c
+ vs/libpdcurses/sdl1/README.md
+ vs/libpdcurses/sdl1/deffont.h
+ vs/libpdcurses/sdl1/deficon.h
+ vs/libpdcurses/sdl1/pdcclip.c
+ vs/libpdcurses/sdl1/pdcdisp.c
+ vs/libpdcurses/sdl1/pdcgetsc.c
+ vs/libpdcurses/sdl1/pdckbd.c
+ vs/libpdcurses/sdl1/pdcscrn.c
+ vs/libpdcurses/sdl1/pdcsdl.h
+ vs/libpdcurses/sdl1/pdcsetsc.c
+ vs/libpdcurses/sdl1/pdcutil.c
+ vs/libpdcurses/sdl1/sdltest.c
+ vs/libpdcurses/sdl2/README.md
+ vs/libpdcurses/sdl2/deffont.h
+ vs/libpdcurses/sdl2/deficon.h
+ vs/libpdcurses/sdl2/pdcclip.c
+ vs/libpdcurses/sdl2/pdcdisp.c
+ vs/libpdcurses/sdl2/pdcgetsc.c
+ vs/libpdcurses/sdl2/pdckbd.c
+ vs/libpdcurses/sdl2/pdcscrn.c
+ vs/libpdcurses/sdl2/pdcsdl.h
+ vs/libpdcurses/sdl2/pdcsetsc.c
+ vs/libpdcurses/sdl2/pdcutil.c
+ vs/libpdcurses/sdl2/sdltest.c
+ vs/libpdcurses/term.h
+ vs/libpdcurses/version.mif
+ vs/libpdcurses/watcom.mif
+ vs/libpdcurses/wincon/Makefile.bcc
+ vs/libpdcurses/wincon/Makefile.vc
+ vs/libpdcurses/wincon/Makefile.wcc
+ vs/libpdcurses/wincon/README.md
+ vs/libpdcurses/wincon/pdcclip.c
+ vs/libpdcurses/wincon/pdcdisp.c
+ vs/libpdcurses/wincon/pdcgetsc.c
+ vs/libpdcurses/wincon/pdckbd.c
+ vs/libpdcurses/wincon/pdcscrn.c
+ vs/libpdcurses/wincon/pdcsetsc.c
+ vs/libpdcurses/wincon/pdcurses.ico
+ vs/libpdcurses/wincon/pdcurses.rc
+ vs/libpdcurses/wincon/pdcutil.c
+ vs/libpdcurses/wincon/pdcwin.h
+ vs/libpdcurses/x11/Makefile.in
+ vs/libpdcurses/x11/README.md
+ vs/libpdcurses/x11/aclocal.m4
+ vs/libpdcurses/x11/big_icon.xbm
+ vs/libpdcurses/x11/compose.h
+ vs/libpdcurses/x11/config.h.in
+ vs/libpdcurses/x11/configure.ac
+ vs/libpdcurses/x11/little_icon.xbm
+ vs/libpdcurses/x11/pdcclip.c
+ vs/libpdcurses/x11/pdcdisp.c
+ vs/libpdcurses/x11/pdcgetsc.c
+ vs/libpdcurses/x11/pdckbd.c
+ vs/libpdcurses/x11/pdcscrn.c
+ vs/libpdcurses/x11/pdcsetsc.c
+ vs/libpdcurses/x11/pdcutil.c
+ vs/libpdcurses/x11/pdcx11.c
+ vs/libpdcurses/x11/pdcx11.h
+ vs/libpdcurses/x11/sb.c
+ vs/libpdcurses/x11/x11.c
+ vs/libpdcurses/x11/xcurses-config.in
+ vs/libpng/ANNOUNCE
+ vs/libpng/CHANGES
+ vs/libpng/README
+ vs/libpng/TODO
+ vs/libpng/autogen.sh
+ vs/libpng/build-dosbox.sh
+ vs/libpng/config.h.in
+ vs/libpng/contrib/README.txt
+ vs/libpng/contrib/arm-neon/README
+ vs/libpng/contrib/conftest/README
+ vs/libpng/contrib/examples/README.txt
+ vs/libpng/contrib/gregbook/Makefile.mingw32
+ vs/libpng/contrib/gregbook/Makefile.sgi
+ vs/libpng/contrib/gregbook/Makefile.unx
+ vs/libpng/contrib/gregbook/Makefile.w32
+ vs/libpng/contrib/gregbook/README
+ vs/libpng/contrib/gregbook/makevms.com
+ vs/libpng/contrib/gregbook/toucan.png
+ vs/libpng/contrib/libtests/makepng.c
+ vs/libpng/contrib/libtests/pngstest-errors.h
+ vs/libpng/contrib/mips-msa/README
+ vs/libpng/contrib/oss-fuzz/libpng_read_fuzzer.options
+ vs/libpng/contrib/oss-fuzz/png.dict
+ vs/libpng/contrib/pngminim/README
+ vs/libpng/contrib/pngminim/decoder/README
+ vs/libpng/contrib/pngminim/decoder/makefile
+ vs/libpng/contrib/pngminim/encoder/README
+ vs/libpng/contrib/pngminim/encoder/makefile
+ vs/libpng/contrib/pngminim/preader/README
+ vs/libpng/contrib/pngminim/preader/makefile
+ vs/libpng/contrib/pngminus/makefile.std
+ vs/libpng/contrib/pngminus/makefile.tc3
+ vs/libpng/contrib/pngminus/makevms.com
+ vs/libpng/contrib/pngminus/png2pnm.bat
+ vs/libpng/contrib/pngminus/png2pnm.sh
+ vs/libpng/contrib/pngminus/pngminus.bat
+ vs/libpng/contrib/pngminus/pngminus.sh
+ vs/libpng/contrib/pngminus/pnm2png.bat
+ vs/libpng/contrib/pngminus/pnm2png.sh
+ vs/libpng/contrib/pngsuite/basn0g01.png
+ vs/libpng/contrib/pngsuite/basn0g02.png
+ vs/libpng/contrib/pngsuite/basn0g04.png
+ vs/libpng/contrib/pngsuite/basn0g08.png
+ vs/libpng/contrib/pngsuite/basn0g16.png
+ vs/libpng/contrib/pngsuite/basn2c08.png
+ vs/libpng/contrib/pngsuite/basn2c16.png
+ vs/libpng/contrib/pngsuite/basn3p01.png
+ vs/libpng/contrib/pngsuite/basn3p02.png
+ vs/libpng/contrib/pngsuite/basn3p04.png
+ vs/libpng/contrib/pngsuite/basn3p08.png
+ vs/libpng/contrib/pngsuite/basn4a08.png
+ vs/libpng/contrib/pngsuite/basn4a16.png
+ vs/libpng/contrib/pngsuite/basn6a08.png
+ vs/libpng/contrib/pngsuite/basn6a16.png
+ vs/libpng/contrib/pngsuite/ftbbn0g01.png
+ vs/libpng/contrib/pngsuite/ftbbn0g02.png
+ vs/libpng/contrib/pngsuite/ftbbn0g04.png
+ vs/libpng/contrib/pngsuite/ftbbn2c16.png
+ vs/libpng/contrib/pngsuite/ftbbn3p08.png
+ vs/libpng/contrib/pngsuite/ftbgn2c16.png
+ vs/libpng/contrib/pngsuite/ftbgn3p08.png
+ vs/libpng/contrib/pngsuite/ftbrn2c08.png
+ vs/libpng/contrib/pngsuite/ftbwn0g16.png
+ vs/libpng/contrib/pngsuite/ftbwn3p08.png
+ vs/libpng/contrib/pngsuite/ftbyn3p08.png
+ vs/libpng/contrib/pngsuite/ftp0n0g08.png
+ vs/libpng/contrib/pngsuite/ftp0n2c08.png
+ vs/libpng/contrib/pngsuite/ftp0n3p08.png
+ vs/libpng/contrib/pngsuite/ftp1n3p08.png
+ vs/libpng/contrib/powerpc-vsx/README
+ vs/libpng/contrib/testpngs/crashers/bad_iCCP.png
+ vs/libpng/contrib/testpngs/crashers/badadler.png
+ vs/libpng/contrib/testpngs/crashers/badcrc.png
+ vs/libpng/contrib/testpngs/crashers/empty_ancillary_chunks.png
+ vs/libpng/contrib/testpngs/crashers/huge_IDAT.png
+ vs/libpng/contrib/testpngs/crashers/huge_bKGD_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_cHRM_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_eXIf_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_gAMA_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_hIST_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_iCCP_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_iTXt_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_juNK_unsafe_to_copy.png
+ vs/libpng/contrib/testpngs/crashers/huge_juNk_safe_to_copy.png
+ vs/libpng/contrib/testpngs/crashers/huge_pCAL_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_pHYs_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_sCAL_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_sPLT_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_sRGB_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_sTER_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_tEXt_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_tIME_chunk.png
+ vs/libpng/contrib/testpngs/crashers/huge_zTXt_chunk.png
+ vs/libpng/contrib/testpngs/gray-1-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/gray-1-1.8.png
+ vs/libpng/contrib/testpngs/gray-1-linear-tRNS.png
+ vs/libpng/contrib/testpngs/gray-1-linear.png
+ vs/libpng/contrib/testpngs/gray-1-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/gray-1-sRGB.png
+ vs/libpng/contrib/testpngs/gray-1-tRNS.png
+ vs/libpng/contrib/testpngs/gray-1.png
+ vs/libpng/contrib/testpngs/gray-16-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/gray-16-1.8.png
+ vs/libpng/contrib/testpngs/gray-16-linear-tRNS.png
+ vs/libpng/contrib/testpngs/gray-16-linear.png
+ vs/libpng/contrib/testpngs/gray-16-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/gray-16-sRGB.png
+ vs/libpng/contrib/testpngs/gray-16-tRNS.png
+ vs/libpng/contrib/testpngs/gray-16.png
+ vs/libpng/contrib/testpngs/gray-2-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/gray-2-1.8.png
+ vs/libpng/contrib/testpngs/gray-2-linear-tRNS.png
+ vs/libpng/contrib/testpngs/gray-2-linear.png
+ vs/libpng/contrib/testpngs/gray-2-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/gray-2-sRGB.png
+ vs/libpng/contrib/testpngs/gray-2-tRNS.png
+ vs/libpng/contrib/testpngs/gray-2.png
+ vs/libpng/contrib/testpngs/gray-4-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/gray-4-1.8.png
+ vs/libpng/contrib/testpngs/gray-4-linear-tRNS.png
+ vs/libpng/contrib/testpngs/gray-4-linear.png
+ vs/libpng/contrib/testpngs/gray-4-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/gray-4-sRGB.png
+ vs/libpng/contrib/testpngs/gray-4-tRNS.png
+ vs/libpng/contrib/testpngs/gray-4.png
+ vs/libpng/contrib/testpngs/gray-8-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/gray-8-1.8.png
+ vs/libpng/contrib/testpngs/gray-8-linear-tRNS.png
+ vs/libpng/contrib/testpngs/gray-8-linear.png
+ vs/libpng/contrib/testpngs/gray-8-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/gray-8-sRGB.png
+ vs/libpng/contrib/testpngs/gray-8-tRNS.png
+ vs/libpng/contrib/testpngs/gray-8.png
+ vs/libpng/contrib/testpngs/gray-alpha-16-1.8.png
+ vs/libpng/contrib/testpngs/gray-alpha-16-linear.png
+ vs/libpng/contrib/testpngs/gray-alpha-16-sRGB.png
+ vs/libpng/contrib/testpngs/gray-alpha-16.png
+ vs/libpng/contrib/testpngs/gray-alpha-8-1.8.png
+ vs/libpng/contrib/testpngs/gray-alpha-8-linear.png
+ vs/libpng/contrib/testpngs/gray-alpha-8-sRGB.png
+ vs/libpng/contrib/testpngs/gray-alpha-8.png
+ vs/libpng/contrib/testpngs/palette-1-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/palette-1-1.8.png
+ vs/libpng/contrib/testpngs/palette-1-linear-tRNS.png
+ vs/libpng/contrib/testpngs/palette-1-linear.png
+ vs/libpng/contrib/testpngs/palette-1-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/palette-1-sRGB.png
+ vs/libpng/contrib/testpngs/palette-1-tRNS.png
+ vs/libpng/contrib/testpngs/palette-1.png
+ vs/libpng/contrib/testpngs/palette-2-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/palette-2-1.8.png
+ vs/libpng/contrib/testpngs/palette-2-linear-tRNS.png
+ vs/libpng/contrib/testpngs/palette-2-linear.png
+ vs/libpng/contrib/testpngs/palette-2-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/palette-2-sRGB.png
+ vs/libpng/contrib/testpngs/palette-2-tRNS.png
+ vs/libpng/contrib/testpngs/palette-2.png
+ vs/libpng/contrib/testpngs/palette-4-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/palette-4-1.8.png
+ vs/libpng/contrib/testpngs/palette-4-linear-tRNS.png
+ vs/libpng/contrib/testpngs/palette-4-linear.png
+ vs/libpng/contrib/testpngs/palette-4-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/palette-4-sRGB.png
+ vs/libpng/contrib/testpngs/palette-4-tRNS.png
+ vs/libpng/contrib/testpngs/palette-4.png
+ vs/libpng/contrib/testpngs/palette-8-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/palette-8-1.8.png
+ vs/libpng/contrib/testpngs/palette-8-linear-tRNS.png
+ vs/libpng/contrib/testpngs/palette-8-linear.png
+ vs/libpng/contrib/testpngs/palette-8-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/palette-8-sRGB.png
+ vs/libpng/contrib/testpngs/palette-8-tRNS.png
+ vs/libpng/contrib/testpngs/palette-8.png
+ vs/libpng/contrib/testpngs/rgb-16-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-16-1.8.png
+ vs/libpng/contrib/testpngs/rgb-16-linear-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-16-linear.png
+ vs/libpng/contrib/testpngs/rgb-16-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-16-sRGB.png
+ vs/libpng/contrib/testpngs/rgb-16-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-16.png
+ vs/libpng/contrib/testpngs/rgb-8-1.8-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-8-1.8.png
+ vs/libpng/contrib/testpngs/rgb-8-linear-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-8-linear.png
+ vs/libpng/contrib/testpngs/rgb-8-sRGB-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-8-sRGB.png
+ vs/libpng/contrib/testpngs/rgb-8-tRNS.png
+ vs/libpng/contrib/testpngs/rgb-8.png
+ vs/libpng/contrib/testpngs/rgb-alpha-16-1.8.png
+ vs/libpng/contrib/testpngs/rgb-alpha-16-linear.png
+ vs/libpng/contrib/testpngs/rgb-alpha-16-sRGB.png
+ vs/libpng/contrib/testpngs/rgb-alpha-16.png
+ vs/libpng/contrib/testpngs/rgb-alpha-8-1.8.png
+ vs/libpng/contrib/testpngs/rgb-alpha-8-linear.png
+ vs/libpng/contrib/testpngs/rgb-alpha-8-sRGB.png
+ vs/libpng/contrib/testpngs/rgb-alpha-8.png
+ vs/libpng/contrib/tools/README.txt
+ vs/libpng/contrib/visupng/VisualPng.dsp
+ vs/libpng/contrib/visupng/VisualPng.dsw
+ vs/libpng/contrib/visupng/VisualPng.ico
+ vs/libpng/contrib/visupng/VisualPng.png
+ vs/libpng/contrib/visupng/VisualPng.rc
+ vs/libpng/contrib/visupng/resource.h
+ vs/libpng/example.c
+ vs/libpng/libpng.pc.in
+ vs/libpng/libpngpf.3
+ vs/libpng/pngbar.jpg
+ vs/libpng/pngbar.png
+ vs/libpng/pngnow.png
+ vs/libpng/pngtest.png
+ vs/libpng/pngusr.dfa
+ vs/libpng/projects/owatcom/libpng.tgt
+ vs/libpng/projects/owatcom/libpng.wpj
+ vs/libpng/projects/owatcom/pngconfig.mak
+ vs/libpng/projects/owatcom/pngstest.tgt
+ vs/libpng/projects/owatcom/pngtest.tgt
+ vs/libpng/projects/owatcom/pngvalid.tgt
+ vs/libpng/projects/visualc71/PRJ0041.mak
+ vs/libpng/projects/visualc71/libpng.sln
+ vs/libpng/projects/vstudio/vstudio.sln
+ vs/libpng/scripts/README.txt
+ vs/libpng/scripts/SCOPTIONS.ppc
+ vs/libpng/scripts/checksym.awk
+ vs/libpng/scripts/descrip.mms
+ vs/libpng/scripts/macro.lst
+ vs/libpng/scripts/makefile.bc32
+ vs/libpng/scripts/makefile.bor
+ vs/libpng/scripts/makefile.tc3
+ vs/libpng/scripts/makevms.com
+ vs/libpng/scripts/pnglibconf.dfa
+ vs/libpng/scripts/pnglibconf.mak
+ vs/libpng/scripts/pngwin.rc
+ vs/libpng/scripts/symbols.def
+ vs/libpng/tests/pngimage-full
+ vs/libpng/tests/pngimage-quick
+ vs/libpng/tests/pngstest
+ vs/libpng/tests/pngstest-1.8
+ vs/libpng/tests/pngstest-1.8-alpha
+ vs/libpng/tests/pngstest-linear
+ vs/libpng/tests/pngstest-linear-alpha
+ vs/libpng/tests/pngstest-none
+ vs/libpng/tests/pngstest-none-alpha
+ vs/libpng/tests/pngstest-sRGB
+ vs/libpng/tests/pngstest-sRGB-alpha
+ vs/libpng/tests/pngtest
+ vs/libpng/tests/pngtest-badpngs
+ vs/libpng/tests/pngunknown-IDAT
+ vs/libpng/tests/pngunknown-discard
+ vs/libpng/tests/pngunknown-if-safe
+ vs/libpng/tests/pngunknown-sAPI
+ vs/libpng/tests/pngunknown-sTER
+ vs/libpng/tests/pngunknown-save
+ vs/libpng/tests/pngunknown-vpAg
+ vs/libpng/tests/pngvalid-gamma-16-to-8
+ vs/libpng/tests/pngvalid-gamma-alpha-mode
+ vs/libpng/tests/pngvalid-gamma-background
+ vs/libpng/tests/pngvalid-gamma-expand16-alpha-mode
+ vs/libpng/tests/pngvalid-gamma-expand16-background
+ vs/libpng/tests/pngvalid-gamma-expand16-transform
+ vs/libpng/tests/pngvalid-gamma-sbit
+ vs/libpng/tests/pngvalid-gamma-threshold
+ vs/libpng/tests/pngvalid-gamma-transform
+ vs/libpng/tests/pngvalid-progressive-interlace-standard
+ vs/libpng/tests/pngvalid-progressive-size
+ vs/libpng/tests/pngvalid-progressive-standard
+ vs/libpng/tests/pngvalid-standard
+ vs/libpng/tests/pngvalid-transform
+ vs/pehdr-lite/SOURCE.TXT
+ vs/pehdr-lite/pehdr-lite.c
+ vs/sdl/BUGS
+ vs/sdl/CREDITS
+ vs/sdl/CWprojects.sea.bin
+ vs/sdl/INSTALL
+ vs/sdl/MPWmake.sea.bin
+ vs/sdl/Makefile.dc
+ vs/sdl/Makefile.in
+ vs/sdl/Makefile.minimal
+ vs/sdl/README
+ vs/sdl/README-SDL.txt
+ vs/sdl/README.AmigaOS
+ vs/sdl/README.BeOS
+ vs/sdl/README.DC
+ vs/sdl/README.HG
+ vs/sdl/README.MacOS
+ vs/sdl/README.MacOSX
+ vs/sdl/README.MiNT
+ vs/sdl/README.NDS
+ vs/sdl/README.OS2
+ vs/sdl/README.PS3
+ vs/sdl/README.PicoGUI
+ vs/sdl/README.Porting
+ vs/sdl/README.QNX
+ vs/sdl/README.Qtopia
+ vs/sdl/README.RISCOS
+ vs/sdl/README.Symbian
+ vs/sdl/README.Watcom
+ vs/sdl/README.WinCE
+ vs/sdl/README.wscons
+ vs/sdl/SDL.spec
+ vs/sdl/SDL.spec.in
+ vs/sdl/TODO
+ vs/sdl/VisualC/SDL.dsw
+ vs/sdl/VisualC/SDL.sln
+ vs/sdl/VisualC/SDL.suo
+ vs/sdl/VisualC/SDL/SDL.dsp
+ vs/sdl/VisualC/SDL/SDL.vcxproj
+ vs/sdl/VisualC/SDL/Version.rc
+ vs/sdl/VisualC/SDL/resource.h
+ vs/sdl/VisualC/SDLmain/SDLmain.dsp
+ vs/sdl/VisualC/SDLmain/SDLmain.vcxproj
+ vs/sdl/WhatsNew
+ vs/sdl/autogen.sh
+ vs/sdl/build-dosbox.sh
+ vs/sdl/build-scripts/fatbuild.sh
+ vs/sdl/build-scripts/makedep.sh
+ vs/sdl/build-scripts/mkinstalldirs
+ vs/sdl/build-scripts/strip_fPIC.sh
+ vs/sdl/configure.ac
+ vs/sdl/docs/man3/dummy.3
+ vs/sdl/include/SDL_name.h
+ vs/sdl/include/doxyfile
+ vs/sdl/sdl-config.in
+ vs/sdl/sdl.m4
+ vs/sdl/sdl.pc.in
+ vs/sdl/src/audio/symbian/streamplayer.cpp
+ vs/sdl/src/audio/symbian/streamplayer.h
+ vs/sdl/src/audio/windx5/directx.h
+ vs/sdl/src/hermes/README
+ vs/sdl/src/hermes/common.inc
+ vs/sdl/src/hermes/mmx_main.asm
+ vs/sdl/src/hermes/x86_main.asm
+ vs/sdl/src/hermes/x86p_32.asm
+ vs/sdl/src/main/dummy/SDL_dummy_main.c
+ vs/sdl/src/main/macos/SDL.r
+ vs/sdl/src/main/macos/SDL.shlib.r
+ vs/sdl/src/main/macos/SIZE.r
+ vs/sdl/src/main/macos/exports/Makefile
+ vs/sdl/src/main/macos/exports/SDL.x
+ vs/sdl/src/main/macos/exports/gendef.pl
+ vs/sdl/src/main/macosx/SDLMain.h
+ vs/sdl/src/main/macosx/SDLMain.m
+ vs/sdl/src/main/macosx/SDLMain.nib/classes.nib
+ vs/sdl/src/main/macosx/SDLMain.nib/objects.nib
+ vs/sdl/src/main/macosx/info.nib
+ vs/sdl/src/main/qtopia/SDL_qtopia_main.cc
+ vs/sdl/src/main/symbian/EKA2/SDL_main.cpp
+ vs/sdl/src/main/symbian/EKA2/sdlexe.cpp
+ vs/sdl/src/main/symbian/EKA2/sdllib.cpp
+ vs/sdl/src/main/symbian/EKA2/vectorbuffer.cpp
+ vs/sdl/src/main/symbian/EKA2/vectorbuffer.h
+ vs/sdl/src/main/win32/SDL_win32_main.c
+ vs/sdl/src/main/win32/version.rc
+ vs/sdl/src/thread/win32/win_ce_semaphore.h
+ vs/sdl/src/timer/macos/FastTimes.c
+ vs/sdl/src/timer/macos/FastTimes.h
+ vs/sdl/src/video/SDL_glfuncs.h
+ vs/sdl/src/video/Xext/README
+ vs/sdl/src/video/Xext/extensions/Xinerama.h
+ vs/sdl/src/video/Xext/extensions/extutil.h
+ vs/sdl/src/video/directfb/SDL_DirectFB_keys.h
+ vs/sdl/src/video/fbcon/SDL_fbkeys.h
+ vs/sdl/src/video/fbcon/riva_mmio.h
+ vs/sdl/src/video/ggi/SDL_ggikeys.h
+ vs/sdl/src/video/ps2gs/SDL_gskeys.h
+ vs/sdl/src/video/ps3/spulibs/Makefile
+ vs/sdl/src/video/symbian/EKA2/SDL_epocevents.cpp
+ vs/sdl/src/video/symbian/EKA2/dsa.cpp
+ vs/sdl/src/video/symbian/EKA2/dsa_new.cpp
+ vs/sdl/src/video/symbian/EKA2/dsa_old.cpp
+ vs/sdl/src/video/wincommon/wmmsg.h
+ vs/sdl/src/video/windib/SDL_multimon.c
+ vs/sdl/src/video/windx5/directx.h
+ vs/sdl2/Android.mk
+ vs/sdl2/BUGS.txt
+ vs/sdl2/CMakeLists.txt
+ vs/sdl2/CREDITS.txt
+ vs/sdl2/INSTALL.txt
+ vs/sdl2/Makefile.in
+ vs/sdl2/Makefile.minimal
+ vs/sdl2/Makefile.os2
+ vs/sdl2/Makefile.pandora
+ vs/sdl2/Makefile.psp
+ vs/sdl2/Makefile.wiz
+ vs/sdl2/README-SDL.txt
+ vs/sdl2/README.txt
+ vs/sdl2/SDL2.spec
+ vs/sdl2/SDL2.spec.in
+ vs/sdl2/SDL2Config.cmake
+ vs/sdl2/TODO.txt
+ vs/sdl2/VisualC-WinRT/UWP_VS2015/SDL-UWP.sln
+ vs/sdl2/VisualC-WinRT/UWP_VS2015/SDL-UWP.vcxproj
+ vs/sdl2/VisualC-WinRT/UWP_VS2015/SDL-UWP.vcxproj.filters
+ vs/sdl2/VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.sln
+ vs/sdl2/VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj
+ vs/sdl2/VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj.filters
+ vs/sdl2/VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.sln
+ vs/sdl2/VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.vcxproj
+ vs/sdl2/VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.vcxproj.filters
+ vs/sdl2/VisualC-WinRT/tests/loopwave/Assets/Logo.png
+ vs/sdl2/VisualC-WinRT/tests/loopwave/Assets/SmallLogo.png
+ vs/sdl2/VisualC-WinRT/tests/loopwave/Assets/SplashScreen.png
+ vs/sdl2/VisualC-WinRT/tests/loopwave/Assets/StoreLogo.png
+ vs/sdl2/VisualC-WinRT/tests/loopwave/Package.appxmanifest
+ vs/sdl2/VisualC-WinRT/tests/loopwave/loopwave_VS2012.vcxproj
+ vs/sdl2/VisualC-WinRT/tests/testthread/Assets/Logo.png
+ vs/sdl2/VisualC-WinRT/tests/testthread/Assets/SmallLogo.png
+ vs/sdl2/VisualC-WinRT/tests/testthread/Assets/SplashScreen.png
+ vs/sdl2/VisualC-WinRT/tests/testthread/Assets/StoreLogo.png
+ vs/sdl2/VisualC-WinRT/tests/testthread/Package.appxmanifest
+ vs/sdl2/VisualC-WinRT/tests/testthread/testthread_VS2012.vcxproj
+ vs/sdl2/VisualC/SDL.sln
+ vs/sdl2/VisualC/SDL/SDL.vcxproj
+ vs/sdl2/VisualC/SDL/SDL.vcxproj.filters
+ vs/sdl2/VisualC/SDLmain/SDLmain.vcxproj
+ vs/sdl2/VisualC/SDLtest/SDLtest.vcxproj
+ vs/sdl2/VisualC/clean.sh
+ vs/sdl2/VisualC/tests/checkkeys/checkkeys.vcxproj
+ vs/sdl2/VisualC/tests/controllermap/controllermap.vcxproj
+ vs/sdl2/VisualC/tests/loopwave/loopwave.vcxproj
+ vs/sdl2/VisualC/tests/testatomic/testatomic.vcxproj
+ vs/sdl2/VisualC/tests/testautomation/testautomation.vcxproj
+ vs/sdl2/VisualC/tests/testdraw2/testdraw2.vcxproj
+ vs/sdl2/VisualC/tests/testfile/testfile.vcxproj
+ vs/sdl2/VisualC/tests/testgamecontroller/testgamecontroller.vcxproj
+ vs/sdl2/VisualC/tests/testgesture/testgesture.vcxproj
+ vs/sdl2/VisualC/tests/testgl2/testgl2.vcxproj
+ vs/sdl2/VisualC/tests/testgles2/testgles2.vcxproj
+ vs/sdl2/VisualC/tests/testjoystick/testjoystick.vcxproj
+ vs/sdl2/VisualC/tests/testoverlay2/testoverlay2.vcxproj
+ vs/sdl2/VisualC/tests/testplatform/testplatform.vcxproj
+ vs/sdl2/VisualC/tests/testpower/testpower.vcxproj
+ vs/sdl2/VisualC/tests/testrendertarget/testrendertarget.vcxproj
+ vs/sdl2/VisualC/tests/testrumble/testrumble.vcxproj
+ vs/sdl2/VisualC/tests/testscale/testscale.vcxproj
+ vs/sdl2/VisualC/tests/testshape/testshape.vcxproj
+ vs/sdl2/VisualC/tests/testsprite2/testsprite2.vcxproj
+ vs/sdl2/VisualC/tests/testvulkan/testvulkan.vcxproj
+ vs/sdl2/VisualC/tests/testyuv/testyuv.vcxproj
+ vs/sdl2/VisualC/visualtest/unittest/testquit/testquit_VS2012.vcxproj
+ vs/sdl2/VisualC/visualtest/visualtest_VS2012.vcxproj
+ vs/sdl2/WhatsNew.txt
+ vs/sdl2/Xcode-iOS/Demos/Default.png
+ vs/sdl2/Xcode-iOS/Demos/Demos.xcodeproj/project.pbxproj
+ vs/sdl2/Xcode-iOS/Demos/Icon.png
+ vs/sdl2/Xcode-iOS/Demos/README
+ vs/sdl2/Xcode-iOS/Demos/data/bitmapfont/kromasky_16x16.bmp
+ vs/sdl2/Xcode-iOS/Demos/data/bitmapfont/license.txt
+ vs/sdl2/Xcode-iOS/Demos/data/drums/ds_brush_snare.wav
+ vs/sdl2/Xcode-iOS/Demos/data/drums/ds_china.wav
+ vs/sdl2/Xcode-iOS/Demos/data/drums/ds_kick_big_amb.wav
+ vs/sdl2/Xcode-iOS/Demos/data/drums/ds_loose_skin_mute.wav
+ vs/sdl2/Xcode-iOS/Demos/data/icon.bmp
+ vs/sdl2/Xcode-iOS/Demos/data/ship.bmp
+ vs/sdl2/Xcode-iOS/Demos/data/space.bmp
+ vs/sdl2/Xcode-iOS/Demos/data/stroke.bmp
+ vs/sdl2/Xcode-iOS/Demos/src/accelerometer.c
+ vs/sdl2/Xcode-iOS/Demos/src/common.c
+ vs/sdl2/Xcode-iOS/Demos/src/common.h
+ vs/sdl2/Xcode-iOS/Demos/src/fireworks.c
+ vs/sdl2/Xcode-iOS/Demos/src/happy.c
+ vs/sdl2/Xcode-iOS/Demos/src/keyboard.c
+ vs/sdl2/Xcode-iOS/Demos/src/mixer.c
+ vs/sdl2/Xcode-iOS/Demos/src/rectangles.c
+ vs/sdl2/Xcode-iOS/Demos/src/touch.c
+ vs/sdl2/Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
+ vs/sdl2/Xcode-iOS/SDLtest/SDL2test.xcodeproj/project.pbxproj
+ vs/sdl2/Xcode-iOS/Template/SDL iOS Application/Default-568h@2x.png
+ vs/sdl2/Xcode-iOS/Template/SDL iOS Application/Default.png
+ vs/sdl2/Xcode-iOS/Template/SDL iOS Application/Icon.png
+ vs/sdl2/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns
+ vs/sdl2/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/project.pbxproj
+ vs/sdl2/Xcode-iOS/Template/SDL iOS Application/main.c
+ vs/sdl2/Xcode-iOS/Test/README
+ vs/sdl2/Xcode-iOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj
+ vs/sdl2/Xcode/SDL/SDL.xcodeproj/project.pbxproj
+ vs/sdl2/Xcode/SDL/pkg-support/SDL.info
+ vs/sdl2/Xcode/SDL/pkg-support/resources/ReadMe.txt
+ vs/sdl2/Xcode/SDL/pkg-support/resources/SDL_DS_Store
+ vs/sdl2/Xcode/SDL/pkg-support/sdl_logo.pdf
+ vs/sdl2/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
+ vs/sdl2/Xcode/XcodeDocSet/Doxyfile
+ vs/sdl2/acinclude/ac_check_define.m4
+ vs/sdl2/acinclude/alsa.m4
+ vs/sdl2/acinclude/esd.m4
+ vs/sdl2/android-project/app/build.gradle
+ vs/sdl2/android-project/app/jni/Android.mk
+ vs/sdl2/android-project/app/jni/Application.mk
+ vs/sdl2/android-project/app/jni/src/Android.mk
+ vs/sdl2/android-project/app/proguard-rules.pro
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/HIDDevice.java
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/HIDDeviceManager.java
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/HIDDeviceUSB.java
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/SDL.java
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/SDLActivity.java
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/SDLAudioManager.java
+ vs/sdl2/android-project/app/src/main/java/org/libsdl/app/SDLControllerManager.java
+ vs/sdl2/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
+ vs/sdl2/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
+ vs/sdl2/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
+ vs/sdl2/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
+ vs/sdl2/android-project/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
+ vs/sdl2/android-project/build.gradle
+ vs/sdl2/android-project/gradle.properties
+ vs/sdl2/android-project/gradle/wrapper/gradle-wrapper.jar
+ vs/sdl2/android-project/gradle/wrapper/gradle-wrapper.properties
+ vs/sdl2/android-project/gradlew
+ vs/sdl2/android-project/gradlew.bat
+ vs/sdl2/android-project/settings.gradle
+ vs/sdl2/autogen.sh
+ vs/sdl2/build-dosbox.sh
+ vs/sdl2/build-scripts/androidbuild.sh
+ vs/sdl2/build-scripts/androidbuildlibs.sh
+ vs/sdl2/build-scripts/checker-buildbot.sh
+ vs/sdl2/build-scripts/config.sub.patch
+ vs/sdl2/build-scripts/emscripten-buildbot.sh
+ vs/sdl2/build-scripts/g++-fat.sh
+ vs/sdl2/build-scripts/gcc-fat.sh
+ vs/sdl2/build-scripts/iosbuild.sh
+ vs/sdl2/build-scripts/mkinstalldirs
+ vs/sdl2/build-scripts/nacl-buildbot.sh
+ vs/sdl2/build-scripts/naclbuild.sh
+ vs/sdl2/build-scripts/raspberrypi-buildbot.sh
+ vs/sdl2/build-scripts/showrev.sh
+ vs/sdl2/build-scripts/strip_fPIC.sh
+ vs/sdl2/build-scripts/update-copyright.sh
+ vs/sdl2/build-scripts/updaterev.sh
+ vs/sdl2/build-scripts/windows-buildbot-zipper.bat
+ vs/sdl2/build-scripts/winrtbuild.bat
+ vs/sdl2/build-scripts/winrtbuild.ps1
+ vs/sdl2/cmake/macros.cmake
+ vs/sdl2/cmake/sdlchecks.cmake
+ vs/sdl2/cmake_uninstall.cmake.in
+ vs/sdl2/configure.ac
+ vs/sdl2/debian/compat
+ vs/sdl2/debian/control
+ vs/sdl2/debian/docs
+ vs/sdl2/debian/libsdl2-dev.install
+ vs/sdl2/debian/libsdl2-dev.manpages
+ vs/sdl2/debian/libsdl2.install
+ vs/sdl2/debian/rules
+ vs/sdl2/debian/sdl2-config.1
+ vs/sdl2/debian/source/format
+ vs/sdl2/debian/watch
+ vs/sdl2/docs/README-android.md
+ vs/sdl2/docs/README-cmake.md
+ vs/sdl2/docs/README-directfb.md
+ vs/sdl2/docs/README-dynapi.md
+ vs/sdl2/docs/README-emscripten.md
+ vs/sdl2/docs/README-gesture.md
+ vs/sdl2/docs/README-hg.md
+ vs/sdl2/docs/README-ios.md
+ vs/sdl2/docs/README-linux.md
+ vs/sdl2/docs/README-macosx.md
+ vs/sdl2/docs/README-nacl.md
+ vs/sdl2/docs/README-pandora.md
+ vs/sdl2/docs/README-platforms.md
+ vs/sdl2/docs/README-porting.md
+ vs/sdl2/docs/README-psp.md
+ vs/sdl2/docs/README-raspberrypi.md
+ vs/sdl2/docs/README-touch.md
+ vs/sdl2/docs/README-wince.md
+ vs/sdl2/docs/README-windows.md
+ vs/sdl2/docs/README-winrt.md
+ vs/sdl2/docs/README.md
+ vs/sdl2/docs/doxyfile
+ vs/sdl2/include/SDL_opengles2_gl2.h
+ vs/sdl2/include/SDL_opengles2_gl2ext.h
+ vs/sdl2/include/SDL_opengles2_gl2platform.h
+ vs/sdl2/include/SDL_revision.h
+ vs/sdl2/sdl2-config.cmake.in
+ vs/sdl2/sdl2-config.in
+ vs/sdl2/sdl2.m4
+ vs/sdl2/sdl2.pc.in
+ vs/sdl2/src/haptic/android/SDL_syshaptic_c.h
+ vs/sdl2/src/hidapi/AUTHORS.txt
+ vs/sdl2/src/hidapi/HACKING.txt
+ vs/sdl2/src/hidapi/LICENSE.txt
+ vs/sdl2/src/hidapi/Makefile.am
+ vs/sdl2/src/hidapi/README.txt
+ vs/sdl2/src/hidapi/android/hid.cpp
+ vs/sdl2/src/hidapi/android/jni/Android.mk
+ vs/sdl2/src/hidapi/android/jni/Application.mk
+ vs/sdl2/src/hidapi/android/project.properties
+ vs/sdl2/src/hidapi/bootstrap
+ vs/sdl2/src/hidapi/configure.ac
+ vs/sdl2/src/hidapi/hidtest/Makefile.am
+ vs/sdl2/src/hidapi/ios/Makefile-manual
+ vs/sdl2/src/hidapi/ios/Makefile.am
+ vs/sdl2/src/hidapi/ios/hid.m
+ vs/sdl2/src/hidapi/libusb/Makefile-manual
+ vs/sdl2/src/hidapi/libusb/Makefile.am
+ vs/sdl2/src/hidapi/libusb/Makefile.freebsd
+ vs/sdl2/src/hidapi/libusb/Makefile.linux
+ vs/sdl2/src/hidapi/libusb/hidusb.cpp
+ vs/sdl2/src/hidapi/linux/Makefile-manual
+ vs/sdl2/src/hidapi/linux/Makefile.am
+ vs/sdl2/src/hidapi/linux/README.txt
+ vs/sdl2/src/hidapi/linux/hid.cpp
+ vs/sdl2/src/hidapi/linux/hidraw.cpp
+ vs/sdl2/src/hidapi/mac/Makefile-manual
+ vs/sdl2/src/hidapi/mac/Makefile.am
+ vs/sdl2/src/hidapi/testgui/Makefile-manual
+ vs/sdl2/src/hidapi/testgui/Makefile.am
+ vs/sdl2/src/hidapi/testgui/Makefile.freebsd
+ vs/sdl2/src/hidapi/testgui/Makefile.linux
+ vs/sdl2/src/hidapi/testgui/Makefile.mac
+ vs/sdl2/src/hidapi/testgui/Makefile.mingw
+ vs/sdl2/src/hidapi/testgui/copy_to_bundle.sh
+ vs/sdl2/src/hidapi/testgui/mac_support.cpp
+ vs/sdl2/src/hidapi/testgui/mac_support.h
+ vs/sdl2/src/hidapi/testgui/mac_support_cocoa.m
+ vs/sdl2/src/hidapi/testgui/start.sh
+ vs/sdl2/src/hidapi/testgui/testgui.sln
+ vs/sdl2/src/hidapi/udev/99-hid.rules
+ vs/sdl2/src/hidapi/windows/Makefile-manual
+ vs/sdl2/src/hidapi/windows/Makefile.am
+ vs/sdl2/src/hidapi/windows/Makefile.mingw
+ vs/sdl2/src/hidapi/windows/ddk_build/hidapi.def
+ vs/sdl2/src/hidapi/windows/ddk_build/sources
+ vs/sdl2/src/hidapi/windows/hidapi.sln
+ vs/sdl2/src/joystick/sort_controllers.py
+ vs/sdl2/src/main/android/SDL_android_main.c
+ vs/sdl2/src/main/dummy/SDL_dummy_main.c
+ vs/sdl2/src/main/psp/SDL_psp_main.c
+ vs/sdl2/src/main/windows/SDL_windows_main.c
+ vs/sdl2/src/main/windows/version.rc
+ vs/sdl2/src/main/winrt/SDL2-WinRTResource_BlankCursor.cur
+ vs/sdl2/src/main/winrt/SDL2-WinRTResources.rc
+ vs/sdl2/src/main/winrt/SDL_winrt_main_NonXAML.cpp
+ vs/sdl2/src/render/metal/SDL_shaders_metal.metal
+ vs/sdl2/src/render/metal/SDL_shaders_metal_ios.h
+ vs/sdl2/src/render/metal/SDL_shaders_metal_osx.h
+ vs/sdl2/src/render/metal/build-metal-shaders.sh
+ vs/sdl2/src/video/x11/edid.h
+ vs/sdl2/src/video/yuv2rgb/README.md
+ vs/sdl2/test/CMakeLists.txt
+ vs/sdl2/test/Makefile.in
+ vs/sdl2/test/autogen.sh
+ vs/sdl2/test/axis.bmp
+ vs/sdl2/test/button.bmp
+ vs/sdl2/test/configure.ac
+ vs/sdl2/test/controllermap.bmp
+ vs/sdl2/test/emscripten/joystick-pre.js
+ vs/sdl2/test/gcc-fat.sh
+ vs/sdl2/test/icon.bmp
+ vs/sdl2/test/moose.dat
+ vs/sdl2/test/nacl/manifest.json
+ vs/sdl2/test/picture.xbm
+ vs/sdl2/test/relative_mode.markdown
+ vs/sdl2/test/sample.bmp
+ vs/sdl2/test/sample.wav
+ vs/sdl2/test/shapes/p01_shape8.bmp
+ vs/sdl2/test/shapes/p02_shape8.bmp
+ vs/sdl2/test/shapes/p03_shape8.bmp
+ vs/sdl2/test/shapes/p04_shape1.bmp
+ vs/sdl2/test/shapes/p04_shape8.bmp
+ vs/sdl2/test/shapes/p05_shape8.bmp
+ vs/sdl2/test/shapes/p06_shape8.bmp
+ vs/sdl2/test/shapes/p07_shape8.bmp
+ vs/sdl2/test/shapes/p08_shape8.bmp
+ vs/sdl2/test/shapes/p09_shape8.bmp
+ vs/sdl2/test/shapes/p10_shape1.bmp
+ vs/sdl2/test/shapes/p10_shape8.bmp
+ vs/sdl2/test/shapes/p11_shape8.bmp
+ vs/sdl2/test/shapes/p12_shape8.bmp
+ vs/sdl2/test/shapes/p13_shape8.bmp
+ vs/sdl2/test/shapes/p14_shape8.bmp
+ vs/sdl2/test/shapes/p15_shape8.bmp
+ vs/sdl2/test/shapes/p16_shape1.bmp
+ vs/sdl2/test/shapes/p16_shape8.bmp
+ vs/sdl2/test/shapes/trollface_24.bmp
+ vs/sdl2/test/shapes/trollface_32alpha.bmp
+ vs/sdl2/test/testautomation_audio.c
+ vs/sdl2/test/testautomation_clipboard.c
+ vs/sdl2/test/testautomation_events.c
+ vs/sdl2/test/testautomation_hints.c
+ vs/sdl2/test/testautomation_keyboard.c
+ vs/sdl2/test/testautomation_main.c
+ vs/sdl2/test/testautomation_mouse.c
+ vs/sdl2/test/testautomation_pixels.c
+ vs/sdl2/test/testautomation_platform.c
+ vs/sdl2/test/testautomation_rect.c
+ vs/sdl2/test/testautomation_render.c
+ vs/sdl2/test/testautomation_rwops.c
+ vs/sdl2/test/testautomation_sdltest.c
+ vs/sdl2/test/testautomation_stdlib.c
+ vs/sdl2/test/testautomation_suites.h
+ vs/sdl2/test/testautomation_surface.c
+ vs/sdl2/test/testautomation_syswm.c
+ vs/sdl2/test/testautomation_timer.c
+ vs/sdl2/test/testautomation_video.c
+ vs/sdl2/test/testhittesting.c
+ vs/sdl2/test/testnativecocoa.m
+ vs/sdl2/test/testyuv.bmp
+ vs/sdl2/test/utf8.txt
+ vs/sdlnet/CHANGES
+ vs/sdlnet/MPWmake.sea.bin
+ vs/sdlnet/Makefile.am
+ vs/sdlnet/README
+ vs/sdlnet/SDL_net.pc.in
+ vs/sdlnet/SDL_net.spec
+ vs/sdlnet/SDL_net.spec.in
+ vs/sdlnet/VisualC/SDL_net_VS2008.sln
+ vs/sdlnet/VisualC/SDL_net_VS2008.suo
+ vs/sdlnet/VisualC/SDL_net_VS2008.vcxproj
+ vs/sdlnet/VisualC/Version.rc
+ vs/sdlnet/VisualC/resource.h
+ vs/sdlnet/Watcom-OS2.zip
+ vs/sdlnet/Xcode-iOS/SDL_net.xcodeproj/project.pbxproj
+ vs/sdlnet/Xcode/SDL_net.xcodeproj/project.pbxproj
+ vs/sdlnet/Xcode/package
+ vs/sdlnet/Xcode/pkg-support/SDL_net.info
+ vs/sdlnet/Xcode/pkg-support/mkpackage.sh
+ vs/sdlnet/Xcode/pkg-support/resources/ReadMe.txt
+ vs/sdlnet/Xcode/pkg-support/resources/Welcome.txt
+ vs/sdlnet/acinclude/sdl.m4
+ vs/sdlnet/acinclude/sdl2.m4
+ vs/sdlnet/autogen.sh
+ vs/sdlnet/build-dosbox.sh
+ vs/sdlnet/configure.ac
+ vs/sdlnet/gcc-fat.sh
+ vs/sdlnet/quit.bmp
+ vs/sdlnet/scroll_dn.bmp
+ vs/sdlnet/scroll_up.bmp
+ vs/sdlnet/version.rc
+ vs/tool/unzip.exe
+ vs/tool/upx.exe
+ vs/tool/zip.exe
+ vs/unistd.h
+ vs/zlib/CMakeLists.txt
+ vs/zlib/FAQ
+ vs/zlib/INDEX
+ vs/zlib/Makefile
+ vs/zlib/amiga/Makefile.sas
+ vs/zlib/build-dosbox.sh
+ vs/zlib/configure
+ vs/zlib/contrib/README.contrib
+ vs/zlib/contrib/ada/zlib.gpr
+ vs/zlib/contrib/amd64/amd64-match.S
+ vs/zlib/contrib/asm686/README.686
+ vs/zlib/contrib/blast/README
+ vs/zlib/contrib/blast/test.pk
+ vs/zlib/contrib/blast/test.txt
+ vs/zlib/contrib/delphi/ZLib.pas
+ vs/zlib/contrib/delphi/ZLibConst.pas
+ vs/zlib/contrib/delphi/readme.txt
+ vs/zlib/contrib/delphi/zlibd32.mak
+ vs/zlib/contrib/dotzlib/DotZLib.build
+ vs/zlib/contrib/dotzlib/DotZLib.chm
+ vs/zlib/contrib/dotzlib/DotZLib.sln
+ vs/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs
+ vs/zlib/contrib/gcc_gvmat64/gvmat64.S
+ vs/zlib/contrib/infback9/README
+ vs/zlib/contrib/infback9/inffix9.h
+ vs/zlib/contrib/iostream/test.cpp
+ vs/zlib/contrib/iostream/zfstream.cpp
+ vs/zlib/contrib/iostream/zfstream.h
+ vs/zlib/contrib/iostream2/zstream_test.cpp
+ vs/zlib/contrib/iostream3/README
+ vs/zlib/contrib/iostream3/TODO
+ vs/zlib/contrib/iostream3/test.cc
+ vs/zlib/contrib/iostream3/zfstream.cc
+ vs/zlib/contrib/iostream3/zfstream.h
+ vs/zlib/contrib/masmx64/bld_ml64.bat
+ vs/zlib/contrib/masmx64/inffasx64.asm
+ vs/zlib/contrib/masmx64/readme.txt
+ vs/zlib/contrib/masmx86/bld_ml32.bat
+ vs/zlib/contrib/masmx86/inffas32.asm
+ vs/zlib/contrib/masmx86/readme.txt
+ vs/zlib/contrib/minizip/Makefile.am
+ vs/zlib/contrib/minizip/MiniZip64_Changes.txt
+ vs/zlib/contrib/minizip/configure.ac
+ vs/zlib/contrib/minizip/make_vms.com
+ vs/zlib/contrib/minizip/miniunzip.1
+ vs/zlib/contrib/minizip/minizip.1
+ vs/zlib/contrib/minizip/mztools.c
+ vs/zlib/contrib/minizip/mztools.h
+ vs/zlib/contrib/pascal/example.pas
+ vs/zlib/contrib/pascal/zlibd32.mak
+ vs/zlib/contrib/pascal/zlibpas.pas
+ vs/zlib/contrib/puff/README
+ vs/zlib/contrib/puff/zeros.raw
+ vs/zlib/contrib/testzlib/testzlib.c
+ vs/zlib/contrib/testzlib/testzlib.txt
+ vs/zlib/contrib/untgz/Makefile.msc
+ vs/zlib/contrib/untgz/untgz.c
+ vs/zlib/contrib/vstudio/readme.txt
+ vs/zlib/contrib/vstudio/vc10/miniunz.vcxproj
+ vs/zlib/contrib/vstudio/vc10/miniunz.vcxproj.filters
+ vs/zlib/contrib/vstudio/vc10/minizip.vcxproj
+ vs/zlib/contrib/vstudio/vc10/minizip.vcxproj.filters
+ vs/zlib/contrib/vstudio/vc10/testzlib.vcxproj
+ vs/zlib/contrib/vstudio/vc10/testzlib.vcxproj.filters
+ vs/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj
+ vs/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.filters
+ vs/zlib/contrib/vstudio/vc10/zlib.rc
+ vs/zlib/contrib/vstudio/vc10/zlibstat.vcxproj
+ vs/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.filters
+ vs/zlib/contrib/vstudio/vc10/zlibvc.def
+ vs/zlib/contrib/vstudio/vc10/zlibvc.sln
+ vs/zlib/contrib/vstudio/vc10/zlibvc.vcxproj
+ vs/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.filters
+ vs/zlib/contrib/vstudio/vc11/miniunz.vcxproj
+ vs/zlib/contrib/vstudio/vc11/minizip.vcxproj
+ vs/zlib/contrib/vstudio/vc11/testzlib.vcxproj
+ vs/zlib/contrib/vstudio/vc11/testzlibdll.vcxproj
+ vs/zlib/contrib/vstudio/vc11/zlib.rc
+ vs/zlib/contrib/vstudio/vc11/zlibstat.vcxproj
+ vs/zlib/contrib/vstudio/vc11/zlibvc.def
+ vs/zlib/contrib/vstudio/vc11/zlibvc.sln
+ vs/zlib/contrib/vstudio/vc11/zlibvc.vcxproj
+ vs/zlib/contrib/vstudio/vc12/miniunz.vcxproj
+ vs/zlib/contrib/vstudio/vc12/minizip.vcxproj
+ vs/zlib/contrib/vstudio/vc12/testzlib.vcxproj
+ vs/zlib/contrib/vstudio/vc12/testzlibdll.vcxproj
+ vs/zlib/contrib/vstudio/vc12/zlib.rc
+ vs/zlib/contrib/vstudio/vc12/zlibstat.vcxproj
+ vs/zlib/contrib/vstudio/vc12/zlibvc.def
+ vs/zlib/contrib/vstudio/vc12/zlibvc.sln
+ vs/zlib/contrib/vstudio/vc12/zlibvc.vcxproj
+ vs/zlib/contrib/vstudio/vc14/miniunz.vcxproj
+ vs/zlib/contrib/vstudio/vc14/minizip.vcxproj
+ vs/zlib/contrib/vstudio/vc14/testzlib.vcxproj
+ vs/zlib/contrib/vstudio/vc14/testzlibdll.vcxproj
+ vs/zlib/contrib/vstudio/vc14/zlib.rc
+ vs/zlib/contrib/vstudio/vc14/zlibstat.vcxproj
+ vs/zlib/contrib/vstudio/vc14/zlibvc.def
+ vs/zlib/contrib/vstudio/vc14/zlibvc.sln
+ vs/zlib/contrib/vstudio/vc14/zlibvc.vcxproj
+ vs/zlib/contrib/vstudio/vc9/zlib.rc
+ vs/zlib/contrib/vstudio/vc9/zlibvc.def
+ vs/zlib/contrib/vstudio/vc9/zlibvc.sln
+ vs/zlib/crc32.h
+ vs/zlib/doc/algorithm.txt
+ vs/zlib/doc/txtvsbin.txt
+ vs/zlib/examples/README.examples
+ vs/zlib/examples/fitblk.c
+ vs/zlib/examples/zpipe.c
+ vs/zlib/inffixed.h
+ vs/zlib/make_vms.com
+ vs/zlib/msdos/Makefile.bor
+ vs/zlib/msdos/Makefile.msc
+ vs/zlib/msdos/Makefile.tc
+ vs/zlib/nintendods/README
+ vs/zlib/old/Makefile.riscos
+ vs/zlib/old/README
+ vs/zlib/old/descrip.mms
+ vs/zlib/old/os2/Makefile.os2
+ vs/zlib/old/os2/zlib.def
+ vs/zlib/old/visual-basic.txt
+ vs/zlib/os400/README400
+ vs/zlib/os400/bndsrc
+ vs/zlib/os400/make.sh
+ vs/zlib/os400/zlib.inc
+ vs/zlib/trees.h
+ vs/zlib/watcom/watcom_f.mak
+ vs/zlib/watcom/watcom_l.mak
+ vs/zlib/win32/DLL_FAQ.txt
+ vs/zlib/win32/Makefile.bor
+ vs/zlib/win32/Makefile.msc
+ vs/zlib/win32/VisualC.txt
+ vs/zlib/win32/zlib.def
+ vs/zlib/win32/zlib1.rc
+ vs/zlib/zlib.3.pdf
+ vs/zlib/zlib.map
+ vs/zlib/zlib.pc.cmakein
+ vs/zlib/zlib.pc.in
+ vs/zlib/zlib/zlib.vcxproj.filters
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+License: __NO_COPYRIGHT_NOR_LICENSE__
+
+Files: src/gamelink/scancodes_windows.h
+ src/gui/sdl_ttf.c
+ src/libs/tinyfiledialogs/tinyfiledialogs.c
+ src/libs/tinyfiledialogs/tinyfiledialogs.h
+ vs/sdl2/COPYING.txt
+ vs/sdl2/Xcode/SDL/pkg-support/resources/License.txt
+ vs/sdl2/include/SDL_assert.h
+ vs/sdl2/include/SDL_atomic.h
+ vs/sdl2/include/SDL_audio.h
+ vs/sdl2/include/SDL_bits.h
+ vs/sdl2/include/SDL_blendmode.h
+ vs/sdl2/include/SDL_clipboard.h
+ vs/sdl2/include/SDL_config.h
+ vs/sdl2/include/SDL_config.h.cmake
+ vs/sdl2/include/SDL_config.h.in
+ vs/sdl2/include/SDL_config_android.h
+ vs/sdl2/include/SDL_config_iphoneos.h
+ vs/sdl2/include/SDL_config_macosx.h
+ vs/sdl2/include/SDL_config_minimal.h
+ vs/sdl2/include/SDL_config_os2.h
+ vs/sdl2/include/SDL_config_pandora.h
+ vs/sdl2/include/SDL_config_psp.h
+ vs/sdl2/include/SDL_config_windows.h
+ vs/sdl2/include/SDL_config_winrt.h
+ vs/sdl2/include/SDL_config_wiz.h
+ vs/sdl2/include/SDL_copying.h
+ vs/sdl2/include/SDL_cpuinfo.h
+ vs/sdl2/include/SDL_egl.h
+ vs/sdl2/include/SDL_endian.h
+ vs/sdl2/include/SDL_error.h
+ vs/sdl2/include/SDL_events.h
+ vs/sdl2/include/SDL_filesystem.h
+ vs/sdl2/include/SDL_gamecontroller.h
+ vs/sdl2/include/SDL_gesture.h
+ vs/sdl2/include/SDL_haptic.h
+ vs/sdl2/include/SDL_hints.h
+ vs/sdl2/include/SDL_joystick.h
+ vs/sdl2/include/SDL_keyboard.h
+ vs/sdl2/include/SDL_keycode.h
+ vs/sdl2/include/SDL_loadso.h
+ vs/sdl2/include/SDL_log.h
+ vs/sdl2/include/SDL_main.h
+ vs/sdl2/include/SDL_messagebox.h
+ vs/sdl2/include/SDL_mouse.h
+ vs/sdl2/include/SDL_mutex.h
+ vs/sdl2/include/SDL_name.h
+ vs/sdl2/include/SDL_opengl.h
+ vs/sdl2/include/SDL_opengles.h
+ vs/sdl2/include/SDL_opengles2.h
+ vs/sdl2/include/SDL_pixels.h
+ vs/sdl2/include/SDL_platform.h
+ vs/sdl2/include/SDL_power.h
+ vs/sdl2/include/SDL_quit.h
+ vs/sdl2/include/SDL_rect.h
+ vs/sdl2/include/SDL_render.h
+ vs/sdl2/include/SDL_rwops.h
+ vs/sdl2/include/SDL_scancode.h
+ vs/sdl2/include/SDL_sensor.h
+ vs/sdl2/include/SDL_shape.h
+ vs/sdl2/include/SDL_stdinc.h
+ vs/sdl2/include/SDL_surface.h
+ vs/sdl2/include/SDL_system.h
+ vs/sdl2/include/SDL_syswm.h
+ vs/sdl2/include/SDL_test.h
+ vs/sdl2/include/SDL_test_assert.h
+ vs/sdl2/include/SDL_test_common.h
+ vs/sdl2/include/SDL_test_compare.h
+ vs/sdl2/include/SDL_test_crc32.h
+ vs/sdl2/include/SDL_test_font.h
+ vs/sdl2/include/SDL_test_fuzzer.h
+ vs/sdl2/include/SDL_test_harness.h
+ vs/sdl2/include/SDL_test_images.h
+ vs/sdl2/include/SDL_test_log.h
+ vs/sdl2/include/SDL_test_md5.h
+ vs/sdl2/include/SDL_test_memory.h
+ vs/sdl2/include/SDL_test_random.h
+ vs/sdl2/include/SDL_thread.h
+ vs/sdl2/include/SDL_timer.h
+ vs/sdl2/include/SDL_touch.h
+ vs/sdl2/include/SDL_types.h
+ vs/sdl2/include/SDL_version.h
+ vs/sdl2/include/SDL_video.h
+ vs/sdl2/include/SDL_vulkan.h
+ vs/sdl2/include/begin_code.h
+ vs/sdl2/include/close_code.h
+ vs/sdl2/src/SDL.c
+ vs/sdl2/src/SDL_assert.c
+ vs/sdl2/src/SDL_assert_c.h
+ vs/sdl2/src/SDL_dataqueue.c
+ vs/sdl2/src/SDL_dataqueue.h
+ vs/sdl2/src/SDL_error.c
+ vs/sdl2/src/SDL_error_c.h
+ vs/sdl2/src/SDL_hints.c
+ vs/sdl2/src/SDL_internal.h
+ vs/sdl2/src/SDL_log.c
+ vs/sdl2/src/atomic/SDL_atomic.c
+ vs/sdl2/src/atomic/SDL_spinlock.c
+ vs/sdl2/src/audio/SDL_audio.c
+ vs/sdl2/src/audio/SDL_audio_c.h
+ vs/sdl2/src/audio/SDL_audiocvt.c
+ vs/sdl2/src/audio/SDL_audiodev.c
+ vs/sdl2/src/audio/SDL_audiodev_c.h
+ vs/sdl2/src/audio/SDL_audiotypecvt.c
+ vs/sdl2/src/audio/SDL_mixer.c
+ vs/sdl2/src/audio/SDL_sysaudio.h
+ vs/sdl2/src/audio/SDL_wave.c
+ vs/sdl2/src/audio/SDL_wave.h
+ vs/sdl2/src/audio/alsa/SDL_alsa_audio.c
+ vs/sdl2/src/audio/alsa/SDL_alsa_audio.h
+ vs/sdl2/src/audio/android/SDL_androidaudio.c
+ vs/sdl2/src/audio/android/SDL_androidaudio.h
+ vs/sdl2/src/audio/arts/SDL_artsaudio.c
+ vs/sdl2/src/audio/arts/SDL_artsaudio.h
+ vs/sdl2/src/audio/coreaudio/SDL_coreaudio.h
+ vs/sdl2/src/audio/coreaudio/SDL_coreaudio.m
+ vs/sdl2/src/audio/directsound/SDL_directsound.c
+ vs/sdl2/src/audio/directsound/SDL_directsound.h
+ vs/sdl2/src/audio/disk/SDL_diskaudio.c
+ vs/sdl2/src/audio/disk/SDL_diskaudio.h
+ vs/sdl2/src/audio/dsp/SDL_dspaudio.c
+ vs/sdl2/src/audio/dsp/SDL_dspaudio.h
+ vs/sdl2/src/audio/dummy/SDL_dummyaudio.c
+ vs/sdl2/src/audio/dummy/SDL_dummyaudio.h
+ vs/sdl2/src/audio/emscripten/SDL_emscriptenaudio.c
+ vs/sdl2/src/audio/emscripten/SDL_emscriptenaudio.h
+ vs/sdl2/src/audio/esd/SDL_esdaudio.c
+ vs/sdl2/src/audio/esd/SDL_esdaudio.h
+ vs/sdl2/src/audio/fusionsound/SDL_fsaudio.c
+ vs/sdl2/src/audio/fusionsound/SDL_fsaudio.h
+ vs/sdl2/src/audio/haiku/SDL_haikuaudio.cc
+ vs/sdl2/src/audio/haiku/SDL_haikuaudio.h
+ vs/sdl2/src/audio/jack/SDL_jackaudio.c
+ vs/sdl2/src/audio/jack/SDL_jackaudio.h
+ vs/sdl2/src/audio/nacl/SDL_naclaudio.c
+ vs/sdl2/src/audio/nacl/SDL_naclaudio.h
+ vs/sdl2/src/audio/nas/SDL_nasaudio.c
+ vs/sdl2/src/audio/nas/SDL_nasaudio.h
+ vs/sdl2/src/audio/netbsd/SDL_netbsdaudio.c
+ vs/sdl2/src/audio/netbsd/SDL_netbsdaudio.h
+ vs/sdl2/src/audio/paudio/SDL_paudio.c
+ vs/sdl2/src/audio/paudio/SDL_paudio.h
+ vs/sdl2/src/audio/psp/SDL_pspaudio.c
+ vs/sdl2/src/audio/psp/SDL_pspaudio.h
+ vs/sdl2/src/audio/pulseaudio/SDL_pulseaudio.h
+ vs/sdl2/src/audio/qsa/SDL_qsa_audio.h
+ vs/sdl2/src/audio/sndio/SDL_sndioaudio.c
+ vs/sdl2/src/audio/sndio/SDL_sndioaudio.h
+ vs/sdl2/src/audio/sun/SDL_sunaudio.c
+ vs/sdl2/src/audio/sun/SDL_sunaudio.h
+ vs/sdl2/src/audio/wasapi/SDL_wasapi.c
+ vs/sdl2/src/audio/wasapi/SDL_wasapi.h
+ vs/sdl2/src/audio/wasapi/SDL_wasapi_win32.c
+ vs/sdl2/src/audio/wasapi/SDL_wasapi_winrt.cpp
+ vs/sdl2/src/audio/winmm/SDL_winmm.c
+ vs/sdl2/src/audio/winmm/SDL_winmm.h
+ vs/sdl2/src/core/android/SDL_android.c
+ vs/sdl2/src/core/android/SDL_android.h
+ vs/sdl2/src/core/android/keyinfotable.h
+ vs/sdl2/src/core/linux/SDL_dbus.c
+ vs/sdl2/src/core/linux/SDL_dbus.h
+ vs/sdl2/src/core/linux/SDL_evdev.c
+ vs/sdl2/src/core/linux/SDL_evdev.h
+ vs/sdl2/src/core/linux/SDL_evdev_kbd.c
+ vs/sdl2/src/core/linux/SDL_evdev_kbd.h
+ vs/sdl2/src/core/linux/SDL_evdev_kbd_default_accents.h
+ vs/sdl2/src/core/linux/SDL_evdev_kbd_default_keymap.h
+ vs/sdl2/src/core/linux/SDL_fcitx.c
+ vs/sdl2/src/core/linux/SDL_fcitx.h
+ vs/sdl2/src/core/linux/SDL_ibus.c
+ vs/sdl2/src/core/linux/SDL_ibus.h
+ vs/sdl2/src/core/linux/SDL_ime.c
+ vs/sdl2/src/core/linux/SDL_ime.h
+ vs/sdl2/src/core/linux/SDL_udev.h
+ vs/sdl2/src/core/unix/SDL_poll.c
+ vs/sdl2/src/core/unix/SDL_poll.h
+ vs/sdl2/src/core/windows/SDL_directx.h
+ vs/sdl2/src/core/windows/SDL_windows.c
+ vs/sdl2/src/core/windows/SDL_xinput.c
+ vs/sdl2/src/core/windows/SDL_xinput.h
+ vs/sdl2/src/core/winrt/SDL_winrtapp_common.cpp
+ vs/sdl2/src/core/winrt/SDL_winrtapp_common.h
+ vs/sdl2/src/core/winrt/SDL_winrtapp_direct3d.cpp
+ vs/sdl2/src/core/winrt/SDL_winrtapp_direct3d.h
+ vs/sdl2/src/core/winrt/SDL_winrtapp_xaml.h
+ vs/sdl2/src/cpuinfo/SDL_cpuinfo.c
+ vs/sdl2/src/cpuinfo/SDL_simd.h
+ vs/sdl2/src/dynapi/SDL_dynapi.c
+ vs/sdl2/src/dynapi/SDL_dynapi.h
+ vs/sdl2/src/dynapi/SDL_dynapi_overrides.h
+ vs/sdl2/src/dynapi/SDL_dynapi_procs.h
+ vs/sdl2/src/dynapi/gendynapi.pl
+ vs/sdl2/src/events/SDL_clipboardevents.c
+ vs/sdl2/src/events/SDL_clipboardevents_c.h
+ vs/sdl2/src/events/SDL_displayevents.c
+ vs/sdl2/src/events/SDL_displayevents_c.h
+ vs/sdl2/src/events/SDL_dropevents.c
+ vs/sdl2/src/events/SDL_dropevents_c.h
+ vs/sdl2/src/events/SDL_events.c
+ vs/sdl2/src/events/SDL_events_c.h
+ vs/sdl2/src/events/SDL_gesture.c
+ vs/sdl2/src/events/SDL_gesture_c.h
+ vs/sdl2/src/events/SDL_keyboard.c
+ vs/sdl2/src/events/SDL_keyboard_c.h
+ vs/sdl2/src/events/SDL_mouse.c
+ vs/sdl2/src/events/SDL_mouse_c.h
+ vs/sdl2/src/events/SDL_quit.c
+ vs/sdl2/src/events/SDL_sysevents.h
+ vs/sdl2/src/events/SDL_touch.c
+ vs/sdl2/src/events/SDL_touch_c.h
+ vs/sdl2/src/events/SDL_windowevents.c
+ vs/sdl2/src/events/SDL_windowevents_c.h
+ vs/sdl2/src/events/scancodes_linux.h
+ vs/sdl2/src/events/scancodes_windows.h
+ vs/sdl2/src/events/scancodes_xfree86.h
+ vs/sdl2/src/file/SDL_rwops.c
+ vs/sdl2/src/file/cocoa/SDL_rwopsbundlesupport.h
+ vs/sdl2/src/file/cocoa/SDL_rwopsbundlesupport.m
+ vs/sdl2/src/filesystem/android/SDL_sysfilesystem.c
+ vs/sdl2/src/filesystem/cocoa/SDL_sysfilesystem.m
+ vs/sdl2/src/filesystem/dummy/SDL_sysfilesystem.c
+ vs/sdl2/src/filesystem/emscripten/SDL_sysfilesystem.c
+ vs/sdl2/src/filesystem/haiku/SDL_sysfilesystem.cc
+ vs/sdl2/src/filesystem/nacl/SDL_sysfilesystem.c
+ vs/sdl2/src/filesystem/unix/SDL_sysfilesystem.c
+ vs/sdl2/src/filesystem/windows/SDL_sysfilesystem.c
+ vs/sdl2/src/filesystem/winrt/SDL_sysfilesystem.cpp
+ vs/sdl2/src/haptic/SDL_haptic.c
+ vs/sdl2/src/haptic/SDL_haptic_c.h
+ vs/sdl2/src/haptic/SDL_syshaptic.h
+ vs/sdl2/src/haptic/android/SDL_syshaptic.c
+ vs/sdl2/src/haptic/darwin/SDL_syshaptic.c
+ vs/sdl2/src/haptic/darwin/SDL_syshaptic_c.h
+ vs/sdl2/src/haptic/dummy/SDL_syshaptic.c
+ vs/sdl2/src/haptic/linux/SDL_syshaptic.c
+ vs/sdl2/src/haptic/windows/SDL_dinputhaptic.c
+ vs/sdl2/src/haptic/windows/SDL_dinputhaptic_c.h
+ vs/sdl2/src/haptic/windows/SDL_windowshaptic.c
+ vs/sdl2/src/haptic/windows/SDL_windowshaptic_c.h
+ vs/sdl2/src/haptic/windows/SDL_xinputhaptic.c
+ vs/sdl2/src/haptic/windows/SDL_xinputhaptic_c.h
+ vs/sdl2/src/joystick/SDL_gamecontroller.c
+ vs/sdl2/src/joystick/SDL_gamecontrollerdb.h
+ vs/sdl2/src/joystick/SDL_joystick.c
+ vs/sdl2/src/joystick/SDL_joystick_c.h
+ vs/sdl2/src/joystick/SDL_sysjoystick.h
+ vs/sdl2/src/joystick/android/SDL_sysjoystick.c
+ vs/sdl2/src/joystick/android/SDL_sysjoystick_c.h
+ vs/sdl2/src/joystick/bsd/SDL_sysjoystick.c
+ vs/sdl2/src/joystick/controller_type.h
+ vs/sdl2/src/joystick/darwin/SDL_sysjoystick.c
+ vs/sdl2/src/joystick/darwin/SDL_sysjoystick_c.h
+ vs/sdl2/src/joystick/dummy/SDL_sysjoystick.c
+ vs/sdl2/src/joystick/emscripten/SDL_sysjoystick.c
+ vs/sdl2/src/joystick/emscripten/SDL_sysjoystick_c.h
+ vs/sdl2/src/joystick/haiku/SDL_haikujoystick.cc
+ vs/sdl2/src/joystick/hidapi/SDL_hidapi_xbox360.c
+ vs/sdl2/src/joystick/hidapi/SDL_hidapi_xboxone.c
+ vs/sdl2/src/joystick/hidapi/SDL_hidapijoystick.c
+ vs/sdl2/src/joystick/hidapi/SDL_hidapijoystick_c.h
+ vs/sdl2/src/joystick/iphoneos/SDL_sysjoystick.m
+ vs/sdl2/src/joystick/iphoneos/SDL_sysjoystick_c.h
+ vs/sdl2/src/joystick/linux/SDL_sysjoystick.c
+ vs/sdl2/src/joystick/linux/SDL_sysjoystick_c.h
+ vs/sdl2/src/joystick/psp/SDL_sysjoystick.c
+ vs/sdl2/src/joystick/steam/SDL_steamcontroller.c
+ vs/sdl2/src/joystick/steam/SDL_steamcontroller.h
+ vs/sdl2/src/joystick/windows/SDL_dinputjoystick.c
+ vs/sdl2/src/joystick/windows/SDL_dinputjoystick_c.h
+ vs/sdl2/src/joystick/windows/SDL_mmjoystick.c
+ vs/sdl2/src/joystick/windows/SDL_windowsjoystick.c
+ vs/sdl2/src/joystick/windows/SDL_windowsjoystick_c.h
+ vs/sdl2/src/joystick/windows/SDL_xinputjoystick.c
+ vs/sdl2/src/joystick/windows/SDL_xinputjoystick_c.h
+ vs/sdl2/src/libm/math_libm.h
+ vs/sdl2/src/loadso/dlopen/SDL_sysloadso.c
+ vs/sdl2/src/loadso/dummy/SDL_sysloadso.c
+ vs/sdl2/src/loadso/windows/SDL_sysloadso.c
+ vs/sdl2/src/main/haiku/SDL_BApp.h
+ vs/sdl2/src/main/haiku/SDL_BeApp.cc
+ vs/sdl2/src/main/haiku/SDL_BeApp.h
+ vs/sdl2/src/main/nacl/SDL_nacl_main.c
+ vs/sdl2/src/power/SDL_power.c
+ vs/sdl2/src/power/SDL_syspower.h
+ vs/sdl2/src/power/android/SDL_syspower.c
+ vs/sdl2/src/power/emscripten/SDL_syspower.c
+ vs/sdl2/src/power/haiku/SDL_syspower.c
+ vs/sdl2/src/power/linux/SDL_syspower.c
+ vs/sdl2/src/power/macosx/SDL_syspower.c
+ vs/sdl2/src/power/psp/SDL_syspower.c
+ vs/sdl2/src/power/uikit/SDL_syspower.h
+ vs/sdl2/src/power/uikit/SDL_syspower.m
+ vs/sdl2/src/power/windows/SDL_syspower.c
+ vs/sdl2/src/power/winrt/SDL_syspower.cpp
+ vs/sdl2/src/render/SDL_d3dmath.c
+ vs/sdl2/src/render/SDL_d3dmath.h
+ vs/sdl2/src/render/SDL_render.c
+ vs/sdl2/src/render/SDL_sysrender.h
+ vs/sdl2/src/render/SDL_yuv_sw.c
+ vs/sdl2/src/render/SDL_yuv_sw_c.h
+ vs/sdl2/src/render/direct3d/SDL_render_d3d.c
+ vs/sdl2/src/render/direct3d/SDL_shaders_d3d.c
+ vs/sdl2/src/render/direct3d/SDL_shaders_d3d.h
+ vs/sdl2/src/render/direct3d11/SDL_render_d3d11.c
+ vs/sdl2/src/render/direct3d11/SDL_render_winrt.cpp
+ vs/sdl2/src/render/direct3d11/SDL_render_winrt.h
+ vs/sdl2/src/render/direct3d11/SDL_shaders_d3d11.c
+ vs/sdl2/src/render/direct3d11/SDL_shaders_d3d11.h
+ vs/sdl2/src/render/metal/SDL_render_metal.m
+ vs/sdl2/src/render/opengl/SDL_render_gl.c
+ vs/sdl2/src/render/opengl/SDL_shaders_gl.c
+ vs/sdl2/src/render/opengl/SDL_shaders_gl.h
+ vs/sdl2/src/render/opengles/SDL_glesfuncs.h
+ vs/sdl2/src/render/opengles/SDL_render_gles.c
+ vs/sdl2/src/render/opengles2/SDL_gles2funcs.h
+ vs/sdl2/src/render/opengles2/SDL_render_gles2.c
+ vs/sdl2/src/render/opengles2/SDL_shaders_gles2.c
+ vs/sdl2/src/render/opengles2/SDL_shaders_gles2.h
+ vs/sdl2/src/render/psp/SDL_render_psp.c
+ vs/sdl2/src/render/software/SDL_blendfillrect.c
+ vs/sdl2/src/render/software/SDL_blendfillrect.h
+ vs/sdl2/src/render/software/SDL_blendline.c
+ vs/sdl2/src/render/software/SDL_blendline.h
+ vs/sdl2/src/render/software/SDL_blendpoint.c
+ vs/sdl2/src/render/software/SDL_blendpoint.h
+ vs/sdl2/src/render/software/SDL_draw.h
+ vs/sdl2/src/render/software/SDL_drawline.c
+ vs/sdl2/src/render/software/SDL_drawline.h
+ vs/sdl2/src/render/software/SDL_drawpoint.c
+ vs/sdl2/src/render/software/SDL_drawpoint.h
+ vs/sdl2/src/render/software/SDL_render_sw.c
+ vs/sdl2/src/render/software/SDL_render_sw_c.h
+ vs/sdl2/src/render/software/SDL_rotate.h
+ vs/sdl2/src/sensor/SDL_sensor.c
+ vs/sdl2/src/sensor/SDL_sensor_c.h
+ vs/sdl2/src/sensor/SDL_syssensor.h
+ vs/sdl2/src/sensor/android/SDL_androidsensor.c
+ vs/sdl2/src/sensor/android/SDL_androidsensor.h
+ vs/sdl2/src/sensor/coremotion/SDL_coremotionsensor.h
+ vs/sdl2/src/sensor/coremotion/SDL_coremotionsensor.m
+ vs/sdl2/src/sensor/dummy/SDL_dummysensor.c
+ vs/sdl2/src/sensor/dummy/SDL_dummysensor.h
+ vs/sdl2/src/stdlib/SDL_getenv.c
+ vs/sdl2/src/stdlib/SDL_iconv.c
+ vs/sdl2/src/stdlib/SDL_malloc.c
+ vs/sdl2/src/stdlib/SDL_qsort.c
+ vs/sdl2/src/stdlib/SDL_stdlib.c
+ vs/sdl2/src/stdlib/SDL_string.c
+ vs/sdl2/src/test/SDL_test_compare.c
+ vs/sdl2/src/test/SDL_test_font.c
+ vs/sdl2/src/test/SDL_test_harness.c
+ vs/sdl2/src/test/SDL_test_imageBlit.c
+ vs/sdl2/src/test/SDL_test_imageBlitBlend.c
+ vs/sdl2/src/test/SDL_test_imageFace.c
+ vs/sdl2/src/test/SDL_test_imagePrimitives.c
+ vs/sdl2/src/test/SDL_test_imagePrimitivesBlend.c
+ vs/sdl2/src/test/SDL_test_memory.c
+ vs/sdl2/src/thread/SDL_systhread.h
+ vs/sdl2/src/thread/SDL_thread.c
+ vs/sdl2/src/thread/SDL_thread_c.h
+ vs/sdl2/src/thread/generic/SDL_syscond.c
+ vs/sdl2/src/thread/generic/SDL_sysmutex.c
+ vs/sdl2/src/thread/generic/SDL_sysmutex_c.h
+ vs/sdl2/src/thread/generic/SDL_syssem.c
+ vs/sdl2/src/thread/generic/SDL_systhread.c
+ vs/sdl2/src/thread/generic/SDL_systhread_c.h
+ vs/sdl2/src/thread/generic/SDL_systls.c
+ vs/sdl2/src/thread/psp/SDL_syscond.c
+ vs/sdl2/src/thread/psp/SDL_sysmutex.c
+ vs/sdl2/src/thread/psp/SDL_sysmutex_c.h
+ vs/sdl2/src/thread/psp/SDL_syssem.c
+ vs/sdl2/src/thread/psp/SDL_systhread.c
+ vs/sdl2/src/thread/psp/SDL_systhread_c.h
+ vs/sdl2/src/thread/pthread/SDL_syscond.c
+ vs/sdl2/src/thread/pthread/SDL_sysmutex.c
+ vs/sdl2/src/thread/pthread/SDL_sysmutex_c.h
+ vs/sdl2/src/thread/pthread/SDL_syssem.c
+ vs/sdl2/src/thread/pthread/SDL_systhread.c
+ vs/sdl2/src/thread/pthread/SDL_systhread_c.h
+ vs/sdl2/src/thread/pthread/SDL_systls.c
+ vs/sdl2/src/thread/stdcpp/SDL_syscond.cpp
+ vs/sdl2/src/thread/stdcpp/SDL_sysmutex.cpp
+ vs/sdl2/src/thread/stdcpp/SDL_sysmutex_c.h
+ vs/sdl2/src/thread/stdcpp/SDL_systhread.cpp
+ vs/sdl2/src/thread/stdcpp/SDL_systhread_c.h
+ vs/sdl2/src/thread/windows/SDL_sysmutex.c
+ vs/sdl2/src/thread/windows/SDL_syssem.c
+ vs/sdl2/src/thread/windows/SDL_systhread.c
+ vs/sdl2/src/thread/windows/SDL_systhread_c.h
+ vs/sdl2/src/thread/windows/SDL_systls.c
+ vs/sdl2/src/timer/SDL_timer.c
+ vs/sdl2/src/timer/SDL_timer_c.h
+ vs/sdl2/src/timer/dummy/SDL_systimer.c
+ vs/sdl2/src/timer/haiku/SDL_systimer.c
+ vs/sdl2/src/timer/psp/SDL_systimer.c
+ vs/sdl2/src/timer/unix/SDL_systimer.c
+ vs/sdl2/src/timer/windows/SDL_systimer.c
+ vs/sdl2/src/video/SDL_RLEaccel.c
+ vs/sdl2/src/video/SDL_RLEaccel_c.h
+ vs/sdl2/src/video/SDL_blit.c
+ vs/sdl2/src/video/SDL_blit.h
+ vs/sdl2/src/video/SDL_blit_0.c
+ vs/sdl2/src/video/SDL_blit_1.c
+ vs/sdl2/src/video/SDL_blit_A.c
+ vs/sdl2/src/video/SDL_blit_N.c
+ vs/sdl2/src/video/SDL_blit_auto.c
+ vs/sdl2/src/video/SDL_blit_auto.h
+ vs/sdl2/src/video/SDL_blit_copy.c
+ vs/sdl2/src/video/SDL_blit_copy.h
+ vs/sdl2/src/video/SDL_blit_slow.c
+ vs/sdl2/src/video/SDL_blit_slow.h
+ vs/sdl2/src/video/SDL_bmp.c
+ vs/sdl2/src/video/SDL_clipboard.c
+ vs/sdl2/src/video/SDL_egl.c
+ vs/sdl2/src/video/SDL_egl_c.h
+ vs/sdl2/src/video/SDL_fillrect.c
+ vs/sdl2/src/video/SDL_pixels.c
+ vs/sdl2/src/video/SDL_pixels_c.h
+ vs/sdl2/src/video/SDL_rect.c
+ vs/sdl2/src/video/SDL_rect_c.h
+ vs/sdl2/src/video/SDL_shape.c
+ vs/sdl2/src/video/SDL_shape_internals.h
+ vs/sdl2/src/video/SDL_stretch.c
+ vs/sdl2/src/video/SDL_surface.c
+ vs/sdl2/src/video/SDL_sysvideo.h
+ vs/sdl2/src/video/SDL_video.c
+ vs/sdl2/src/video/SDL_vulkan_internal.h
+ vs/sdl2/src/video/SDL_vulkan_utils.c
+ vs/sdl2/src/video/SDL_yuv.c
+ vs/sdl2/src/video/SDL_yuv_c.h
+ vs/sdl2/src/video/android/SDL_androidclipboard.c
+ vs/sdl2/src/video/android/SDL_androidclipboard.h
+ vs/sdl2/src/video/android/SDL_androidevents.c
+ vs/sdl2/src/video/android/SDL_androidevents.h
+ vs/sdl2/src/video/android/SDL_androidgl.c
+ vs/sdl2/src/video/android/SDL_androidgl.h
+ vs/sdl2/src/video/android/SDL_androidkeyboard.c
+ vs/sdl2/src/video/android/SDL_androidkeyboard.h
+ vs/sdl2/src/video/android/SDL_androidmessagebox.c
+ vs/sdl2/src/video/android/SDL_androidmessagebox.h
+ vs/sdl2/src/video/android/SDL_androidmouse.c
+ vs/sdl2/src/video/android/SDL_androidmouse.h
+ vs/sdl2/src/video/android/SDL_androidtouch.c
+ vs/sdl2/src/video/android/SDL_androidtouch.h
+ vs/sdl2/src/video/android/SDL_androidvideo.c
+ vs/sdl2/src/video/android/SDL_androidvideo.h
+ vs/sdl2/src/video/android/SDL_androidwindow.c
+ vs/sdl2/src/video/android/SDL_androidwindow.h
+ vs/sdl2/src/video/cocoa/SDL_cocoaclipboard.h
+ vs/sdl2/src/video/cocoa/SDL_cocoaclipboard.m
+ vs/sdl2/src/video/cocoa/SDL_cocoaevents.h
+ vs/sdl2/src/video/cocoa/SDL_cocoaevents.m
+ vs/sdl2/src/video/cocoa/SDL_cocoakeyboard.h
+ vs/sdl2/src/video/cocoa/SDL_cocoakeyboard.m
+ vs/sdl2/src/video/cocoa/SDL_cocoamessagebox.h
+ vs/sdl2/src/video/cocoa/SDL_cocoamessagebox.m
+ vs/sdl2/src/video/cocoa/SDL_cocoamodes.h
+ vs/sdl2/src/video/cocoa/SDL_cocoamodes.m
+ vs/sdl2/src/video/cocoa/SDL_cocoamouse.h
+ vs/sdl2/src/video/cocoa/SDL_cocoamouse.m
+ vs/sdl2/src/video/cocoa/SDL_cocoamousetap.h
+ vs/sdl2/src/video/cocoa/SDL_cocoamousetap.m
+ vs/sdl2/src/video/cocoa/SDL_cocoaopengl.h
+ vs/sdl2/src/video/cocoa/SDL_cocoaopengl.m
+ vs/sdl2/src/video/cocoa/SDL_cocoaopengles.h
+ vs/sdl2/src/video/cocoa/SDL_cocoaopengles.m
+ vs/sdl2/src/video/cocoa/SDL_cocoashape.h
+ vs/sdl2/src/video/cocoa/SDL_cocoashape.m
+ vs/sdl2/src/video/cocoa/SDL_cocoavideo.h
+ vs/sdl2/src/video/cocoa/SDL_cocoavideo.m
+ vs/sdl2/src/video/cocoa/SDL_cocoawindow.h
+ vs/sdl2/src/video/cocoa/SDL_cocoawindow.m
+ vs/sdl2/src/video/directfb/SDL_DirectFB_WM.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_WM.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_dyn.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_dyn.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_events.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_events.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_modes.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_modes.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_mouse.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_mouse.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_opengl.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_opengl.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_render.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_shape.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_shape.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_video.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_video.h
+ vs/sdl2/src/video/directfb/SDL_DirectFB_window.c
+ vs/sdl2/src/video/directfb/SDL_DirectFB_window.h
+ vs/sdl2/src/video/dummy/SDL_nullevents.c
+ vs/sdl2/src/video/dummy/SDL_nullevents_c.h
+ vs/sdl2/src/video/dummy/SDL_nullframebuffer.c
+ vs/sdl2/src/video/dummy/SDL_nullframebuffer_c.h
+ vs/sdl2/src/video/dummy/SDL_nullvideo.c
+ vs/sdl2/src/video/dummy/SDL_nullvideo.h
+ vs/sdl2/src/video/emscripten/SDL_emscriptenevents.c
+ vs/sdl2/src/video/emscripten/SDL_emscriptenevents.h
+ vs/sdl2/src/video/emscripten/SDL_emscriptenframebuffer.c
+ vs/sdl2/src/video/emscripten/SDL_emscriptenframebuffer.h
+ vs/sdl2/src/video/emscripten/SDL_emscriptenmouse.c
+ vs/sdl2/src/video/emscripten/SDL_emscriptenmouse.h
+ vs/sdl2/src/video/emscripten/SDL_emscriptenopengles.c
+ vs/sdl2/src/video/emscripten/SDL_emscriptenopengles.h
+ vs/sdl2/src/video/emscripten/SDL_emscriptenvideo.c
+ vs/sdl2/src/video/emscripten/SDL_emscriptenvideo.h
+ vs/sdl2/src/video/haiku/SDL_BWin.h
+ vs/sdl2/src/video/haiku/SDL_bclipboard.cc
+ vs/sdl2/src/video/haiku/SDL_bclipboard.h
+ vs/sdl2/src/video/haiku/SDL_bevents.cc
+ vs/sdl2/src/video/haiku/SDL_bevents.h
+ vs/sdl2/src/video/haiku/SDL_bframebuffer.cc
+ vs/sdl2/src/video/haiku/SDL_bframebuffer.h
+ vs/sdl2/src/video/haiku/SDL_bkeyboard.cc
+ vs/sdl2/src/video/haiku/SDL_bkeyboard.h
+ vs/sdl2/src/video/haiku/SDL_bmodes.cc
+ vs/sdl2/src/video/haiku/SDL_bmodes.h
+ vs/sdl2/src/video/haiku/SDL_bopengl.cc
+ vs/sdl2/src/video/haiku/SDL_bopengl.h
+ vs/sdl2/src/video/haiku/SDL_bvideo.cc
+ vs/sdl2/src/video/haiku/SDL_bvideo.h
+ vs/sdl2/src/video/haiku/SDL_bwindow.cc
+ vs/sdl2/src/video/haiku/SDL_bwindow.h
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmdyn.c
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmdyn.h
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmevents.c
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmevents.h
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmmouse.c
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmmouse.h
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmopengles.c
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmopengles.h
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmvideo.c
+ vs/sdl2/src/video/kmsdrm/SDL_kmsdrmvideo.h
+ vs/sdl2/src/video/mir/SDL_mirdyn.c
+ vs/sdl2/src/video/mir/SDL_mirdyn.h
+ vs/sdl2/src/video/nacl/SDL_naclevents.c
+ vs/sdl2/src/video/nacl/SDL_naclevents_c.h
+ vs/sdl2/src/video/nacl/SDL_naclglue.c
+ vs/sdl2/src/video/nacl/SDL_naclopengles.c
+ vs/sdl2/src/video/nacl/SDL_naclopengles.h
+ vs/sdl2/src/video/nacl/SDL_naclvideo.c
+ vs/sdl2/src/video/nacl/SDL_naclvideo.h
+ vs/sdl2/src/video/nacl/SDL_naclwindow.c
+ vs/sdl2/src/video/nacl/SDL_naclwindow.h
+ vs/sdl2/src/video/pandora/SDL_pandora.c
+ vs/sdl2/src/video/pandora/SDL_pandora.h
+ vs/sdl2/src/video/pandora/SDL_pandora_events.c
+ vs/sdl2/src/video/pandora/SDL_pandora_events.h
+ vs/sdl2/src/video/psp/SDL_pspevents.c
+ vs/sdl2/src/video/psp/SDL_pspevents_c.h
+ vs/sdl2/src/video/psp/SDL_pspgl.c
+ vs/sdl2/src/video/psp/SDL_pspgl_c.h
+ vs/sdl2/src/video/psp/SDL_pspmouse.c
+ vs/sdl2/src/video/psp/SDL_pspmouse_c.h
+ vs/sdl2/src/video/psp/SDL_pspvideo.c
+ vs/sdl2/src/video/psp/SDL_pspvideo.h
+ vs/sdl2/src/video/qnx/gl.c
+ vs/sdl2/src/video/qnx/keyboard.c
+ vs/sdl2/src/video/qnx/sdl_qnx.h
+ vs/sdl2/src/video/qnx/video.c
+ vs/sdl2/src/video/raspberry/SDL_rpievents.c
+ vs/sdl2/src/video/raspberry/SDL_rpievents_c.h
+ vs/sdl2/src/video/raspberry/SDL_rpimouse.c
+ vs/sdl2/src/video/raspberry/SDL_rpimouse.h
+ vs/sdl2/src/video/raspberry/SDL_rpiopengles.c
+ vs/sdl2/src/video/raspberry/SDL_rpiopengles.h
+ vs/sdl2/src/video/raspberry/SDL_rpivideo.c
+ vs/sdl2/src/video/raspberry/SDL_rpivideo.h
+ vs/sdl2/src/video/sdlgenblit.pl
+ vs/sdl2/src/video/uikit/SDL_uikitappdelegate.h
+ vs/sdl2/src/video/uikit/SDL_uikitappdelegate.m
+ vs/sdl2/src/video/uikit/SDL_uikitclipboard.h
+ vs/sdl2/src/video/uikit/SDL_uikitclipboard.m
+ vs/sdl2/src/video/uikit/SDL_uikitevents.h
+ vs/sdl2/src/video/uikit/SDL_uikitevents.m
+ vs/sdl2/src/video/uikit/SDL_uikitmessagebox.h
+ vs/sdl2/src/video/uikit/SDL_uikitmessagebox.m
+ vs/sdl2/src/video/uikit/SDL_uikitmodes.h
+ vs/sdl2/src/video/uikit/SDL_uikitmodes.m
+ vs/sdl2/src/video/uikit/SDL_uikitopengles.h
+ vs/sdl2/src/video/uikit/SDL_uikitopengles.m
+ vs/sdl2/src/video/uikit/SDL_uikitopenglview.h
+ vs/sdl2/src/video/uikit/SDL_uikitopenglview.m
+ vs/sdl2/src/video/uikit/SDL_uikitvideo.h
+ vs/sdl2/src/video/uikit/SDL_uikitvideo.m
+ vs/sdl2/src/video/uikit/SDL_uikitview.h
+ vs/sdl2/src/video/uikit/SDL_uikitview.m
+ vs/sdl2/src/video/uikit/SDL_uikitviewcontroller.h
+ vs/sdl2/src/video/uikit/SDL_uikitviewcontroller.m
+ vs/sdl2/src/video/uikit/SDL_uikitwindow.h
+ vs/sdl2/src/video/uikit/SDL_uikitwindow.m
+ vs/sdl2/src/video/uikit/keyinfotable.h
+ vs/sdl2/src/video/vivante/SDL_vivanteopengles.c
+ vs/sdl2/src/video/vivante/SDL_vivanteopengles.h
+ vs/sdl2/src/video/vivante/SDL_vivanteplatform.c
+ vs/sdl2/src/video/vivante/SDL_vivanteplatform.h
+ vs/sdl2/src/video/vivante/SDL_vivantevideo.c
+ vs/sdl2/src/video/vivante/SDL_vivantevideo.h
+ vs/sdl2/src/video/wayland/SDL_waylandclipboard.c
+ vs/sdl2/src/video/wayland/SDL_waylandclipboard.h
+ vs/sdl2/src/video/wayland/SDL_waylanddatamanager.c
+ vs/sdl2/src/video/wayland/SDL_waylanddatamanager.h
+ vs/sdl2/src/video/wayland/SDL_waylanddyn.c
+ vs/sdl2/src/video/wayland/SDL_waylanddyn.h
+ vs/sdl2/src/video/wayland/SDL_waylandevents.c
+ vs/sdl2/src/video/wayland/SDL_waylandevents_c.h
+ vs/sdl2/src/video/wayland/SDL_waylandmouse.c
+ vs/sdl2/src/video/wayland/SDL_waylandmouse.h
+ vs/sdl2/src/video/wayland/SDL_waylandopengles.c
+ vs/sdl2/src/video/wayland/SDL_waylandopengles.h
+ vs/sdl2/src/video/wayland/SDL_waylandtouch.h
+ vs/sdl2/src/video/wayland/SDL_waylandvideo.c
+ vs/sdl2/src/video/wayland/SDL_waylandvideo.h
+ vs/sdl2/src/video/wayland/SDL_waylandwindow.c
+ vs/sdl2/src/video/wayland/SDL_waylandwindow.h
+ vs/sdl2/src/video/windows/SDL_msctf.h
+ vs/sdl2/src/video/windows/SDL_vkeys.h
+ vs/sdl2/src/video/windows/SDL_windowsclipboard.c
+ vs/sdl2/src/video/windows/SDL_windowsclipboard.h
+ vs/sdl2/src/video/windows/SDL_windowsevents.c
+ vs/sdl2/src/video/windows/SDL_windowsevents.h
+ vs/sdl2/src/video/windows/SDL_windowsframebuffer.c
+ vs/sdl2/src/video/windows/SDL_windowsframebuffer.h
+ vs/sdl2/src/video/windows/SDL_windowskeyboard.c
+ vs/sdl2/src/video/windows/SDL_windowskeyboard.h
+ vs/sdl2/src/video/windows/SDL_windowsmessagebox.c
+ vs/sdl2/src/video/windows/SDL_windowsmessagebox.h
+ vs/sdl2/src/video/windows/SDL_windowsmodes.c
+ vs/sdl2/src/video/windows/SDL_windowsmodes.h
+ vs/sdl2/src/video/windows/SDL_windowsmouse.c
+ vs/sdl2/src/video/windows/SDL_windowsmouse.h
+ vs/sdl2/src/video/windows/SDL_windowsopengl.c
+ vs/sdl2/src/video/windows/SDL_windowsopengl.h
+ vs/sdl2/src/video/windows/SDL_windowsopengles.c
+ vs/sdl2/src/video/windows/SDL_windowsopengles.h
+ vs/sdl2/src/video/windows/SDL_windowsshape.c
+ vs/sdl2/src/video/windows/SDL_windowsshape.h
+ vs/sdl2/src/video/windows/SDL_windowstaskdialog.h
+ vs/sdl2/src/video/windows/SDL_windowsvideo.c
+ vs/sdl2/src/video/windows/SDL_windowsvideo.h
+ vs/sdl2/src/video/windows/SDL_windowswindow.c
+ vs/sdl2/src/video/windows/SDL_windowswindow.h
+ vs/sdl2/src/video/windows/wmmsg.h
+ vs/sdl2/src/video/winrt/SDL_winrtevents.cpp
+ vs/sdl2/src/video/winrt/SDL_winrtevents_c.h
+ vs/sdl2/src/video/winrt/SDL_winrtgamebar.cpp
+ vs/sdl2/src/video/winrt/SDL_winrtgamebar_cpp.h
+ vs/sdl2/src/video/winrt/SDL_winrtkeyboard.cpp
+ vs/sdl2/src/video/winrt/SDL_winrtmessagebox.cpp
+ vs/sdl2/src/video/winrt/SDL_winrtmessagebox.h
+ vs/sdl2/src/video/winrt/SDL_winrtmouse.cpp
+ vs/sdl2/src/video/winrt/SDL_winrtmouse_c.h
+ vs/sdl2/src/video/winrt/SDL_winrtopengles.cpp
+ vs/sdl2/src/video/winrt/SDL_winrtopengles.h
+ vs/sdl2/src/video/winrt/SDL_winrtpointerinput.cpp
+ vs/sdl2/src/video/winrt/SDL_winrtvideo.cpp
+ vs/sdl2/src/video/x11/SDL_x11clipboard.c
+ vs/sdl2/src/video/x11/SDL_x11clipboard.h
+ vs/sdl2/src/video/x11/SDL_x11dyn.c
+ vs/sdl2/src/video/x11/SDL_x11dyn.h
+ vs/sdl2/src/video/x11/SDL_x11events.c
+ vs/sdl2/src/video/x11/SDL_x11events.h
+ vs/sdl2/src/video/x11/SDL_x11framebuffer.c
+ vs/sdl2/src/video/x11/SDL_x11framebuffer.h
+ vs/sdl2/src/video/x11/SDL_x11keyboard.c
+ vs/sdl2/src/video/x11/SDL_x11keyboard.h
+ vs/sdl2/src/video/x11/SDL_x11messagebox.c
+ vs/sdl2/src/video/x11/SDL_x11messagebox.h
+ vs/sdl2/src/video/x11/SDL_x11modes.c
+ vs/sdl2/src/video/x11/SDL_x11modes.h
+ vs/sdl2/src/video/x11/SDL_x11mouse.c
+ vs/sdl2/src/video/x11/SDL_x11mouse.h
+ vs/sdl2/src/video/x11/SDL_x11opengl.c
+ vs/sdl2/src/video/x11/SDL_x11opengl.h
+ vs/sdl2/src/video/x11/SDL_x11opengles.c
+ vs/sdl2/src/video/x11/SDL_x11opengles.h
+ vs/sdl2/src/video/x11/SDL_x11shape.c
+ vs/sdl2/src/video/x11/SDL_x11shape.h
+ vs/sdl2/src/video/x11/SDL_x11touch.c
+ vs/sdl2/src/video/x11/SDL_x11touch.h
+ vs/sdl2/src/video/x11/SDL_x11video.c
+ vs/sdl2/src/video/x11/SDL_x11video.h
+ vs/sdl2/src/video/x11/SDL_x11vulkan.c
+ vs/sdl2/src/video/x11/SDL_x11vulkan.h
+ vs/sdl2/src/video/x11/SDL_x11window.c
+ vs/sdl2/src/video/x11/SDL_x11window.h
+ vs/sdl2/src/video/x11/SDL_x11xinput2.c
+ vs/sdl2/src/video/x11/SDL_x11xinput2.h
+ vs/sdlnet/chat.cpp
+ vs/sdlnet/showinterfaces.c
+ vs/zlib/contrib/minizip/MiniZip64_info.txt
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+ 1997-2018 Sam Lantinga <slouken\@libsdl.org>
+ 2017 BlackBerry Limited
+ 2017 Mark Callow
+ Valve Corporation
+ __NO_COPYRIGHT__ in: src/libs/tinyfiledialogs/tinyfiledialogs.c
+ __NO_COPYRIGHT__ in: src/libs/tinyfiledialogs/tinyfiledialogs.h
+ __NO_COPYRIGHT__ in: vs/zlib/contrib/minizip/MiniZip64_info.txt
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+Files: vs/sdl/include/SDL_active.h
+ vs/sdl/include/SDL_audio.h
+ vs/sdl/include/SDL_byteorder.h
+ vs/sdl/include/SDL_cdrom.h
+ vs/sdl/include/SDL_config.h
+ vs/sdl/include/SDL_config.h.default
+ vs/sdl/include/SDL_config.h.in
+ vs/sdl/include/SDL_config_dreamcast.h
+ vs/sdl/include/SDL_config_macos.h
+ vs/sdl/include/SDL_config_macosx.h
+ vs/sdl/include/SDL_config_minimal.h
+ vs/sdl/include/SDL_config_nds.h
+ vs/sdl/include/SDL_config_os2.h
+ vs/sdl/include/SDL_config_win32.h
+ vs/sdl/include/SDL_copying.h
+ vs/sdl/include/SDL_cpuinfo.h
+ vs/sdl/include/SDL_endian.h
+ vs/sdl/include/SDL_error.h
+ vs/sdl/include/SDL_events.h
+ vs/sdl/include/SDL_getenv.h
+ vs/sdl/include/SDL_joystick.h
+ vs/sdl/include/SDL_keyboard.h
+ vs/sdl/include/SDL_keysym.h
+ vs/sdl/include/SDL_loadso.h
+ vs/sdl/include/SDL_main.h
+ vs/sdl/include/SDL_mouse.h
+ vs/sdl/include/SDL_mutex.h
+ vs/sdl/include/SDL_opengl.h
+ vs/sdl/include/SDL_platform.h
+ vs/sdl/include/SDL_platform.h.default
+ vs/sdl/include/SDL_quit.h
+ vs/sdl/include/SDL_rwops.h
+ vs/sdl/include/SDL_stdinc.h
+ vs/sdl/include/SDL_syswm.h
+ vs/sdl/include/SDL_thread.h
+ vs/sdl/include/SDL_timer.h
+ vs/sdl/include/SDL_types.h
+ vs/sdl/include/SDL_version.h
+ vs/sdl/include/SDL_video.h
+ vs/sdl/src/SDL.c
+ vs/sdl/src/SDL_error.c
+ vs/sdl/src/SDL_error_c.h
+ vs/sdl/src/SDL_fatal.c
+ vs/sdl/src/SDL_fatal.h
+ vs/sdl/src/audio/SDL_audio.c
+ vs/sdl/src/audio/SDL_audio_c.h
+ vs/sdl/src/audio/SDL_audiocvt.c
+ vs/sdl/src/audio/SDL_audiodev.c
+ vs/sdl/src/audio/SDL_audiodev_c.h
+ vs/sdl/src/audio/SDL_audiomem.h
+ vs/sdl/src/audio/SDL_mixer.c
+ vs/sdl/src/audio/SDL_mixer_MMX.c
+ vs/sdl/src/audio/SDL_mixer_MMX_VC.c
+ vs/sdl/src/audio/SDL_mixer_MMX_VC.h
+ vs/sdl/src/audio/SDL_wave.c
+ vs/sdl/src/audio/arts/SDL_artsaudio.c
+ vs/sdl/src/audio/arts/SDL_artsaudio.h
+ vs/sdl/src/audio/baudio/SDL_beaudio.cc
+ vs/sdl/src/audio/baudio/SDL_beaudio.h
+ vs/sdl/src/audio/dart/SDL_dart.c
+ vs/sdl/src/audio/dart/SDL_dart.h
+ vs/sdl/src/audio/dc/SDL_dcaudio.c
+ vs/sdl/src/audio/dc/SDL_dcaudio.h
+ vs/sdl/src/audio/dc/aica.h
+ vs/sdl/src/audio/disk/SDL_diskaudio.h
+ vs/sdl/src/audio/dma/SDL_dmaaudio.c
+ vs/sdl/src/audio/dma/SDL_dmaaudio.h
+ vs/sdl/src/audio/dmedia/SDL_irixaudio.c
+ vs/sdl/src/audio/dmedia/SDL_irixaudio.h
+ vs/sdl/src/audio/dsp/SDL_dspaudio.h
+ vs/sdl/src/audio/dummy/SDL_dummyaudio.h
+ vs/sdl/src/audio/esd/SDL_esdaudio.c
+ vs/sdl/src/audio/esd/SDL_esdaudio.h
+ vs/sdl/src/audio/macosx/SDL_coreaudio.c
+ vs/sdl/src/audio/macosx/SDL_coreaudio.h
+ vs/sdl/src/audio/macrom/SDL_romaudio.c
+ vs/sdl/src/audio/macrom/SDL_romaudio.h
+ vs/sdl/src/audio/mint/SDL_mintaudio_gsxb.h
+ vs/sdl/src/audio/nds/SDL_ndsaudio.c
+ vs/sdl/src/audio/nds/SDL_ndsaudio.h
+ vs/sdl/src/audio/nds/sound9.c
+ vs/sdl/src/audio/nds/soundcommon.h
+ vs/sdl/src/audio/paudio/SDL_paudio.h
+ vs/sdl/src/audio/sun/SDL_sunaudio.c
+ vs/sdl/src/audio/sun/SDL_sunaudio.h
+ vs/sdl/src/audio/windib/SDL_dibaudio.c
+ vs/sdl/src/audio/windib/SDL_dibaudio.h
+ vs/sdl/src/audio/windx5/SDL_dx5audio.c
+ vs/sdl/src/audio/windx5/SDL_dx5audio.h
+ vs/sdl/src/cdrom/SDL_cdrom.c
+ vs/sdl/src/cdrom/beos/SDL_syscdrom.cc
+ vs/sdl/src/cdrom/bsdi/SDL_syscdrom.c
+ vs/sdl/src/cdrom/compat_SDL_cdrom.h
+ vs/sdl/src/cdrom/dc/SDL_syscdrom.c
+ vs/sdl/src/cdrom/dummy/SDL_syscdrom.c
+ vs/sdl/src/cdrom/freebsd/SDL_syscdrom.c
+ vs/sdl/src/cdrom/linux/SDL_syscdrom.c
+ vs/sdl/src/cdrom/macos/SDL_syscdrom.c
+ vs/sdl/src/cdrom/macosx/SDL_syscdrom.c
+ vs/sdl/src/cdrom/openbsd/SDL_syscdrom.c
+ vs/sdl/src/cdrom/os2/SDL_syscdrom.c
+ vs/sdl/src/cdrom/qnx/SDL_syscdrom.c
+ vs/sdl/src/cdrom/win32/SDL_syscdrom.c
+ vs/sdl/src/cpuinfo/SDL_cpuinfo.c
+ vs/sdl/src/events/SDL_active.c
+ vs/sdl/src/events/SDL_events.c
+ vs/sdl/src/events/SDL_events_c.h
+ vs/sdl/src/events/SDL_expose.c
+ vs/sdl/src/events/SDL_keyboard.c
+ vs/sdl/src/events/SDL_mouse.c
+ vs/sdl/src/events/SDL_quit.c
+ vs/sdl/src/events/SDL_resize.c
+ vs/sdl/src/file/SDL_rwops.c
+ vs/sdl/src/joystick/SDL_joystick.c
+ vs/sdl/src/joystick/SDL_joystick_c.h
+ vs/sdl/src/joystick/beos/SDL_bejoystick.cc
+ vs/sdl/src/joystick/bsd/SDL_sysjoystick.c
+ vs/sdl/src/joystick/dc/SDL_sysjoystick.c
+ vs/sdl/src/joystick/dummy/SDL_sysjoystick.c
+ vs/sdl/src/joystick/linux/SDL_sysjoystick.c
+ vs/sdl/src/joystick/macos/SDL_sysjoystick.c
+ vs/sdl/src/joystick/mint/SDL_sysjoystick.c
+ vs/sdl/src/joystick/nds/SDL_sysjoystick.c
+ vs/sdl/src/joystick/riscos/SDL_sysjoystick.c
+ vs/sdl/src/joystick/win32/SDL_mmjoystick.c
+ vs/sdl/src/joystick/win32/SDL_xinputjoystick.c
+ vs/sdl/src/loadso/beos/SDL_sysloadso.c
+ vs/sdl/src/loadso/dlopen/SDL_sysloadso.c
+ vs/sdl/src/loadso/dummy/SDL_sysloadso.c
+ vs/sdl/src/loadso/macos/SDL_sysloadso.c
+ vs/sdl/src/loadso/macosx/SDL_dlcompat.c
+ vs/sdl/src/loadso/mint/SDL_sysloadso.c
+ vs/sdl/src/loadso/os2/SDL_sysloadso.c
+ vs/sdl/src/loadso/win32/SDL_sysloadso.c
+ vs/sdl/src/main/beos/SDL_BeApp.cc
+ vs/sdl/src/main/beos/SDL_BeApp.h
+ vs/sdl/src/stdlib/SDL_getenv.c
+ vs/sdl/src/stdlib/SDL_iconv.c
+ vs/sdl/src/stdlib/SDL_malloc.c
+ vs/sdl/src/stdlib/SDL_stdlib.c
+ vs/sdl/src/stdlib/SDL_string.c
+ vs/sdl/src/thread/SDL_systhread.h
+ vs/sdl/src/thread/SDL_thread.c
+ vs/sdl/src/thread/SDL_thread_c.h
+ vs/sdl/src/thread/beos/SDL_syssem.c
+ vs/sdl/src/thread/beos/SDL_systhread.c
+ vs/sdl/src/thread/beos/SDL_systhread_c.h
+ vs/sdl/src/thread/dc/SDL_syscond.c
+ vs/sdl/src/thread/dc/SDL_syscond_c.h
+ vs/sdl/src/thread/dc/SDL_sysmutex.c
+ vs/sdl/src/thread/dc/SDL_sysmutex_c.h
+ vs/sdl/src/thread/dc/SDL_syssem.c
+ vs/sdl/src/thread/dc/SDL_syssem_c.h
+ vs/sdl/src/thread/dc/SDL_systhread.c
+ vs/sdl/src/thread/generic/SDL_syscond.c
+ vs/sdl/src/thread/generic/SDL_sysmutex.c
+ vs/sdl/src/thread/generic/SDL_sysmutex_c.h
+ vs/sdl/src/thread/generic/SDL_syssem.c
+ vs/sdl/src/thread/generic/SDL_systhread.c
+ vs/sdl/src/thread/irix/SDL_syssem.c
+ vs/sdl/src/thread/irix/SDL_systhread.c
+ vs/sdl/src/thread/os2/SDL_syscond.c
+ vs/sdl/src/thread/os2/SDL_syscond_c.h
+ vs/sdl/src/thread/os2/SDL_sysmutex.c
+ vs/sdl/src/thread/os2/SDL_syssem.c
+ vs/sdl/src/thread/os2/SDL_systhread.c
+ vs/sdl/src/thread/pth/SDL_syscond.c
+ vs/sdl/src/thread/pth/SDL_sysmutex.c
+ vs/sdl/src/thread/pth/SDL_sysmutex_c.h
+ vs/sdl/src/thread/pth/SDL_systhread.c
+ vs/sdl/src/thread/pthread/SDL_syscond.c
+ vs/sdl/src/thread/pthread/SDL_sysmutex.c
+ vs/sdl/src/thread/pthread/SDL_sysmutex_c.h
+ vs/sdl/src/thread/pthread/SDL_syssem.c
+ vs/sdl/src/thread/pthread/SDL_systhread.c
+ vs/sdl/src/thread/riscos/SDL_syscond.c
+ vs/sdl/src/thread/riscos/SDL_sysmutex.c
+ vs/sdl/src/thread/riscos/SDL_sysmutex_c.h
+ vs/sdl/src/thread/riscos/SDL_syssem.c
+ vs/sdl/src/thread/riscos/SDL_systhread.c
+ vs/sdl/src/thread/win32/SDL_sysmutex.c
+ vs/sdl/src/thread/win32/SDL_syssem.c
+ vs/sdl/src/thread/win32/SDL_systhread.c
+ vs/sdl/src/timer/SDL_systimer.h
+ vs/sdl/src/timer/SDL_timer.c
+ vs/sdl/src/timer/SDL_timer_c.h
+ vs/sdl/src/timer/beos/SDL_systimer.c
+ vs/sdl/src/timer/dc/SDL_systimer.c
+ vs/sdl/src/timer/dummy/SDL_systimer.c
+ vs/sdl/src/timer/macos/SDL_MPWtimer.c
+ vs/sdl/src/timer/macos/SDL_systimer.c
+ vs/sdl/src/timer/mint/SDL_systimer.c
+ vs/sdl/src/timer/mint/SDL_vbltimer_s.h
+ vs/sdl/src/timer/nds/SDL_systimer.c
+ vs/sdl/src/timer/os2/SDL_systimer.c
+ vs/sdl/src/timer/riscos/SDL_systimer.c
+ vs/sdl/src/timer/unix/SDL_systimer.c
+ vs/sdl/src/timer/win32/SDL_systimer.c
+ vs/sdl/src/timer/wince/SDL_systimer.c
+ vs/sdl/src/video/SDL_RLEaccel.c
+ vs/sdl/src/video/SDL_RLEaccel_c.h
+ vs/sdl/src/video/SDL_blit.c
+ vs/sdl/src/video/SDL_blit.h
+ vs/sdl/src/video/SDL_blit_0.c
+ vs/sdl/src/video/SDL_blit_1.c
+ vs/sdl/src/video/SDL_blit_A.c
+ vs/sdl/src/video/SDL_blit_N.c
+ vs/sdl/src/video/SDL_bmp.c
+ vs/sdl/src/video/SDL_cursor.c
+ vs/sdl/src/video/SDL_cursor_c.h
+ vs/sdl/src/video/SDL_gamma.c
+ vs/sdl/src/video/SDL_leaks.h
+ vs/sdl/src/video/SDL_pixels.c
+ vs/sdl/src/video/SDL_pixels_c.h
+ vs/sdl/src/video/SDL_stretch.c
+ vs/sdl/src/video/SDL_stretch_c.h
+ vs/sdl/src/video/SDL_surface.c
+ vs/sdl/src/video/SDL_sysvideo.h
+ vs/sdl/src/video/SDL_video.c
+ vs/sdl/src/video/SDL_yuv.c
+ vs/sdl/src/video/SDL_yuv_mmx.c
+ vs/sdl/src/video/SDL_yuv_sw.c
+ vs/sdl/src/video/SDL_yuv_sw_c.h
+ vs/sdl/src/video/SDL_yuvfuncs.h
+ vs/sdl/src/video/aalib/SDL_aaevents.c
+ vs/sdl/src/video/aalib/SDL_aaevents_c.h
+ vs/sdl/src/video/aalib/SDL_aamouse.c
+ vs/sdl/src/video/aalib/SDL_aamouse_c.h
+ vs/sdl/src/video/aalib/SDL_aavideo.c
+ vs/sdl/src/video/aalib/SDL_aavideo.h
+ vs/sdl/src/video/ataricommon/SDL_ataric2p_s.h
+ vs/sdl/src/video/ataricommon/SDL_ataridevmouse.c
+ vs/sdl/src/video/ataricommon/SDL_ataridevmouse_c.h
+ vs/sdl/src/video/ataricommon/SDL_atarieddi_s.h
+ vs/sdl/src/video/ataricommon/SDL_atarievents.c
+ vs/sdl/src/video/ataricommon/SDL_atarievents_c.h
+ vs/sdl/src/video/ataricommon/SDL_atarimxalloc.c
+ vs/sdl/src/video/ataricommon/SDL_atarimxalloc_c.h
+ vs/sdl/src/video/ataricommon/SDL_atarisuper.h
+ vs/sdl/src/video/ataricommon/SDL_biosevents.c
+ vs/sdl/src/video/ataricommon/SDL_biosevents_c.h
+ vs/sdl/src/video/ataricommon/SDL_gemdosevents.c
+ vs/sdl/src/video/ataricommon/SDL_gemdosevents_c.h
+ vs/sdl/src/video/ataricommon/SDL_ikbdevents.c
+ vs/sdl/src/video/ataricommon/SDL_ikbdevents_c.h
+ vs/sdl/src/video/ataricommon/SDL_ikbdinterrupt_s.h
+ vs/sdl/src/video/ataricommon/SDL_xbiosevents.c
+ vs/sdl/src/video/ataricommon/SDL_xbiosevents_c.h
+ vs/sdl/src/video/ataricommon/SDL_xbiosinterrupt_s.h
+ vs/sdl/src/video/bwindow/SDL_BView.h
+ vs/sdl/src/video/bwindow/SDL_BWin.h
+ vs/sdl/src/video/bwindow/SDL_lowvideo.h
+ vs/sdl/src/video/bwindow/SDL_sysevents.cc
+ vs/sdl/src/video/bwindow/SDL_sysevents_c.h
+ vs/sdl/src/video/bwindow/SDL_sysmouse.cc
+ vs/sdl/src/video/bwindow/SDL_sysmouse_c.h
+ vs/sdl/src/video/bwindow/SDL_sysvideo.cc
+ vs/sdl/src/video/bwindow/SDL_syswm.cc
+ vs/sdl/src/video/bwindow/SDL_syswm_c.h
+ vs/sdl/src/video/bwindow/SDL_sysyuv.cc
+ vs/sdl/src/video/bwindow/SDL_sysyuv.h
+ vs/sdl/src/video/caca/SDL_cacaevents.c
+ vs/sdl/src/video/caca/SDL_cacaevents_c.h
+ vs/sdl/src/video/dc/SDL_dcevents.c
+ vs/sdl/src/video/dc/SDL_dcevents_c.h
+ vs/sdl/src/video/dc/SDL_dcmouse.c
+ vs/sdl/src/video/dc/SDL_dcmouse_c.h
+ vs/sdl/src/video/dc/SDL_dcvideo.c
+ vs/sdl/src/video/dc/SDL_dcvideo.h
+ vs/sdl/src/video/dga/SDL_dgaevents.c
+ vs/sdl/src/video/dga/SDL_dgaevents_c.h
+ vs/sdl/src/video/dga/SDL_dgamouse.c
+ vs/sdl/src/video/dga/SDL_dgamouse_c.h
+ vs/sdl/src/video/dga/SDL_dgavideo.c
+ vs/sdl/src/video/dga/SDL_dgavideo.h
+ vs/sdl/src/video/directfb/SDL_DirectFB_events.c
+ vs/sdl/src/video/directfb/SDL_DirectFB_events.h
+ vs/sdl/src/video/directfb/SDL_DirectFB_video.h
+ vs/sdl/src/video/directfb/SDL_DirectFB_yuv.c
+ vs/sdl/src/video/directfb/SDL_DirectFB_yuv.h
+ vs/sdl/src/video/dummy/SDL_nullevents.c
+ vs/sdl/src/video/dummy/SDL_nullevents_c.h
+ vs/sdl/src/video/dummy/SDL_nullmouse.c
+ vs/sdl/src/video/dummy/SDL_nullmouse_c.h
+ vs/sdl/src/video/dummy/SDL_nullvideo.c
+ vs/sdl/src/video/dummy/SDL_nullvideo.h
+ vs/sdl/src/video/fbcon/3dfx_mmio.h
+ vs/sdl/src/video/fbcon/3dfx_regs.h
+ vs/sdl/src/video/fbcon/SDL_fb3dfx.c
+ vs/sdl/src/video/fbcon/SDL_fb3dfx.h
+ vs/sdl/src/video/fbcon/SDL_fbelo.c
+ vs/sdl/src/video/fbcon/SDL_fbelo.h
+ vs/sdl/src/video/fbcon/SDL_fbevents.c
+ vs/sdl/src/video/fbcon/SDL_fbevents_c.h
+ vs/sdl/src/video/fbcon/SDL_fbmatrox.c
+ vs/sdl/src/video/fbcon/SDL_fbmatrox.h
+ vs/sdl/src/video/fbcon/SDL_fbmouse.c
+ vs/sdl/src/video/fbcon/SDL_fbmouse_c.h
+ vs/sdl/src/video/fbcon/SDL_fbriva.c
+ vs/sdl/src/video/fbcon/SDL_fbriva.h
+ vs/sdl/src/video/fbcon/SDL_fbvideo.c
+ vs/sdl/src/video/fbcon/SDL_fbvideo.h
+ vs/sdl/src/video/fbcon/matrox_mmio.h
+ vs/sdl/src/video/fbcon/riva_regs.h
+ vs/sdl/src/video/gapi/SDL_gapivideo.c
+ vs/sdl/src/video/gapi/SDL_gapivideo.h
+ vs/sdl/src/video/gem/SDL_gemevents.c
+ vs/sdl/src/video/gem/SDL_gemevents_c.h
+ vs/sdl/src/video/gem/SDL_gemmouse.c
+ vs/sdl/src/video/gem/SDL_gemmouse_c.h
+ vs/sdl/src/video/gem/SDL_gemvideo.c
+ vs/sdl/src/video/gem/SDL_gemvideo.h
+ vs/sdl/src/video/gem/SDL_gemwm.c
+ vs/sdl/src/video/gem/SDL_gemwm_c.h
+ vs/sdl/src/video/ggi/SDL_ggievents.c
+ vs/sdl/src/video/ggi/SDL_ggievents_c.h
+ vs/sdl/src/video/ggi/SDL_ggimouse.c
+ vs/sdl/src/video/ggi/SDL_ggimouse_c.h
+ vs/sdl/src/video/ggi/SDL_ggivideo.c
+ vs/sdl/src/video/ggi/SDL_ggivideo.h
+ vs/sdl/src/video/ipod/SDL_ipodvideo.c
+ vs/sdl/src/video/ipod/SDL_ipodvideo.h
+ vs/sdl/src/video/maccommon/SDL_lowvideo.h
+ vs/sdl/src/video/maccommon/SDL_macevents.c
+ vs/sdl/src/video/maccommon/SDL_macevents_c.h
+ vs/sdl/src/video/maccommon/SDL_macgl.c
+ vs/sdl/src/video/maccommon/SDL_macmouse.c
+ vs/sdl/src/video/maccommon/SDL_macmouse_c.h
+ vs/sdl/src/video/maccommon/SDL_macwm.c
+ vs/sdl/src/video/maccommon/SDL_macwm_c.h
+ vs/sdl/src/video/macdsp/SDL_dspvideo.c
+ vs/sdl/src/video/macdsp/SDL_dspvideo.h
+ vs/sdl/src/video/macrom/SDL_romvideo.c
+ vs/sdl/src/video/macrom/SDL_romvideo.h
+ vs/sdl/src/video/nanox/SDL_nxmouse_c.h
+ vs/sdl/src/video/nds/SDL_ndsevents.c
+ vs/sdl/src/video/nds/SDL_ndsevents_c.h
+ vs/sdl/src/video/nds/SDL_ndsmouse.c
+ vs/sdl/src/video/nds/SDL_ndsmouse_c.h
+ vs/sdl/src/video/nds/SDL_ndsvideo.c
+ vs/sdl/src/video/nds/SDL_ndsvideo.h
+ vs/sdl/src/video/os2fslib/SDL_vkeys.h
+ vs/sdl/src/video/photon/SDL_ph_events.c
+ vs/sdl/src/video/photon/SDL_ph_events_c.h
+ vs/sdl/src/video/photon/SDL_ph_gl.c
+ vs/sdl/src/video/photon/SDL_ph_gl.h
+ vs/sdl/src/video/photon/SDL_ph_image.c
+ vs/sdl/src/video/photon/SDL_ph_image_c.h
+ vs/sdl/src/video/photon/SDL_ph_modes.c
+ vs/sdl/src/video/photon/SDL_ph_modes_c.h
+ vs/sdl/src/video/photon/SDL_ph_mouse.c
+ vs/sdl/src/video/photon/SDL_ph_mouse_c.h
+ vs/sdl/src/video/photon/SDL_ph_video.c
+ vs/sdl/src/video/photon/SDL_ph_wm.c
+ vs/sdl/src/video/photon/SDL_ph_wm_c.h
+ vs/sdl/src/video/photon/SDL_phyuv.c
+ vs/sdl/src/video/photon/SDL_phyuv_c.h
+ vs/sdl/src/video/ps2gs/SDL_gsevents.c
+ vs/sdl/src/video/ps2gs/SDL_gsevents_c.h
+ vs/sdl/src/video/ps2gs/SDL_gsmouse.c
+ vs/sdl/src/video/ps2gs/SDL_gsmouse_c.h
+ vs/sdl/src/video/ps2gs/SDL_gsvideo.c
+ vs/sdl/src/video/ps2gs/SDL_gsvideo.h
+ vs/sdl/src/video/ps2gs/SDL_gsyuv.c
+ vs/sdl/src/video/ps2gs/SDL_gsyuv_c.h
+ vs/sdl/src/video/qtopia/SDL_QPEApp.h
+ vs/sdl/src/video/qtopia/SDL_QWin.cc
+ vs/sdl/src/video/qtopia/SDL_QWin.h
+ vs/sdl/src/video/qtopia/SDL_lowvideo.h
+ vs/sdl/src/video/qtopia/SDL_sysevents.cc
+ vs/sdl/src/video/qtopia/SDL_sysevents_c.h
+ vs/sdl/src/video/qtopia/SDL_sysmouse.cc
+ vs/sdl/src/video/qtopia/SDL_sysmouse_c.h
+ vs/sdl/src/video/qtopia/SDL_sysvideo.cc
+ vs/sdl/src/video/qtopia/SDL_syswm.cc
+ vs/sdl/src/video/qtopia/SDL_syswm_c.h
+ vs/sdl/src/video/riscos/SDL_riscosevents_c.h
+ vs/sdl/src/video/riscos/SDL_riscosmouse_c.h
+ vs/sdl/src/video/riscos/SDL_riscosvideo.h
+ vs/sdl/src/video/svga/SDL_svgaevents.c
+ vs/sdl/src/video/svga/SDL_svgaevents_c.h
+ vs/sdl/src/video/svga/SDL_svgamouse.c
+ vs/sdl/src/video/svga/SDL_svgamouse_c.h
+ vs/sdl/src/video/svga/SDL_svgavideo.c
+ vs/sdl/src/video/svga/SDL_svgavideo.h
+ vs/sdl/src/video/vgl/SDL_vglevents.c
+ vs/sdl/src/video/vgl/SDL_vglevents_c.h
+ vs/sdl/src/video/vgl/SDL_vglmouse.c
+ vs/sdl/src/video/vgl/SDL_vglmouse_c.h
+ vs/sdl/src/video/vgl/SDL_vglvideo.c
+ vs/sdl/src/video/vgl/SDL_vglvideo.h
+ vs/sdl/src/video/wincommon/SDL_lowvideo.h
+ vs/sdl/src/video/wincommon/SDL_sysevents.c
+ vs/sdl/src/video/wincommon/SDL_sysmouse.c
+ vs/sdl/src/video/wincommon/SDL_sysmouse_c.h
+ vs/sdl/src/video/wincommon/SDL_syswm.c
+ vs/sdl/src/video/wincommon/SDL_syswm_c.h
+ vs/sdl/src/video/wincommon/SDL_wingl.c
+ vs/sdl/src/video/wincommon/SDL_wingl_c.h
+ vs/sdl/src/video/windib/SDL_dibevents.c
+ vs/sdl/src/video/windib/SDL_dibevents_c.h
+ vs/sdl/src/video/windib/SDL_dibvideo.c
+ vs/sdl/src/video/windib/SDL_dibvideo.h
+ vs/sdl/src/video/windib/SDL_gapidibvideo.h
+ vs/sdl/src/video/windib/SDL_vkeys.h
+ vs/sdl/src/video/windx5/SDL_dx5events.c
+ vs/sdl/src/video/windx5/SDL_dx5events_c.h
+ vs/sdl/src/video/windx5/SDL_dx5video.c
+ vs/sdl/src/video/windx5/SDL_dx5video.h
+ vs/sdl/src/video/windx5/SDL_dx5yuv.c
+ vs/sdl/src/video/windx5/SDL_dx5yuv_c.h
+ vs/sdl/src/video/wscons/SDL_wsconsevents.c
+ vs/sdl/src/video/wscons/SDL_wsconsevents_c.h
+ vs/sdl/src/video/wscons/SDL_wsconsmouse.c
+ vs/sdl/src/video/wscons/SDL_wsconsmouse_c.h
+ vs/sdl/src/video/wscons/SDL_wsconsvideo.c
+ vs/sdl/src/video/wscons/SDL_wsconsvideo.h
+ vs/sdl/src/video/x11/SDL_x11dga.c
+ vs/sdl/src/video/x11/SDL_x11dga_c.h
+ vs/sdl/src/video/x11/SDL_x11events.c
+ vs/sdl/src/video/x11/SDL_x11events_c.h
+ vs/sdl/src/video/x11/SDL_x11gamma.c
+ vs/sdl/src/video/x11/SDL_x11gamma_c.h
+ vs/sdl/src/video/x11/SDL_x11gl.c
+ vs/sdl/src/video/x11/SDL_x11gl_c.h
+ vs/sdl/src/video/x11/SDL_x11image.c
+ vs/sdl/src/video/x11/SDL_x11image_c.h
+ vs/sdl/src/video/x11/SDL_x11modes.c
+ vs/sdl/src/video/x11/SDL_x11modes_c.h
+ vs/sdl/src/video/x11/SDL_x11mouse.c
+ vs/sdl/src/video/x11/SDL_x11mouse_c.h
+ vs/sdl/src/video/x11/SDL_x11video.c
+ vs/sdl/src/video/x11/SDL_x11video.h
+ vs/sdl/src/video/x11/SDL_x11wm.c
+ vs/sdl/src/video/x11/SDL_x11wm_c.h
+ vs/sdl/src/video/x11/SDL_x11yuv.c
+ vs/sdl/src/video/x11/SDL_x11yuv_c.h
+ vs/sdl/src/video/xbios/SDL_xbios.c
+ vs/sdl/src/video/xbios/SDL_xbios.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ 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'.
+
+Files: vs/freetype/README
+ vs/freetype/README.git
+ vs/freetype/autogen.sh
+ vs/freetype/builds/ansi/ansi-def.mk
+ vs/freetype/builds/ansi/ansi.mk
+ vs/freetype/builds/beos/beos-def.mk
+ vs/freetype/builds/beos/beos.mk
+ vs/freetype/builds/beos/detect.mk
+ vs/freetype/builds/dos/detect.mk
+ vs/freetype/builds/dos/dos-def.mk
+ vs/freetype/builds/dos/dos-emx.mk
+ vs/freetype/builds/dos/dos-gcc.mk
+ vs/freetype/builds/dos/dos-wat.mk
+ vs/freetype/builds/link_dos.mk
+ vs/freetype/builds/link_std.mk
+ vs/freetype/builds/os2/detect.mk
+ vs/freetype/builds/os2/os2-def.mk
+ vs/freetype/builds/os2/os2-dev.mk
+ vs/freetype/builds/symbian/bld.inf
+ vs/freetype/builds/symbian/freetype.mmp
+ vs/freetype/builds/unix/configure.ac
+ vs/freetype/builds/unix/configure.raw
+ vs/freetype/builds/unix/detect.mk
+ vs/freetype/builds/unix/freetype-config.in
+ vs/freetype/builds/unix/ft-munmap.m4
+ vs/freetype/builds/unix/ftsystem.c
+ vs/freetype/builds/unix/unix-cc.in
+ vs/freetype/builds/unix/unix-def.in
+ vs/freetype/builds/unix/unix-dev.mk
+ vs/freetype/builds/unix/unix-lcc.mk
+ vs/freetype/builds/unix/unixddef.mk
+ vs/freetype/builds/vms/ftsystem.c
+ vs/freetype/builds/windows/detect.mk
+ vs/freetype/builds/windows/w32-bccd.mk
+ vs/freetype/builds/windows/w32-lcc.mk
+ vs/freetype/builds/windows/win32-def.mk
+ vs/freetype/devel/ftoption.h
+ vs/freetype/docs/CUSTOMIZE
+ vs/freetype/docs/DEBUG
+ vs/freetype/docs/INSTALL
+ vs/freetype/docs/INSTALL.ANY
+ vs/freetype/docs/INSTALL.CROSS
+ vs/freetype/docs/INSTALL.GNU
+ vs/freetype/docs/INSTALL.UNIX
+ vs/freetype/docs/INSTALL.VMS
+ vs/freetype/docs/TODO
+ vs/freetype/docs/VERSIONS.TXT
+ vs/freetype/docs/formats.txt
+ vs/freetype/docs/raster.txt
+ vs/freetype/include/freetype/config/ftheader.h
+ vs/freetype/include/freetype/config/ftoption.h
+ vs/freetype/include/freetype/freetype.h
+ vs/freetype/include/freetype/ftadvanc.h
+ vs/freetype/include/freetype/ftbbox.h
+ vs/freetype/include/freetype/ftbdf.h
+ vs/freetype/include/freetype/ftbitmap.h
+ vs/freetype/include/freetype/ftbzip2.h
+ vs/freetype/include/freetype/ftcache.h
+ vs/freetype/include/freetype/ftcid.h
+ vs/freetype/include/freetype/ftdriver.h
+ vs/freetype/include/freetype/ftfntfmt.h
+ vs/freetype/include/freetype/ftgasp.h
+ vs/freetype/include/freetype/ftgzip.h
+ vs/freetype/include/freetype/ftincrem.h
+ vs/freetype/include/freetype/ftlcdfil.h
+ vs/freetype/include/freetype/ftlzw.h
+ vs/freetype/include/freetype/ftmac.h
+ vs/freetype/include/freetype/ftmm.h
+ vs/freetype/include/freetype/ftmodapi.h
+ vs/freetype/include/freetype/ftoutln.h
+ vs/freetype/include/freetype/ftparams.h
+ vs/freetype/include/freetype/ftpfr.h
+ vs/freetype/include/freetype/ftrender.h
+ vs/freetype/include/freetype/ftsnames.h
+ vs/freetype/include/freetype/ftstroke.h
+ vs/freetype/include/freetype/ftsystem.h
+ vs/freetype/include/freetype/fttrigon.h
+ vs/freetype/include/freetype/fttypes.h
+ vs/freetype/include/freetype/ftwinfnt.h
+ vs/freetype/include/freetype/internal/cffotypes.h
+ vs/freetype/include/freetype/internal/cfftypes.h
+ vs/freetype/include/freetype/internal/ftcalc.h
+ vs/freetype/include/freetype/internal/ftdrv.h
+ vs/freetype/include/freetype/internal/ftgloadr.h
+ vs/freetype/include/freetype/internal/ftmemory.h
+ vs/freetype/include/freetype/internal/ftpsprop.h
+ vs/freetype/include/freetype/internal/ftstream.h
+ vs/freetype/include/freetype/internal/ftvalid.h
+ vs/freetype/include/freetype/internal/psaux.h
+ vs/freetype/include/freetype/internal/pshints.h
+ vs/freetype/include/freetype/internal/services/svbdf.h
+ vs/freetype/include/freetype/internal/services/svcfftl.h
+ vs/freetype/include/freetype/internal/services/svcid.h
+ vs/freetype/include/freetype/internal/services/svfntfmt.h
+ vs/freetype/include/freetype/internal/services/svgldict.h
+ vs/freetype/include/freetype/internal/services/svkern.h
+ vs/freetype/include/freetype/internal/services/svmetric.h
+ vs/freetype/include/freetype/internal/services/svmm.h
+ vs/freetype/include/freetype/internal/services/svotval.h
+ vs/freetype/include/freetype/internal/services/svpfr.h
+ vs/freetype/include/freetype/internal/services/svpostnm.h
+ vs/freetype/include/freetype/internal/services/svprop.h
+ vs/freetype/include/freetype/internal/services/svpscmap.h
+ vs/freetype/include/freetype/internal/services/svpsinfo.h
+ vs/freetype/include/freetype/internal/services/svsfnt.h
+ vs/freetype/include/freetype/internal/services/svtteng.h
+ vs/freetype/include/freetype/internal/services/svttglyf.h
+ vs/freetype/include/freetype/internal/services/svwinfnt.h
+ vs/freetype/include/freetype/internal/sfnt.h
+ vs/freetype/include/freetype/internal/t1types.h
+ vs/freetype/include/freetype/internal/tttypes.h
+ vs/freetype/include/freetype/t1tables.h
+ vs/freetype/include/freetype/ttnameid.h
+ vs/freetype/include/freetype/tttables.h
+ vs/freetype/include/freetype/tttags.h
+ vs/freetype/src/Jamfile
+ vs/freetype/src/autofit/Jamfile
+ vs/freetype/src/autofit/afangles.c
+ vs/freetype/src/autofit/afblue.c
+ vs/freetype/src/autofit/afblue.cin
+ vs/freetype/src/autofit/afblue.h
+ vs/freetype/src/autofit/afblue.hin
+ vs/freetype/src/autofit/afcjk.h
+ vs/freetype/src/autofit/afdummy.c
+ vs/freetype/src/autofit/afdummy.h
+ vs/freetype/src/autofit/afglobal.c
+ vs/freetype/src/autofit/afglobal.h
+ vs/freetype/src/autofit/afhints.c
+ vs/freetype/src/autofit/afhints.h
+ vs/freetype/src/autofit/afindic.c
+ vs/freetype/src/autofit/afindic.h
+ vs/freetype/src/autofit/aflatin.c
+ vs/freetype/src/autofit/aflatin.h
+ vs/freetype/src/autofit/aflatin2.c
+ vs/freetype/src/autofit/aflatin2.h
+ vs/freetype/src/autofit/afloader.c
+ vs/freetype/src/autofit/afloader.h
+ vs/freetype/src/autofit/afmodule.c
+ vs/freetype/src/autofit/afmodule.h
+ vs/freetype/src/autofit/afpic.c
+ vs/freetype/src/autofit/afpic.h
+ vs/freetype/src/autofit/afranges.c
+ vs/freetype/src/autofit/afranges.h
+ vs/freetype/src/autofit/afshaper.c
+ vs/freetype/src/autofit/afshaper.h
+ vs/freetype/src/autofit/afwarp.h
+ vs/freetype/src/autofit/afwrtsys.h
+ vs/freetype/src/autofit/autofit.c
+ vs/freetype/src/autofit/module.mk
+ vs/freetype/src/base/Jamfile
+ vs/freetype/src/base/basepic.c
+ vs/freetype/src/base/basepic.h
+ vs/freetype/src/base/ftadvanc.c
+ vs/freetype/src/base/ftapi.c
+ vs/freetype/src/base/ftbase.c
+ vs/freetype/src/base/ftbase.h
+ vs/freetype/src/base/ftbdf.c
+ vs/freetype/src/base/ftbitmap.c
+ vs/freetype/src/base/ftcid.c
+ vs/freetype/src/base/ftdbgmem.c
+ vs/freetype/src/base/ftfntfmt.c
+ vs/freetype/src/base/ftfstype.c
+ vs/freetype/src/base/ftgasp.c
+ vs/freetype/src/base/ftgloadr.c
+ vs/freetype/src/base/ftlcdfil.c
+ vs/freetype/src/base/ftmm.c
+ vs/freetype/src/base/ftobjs.c
+ vs/freetype/src/base/ftotval.c
+ vs/freetype/src/base/ftpatent.c
+ vs/freetype/src/base/ftpfr.c
+ vs/freetype/src/base/ftpic.c
+ vs/freetype/src/base/ftpsprop.c
+ vs/freetype/src/base/ftsnames.c
+ vs/freetype/src/base/ftstream.c
+ vs/freetype/src/base/ftstroke.c
+ vs/freetype/src/base/ftsynth.c
+ vs/freetype/src/base/fttype1.c
+ vs/freetype/src/base/ftutil.c
+ vs/freetype/src/base/ftver.rc
+ vs/freetype/src/base/ftwinfnt.c
+ vs/freetype/src/bdf/Jamfile
+ vs/freetype/src/cache/Jamfile
+ vs/freetype/src/cache/ftcache.c
+ vs/freetype/src/cache/ftcbasic.c
+ vs/freetype/src/cache/ftccache.c
+ vs/freetype/src/cache/ftccache.h
+ vs/freetype/src/cache/ftccback.h
+ vs/freetype/src/cache/ftccmap.c
+ vs/freetype/src/cache/ftcglyph.c
+ vs/freetype/src/cache/ftcglyph.h
+ vs/freetype/src/cache/ftcimage.c
+ vs/freetype/src/cache/ftcimage.h
+ vs/freetype/src/cache/ftcmanag.c
+ vs/freetype/src/cache/ftcmru.c
+ vs/freetype/src/cache/ftcsbits.c
+ vs/freetype/src/cache/ftcsbits.h
+ vs/freetype/src/cff/Jamfile
+ vs/freetype/src/cff/cff.c
+ vs/freetype/src/cff/cffcmap.c
+ vs/freetype/src/cff/cffcmap.h
+ vs/freetype/src/cff/cffdrivr.c
+ vs/freetype/src/cff/cffdrivr.h
+ vs/freetype/src/cff/cffgload.c
+ vs/freetype/src/cff/cffgload.h
+ vs/freetype/src/cff/cffload.c
+ vs/freetype/src/cff/cffload.h
+ vs/freetype/src/cff/cffobjs.c
+ vs/freetype/src/cff/cffobjs.h
+ vs/freetype/src/cff/cffparse.c
+ vs/freetype/src/cff/cffparse.h
+ vs/freetype/src/cff/cffpic.c
+ vs/freetype/src/cff/cffpic.h
+ vs/freetype/src/cff/cfftoken.h
+ vs/freetype/src/cff/module.mk
+ vs/freetype/src/cid/Jamfile
+ vs/freetype/src/cid/cidgload.c
+ vs/freetype/src/cid/cidgload.h
+ vs/freetype/src/cid/cidload.c
+ vs/freetype/src/cid/cidload.h
+ vs/freetype/src/cid/cidobjs.c
+ vs/freetype/src/cid/cidobjs.h
+ vs/freetype/src/cid/cidparse.c
+ vs/freetype/src/cid/cidparse.h
+ vs/freetype/src/cid/cidriver.c
+ vs/freetype/src/cid/cidriver.h
+ vs/freetype/src/cid/cidtoken.h
+ vs/freetype/src/cid/module.mk
+ vs/freetype/src/cid/type1cid.c
+ vs/freetype/src/gxvalid/Jamfile
+ vs/freetype/src/gxvalid/README
+ vs/freetype/src/gxvalid/gxvalid.c
+ vs/freetype/src/gxvalid/module.mk
+ vs/freetype/src/gzip/Jamfile
+ vs/freetype/src/gzip/ftgzip.c
+ vs/freetype/src/lzw/Jamfile
+ vs/freetype/src/lzw/ftzopen.c
+ vs/freetype/src/lzw/ftzopen.h
+ vs/freetype/src/otvalid/Jamfile
+ vs/freetype/src/otvalid/module.mk
+ vs/freetype/src/otvalid/otvalid.c
+ vs/freetype/src/otvalid/otvalid.h
+ vs/freetype/src/otvalid/otvbase.c
+ vs/freetype/src/otvalid/otvcommn.c
+ vs/freetype/src/otvalid/otvcommn.h
+ vs/freetype/src/otvalid/otvgdef.c
+ vs/freetype/src/otvalid/otvgpos.c
+ vs/freetype/src/otvalid/otvgpos.h
+ vs/freetype/src/otvalid/otvgsub.c
+ vs/freetype/src/otvalid/otvjstf.c
+ vs/freetype/src/otvalid/otvmod.c
+ vs/freetype/src/otvalid/otvmod.h
+ vs/freetype/src/pcf/Jamfile
+ vs/freetype/src/pfr/Jamfile
+ vs/freetype/src/pfr/module.mk
+ vs/freetype/src/pfr/pfr.c
+ vs/freetype/src/pfr/pfrcmap.c
+ vs/freetype/src/pfr/pfrcmap.h
+ vs/freetype/src/pfr/pfrdrivr.c
+ vs/freetype/src/pfr/pfrdrivr.h
+ vs/freetype/src/pfr/pfrgload.c
+ vs/freetype/src/pfr/pfrgload.h
+ vs/freetype/src/pfr/pfrload.c
+ vs/freetype/src/pfr/pfrload.h
+ vs/freetype/src/pfr/pfrobjs.c
+ vs/freetype/src/pfr/pfrobjs.h
+ vs/freetype/src/pfr/pfrsbit.c
+ vs/freetype/src/pfr/pfrsbit.h
+ vs/freetype/src/pfr/pfrtypes.h
+ vs/freetype/src/psaux/Jamfile
+ vs/freetype/src/psaux/afmparse.c
+ vs/freetype/src/psaux/afmparse.h
+ vs/freetype/src/psaux/cffdecode.c
+ vs/freetype/src/psaux/cffdecode.h
+ vs/freetype/src/psaux/module.mk
+ vs/freetype/src/psaux/psaux.c
+ vs/freetype/src/psaux/psauxmod.c
+ vs/freetype/src/psaux/psauxmod.h
+ vs/freetype/src/psaux/psconv.c
+ vs/freetype/src/psaux/psconv.h
+ vs/freetype/src/psaux/psobjs.c
+ vs/freetype/src/psaux/psobjs.h
+ vs/freetype/src/psaux/t1cmap.c
+ vs/freetype/src/psaux/t1cmap.h
+ vs/freetype/src/psaux/t1decode.c
+ vs/freetype/src/psaux/t1decode.h
+ vs/freetype/src/pshinter/Jamfile
+ vs/freetype/src/pshinter/module.mk
+ vs/freetype/src/pshinter/pshalgo.h
+ vs/freetype/src/pshinter/pshglob.h
+ vs/freetype/src/pshinter/pshinter.c
+ vs/freetype/src/pshinter/pshmod.c
+ vs/freetype/src/pshinter/pshmod.h
+ vs/freetype/src/pshinter/pshpic.c
+ vs/freetype/src/pshinter/pshpic.h
+ vs/freetype/src/pshinter/pshrec.c
+ vs/freetype/src/psnames/Jamfile
+ vs/freetype/src/psnames/module.mk
+ vs/freetype/src/psnames/psmodule.c
+ vs/freetype/src/psnames/psmodule.h
+ vs/freetype/src/psnames/psnames.c
+ vs/freetype/src/psnames/pspic.c
+ vs/freetype/src/psnames/pspic.h
+ vs/freetype/src/raster/Jamfile
+ vs/freetype/src/raster/ftrend1.c
+ vs/freetype/src/raster/ftrend1.h
+ vs/freetype/src/raster/module.mk
+ vs/freetype/src/raster/raster.c
+ vs/freetype/src/raster/rastpic.c
+ vs/freetype/src/raster/rastpic.h
+ vs/freetype/src/sfnt/Jamfile
+ vs/freetype/src/sfnt/module.mk
+ vs/freetype/src/sfnt/pngshim.c
+ vs/freetype/src/sfnt/pngshim.h
+ vs/freetype/src/sfnt/sfdriver.c
+ vs/freetype/src/sfnt/sfdriver.h
+ vs/freetype/src/sfnt/sfnt.c
+ vs/freetype/src/sfnt/sfntpic.c
+ vs/freetype/src/sfnt/sfntpic.h
+ vs/freetype/src/sfnt/sfobjs.c
+ vs/freetype/src/sfnt/sfobjs.h
+ vs/freetype/src/sfnt/ttbdf.c
+ vs/freetype/src/sfnt/ttbdf.h
+ vs/freetype/src/sfnt/ttcmap.c
+ vs/freetype/src/sfnt/ttcmap.h
+ vs/freetype/src/sfnt/ttcmapc.h
+ vs/freetype/src/sfnt/ttkern.c
+ vs/freetype/src/sfnt/ttkern.h
+ vs/freetype/src/sfnt/ttload.c
+ vs/freetype/src/sfnt/ttload.h
+ vs/freetype/src/sfnt/ttmtx.c
+ vs/freetype/src/sfnt/ttmtx.h
+ vs/freetype/src/sfnt/ttpost.h
+ vs/freetype/src/sfnt/ttsbit.c
+ vs/freetype/src/sfnt/ttsbit.h
+ vs/freetype/src/smooth/Jamfile
+ vs/freetype/src/smooth/ftgrays.h
+ vs/freetype/src/smooth/ftsmooth.c
+ vs/freetype/src/smooth/ftsmooth.h
+ vs/freetype/src/smooth/ftspic.c
+ vs/freetype/src/smooth/ftspic.h
+ vs/freetype/src/smooth/module.mk
+ vs/freetype/src/smooth/smooth.c
+ vs/freetype/src/tools/afblue.pl
+ vs/freetype/src/tools/docmaker/utils.py
+ vs/freetype/src/tools/ftfuzzer/README
+ vs/freetype/src/tools/ftfuzzer/ftfuzzer.cc
+ vs/freetype/src/tools/ftfuzzer/rasterfuzzer.cc
+ vs/freetype/src/tools/ftfuzzer/runinput.cc
+ vs/freetype/src/tools/glnames.py
+ vs/freetype/src/truetype/Jamfile
+ vs/freetype/src/truetype/module.mk
+ vs/freetype/src/truetype/truetype.c
+ vs/freetype/src/truetype/ttdriver.c
+ vs/freetype/src/truetype/ttdriver.h
+ vs/freetype/src/truetype/ttgload.c
+ vs/freetype/src/truetype/ttgload.h
+ vs/freetype/src/truetype/ttgxvar.h
+ vs/freetype/src/truetype/ttinterp.h
+ vs/freetype/src/truetype/ttobjs.c
+ vs/freetype/src/truetype/ttobjs.h
+ vs/freetype/src/truetype/ttpic.c
+ vs/freetype/src/truetype/ttpic.h
+ vs/freetype/src/truetype/ttpload.c
+ vs/freetype/src/truetype/ttpload.h
+ vs/freetype/src/truetype/ttsubpix.c
+ vs/freetype/src/truetype/ttsubpix.h
+ vs/freetype/src/type1/Jamfile
+ vs/freetype/src/type1/module.mk
+ vs/freetype/src/type1/t1afm.c
+ vs/freetype/src/type1/t1afm.h
+ vs/freetype/src/type1/t1driver.c
+ vs/freetype/src/type1/t1driver.h
+ vs/freetype/src/type1/t1gload.c
+ vs/freetype/src/type1/t1gload.h
+ vs/freetype/src/type1/t1load.h
+ vs/freetype/src/type1/t1objs.c
+ vs/freetype/src/type1/t1objs.h
+ vs/freetype/src/type1/t1parse.h
+ vs/freetype/src/type1/t1tokens.h
+ vs/freetype/src/type1/type1.c
+ vs/freetype/src/type42/Jamfile
+ vs/freetype/src/type42/module.mk
+ vs/freetype/src/type42/t42drivr.h
+ vs/freetype/src/type42/t42objs.c
+ vs/freetype/src/type42/t42objs.h
+ vs/freetype/src/type42/t42parse.c
+ vs/freetype/src/type42/t42parse.h
+ vs/freetype/src/type42/t42types.h
+ vs/freetype/src/type42/type42.c
+ vs/freetype/src/winfonts/Jamfile
+ vs/freetype/src/winfonts/module.mk
+ vs/freetype/src/winfonts/winfnt.c
+ vs/freetype/src/winfonts/winfnt.h
+ vs/freetype/vms_make.com
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg
+ 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+ 1996-2018 Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg.
+ 2002-2018 David Turner.
+ 2002-2018 Roberto Alameda.
+ 2003 Huw D M Davies for Codeweavers
+ 2004-2018 David Turner, Robert Wilhelm, Werner Lemberg and George Williams.
+ 2004-2018 suzuki toshiya, Masatake YAMATO, Red Hat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+ 2004-2018 suzuki toshiya, Masatake YAMATO, Red hat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+ 2005-2018 suzuki toshiya, Masatake YAMATO and Red Hat K.K.
+ 2006-2018 suzuki toshiya, David Turner, Robert Wilhelm, and Werner Lemberg.
+ 2007 Dmitry Timoshkov for Codeweavers
+ 2007-2018 Dereg Clegg and Michael Toftdal.
+ 2007-2018 Derek Clegg and Michael Toftdal.
+ 2007-2018 Rahul Bhalerao <rahul.bhalerao@redhat.com>, <b.rahul.pm@gmail.com>.
+ 2008-2018 David Turner, Robert Wilhelm, Werner Lemberg, and suzuki toshiya.
+ 2009-2018 Oran Agra and Mickey Gabel.
+ 2010-2018 Joel Klinghed.
+ 2013 Google, Inc. Google Author(s): Behdad Esfahbod.
+ 2013-2018 Google, Inc. Stuart Gill and Behdad Esfahbod.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+
+Files: contrib/windows/shaders/HQ2x.fx
+ contrib/windows/shaders/Lanczos.fx
+ contrib/windows/shaders/Lanczos12.fx
+ contrib/windows/shaders/Lanczos16.fx
+ contrib/windows/shaders/MCHerc.fx
+ contrib/windows/shaders/Matrix.fx
+ include/bios.h
+ include/bios_disk.h
+ include/callback.h
+ include/control.h
+ include/cpu.h
+ include/cross.h
+ include/debug.h
+ include/dma.h
+ include/dos_inc.h
+ include/dos_system.h
+ include/dosbox.h
+ include/ethernet.h
+ include/fpu.h
+ include/glide.h
+ include/glidedef.h
+ include/hardware.h
+ include/inout.h
+ include/ipx.h
+ include/ipxserver.h
+ include/joystick.h
+ include/keyboard.h
+ include/logging.h
+ include/mapper.h
+ include/mem.h
+ include/menu.h
+ include/menudef.h
+ include/midi.h
+ include/mixer.h
+ include/mouse.h
+ include/paging.h
+ include/parport.h
+ include/pci_bus.h
+ include/pic.h
+ include/programs.h
+ include/qcow2_disk.h
+ include/regs.h
+ include/render.h
+ include/serialport.h
+ include/setup.h
+ include/shell.h
+ include/support.h
+ include/timer.h
+ include/vga.h
+ include/video.h
+ include/voodoo.h
+ src/aviwriter/avi.h
+ src/aviwriter/avi_rw_iobuf.cpp
+ src/aviwriter/avi_rw_iobuf.h
+ src/aviwriter/avi_writer.h
+ src/aviwriter/guid.cpp
+ src/aviwriter/guid.h
+ src/aviwriter/ksdataformat.cpp
+ src/aviwriter/ksdataformat.h
+ src/aviwriter/riff.h
+ src/aviwriter/riff_wav_writer.h
+ src/cpu/callback.cpp
+ src/cpu/core_dyn_x86.cpp
+ src/cpu/core_dyn_x86/cache.h
+ src/cpu/core_dyn_x86/decoder.h
+ src/cpu/core_dyn_x86/dyn_fpu_dh.h
+ src/cpu/core_dyn_x86/helpers.h
+ src/cpu/core_dyn_x86/risc_x64.h
+ src/cpu/core_dyn_x86/risc_x86.h
+ src/cpu/core_dyn_x86/string.h
+ src/cpu/core_dynrec.cpp
+ src/cpu/core_dynrec/cache.h
+ src/cpu/core_dynrec/decoder.h
+ src/cpu/core_dynrec/decoder_opcodes.h
+ src/cpu/core_dynrec/operators.h
+ src/cpu/core_full.cpp
+ src/cpu/core_full/ea_lookup.h
+ src/cpu/core_full/load.h
+ src/cpu/core_full/loadwrite.h
+ src/cpu/core_full/string.h
+ src/cpu/core_full/support.h
+ src/cpu/core_normal.cpp
+ src/cpu/core_normal/prefix_0f.h
+ src/cpu/core_normal/prefix_66.h
+ src/cpu/core_normal/prefix_66_0f.h
+ src/cpu/core_normal/prefix_none.h
+ src/cpu/core_normal/string.h
+ src/cpu/core_normal/support.h
+ src/cpu/core_normal/table_ea.h
+ src/cpu/core_normal/table_ea_8086.h
+ src/cpu/core_normal_286.cpp
+ src/cpu/core_normal_8086.cpp
+ src/cpu/core_prefetch.cpp
+ src/cpu/core_prefetch_286.cpp
+ src/cpu/core_prefetch_8086.cpp
+ src/cpu/core_simple.cpp
+ src/cpu/cpu.cpp
+ src/cpu/lazyflags.h
+ src/cpu/mmx.cpp
+ src/cpu/modrm.cpp
+ src/cpu/modrm.h
+ src/cpu/paging.cpp
+ src/debug/debug.cpp
+ src/debug/debug_gui.cpp
+ src/debug/debug_win32.cpp
+ src/debug/disasm_tables.h
+ src/dos/cdrom.h
+ src/dos/cdrom_aspi_win32.cpp
+ src/dos/cdrom_image.cpp
+ src/dos/cdrom_ioctl_linux.cpp
+ src/dos/cdrom_ioctl_os2.cpp
+ src/dos/cdrom_ioctl_win32.cpp
+ src/dos/dev_con.h
+ src/dos/dos_classes.cpp
+ src/dos/dos_devices.cpp
+ src/dos/dos_execute.cpp
+ src/dos/dos_files.cpp
+ src/dos/dos_ioctl.cpp
+ src/dos/dos_keyboard_layout.cpp
+ src/dos/dos_memory.cpp
+ src/dos/dos_misc.cpp
+ src/dos/dos_mscdex.cpp
+ src/dos/dos_tables.cpp
+ src/dos/drive_cache.cpp
+ src/dos/drive_iso.cpp
+ src/dos/drive_overlay.cpp
+ src/dos/drive_virtual.cpp
+ src/dos/drives.cpp
+ src/dos/drives.h
+ src/fpu/fpu.cpp
+ src/fpu/fpu_instructions.h
+ src/fpu/fpu_instructions_longdouble.h
+ src/fpu/fpu_instructions_x86.h
+ src/gui/display2.cpp
+ src/gui/menu.cpp
+ src/gui/menu_callback.cpp
+ src/gui/midi.cpp
+ src/gui/midi_coreaudio.h
+ src/gui/midi_coremidi.h
+ src/gui/midi_oss.h
+ src/gui/midi_win32.h
+ src/gui/render.cpp
+ src/gui/render_glsl.h
+ src/gui/render_loops.h
+ src/gui/render_scalers.h
+ src/gui/render_simple.h
+ src/gui/render_templates.h
+ src/gui/render_templates_sai.h
+ src/gui/sdl_gui.cpp
+ src/gui/sdl_mapper.cpp
+ src/gui/sdlmain.cpp
+ src/hardware/adlib.cpp
+ src/hardware/adlib.h
+ src/hardware/cmos.cpp
+ src/hardware/dbopl.h
+ src/hardware/disney.cpp
+ src/hardware/dma.cpp
+ src/hardware/gameblaster.cpp
+ src/hardware/glide.cpp
+ src/hardware/gus.cpp
+ src/hardware/hardware.cpp
+ src/hardware/innova.cpp
+ src/hardware/iohandler.cpp
+ src/hardware/ipx.cpp
+ src/hardware/ipxserver.cpp
+ src/hardware/joystick.cpp
+ src/hardware/keyboard.cpp
+ src/hardware/memory.cpp
+ src/hardware/mpu401.cpp
+ src/hardware/parport/directlpt.cpp
+ src/hardware/parport/filelpt.cpp
+ src/hardware/parport/printer_redir.cpp
+ src/hardware/pci_bus.cpp
+ src/hardware/pic.cpp
+ src/hardware/ps1_sound.cpp
+ src/hardware/reSID/envelope.cpp
+ src/hardware/reSID/envelope.h
+ src/hardware/reSID/extfilt.cpp
+ src/hardware/reSID/extfilt.h
+ src/hardware/reSID/filter.cpp
+ src/hardware/reSID/filter.h
+ src/hardware/reSID/pot.cpp
+ src/hardware/reSID/pot.h
+ src/hardware/reSID/sid.cpp
+ src/hardware/reSID/sid.h
+ src/hardware/reSID/siddefs.h
+ src/hardware/reSID/spline.h
+ src/hardware/reSID/version.cpp
+ src/hardware/reSID/voice.cpp
+ src/hardware/reSID/voice.h
+ src/hardware/reSID/wave.cpp
+ src/hardware/reSID/wave.h
+ src/hardware/reSID/wave6581_PST.cpp
+ src/hardware/reSID/wave6581_PS_.cpp
+ src/hardware/reSID/wave6581_P_T.cpp
+ src/hardware/reSID/wave6581__ST.cpp
+ src/hardware/reSID/wave8580_PST.cpp
+ src/hardware/reSID/wave8580_PS_.cpp
+ src/hardware/reSID/wave8580_P_T.cpp
+ src/hardware/reSID/wave8580__ST.cpp
+ src/hardware/serialport/directserial.cpp
+ src/hardware/serialport/libserial.cpp
+ src/hardware/serialport/libserial.h
+ src/hardware/serialport/misc_util.h
+ src/hardware/serialport/nullmodem.cpp
+ src/hardware/serialport/serialdummy.cpp
+ src/hardware/serialport/serialdummy.h
+ src/hardware/serialport/serialfile.cpp
+ src/hardware/serialport/serialfile.h
+ src/hardware/serialport/seriallog.cpp
+ src/hardware/serialport/seriallog.h
+ src/hardware/serialport/serialmouse.h
+ src/hardware/serialport/serialport.cpp
+ src/hardware/serialport/softmodem.cpp
+ src/hardware/serialport/softmodem.h
+ src/hardware/timer.cpp
+ src/hardware/vga_ati.cpp
+ src/hardware/vga_attr.cpp
+ src/hardware/vga_crtc.cpp
+ src/hardware/vga_dac.cpp
+ src/hardware/vga_draw.cpp
+ src/hardware/vga_gfx.cpp
+ src/hardware/vga_memory.cpp
+ src/hardware/vga_misc.cpp
+ src/hardware/vga_other.cpp
+ src/hardware/vga_paradise.cpp
+ src/hardware/vga_pc98_cg.cpp
+ src/hardware/vga_pc98_crtc.cpp
+ src/hardware/vga_pc98_dac.cpp
+ src/hardware/vga_pc98_egc.cpp
+ src/hardware/vga_pc98_gdc.cpp
+ src/hardware/vga_s3.cpp
+ src/hardware/vga_seq.cpp
+ src/hardware/vga_tseng.cpp
+ src/hardware/vga_xga.cpp
+ src/hardware/voodoo.cpp
+ src/hardware/voodoo_emu.h
+ src/hardware/voodoo_interface.cpp
+ src/hardware/voodoo_interface.h
+ src/hardware/voodoo_opengl.h
+ src/hardware/voodoo_vogl.h
+ src/ints/bios.cpp
+ src/ints/bios_disk.cpp
+ src/ints/bios_keyboard.cpp
+ src/ints/bios_memdisk.cpp
+ src/ints/bios_vhd.cpp
+ src/ints/ems.cpp
+ src/ints/int10.cpp
+ src/ints/int10.h
+ src/ints/int10_memory.cpp
+ src/ints/int10_misc.cpp
+ src/ints/int10_modes.cpp
+ src/ints/int10_pal.cpp
+ src/ints/int10_put_pixel.cpp
+ src/ints/int10_vesa.cpp
+ src/ints/int10_video_state.cpp
+ src/ints/int10_vptable.cpp
+ src/ints/qcow2_disk.cpp
+ src/ints/xms.cpp
+ src/ints/xms.h
+ src/libs/decoders/mp3_seek_table.h
+ src/libs/decoders/vorbis.c
+ src/libs/decoders/wav.c
+ src/libs/zmbv/zmbv.cpp
+ src/libs/zmbv/zmbv.h
+ src/misc/clipboard.cpp
+ src/misc/cross.cpp
+ src/misc/ethernet.cpp
+ src/misc/ethernet_pcap.cpp
+ src/misc/ethernet_pcap.h
+ src/misc/ethernet_slirp.cpp
+ src/misc/ethernet_slirp.h
+ src/misc/messages.cpp
+ src/misc/programs.cpp
+ src/misc/setup.cpp
+ src/misc/support.cpp
+ src/output/direct3d/ScalingEffect.cpp
+ src/output/direct3d/ScalingEffect.h
+ src/output/direct3d/direct3d.cpp
+ src/output/direct3d/direct3d.h
+ src/output/direct3d/hq2x_d3d.cpp
+ src/output/direct3d/hq2x_d3d.h
+ src/output/output_tools.cpp
+ src/output/output_ttf.cpp
+ src/shell/shell.cpp
+ src/shell/shell_batch.cpp
+ src/shell/shell_misc.cpp
+ tests/dos_files_tests.cpp
+ tests/drives_tests.cpp
+ tests/shell_cmds_tests.cpp
+ tests/shell_redirection_tests.cpp
+Copyright: 1999-2004 Dag Lem <resid@nimrod.no>
+ 2001-2017 Ryan C. Gordon <icculus@icculus.org>
+ 2002-2021 The DOSBox Team
+ 2003 Ryan A. Nunn
+ 2004-2005 Jorg Walter <jwalt@garni.ch>
+ 2006-2007 guest(r) - guest.r@gmail.com
+ 2016 Michael Greger
+ 2018 Shane Krueger
+ 2018-2019 Kevin R. Croft <krcroft@gmail.com>
+ 2018-2020 Jon Campbell
+ 2018-2021 The DOSBox Staging Team
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/HQ2x.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/MCHerc.fx
+ __NO_COPYRIGHT__ in: src/gui/midi_coremidi.h
+ __NO_COPYRIGHT__ in: src/hardware/parport/printer_redir.cpp
+ __NO_COPYRIGHT__ in: src/output/direct3d/direct3d.cpp
+ __NO_COPYRIGHT__ in: src/output/direct3d/direct3d.h
+ __NO_COPYRIGHT__ in: src/output/direct3d/hq2x_d3d.h
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/Super2xSaI.fx
+ contrib/windows/shaders/SuperEagle.fx
+ docs/PLANS/Sound Master II emulation/SM2_V_SB.DOC
+ include/clockdomain.h
+ include/speex/speex_buffer.h
+ include/speex/speex_echo.h
+ include/speex/speex_jitter.h
+ include/speex/speex_preprocess.h
+ include/speex/speex_resampler.h
+ ref/Apple/MachO/mach-o/arch.h
+ ref/Apple/MachO/mach-o/arm/reloc.h
+ ref/Apple/MachO/mach-o/arm64/reloc.h
+ ref/Apple/MachO/mach-o/dyld.h
+ ref/Apple/MachO/mach-o/dyld_images.h
+ ref/Apple/MachO/mach-o/fat.h
+ ref/Apple/MachO/mach-o/fixup-chains.h
+ ref/Apple/MachO/mach-o/getsect.h
+ ref/Apple/MachO/mach-o/i386/swap.h
+ ref/Apple/MachO/mach-o/ldsyms.h
+ ref/Apple/MachO/mach-o/loader.h
+ ref/Apple/MachO/mach-o/nlist.h
+ ref/Apple/MachO/mach-o/ranlib.h
+ ref/Apple/MachO/mach-o/reloc.h
+ ref/Apple/MachO/mach-o/stab.h
+ ref/Apple/MachO/mach-o/swap.h
+ ref/Apple/MachO/mach-o/x86_64/reloc.h
+ ref/Apple/MachO/mach/arm/_structs.h
+ ref/Apple/MachO/mach/arm/asm.h
+ ref/Apple/MachO/mach/arm/boolean.h
+ ref/Apple/MachO/mach/arm/exception.h
+ ref/Apple/MachO/mach/arm/kern_return.h
+ ref/Apple/MachO/mach/arm/ndr_def.h
+ ref/Apple/MachO/mach/arm/processor_info.h
+ ref/Apple/MachO/mach/arm/rpc.h
+ ref/Apple/MachO/mach/arm/syscall_sw.h
+ ref/Apple/MachO/mach/arm/thread_state.h
+ ref/Apple/MachO/mach/arm/thread_status.h
+ ref/Apple/MachO/mach/arm/traps.h
+ ref/Apple/MachO/mach/arm/vm_param.h
+ ref/Apple/MachO/mach/arm/vm_types.h
+ ref/Apple/MachO/mach/arm64/asm.h
+ ref/Apple/MachO/mach/audit_triggers.defs
+ ref/Apple/MachO/mach/boolean.h
+ ref/Apple/MachO/mach/bootstrap.h
+ ref/Apple/MachO/mach/clock.defs
+ ref/Apple/MachO/mach/clock_priv.defs
+ ref/Apple/MachO/mach/clock_reply.defs
+ ref/Apple/MachO/mach/clock_types.defs
+ ref/Apple/MachO/mach/clock_types.h
+ ref/Apple/MachO/mach/dyld_kernel.h
+ ref/Apple/MachO/mach/error.h
+ ref/Apple/MachO/mach/exc.defs
+ ref/Apple/MachO/mach/exception.h
+ ref/Apple/MachO/mach/exception_types.h
+ ref/Apple/MachO/mach/host_info.h
+ ref/Apple/MachO/mach/host_notify.h
+ ref/Apple/MachO/mach/host_notify_reply.defs
+ ref/Apple/MachO/mach/host_priv.defs
+ ref/Apple/MachO/mach/host_reboot.h
+ ref/Apple/MachO/mach/host_security.defs
+ ref/Apple/MachO/mach/host_special_ports.h
+ ref/Apple/MachO/mach/i386/_structs.h
+ ref/Apple/MachO/mach/i386/asm.h
+ ref/Apple/MachO/mach/i386/boolean.h
+ ref/Apple/MachO/mach/i386/exception.h
+ ref/Apple/MachO/mach/i386/fp_reg.h
+ ref/Apple/MachO/mach/i386/kern_return.h
+ ref/Apple/MachO/mach/i386/ndr_def.h
+ ref/Apple/MachO/mach/i386/processor_info.h
+ ref/Apple/MachO/mach/i386/rpc.h
+ ref/Apple/MachO/mach/i386/thread_state.h
+ ref/Apple/MachO/mach/i386/thread_status.h
+ ref/Apple/MachO/mach/i386/vm_param.h
+ ref/Apple/MachO/mach/i386/vm_types.h
+ ref/Apple/MachO/mach/kern_return.h
+ ref/Apple/MachO/mach/kmod.h
+ ref/Apple/MachO/mach/lock_set.defs
+ ref/Apple/MachO/mach/mach.h
+ ref/Apple/MachO/mach/mach_error.h
+ ref/Apple/MachO/mach/mach_exc.defs
+ ref/Apple/MachO/mach/mach_host.defs
+ ref/Apple/MachO/mach/mach_init.h
+ ref/Apple/MachO/mach/mach_interface.h
+ ref/Apple/MachO/mach/mach_param.h
+ ref/Apple/MachO/mach/mach_port.defs
+ ref/Apple/MachO/mach/mach_right.h
+ ref/Apple/MachO/mach/mach_syscalls.h
+ ref/Apple/MachO/mach/mach_time.h
+ ref/Apple/MachO/mach/mach_traps.h
+ ref/Apple/MachO/mach/mach_types.defs
+ ref/Apple/MachO/mach/mach_types.h
+ ref/Apple/MachO/mach/mach_vm.defs
+ ref/Apple/MachO/mach/mach_voucher.defs
+ ref/Apple/MachO/mach/mach_voucher_attr_control.defs
+ ref/Apple/MachO/mach/mach_voucher_types.h
+ ref/Apple/MachO/mach/machine.h
+ ref/Apple/MachO/mach/machine/_structs.h
+ ref/Apple/MachO/mach/machine/asm.h
+ ref/Apple/MachO/mach/machine/boolean.h
+ ref/Apple/MachO/mach/machine/exception.h
+ ref/Apple/MachO/mach/machine/kern_return.h
+ ref/Apple/MachO/mach/machine/machine_types.defs
+ ref/Apple/MachO/mach/machine/ndr_def.h
+ ref/Apple/MachO/mach/machine/processor_info.h
+ ref/Apple/MachO/mach/machine/rpc.h
+ ref/Apple/MachO/mach/machine/sdt_isa.h
+ ref/Apple/MachO/mach/machine/thread_state.h
+ ref/Apple/MachO/mach/machine/thread_status.h
+ ref/Apple/MachO/mach/machine/vm_param.h
+ ref/Apple/MachO/mach/machine/vm_types.h
+ ref/Apple/MachO/mach/memory_entry.defs
+ ref/Apple/MachO/mach/memory_object_types.h
+ ref/Apple/MachO/mach/message.h
+ ref/Apple/MachO/mach/mig.h
+ ref/Apple/MachO/mach/mig_errors.h
+ ref/Apple/MachO/mach/mig_strncpy_zerofill_support.h
+ ref/Apple/MachO/mach/mig_voucher_support.h
+ ref/Apple/MachO/mach/ndr.h
+ ref/Apple/MachO/mach/notify.defs
+ ref/Apple/MachO/mach/notify.h
+ ref/Apple/MachO/mach/policy.h
+ ref/Apple/MachO/mach/port.h
+ ref/Apple/MachO/mach/port_obj.h
+ ref/Apple/MachO/mach/processor.defs
+ ref/Apple/MachO/mach/processor_info.h
+ ref/Apple/MachO/mach/processor_set.defs
+ ref/Apple/MachO/mach/rpc.h
+ ref/Apple/MachO/mach/semaphore.h
+ ref/Apple/MachO/mach/shared_memory_server.h
+ ref/Apple/MachO/mach/shared_region.h
+ ref/Apple/MachO/mach/std_types.defs
+ ref/Apple/MachO/mach/std_types.h
+ ref/Apple/MachO/mach/sync.h
+ ref/Apple/MachO/mach/sync_policy.h
+ ref/Apple/MachO/mach/task.defs
+ ref/Apple/MachO/mach/task_access.defs
+ ref/Apple/MachO/mach/task_info.h
+ ref/Apple/MachO/mach/task_inspect.h
+ ref/Apple/MachO/mach/task_policy.h
+ ref/Apple/MachO/mach/task_special_ports.h
+ ref/Apple/MachO/mach/thread_act.defs
+ ref/Apple/MachO/mach/thread_info.h
+ ref/Apple/MachO/mach/thread_policy.h
+ ref/Apple/MachO/mach/thread_special_ports.h
+ ref/Apple/MachO/mach/thread_state.h
+ ref/Apple/MachO/mach/thread_status.h
+ ref/Apple/MachO/mach/thread_switch.h
+ ref/Apple/MachO/mach/time_value.h
+ ref/Apple/MachO/mach/vm_attributes.h
+ ref/Apple/MachO/mach/vm_behavior.h
+ ref/Apple/MachO/mach/vm_inherit.h
+ ref/Apple/MachO/mach/vm_map.defs
+ ref/Apple/MachO/mach/vm_page_size.h
+ ref/Apple/MachO/mach/vm_param.h
+ ref/Apple/MachO/mach/vm_prot.h
+ ref/Apple/MachO/mach/vm_purgable.h
+ ref/Apple/MachO/mach/vm_region.h
+ ref/Apple/MachO/mach/vm_statistics.h
+ ref/Apple/MachO/mach/vm_sync.h
+ ref/Apple/MachO/mach/vm_task.h
+ ref/Apple/MachO/mach/vm_types.h
+ src/dos/crc32.h
+ src/hardware/floppy.cpp
+ src/hardware/ide.cpp
+ src/libs/decoders/internal/opus/celt/arm/celt_fft_ne10.c
+ src/libs/decoders/internal/opus/celt/arm/celt_mdct_ne10.c
+ src/libs/decoders/internal/opus/celt/arm/celt_neon_intr.c
+ src/libs/decoders/internal/opus/celt/arm/fft_arm.h
+ src/libs/decoders/internal/opus/celt/arm/mdct_arm.h
+ src/libs/decoders/internal/opus/celt/fixed_c5x.h
+ src/libs/decoders/internal/opus/celt/fixed_c6x.h
+ src/libs/decoders/internal/opus/celt/fixed_debug.h
+ src/libs/decoders/internal/opus/celt/fixed_generic.h
+ src/libs/decoders/internal/opus/celt/mips/fixed_generic_mipsr1.h
+ src/libs/decoders/internal/opus/celt/os_support.h
+ src/libs/decoders/internal/opus/celt/stack_alloc.h
+ src/libs/decoders/internal/opus/celt/x86/pitch_sse.h
+ src/libs/decoders/internal/speexdsp/bfin.h
+ src/libs/decoders/internal/speexdsp/fixed_arm4.h
+ src/libs/decoders/internal/speexdsp/fixed_arm5e.h
+ src/libs/decoders/internal/speexdsp/fixed_bfin.h
+ src/libs/decoders/internal/speexdsp/fixed_debug.h
+ src/libs/decoders/internal/speexdsp/fixed_generic.h
+ src/libs/decoders/internal/speexdsp/jitter.c
+ src/libs/decoders/internal/speexdsp/math_approx.h
+ src/libs/decoders/internal/speexdsp/misc_bfin.h
+ src/libs/decoders/internal/speexdsp/os_support.h
+ src/libs/decoders/internal/speexdsp/resample_neon.h
+ src/libs/decoders/internal/speexdsp/resample_sse.h
+ src/libs/decoders/internal/speexdsp/stack_alloc.h
+ src/libs/decoders/internal/speexdsp/vorbis_psy.h
+ src/libs/gui_tk/gui_tk.cpp
+ vs/freetype/src/base/ftrfork.c
+ vs/freetype/src/gzip/infblock.c
+ vs/freetype/src/gzip/infcodes.c
+ vs/freetype/src/gzip/inflate.c
+ vs/freetype/src/gzip/inftrees.c
+ vs/freetype/src/gzip/infutil.c
+ vs/libpdcurses/pdcurses/scanw.c
+ vs/libpdcurses/x11/ScrollBox.c
+ vs/libpdcurses/x11/ScrollBox.h
+ vs/libpdcurses/x11/ScrollBoxP.h
+ vs/libpng/arm/filter_neon_intrinsics.c
+ vs/libpng/intel/filter_sse2_intrinsics.c
+ vs/libpng/intel/intel_init.c
+ vs/libpng/scripts/makefile.acorn
+ vs/sdl/build-scripts/config.guess
+ vs/sdl/build-scripts/config.sub
+ vs/sdl/src/audio/SDL_sysaudio.h
+ vs/sdl/src/audio/SDL_wave.h
+ vs/sdl/src/audio/dc/aica.c
+ vs/sdl/src/cdrom/SDL_syscdrom.h
+ vs/sdl/src/events/SDL_sysevents.h
+ vs/sdl/src/joystick/SDL_sysjoystick.h
+ vs/sdl/src/video/Xext/extensions/xf86dga1str.h
+ vs/sdl/src/video/Xext/extensions/xf86dgastr.h
+ vs/sdl2/src/video/yuv2rgb/yuv_rgb.c
+ vs/sdlnet/config.guess
+ vs/sdlnet/config.sub
+ vs/zlib/amiga/Makefile.pup
+ vs/zlib/contrib/infback9/infback9.c
+ vs/zlib/contrib/infback9/inftree9.c
+ vs/zlib/contrib/inflate86/inffast.S
+ vs/zlib/contrib/masmx64/gvmat64.asm
+ vs/zlib/contrib/masmx86/match686.asm
+ vs/zlib/gzclose.c
+ vs/zlib/gzguts.h
+ vs/zlib/gzlib.c
+ vs/zlib/gzread.c
+ vs/zlib/gzwrite.c
+ vs/zlib/inffast.c
+ vs/zlib/inftrees.c
+ vs/zlib/trees.c
+Copyright: 1986 Gary S. Brown. You may use this program, or code or tables extracted from it, as desired without restriction.
+ 1989 O'Reilly and Associates, Inc.
+ 1990-1992 Eberhard Mattes, who has kindly agreed to its inclusion in PDCurses.
+ 1991 Covox, Inc.
+ 1992-2021 Free Software Foundation, Inc.
+ 1995 Jon Tombs
+ 1995 XFree86 Inc.
+ 1995-1996 Jean-loup Gailly, Brian Raiter and Gilles Vollant. File Gilles Vollant, converting match686.S from Brian Raiter
+ 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
+ 1995-2017 Jean-loup Gailly
+ 1995-2017 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+ 1997 Tom Tanner
+ 1997-2012 Sam Lantinga
+ 1998 Andreas R. Kleinert
+ 1999-2001 Derek Liauw Kie Fa License: GNU-GPL
+ 1999-2020 Apple Computer, Inc.
+ 1999-2020 Apple Inc.
+ 2000 Dan Potter modify BERO
+ 2002-2008 Jean-Marc Valin
+ 2003 Chris Anderson <christop@charm.net> Please use the copyright conditions above.
+ 2003 Epic Games Jean-Marc Valin
+ 2004-2018 Masatake YAMATO and Redhat K.K.
+ 2005 Jean-Marc Valin, CSIRO, Christopher Montgomery
+ 2005-2009 Analog Devices
+ 2005-2013 Jörg Walter
+ 2007-2008 CSIRO
+ 2007-2012 Xiph.Org Foundation
+ 2007-2016 Apple, Inc.
+ 2008 Thorvald Natvig
+ 2011 Texas Instruments
+ 2012-2022 Jonathan Campbell
+ 2013 Jean-Marc Valin and John Ridges
+ 2014 Cisco Systems, INC MingXiang WeiZhou MinPeng YanWang
+ 2014-2015 Xiph.Org Foundation Viswanath Puttagunta
+ 2014-2016 Glenn Randers-Pehrson James Yu <james.yu at linaro.org>, October 2013.
+ 2016 Adrien Descamps Distributed under BSD 3-Clause License
+ 2016-2017 Glenn Randers-Pehrson Mike Klein and Matt Sarett
+ 2016-2017 Glenn Randers-Pehrson Mike Klein and Matt Sarett, Google, Inc.
+License: __NO_LICENSE__
+
+Files: src/libs/decoders/internal/opus/celt/arm/pitch_neon_intr.c
+ src/libs/decoders/internal/opus/silk/API.h
+ src/libs/decoders/internal/opus/silk/CNG.c
+ src/libs/decoders/internal/opus/silk/HP_variable_cutoff.c
+ src/libs/decoders/internal/opus/silk/Inlines.h
+ src/libs/decoders/internal/opus/silk/LPC_analysis_filter.c
+ src/libs/decoders/internal/opus/silk/LPC_fit.c
+ src/libs/decoders/internal/opus/silk/LPC_inv_pred_gain.c
+ src/libs/decoders/internal/opus/silk/LP_variable_cutoff.c
+ src/libs/decoders/internal/opus/silk/MacroCount.h
+ src/libs/decoders/internal/opus/silk/MacroDebug.h
+ src/libs/decoders/internal/opus/silk/NLSF2A.c
+ src/libs/decoders/internal/opus/silk/NLSF_VQ.c
+ src/libs/decoders/internal/opus/silk/NLSF_VQ_weights_laroia.c
+ src/libs/decoders/internal/opus/silk/NLSF_decode.c
+ src/libs/decoders/internal/opus/silk/NLSF_del_dec_quant.c
+ src/libs/decoders/internal/opus/silk/NLSF_encode.c
+ src/libs/decoders/internal/opus/silk/NLSF_stabilize.c
+ src/libs/decoders/internal/opus/silk/NLSF_unpack.c
+ src/libs/decoders/internal/opus/silk/NSQ.c
+ src/libs/decoders/internal/opus/silk/NSQ.h
+ src/libs/decoders/internal/opus/silk/NSQ_del_dec.c
+ src/libs/decoders/internal/opus/silk/PLC.c
+ src/libs/decoders/internal/opus/silk/PLC.h
+ src/libs/decoders/internal/opus/silk/SigProc_FIX.h
+ src/libs/decoders/internal/opus/silk/VAD.c
+ src/libs/decoders/internal/opus/silk/VQ_WMat_EC.c
+ src/libs/decoders/internal/opus/silk/ana_filt_bank_1.c
+ src/libs/decoders/internal/opus/silk/bwexpander.c
+ src/libs/decoders/internal/opus/silk/bwexpander_32.c
+ src/libs/decoders/internal/opus/silk/check_control_input.c
+ src/libs/decoders/internal/opus/silk/code_signs.c
+ src/libs/decoders/internal/opus/silk/control.h
+ src/libs/decoders/internal/opus/silk/control_SNR.c
+ src/libs/decoders/internal/opus/silk/control_audio_bandwidth.c
+ src/libs/decoders/internal/opus/silk/control_codec.c
+ src/libs/decoders/internal/opus/silk/debug_silk.c
+ src/libs/decoders/internal/opus/silk/debug_silk.h
+ src/libs/decoders/internal/opus/silk/dec_API.c
+ src/libs/decoders/internal/opus/silk/decode_core.c
+ src/libs/decoders/internal/opus/silk/decode_frame.c
+ src/libs/decoders/internal/opus/silk/decode_indices.c
+ src/libs/decoders/internal/opus/silk/decode_parameters.c
+ src/libs/decoders/internal/opus/silk/decode_pitch.c
+ src/libs/decoders/internal/opus/silk/decode_pulses.c
+ src/libs/decoders/internal/opus/silk/decoder_set_fs.c
+ src/libs/decoders/internal/opus/silk/define.h
+ src/libs/decoders/internal/opus/silk/enc_API.c
+ src/libs/decoders/internal/opus/silk/encode_indices.c
+ src/libs/decoders/internal/opus/silk/encode_pulses.c
+ src/libs/decoders/internal/opus/silk/errors.h
+ src/libs/decoders/internal/opus/silk/float/LPC_analysis_filter_FLP.c
+ src/libs/decoders/internal/opus/silk/float/LPC_inv_pred_gain_FLP.c
+ src/libs/decoders/internal/opus/silk/float/LTP_analysis_filter_FLP.c
+ src/libs/decoders/internal/opus/silk/float/LTP_scale_ctrl_FLP.c
+ src/libs/decoders/internal/opus/silk/float/SigProc_FLP.h
+ src/libs/decoders/internal/opus/silk/float/apply_sine_window_FLP.c
+ src/libs/decoders/internal/opus/silk/float/autocorrelation_FLP.c
+ src/libs/decoders/internal/opus/silk/float/burg_modified_FLP.c
+ src/libs/decoders/internal/opus/silk/float/bwexpander_FLP.c
+ src/libs/decoders/internal/opus/silk/float/corrMatrix_FLP.c
+ src/libs/decoders/internal/opus/silk/float/encode_frame_FLP.c
+ src/libs/decoders/internal/opus/silk/float/energy_FLP.c
+ src/libs/decoders/internal/opus/silk/float/find_LPC_FLP.c
+ src/libs/decoders/internal/opus/silk/float/find_LTP_FLP.c
+ src/libs/decoders/internal/opus/silk/float/find_pitch_lags_FLP.c
+ src/libs/decoders/internal/opus/silk/float/find_pred_coefs_FLP.c
+ src/libs/decoders/internal/opus/silk/float/inner_product_FLP.c
+ src/libs/decoders/internal/opus/silk/float/k2a_FLP.c
+ src/libs/decoders/internal/opus/silk/float/main_FLP.h
+ src/libs/decoders/internal/opus/silk/float/noise_shape_analysis_FLP.c
+ src/libs/decoders/internal/opus/silk/float/pitch_analysis_core_FLP.c
+ src/libs/decoders/internal/opus/silk/float/process_gains_FLP.c
+ src/libs/decoders/internal/opus/silk/float/regularize_correlations_FLP.c
+ src/libs/decoders/internal/opus/silk/float/residual_energy_FLP.c
+ src/libs/decoders/internal/opus/silk/float/scale_copy_vector_FLP.c
+ src/libs/decoders/internal/opus/silk/float/scale_vector_FLP.c
+ src/libs/decoders/internal/opus/silk/float/schur_FLP.c
+ src/libs/decoders/internal/opus/silk/float/sort_FLP.c
+ src/libs/decoders/internal/opus/silk/float/structs_FLP.h
+ src/libs/decoders/internal/opus/silk/float/warped_autocorrelation_FLP.c
+ src/libs/decoders/internal/opus/silk/float/wrappers_FLP.c
+ src/libs/decoders/internal/opus/silk/gain_quant.c
+ src/libs/decoders/internal/opus/silk/init_decoder.c
+ src/libs/decoders/internal/opus/silk/init_encoder.c
+ src/libs/decoders/internal/opus/silk/inner_prod_aligned.c
+ src/libs/decoders/internal/opus/silk/interpolate.c
+ src/libs/decoders/internal/opus/silk/lin2log.c
+ src/libs/decoders/internal/opus/silk/log2lin.c
+ src/libs/decoders/internal/opus/silk/macros.h
+ src/libs/decoders/internal/opus/silk/main.h
+ src/libs/decoders/internal/opus/silk/pitch_est_defines.h
+ src/libs/decoders/internal/opus/silk/pitch_est_tables.c
+ src/libs/decoders/internal/opus/silk/process_NLSFs.c
+ src/libs/decoders/internal/opus/silk/quant_LTP_gains.c
+ src/libs/decoders/internal/opus/silk/resampler.c
+ src/libs/decoders/internal/opus/silk/resampler_down2.c
+ src/libs/decoders/internal/opus/silk/resampler_down2_3.c
+ src/libs/decoders/internal/opus/silk/resampler_private.h
+ src/libs/decoders/internal/opus/silk/resampler_private_AR2.c
+ src/libs/decoders/internal/opus/silk/resampler_private_IIR_FIR.c
+ src/libs/decoders/internal/opus/silk/resampler_private_down_FIR.c
+ src/libs/decoders/internal/opus/silk/resampler_private_up2_HQ.c
+ src/libs/decoders/internal/opus/silk/resampler_rom.c
+ src/libs/decoders/internal/opus/silk/resampler_rom.h
+ src/libs/decoders/internal/opus/silk/resampler_structs.h
+ src/libs/decoders/internal/opus/silk/shell_coder.c
+ src/libs/decoders/internal/opus/silk/sigm_Q15.c
+ src/libs/decoders/internal/opus/silk/sort.c
+ src/libs/decoders/internal/opus/silk/stereo_LR_to_MS.c
+ src/libs/decoders/internal/opus/silk/stereo_MS_to_LR.c
+ src/libs/decoders/internal/opus/silk/stereo_decode_pred.c
+ src/libs/decoders/internal/opus/silk/stereo_encode_pred.c
+ src/libs/decoders/internal/opus/silk/stereo_find_predictor.c
+ src/libs/decoders/internal/opus/silk/stereo_quant_pred.c
+ src/libs/decoders/internal/opus/silk/structs.h
+ src/libs/decoders/internal/opus/silk/sum_sqr_shift.c
+ src/libs/decoders/internal/opus/silk/table_LSF_cos.c
+ src/libs/decoders/internal/opus/silk/tables.h
+ src/libs/decoders/internal/opus/silk/tables_LTP.c
+ src/libs/decoders/internal/opus/silk/tables_NLSF_CB_NB_MB.c
+ src/libs/decoders/internal/opus/silk/tables_NLSF_CB_WB.c
+ src/libs/decoders/internal/opus/silk/tables_gain.c
+ src/libs/decoders/internal/opus/silk/tables_other.c
+ src/libs/decoders/internal/opus/silk/tables_pitch_lag.c
+ src/libs/decoders/internal/opus/silk/tables_pulses_per_block.c
+ src/libs/decoders/internal/opus/silk/tuning_parameters.h
+ src/libs/decoders/internal/opus/silk/typedef.h
+Copyright: 2006-2011 Skype Limited.
+ 2012 Xiph.Org Foundation
+ 2013 Koen Vos.
+ 2014 Vidyo.
+ 2017 Google Inc.
+License: __UNKNOWN__
+ 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 Internet Society, IETF or IETF Trust, nor the
+ names of specific contributors, may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+Files: vs/sdl/include/begin_code.h
+ vs/sdl/include/close_code.h
+ vs/sdl/src/audio/SDL_mixer_m68k.c
+ vs/sdl/src/audio/SDL_mixer_m68k.h
+ vs/sdl/src/audio/alsa/SDL_alsa_audio.c
+ vs/sdl/src/audio/alsa/SDL_alsa_audio.h
+ vs/sdl/src/audio/bsd/SDL_bsdaudio.c
+ vs/sdl/src/audio/bsd/SDL_bsdaudio.h
+ vs/sdl/src/audio/mint/SDL_mintaudio.c
+ vs/sdl/src/audio/mint/SDL_mintaudio.h
+ vs/sdl/src/audio/mint/SDL_mintaudio_dma8.c
+ vs/sdl/src/audio/mint/SDL_mintaudio_dma8.h
+ vs/sdl/src/audio/mint/SDL_mintaudio_gsxb.c
+ vs/sdl/src/audio/mint/SDL_mintaudio_mcsn.c
+ vs/sdl/src/audio/mint/SDL_mintaudio_mcsn.h
+ vs/sdl/src/audio/mint/SDL_mintaudio_stfa.c
+ vs/sdl/src/audio/mint/SDL_mintaudio_stfa.h
+ vs/sdl/src/audio/mint/SDL_mintaudio_xbios.c
+ vs/sdl/src/audio/mme/SDL_mmeaudio.c
+ vs/sdl/src/audio/mme/SDL_mmeaudio.h
+ vs/sdl/src/audio/nto/SDL_nto_audio.c
+ vs/sdl/src/audio/nto/SDL_nto_audio.h
+ vs/sdl/src/cdrom/macos/SDL_syscdrom_c.h
+ vs/sdl/src/cdrom/macosx/CDPlayer.c
+ vs/sdl/src/cdrom/macosx/CDPlayer.h
+ vs/sdl/src/cdrom/macosx/SDLOSXCAGuard.c
+ vs/sdl/src/cdrom/macosx/SDLOSXCAGuard.h
+ vs/sdl/src/cdrom/macosx/SDL_syscdrom_c.h
+ vs/sdl/src/cdrom/mint/SDL_syscdrom.c
+ vs/sdl/src/joystick/darwin/SDL_sysjoystick.c
+ vs/sdl/src/thread/dc/SDL_systhread_c.h
+ vs/sdl/src/thread/generic/SDL_systhread_c.h
+ vs/sdl/src/thread/irix/SDL_systhread_c.h
+ vs/sdl/src/thread/os2/SDL_systhread_c.h
+ vs/sdl/src/thread/pth/SDL_systhread_c.h
+ vs/sdl/src/thread/pthread/SDL_systhread_c.h
+ vs/sdl/src/thread/riscos/SDL_systhread_c.h
+ vs/sdl/src/thread/win32/SDL_systhread_c.h
+ vs/sdl/src/video/ataricommon/SDL_atarigl.c
+ vs/sdl/src/video/ataricommon/SDL_atarigl_c.h
+ vs/sdl/src/video/os2fslib/SDL_os2fslib.c
+ vs/sdl/src/video/os2fslib/SDL_os2fslib.h
+ vs/sdl/src/video/photon/SDL_ph_video.h
+ vs/sdl/src/video/qtopia/SDL_QPEApp.cc
+ vs/sdl/src/video/quartz/CGS.h
+ vs/sdl/src/video/quartz/SDL_QuartzEvents.m
+ vs/sdl/src/video/quartz/SDL_QuartzGL.m
+ vs/sdl/src/video/quartz/SDL_QuartzKeys.h
+ vs/sdl/src/video/quartz/SDL_QuartzVideo.h
+ vs/sdl/src/video/quartz/SDL_QuartzVideo.m
+ vs/sdl/src/video/quartz/SDL_QuartzWM.h
+ vs/sdl/src/video/quartz/SDL_QuartzWM.m
+ vs/sdl/src/video/quartz/SDL_QuartzWindow.h
+ vs/sdl/src/video/quartz/SDL_QuartzWindow.m
+ vs/sdl/src/video/riscos/SDL_riscosFullScreenVideo.c
+ vs/sdl/src/video/riscos/SDL_riscosevents.c
+ vs/sdl/src/video/riscos/SDL_riscosmouse.c
+ vs/sdl/src/video/riscos/SDL_riscossprite.c
+ vs/sdl/src/video/riscos/SDL_riscostask.c
+ vs/sdl/src/video/riscos/SDL_riscostask.h
+ vs/sdl/src/video/riscos/SDL_riscosvideo.c
+ vs/sdl/src/video/riscos/SDL_wimppoll.c
+ vs/sdl/src/video/riscos/SDL_wimpvideo.c
+ vs/sdl/src/video/x11/SDL_x11dyn.c
+ vs/sdl/src/video/x11/SDL_x11dyn.h
+ vs/sdl/src/video/x11/SDL_x11sym.h
+ vs/sdl/src/video/xbios/SDL_xbios_blowup.c
+ vs/sdl/src/video/xbios/SDL_xbios_blowup.h
+ vs/sdl/src/video/xbios/SDL_xbios_centscreen.c
+ vs/sdl/src/video/xbios/SDL_xbios_centscreen.h
+ vs/sdl/src/video/xbios/SDL_xbios_milan.c
+ vs/sdl/src/video/xbios/SDL_xbios_milan.h
+ vs/sdl/src/video/xbios/SDL_xbios_sb3.c
+ vs/sdl/src/video/xbios/SDL_xbios_sb3.h
+ vs/sdl/src/video/xbios/SDL_xbios_tveille.c
+ vs/sdl/src/video/xbios/SDL_xbios_tveille.h
+Copyright: 1997-2012 Sam Lantinga
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ 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'.
+
+Files: src/libs/mt32/Analog.cpp
+ src/libs/mt32/Analog.h
+ src/libs/mt32/BReverbModel.cpp
+ src/libs/mt32/BReverbModel.h
+ src/libs/mt32/Display.cpp
+ src/libs/mt32/Display.h
+ src/libs/mt32/Enumerations.h
+ src/libs/mt32/File.cpp
+ src/libs/mt32/File.h
+ src/libs/mt32/FileStream.cpp
+ src/libs/mt32/FileStream.h
+ src/libs/mt32/LA32FloatWaveGenerator.cpp
+ src/libs/mt32/LA32FloatWaveGenerator.h
+ src/libs/mt32/LA32Ramp.h
+ src/libs/mt32/LA32WaveGenerator.cpp
+ src/libs/mt32/LA32WaveGenerator.h
+ src/libs/mt32/MemoryRegion.h
+ src/libs/mt32/MidiEventQueue.h
+ src/libs/mt32/MidiStreamParser.cpp
+ src/libs/mt32/MidiStreamParser.h
+ src/libs/mt32/Part.cpp
+ src/libs/mt32/Part.h
+ src/libs/mt32/Partial.cpp
+ src/libs/mt32/Partial.h
+ src/libs/mt32/PartialManager.cpp
+ src/libs/mt32/PartialManager.h
+ src/libs/mt32/Poly.cpp
+ src/libs/mt32/Poly.h
+ src/libs/mt32/ROMInfo.cpp
+ src/libs/mt32/ROMInfo.h
+ src/libs/mt32/SampleRateConverter.cpp
+ src/libs/mt32/SampleRateConverter.h
+ src/libs/mt32/Structures.h
+ src/libs/mt32/Synth.cpp
+ src/libs/mt32/Synth.h
+ src/libs/mt32/TVA.h
+ src/libs/mt32/TVF.cpp
+ src/libs/mt32/TVF.h
+ src/libs/mt32/TVP.cpp
+ src/libs/mt32/TVP.h
+ src/libs/mt32/Tables.cpp
+ src/libs/mt32/Tables.h
+ src/libs/mt32/Types.h
+ src/libs/mt32/VersionTagging.cpp
+ src/libs/mt32/VersionTagging.h
+ src/libs/mt32/c_interface/c_interface.cpp
+ src/libs/mt32/c_interface/c_interface.h
+ src/libs/mt32/c_interface/c_types.h
+ src/libs/mt32/c_interface/cpp_interface.h
+ src/libs/mt32/globals.h
+ src/libs/mt32/internals.h
+ src/libs/mt32/mmath.h
+ src/libs/mt32/mt32emu.h
+ src/libs/mt32/srchelper/InternalResampler.cpp
+ src/libs/mt32/srchelper/InternalResampler.h
+ src/libs/mt32/srchelper/SamplerateAdapter.cpp
+ src/libs/mt32/srchelper/SamplerateAdapter.h
+ src/libs/mt32/srchelper/SoxrAdapter.cpp
+ src/libs/mt32/srchelper/SoxrAdapter.h
+ src/libs/mt32/srchelper/srctools/include/FIRResampler.h
+ src/libs/mt32/srchelper/srctools/include/FloatSampleProvider.h
+ src/libs/mt32/srchelper/srctools/include/IIR2xResampler.h
+ src/libs/mt32/srchelper/srctools/include/LinearResampler.h
+ src/libs/mt32/srchelper/srctools/include/ResamplerModel.h
+ src/libs/mt32/srchelper/srctools/include/ResamplerStage.h
+ src/libs/mt32/srchelper/srctools/include/SincResampler.h
+ src/libs/mt32/srchelper/srctools/src/FIRResampler.cpp
+ src/libs/mt32/srchelper/srctools/src/IIR2xResampler.cpp
+ src/libs/mt32/srchelper/srctools/src/LinearResampler.cpp
+ src/libs/mt32/srchelper/srctools/src/ResamplerModel.cpp
+ src/libs/mt32/srchelper/srctools/src/SincResampler.cpp
+Copyright: 2003-2009 Dean Beeler, Jerome Fisher
+ 2011-2022 Dean Beeler, Jerome Fisher, Sergey V. Mikayev
+ 2015-2022 Sergey V. Mikayev
+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, 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 Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ 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'.
+
+Files: include/fluidsynth.h
+ include/fluidsynth/audio.h
+ include/fluidsynth/event.h
+ include/fluidsynth/gen.h
+ include/fluidsynth/log.h
+ include/fluidsynth/midi.h
+ include/fluidsynth/misc.h
+ include/fluidsynth/mod.h
+ include/fluidsynth/seq.h
+ include/fluidsynth/seqbind.h
+ include/fluidsynth/settings.h
+ include/fluidsynth/sfont.h
+ include/fluidsynth/shell.h
+ include/fluidsynth/synth.h
+ include/fluidsynth/types.h
+ include/fluidsynth/version.h
+ include/fluidsynth/voice.h
+ src/libs/fluidsynth/fluid_adriver.c
+ src/libs/fluidsynth/fluid_adriver.h
+ src/libs/fluidsynth/fluid_adsr_env.c
+ src/libs/fluidsynth/fluid_adsr_env.h
+ src/libs/fluidsynth/fluid_aufile.c
+ src/libs/fluidsynth/fluid_chan.c
+ src/libs/fluidsynth/fluid_chan.h
+ src/libs/fluidsynth/fluid_chorus.h
+ src/libs/fluidsynth/fluid_cmd.c
+ src/libs/fluidsynth/fluid_cmd.h
+ src/libs/fluidsynth/fluid_conv.c
+ src/libs/fluidsynth/fluid_conv.h
+ src/libs/fluidsynth/fluid_dll.c
+ src/libs/fluidsynth/fluid_event_priv.h
+ src/libs/fluidsynth/fluid_event_queue.h
+ src/libs/fluidsynth/fluid_gen.c
+ src/libs/fluidsynth/fluid_gen.h
+ src/libs/fluidsynth/fluid_iir_filter.c
+ src/libs/fluidsynth/fluid_iir_filter.h
+ src/libs/fluidsynth/fluid_ladspa.h
+ src/libs/fluidsynth/fluid_lfo.h
+ src/libs/fluidsynth/fluid_mdriver.c
+ src/libs/fluidsynth/fluid_mdriver.h
+ src/libs/fluidsynth/fluid_midi.c
+ src/libs/fluidsynth/fluid_midi.h
+ src/libs/fluidsynth/fluid_midi_router.h
+ src/libs/fluidsynth/fluid_mod.c
+ src/libs/fluidsynth/fluid_mod.h
+ src/libs/fluidsynth/fluid_phase.h
+ src/libs/fluidsynth/fluid_ramsfont.c
+ src/libs/fluidsynth/fluid_ramsfont.h
+ src/libs/fluidsynth/fluid_rev.h
+ src/libs/fluidsynth/fluid_ringbuffer.h
+ src/libs/fluidsynth/fluid_rvoice.c
+ src/libs/fluidsynth/fluid_rvoice.h
+ src/libs/fluidsynth/fluid_rvoice_dsp.c
+ src/libs/fluidsynth/fluid_rvoice_event.c
+ src/libs/fluidsynth/fluid_rvoice_event.h
+ src/libs/fluidsynth/fluid_rvoice_mixer.c
+ src/libs/fluidsynth/fluid_rvoice_mixer.h
+ src/libs/fluidsynth/fluid_settings.c
+ src/libs/fluidsynth/fluid_settings.h
+ src/libs/fluidsynth/fluid_sfont.h
+ src/libs/fluidsynth/fluid_synth.c
+ src/libs/fluidsynth/fluid_synth.h
+ src/libs/fluidsynth/fluid_sys.c
+ src/libs/fluidsynth/fluid_tuning.c
+ src/libs/fluidsynth/fluid_voice.c
+ src/libs/fluidsynth/fluid_voice.h
+ src/libs/fluidsynth/fluidsynth_priv.h
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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 complete text of the GNU Library General Public License
+ Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
+
+Files: include/opus_custom.h
+ include/opus_defines.h
+ include/opus_multistream.h
+ include/opus_projection.h
+ include/opus_types.h
+ src/libs/decoders/internal/opus/celt/arm/arm_celt_map.c
+ src/libs/decoders/internal/opus/celt/arm/armcpu.h
+ src/libs/decoders/internal/opus/celt/arm/fixed_arm64.h
+ src/libs/decoders/internal/opus/celt/arm/fixed_armv4.h
+ src/libs/decoders/internal/opus/celt/arm/fixed_armv5e.h
+ src/libs/decoders/internal/opus/celt/arm/pitch_arm.h
+ src/libs/decoders/internal/opus/celt/bands.c
+ src/libs/decoders/internal/opus/celt/bands.h
+ src/libs/decoders/internal/opus/celt/celt.c
+ src/libs/decoders/internal/opus/celt/celt_decoder.c
+ src/libs/decoders/internal/opus/celt/celt_encoder.c
+ src/libs/decoders/internal/opus/celt/celt_lpc.c
+ src/libs/decoders/internal/opus/celt/celt_lpc.h
+ src/libs/decoders/internal/opus/celt/cpu_support.h
+ src/libs/decoders/internal/opus/celt/cwrs.c
+ src/libs/decoders/internal/opus/celt/cwrs.h
+ src/libs/decoders/internal/opus/celt/entcode.c
+ src/libs/decoders/internal/opus/celt/entcode.h
+ src/libs/decoders/internal/opus/celt/entdec.c
+ src/libs/decoders/internal/opus/celt/entdec.h
+ src/libs/decoders/internal/opus/celt/entenc.c
+ src/libs/decoders/internal/opus/celt/entenc.h
+ src/libs/decoders/internal/opus/celt/laplace.c
+ src/libs/decoders/internal/opus/celt/laplace.h
+ src/libs/decoders/internal/opus/celt/mfrngcod.h
+ src/libs/decoders/internal/opus/celt/mips/celt_mipsr1.h
+ src/libs/decoders/internal/opus/celt/mips/vq_mipsr1.h
+ src/libs/decoders/internal/opus/celt/modes.c
+ src/libs/decoders/internal/opus/celt/modes.h
+ src/libs/decoders/internal/opus/celt/quant_bands.c
+ src/libs/decoders/internal/opus/celt/quant_bands.h
+ src/libs/decoders/internal/opus/celt/rate.c
+ src/libs/decoders/internal/opus/celt/rate.h
+ src/libs/decoders/internal/opus/celt/vq.c
+ src/libs/decoders/internal/opus/celt/x86/celt_lpc_sse.h
+ src/libs/decoders/internal/opus/celt/x86/celt_lpc_sse4_1.c
+ src/libs/decoders/internal/opus/celt/x86/pitch_sse.c
+ src/libs/decoders/internal/opus/celt/x86/pitch_sse2.c
+ src/libs/decoders/internal/opus/celt/x86/pitch_sse4_1.c
+ src/libs/decoders/internal/opus/celt/x86/vq_sse.h
+ src/libs/decoders/internal/opus/celt/x86/vq_sse2.c
+ src/libs/decoders/internal/opus/celt/x86/x86_celt_map.c
+ src/libs/decoders/internal/opus/celt/x86/x86cpu.c
+ src/libs/decoders/internal/opus/celt/x86/x86cpu.h
+ src/libs/decoders/internal/opus/src/mapping_matrix.c
+ src/libs/decoders/internal/opus/src/mapping_matrix.h
+ src/libs/decoders/internal/opus/src/opus_compare.c
+ src/libs/decoders/internal/opus/src/opus_decoder.c
+ src/libs/decoders/internal/opus/src/opus_encoder.c
+ src/libs/decoders/internal/opus/src/opus_multistream.c
+ src/libs/decoders/internal/opus/src/opus_multistream_decoder.c
+ src/libs/decoders/internal/opus/src/opus_multistream_encoder.c
+ src/libs/decoders/internal/opus/src/opus_private.h
+ src/libs/decoders/internal/opus/src/opus_projection_decoder.c
+ src/libs/decoders/internal/opus/src/opus_projection_encoder.c
+ src/libs/decoders/internal/opus/src/opussrc.c
+ src/libs/decoders/internal/opus/src/repacketizer.c
+Copyright: 1994-2002 Xiph.Org Foundation Modified Jean-Marc Valin
+ 2001-2011 Timothy B. Terriberry
+ 2003-2016 Jean-Marc Valin
+ 2007-2008 CSIRO
+ 2007-2009 Timothy B. Terriberry Timothy B. Terriberry and Jean-Marc Valin
+ 2007-2010 Xiph.Org Foundation
+ 2007-2012 Xiph.Org Foundation Jean-Marc Valin
+ 2008-2012 Gregory Maxwell Jean-Marc Valin and Gregory Maxwell
+ 2010-2011 Xiph.Org Foundation, Skype Limited Jean-Marc Valin and Koen Vos
+ 2011-2012 Xiph.Org Foundation, Mozilla Corporation Jean-Marc Valin and Timothy B. Terriberry
+ 2013 Parrot
+ 2013 Xiph.Org Foundation and contributors
+ 2014 Cisco Systems, INC XiangMingZhu WeiZhou MinPeng YanWang
+ 2015 Vidyo
+ 2017 Google Inc. Andrew Allen
+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:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/libs/libchdr/FLAC/all.h
+ src/libs/libchdr/FLAC/assert.h
+ src/libs/libchdr/FLAC/bitreader.c
+ src/libs/libchdr/FLAC/callback.h
+ src/libs/libchdr/FLAC/cpu.c
+ src/libs/libchdr/FLAC/crc.c
+ src/libs/libchdr/FLAC/export.h
+ src/libs/libchdr/FLAC/fixed.c
+ src/libs/libchdr/FLAC/format.c
+ src/libs/libchdr/FLAC/format.h
+ src/libs/libchdr/FLAC/lpc.c
+ src/libs/libchdr/FLAC/memory.c
+ src/libs/libchdr/FLAC/metadata.h
+ src/libs/libchdr/FLAC/metadata_iterators.c
+ src/libs/libchdr/FLAC/ordinals.h
+ src/libs/libchdr/FLAC/private/all.h
+ src/libs/libchdr/FLAC/private/bitmath.h
+ src/libs/libchdr/FLAC/private/bitreader.h
+ src/libs/libchdr/FLAC/private/bitwriter.h
+ src/libs/libchdr/FLAC/private/cpu.h
+ src/libs/libchdr/FLAC/private/crc.h
+ src/libs/libchdr/FLAC/private/fixed.h
+ src/libs/libchdr/FLAC/private/float.h
+ src/libs/libchdr/FLAC/private/format.h
+ src/libs/libchdr/FLAC/private/lpc.h
+ src/libs/libchdr/FLAC/private/macros.h
+ src/libs/libchdr/FLAC/private/memory.h
+ src/libs/libchdr/FLAC/private/metadata.h
+ src/libs/libchdr/FLAC/private/ogg_decoder_aspect.h
+ src/libs/libchdr/FLAC/private/ogg_encoder_aspect.h
+ src/libs/libchdr/FLAC/private/ogg_helper.h
+ src/libs/libchdr/FLAC/private/ogg_mapping.h
+ src/libs/libchdr/FLAC/private/stream_encoder.h
+ src/libs/libchdr/FLAC/private/stream_encoder_framing.h
+ src/libs/libchdr/FLAC/private/window.h
+ src/libs/libchdr/FLAC/protected/all.h
+ src/libs/libchdr/FLAC/protected/stream_decoder.h
+ src/libs/libchdr/FLAC/protected/stream_encoder.h
+ src/libs/libchdr/FLAC/share/alloc.h
+ src/libs/libchdr/FLAC/share/compat.h
+ src/libs/libchdr/FLAC/share/macros.h
+ src/libs/libchdr/FLAC/share/msvc2005_int.h
+ src/libs/libchdr/FLAC/share/private.h
+ src/libs/libchdr/FLAC/share/win_utf8_io.h
+ src/libs/libchdr/FLAC/share/windows_unicode_filenames.h
+ src/libs/libchdr/FLAC/stream_decoder.c
+ src/libs/libchdr/FLAC/stream_decoder.h
+ src/libs/libchdr/FLAC/windows_unicode_filenames.c
+Copyright: 2000-2009 Josh Coalson
+ 2011-2018 Xiph.Org Foundation
+ 2012-2017 Xiph.org Foundation
+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 the Xiph.org 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 COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/freetype/include/freetype/ftgxval.h
+ vs/freetype/include/freetype/internal/services/svgxval.h
+ vs/freetype/src/base/ftgxval.c
+ vs/freetype/src/gxvalid/gxvalid.h
+ vs/freetype/src/gxvalid/gxvbsln.c
+ vs/freetype/src/gxvalid/gxvcommn.c
+ vs/freetype/src/gxvalid/gxvfeat.c
+ vs/freetype/src/gxvalid/gxvfeat.h
+ vs/freetype/src/gxvalid/gxvjust.c
+ vs/freetype/src/gxvalid/gxvkern.c
+ vs/freetype/src/gxvalid/gxvlcar.c
+ vs/freetype/src/gxvalid/gxvmod.c
+ vs/freetype/src/gxvalid/gxvmod.h
+ vs/freetype/src/gxvalid/gxvmort.c
+ vs/freetype/src/gxvalid/gxvmort.h
+ vs/freetype/src/gxvalid/gxvmort0.c
+ vs/freetype/src/gxvalid/gxvmort1.c
+ vs/freetype/src/gxvalid/gxvmort2.c
+ vs/freetype/src/gxvalid/gxvmort4.c
+ vs/freetype/src/gxvalid/gxvmort5.c
+ vs/freetype/src/gxvalid/gxvmorx.c
+ vs/freetype/src/gxvalid/gxvmorx.h
+ vs/freetype/src/gxvalid/gxvmorx0.c
+ vs/freetype/src/gxvalid/gxvmorx1.c
+ vs/freetype/src/gxvalid/gxvmorx2.c
+ vs/freetype/src/gxvalid/gxvmorx4.c
+ vs/freetype/src/gxvalid/gxvmorx5.c
+ vs/freetype/src/gxvalid/gxvopbd.c
+ vs/freetype/src/gxvalid/gxvprop.c
+ vs/freetype/src/gxvalid/gxvtrak.c
+Copyright: 2004-2018 Masatake YAMATO, Red Hat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+ 2004-2018 Masatake YAMATO, Redhat K.K, David Turner, Robert Wilhelm, and Werner Lemberg.
+ 2004-2018 suzuki toshiya, Masatake YAMATO, Red Hat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ gxvalid is derived from both gxlayout module and otvalid module.
+ Development of gxlayout is supported by the Information-technology
+ Promotion Agency(IPA), Japan.
+
+Files: vs/libpng/CMakeLists.txt
+ vs/libpng/Makefile.am
+ vs/libpng/arm/arm_init.c
+ vs/libpng/configure.ac
+ vs/libpng/contrib/tools/png-fix-itxt.c
+ vs/libpng/contrib/visupng/PngFile.c
+ vs/libpng/contrib/visupng/PngFile.h
+ vs/libpng/mips/filter_msa_intrinsics.c
+ vs/libpng/mips/mips_init.c
+ vs/libpng/png.c
+ vs/libpng/pngdebug.h
+ vs/libpng/pngget.c
+ vs/libpng/pnginfo.h
+ vs/libpng/pngpread.c
+ vs/libpng/pngtrans.c
+ vs/libpng/pngwrite.c
+ vs/libpng/pngwtran.c
+ vs/libpng/pngwutil.c
+ vs/libpng/powerpc/filter_vsx_intrinsics.c
+ vs/libpng/powerpc/powerpc_init.c
+ vs/libpng/scripts/intprefix.c
+ vs/libpng/scripts/makefile.freebsd
+ vs/libpng/scripts/makefile.openbsd
+ vs/libpng/scripts/prefix.c
+ vs/libpng/scripts/smakefile.ppc
+ vs/libpng/scripts/sym.c
+ vs/libpng/scripts/vers.c
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 1998 Andreas R. Kleinert
+ 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+ 2000-2017 Willem van Schaik.
+ 2002-2014 Glenn Randers-Pehrson and Andrey A. Chernov
+ 2004-2016 Glenn Randers-Pehrson Last changed in libpng 1.6.25 [September 1, 2016]
+ 2007-2014 Glenn Randers-Pehrson
+ 2007-2017 Glenn Randers-Pehrson Christian Ehrlicher, 2007 Revised Roger Lowman, 2009-2010 Revised Clifford Yapp, 2011-2012 Revised Roger Leigh, 2016 Revised Andreas Franek, 2016
+ 2014-2016 Glenn Randers-Pehrson Mans Rullgard, 2011. Last changed in libpng 1.6.22 [May 26, 2016]
+ 2015 Glenn Randers-Pehrson Last changed in libpng 1.6.18 [July 23, 2015]
+ 2016 Glenn Randers-Pehrson Mandar Sahastrabuddhe, 2016. Last changed in libpng 1.6.25 [September 1, 2016]
+ 2016 Glenn Randers-Pehrson Mandar Sahastrabuddhe, August 2016. Last changed in libpng 1.6.25 [September 1, 2016]
+ 2017 Glenn Randers-Pehrson Vadim Barkov, 2017. Last changed in libpng 1.6.29 [March 16, 2017]
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+
+Files: vs/sdl/src/video/e_log.h
+ vs/sdl/src/video/e_pow.h
+ vs/sdl/src/video/e_sqrt.h
+ vs/sdl/src/video/math_private.h
+ vs/sdl2/src/libm/e_atan2.c
+ vs/sdl2/src/libm/e_exp.c
+ vs/sdl2/src/libm/e_fmod.c
+ vs/sdl2/src/libm/e_log.c
+ vs/sdl2/src/libm/e_log10.c
+ vs/sdl2/src/libm/e_pow.c
+ vs/sdl2/src/libm/e_rem_pio2.c
+ vs/sdl2/src/libm/e_sqrt.c
+ vs/sdl2/src/libm/k_cos.c
+ vs/sdl2/src/libm/k_rem_pio2.c
+ vs/sdl2/src/libm/k_sin.c
+ vs/sdl2/src/libm/k_tan.c
+ vs/sdl2/src/libm/math_private.h
+ vs/sdl2/src/libm/s_atan.c
+ vs/sdl2/src/libm/s_copysign.c
+ vs/sdl2/src/libm/s_cos.c
+ vs/sdl2/src/libm/s_fabs.c
+ vs/sdl2/src/libm/s_floor.c
+ vs/sdl2/src/libm/s_scalbn.c
+ vs/sdl2/src/libm/s_sin.c
+ vs/sdl2/src/libm/s_tan.c
+Copyright: 1993 Sun Microsystems, Inc.
+License: __UNKNOWN__
+ Developed at SunPro, a Sun Microsystems, Inc. business.
+ Permission to use, copy, modify, and distribute this
+ software is freely granted, provided that this notice
+ is preserved.
+
+Files: vs/sdl2/test/testatomic.c
+ vs/sdl2/test/testaudiocapture.c
+ vs/sdl2/test/testaudioinfo.c
+ vs/sdl2/test/testautomation.c
+ vs/sdl2/test/testbounds.c
+ vs/sdl2/test/testcustomcursor.c
+ vs/sdl2/test/testdropfile.c
+ vs/sdl2/test/testfile.c
+ vs/sdl2/test/testgesture.c
+ vs/sdl2/test/testgl2.c
+ vs/sdl2/test/testgles.c
+ vs/sdl2/test/testgles2.c
+ vs/sdl2/test/testiconv.c
+ vs/sdl2/test/testmultiaudio.c
+ vs/sdl2/test/testnativew32.c
+ vs/sdl2/test/testnativex11.c
+ vs/sdl2/test/testplatform.c
+ vs/sdl2/test/testqsort.c
+ vs/sdl2/test/testresample.c
+ vs/sdl2/test/testshape.c
+ vs/sdl2/test/testvulkan.c
+ vs/sdl2/test/testwm2.c
+ vs/sdl2/test/testyuv.c
+ vs/sdl2/test/testyuv_cvt.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+
+Files: vs/freetype/src/psaux/psarrst.c
+ vs/freetype/src/psaux/psarrst.h
+ vs/freetype/src/psaux/psblues.c
+ vs/freetype/src/psaux/psblues.h
+ vs/freetype/src/psaux/pserror.c
+ vs/freetype/src/psaux/pserror.h
+ vs/freetype/src/psaux/psfixed.h
+ vs/freetype/src/psaux/psfont.c
+ vs/freetype/src/psaux/psfont.h
+ vs/freetype/src/psaux/psft.c
+ vs/freetype/src/psaux/psft.h
+ vs/freetype/src/psaux/psglue.h
+ vs/freetype/src/psaux/pshints.c
+ vs/freetype/src/psaux/pshints.h
+ vs/freetype/src/psaux/psintrp.c
+ vs/freetype/src/psaux/psintrp.h
+ vs/freetype/src/psaux/psread.c
+ vs/freetype/src/psaux/psread.h
+ vs/freetype/src/psaux/psstack.c
+ vs/freetype/src/psaux/psstack.h
+ vs/freetype/src/psaux/pstypes.h
+Copyright: 2006-2014 Adobe Systems Incorporated.
+License: __UNKNOWN__
+ This software, and all works of authorship, whether in source or
+ object code form as indicated by the copyright notice(s) included
+ herein (collectively, the "Work") is made available, and may only be
+ used, modified, and distributed under the FreeType Project License,
+ LICENSE.TXT. Additionally, subject to the terms and conditions of the
+ FreeType Project License, each contributor to the Work hereby grants
+ to any individual or legal entity exercising permissions granted by
+ the FreeType Project License and this section (hereafter, "You" or
+ "Your") a perpetual, worldwide, non-exclusive, no-charge,
+ royalty-free, irrevocable (except as stated in this section) patent
+ license to make, have made, use, offer to sell, sell, import, and
+ otherwise transfer the Work, where such license applies only to those
+ patent claims licensable by such contributor that are necessarily
+ infringed by their contribution(s) alone or by combination of their
+ contribution(s) with the Work to which such contribution(s) was
+ submitted. If You institute patent litigation against any entity
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
+ the Work or a contribution incorporated within the Work constitutes
+ direct or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate as of
+ the date such litigation is filed.
+ .
+ By using, modifying, or distributing the Work you indicate that you
+ have read and understood the terms and conditions of the
+ FreeType Project License as well as those provided in this section,
+ and you accept them fully.
+
+Files: src/hardware/RetroWaveLib/Board/MasterGear.c
+ src/hardware/RetroWaveLib/Board/MasterGear.h
+ src/hardware/RetroWaveLib/Board/MiniBlaster.c
+ src/hardware/RetroWaveLib/Board/MiniBlaster.h
+ src/hardware/RetroWaveLib/Board/OPL3.c
+ src/hardware/RetroWaveLib/Board/OPL3.h
+ src/hardware/RetroWaveLib/Platform/Linux_SPI.c
+ src/hardware/RetroWaveLib/Platform/Linux_SPI.h
+ src/hardware/RetroWaveLib/Platform/POSIX_SerialPort.c
+ src/hardware/RetroWaveLib/Platform/POSIX_SerialPort.h
+ src/hardware/RetroWaveLib/Platform/STM32_HAL_SPI.c
+ src/hardware/RetroWaveLib/Platform/STM32_HAL_SPI.h
+ src/hardware/RetroWaveLib/Platform/Win32_SerialPort.c
+ src/hardware/RetroWaveLib/Platform/Win32_SerialPort.h
+ src/hardware/RetroWaveLib/Protocol/Serial.c
+ src/hardware/RetroWaveLib/Protocol/Serial.h
+ src/hardware/RetroWaveLib/RetroWave.c
+ src/hardware/RetroWaveLib/RetroWave.h
+ src/hardware/RetroWaveLib/RetroWave_DOSBoX.hpp
+Copyright: 2021 ReimuNotMoe <reimu@sudomaker.com>
+License: AGPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+ .
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+Files: contrib/glshaders/crt-hyllian.glsl
+ include/enet.h
+ vs/freetype/src/bdf/bdf.c
+ vs/freetype/src/bdf/bdfdrivr.c
+ vs/freetype/src/bdf/bdfdrivr.h
+ vs/freetype/src/bdf/module.mk
+ vs/freetype/src/pcf/module.mk
+ vs/freetype/src/pcf/pcf.c
+ vs/freetype/src/pcf/pcf.h
+ vs/freetype/src/pcf/pcfdrivr.c
+ vs/freetype/src/pcf/pcfdrivr.h
+ vs/freetype/src/pcf/pcfread.c
+ vs/freetype/src/pcf/pcfread.h
+ vs/freetype/src/pcf/pcfutil.h
+Copyright: 2000-2014 Francesco Zappa Nardelli
+ 2002-2016 Lee Salzman
+ 2011-2016 Hyllian - sergiogdb@gmail.com
+ 2017-2021 Vladyslav Hrytsenko, Dominik Madarász
+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.
+
+Files: vs/sdl/src/audio/symbian/SDL_epocaudio.cpp
+ vs/sdl/src/audio/symbian/SDL_epocaudio.h
+ vs/sdl/src/main/symbian/EKA1/SDL_main.cpp
+ vs/sdl/src/thread/symbian/SDL_sysmutex.cpp
+ vs/sdl/src/thread/symbian/SDL_syssem.cpp
+ vs/sdl/src/thread/symbian/SDL_systhread.cpp
+ vs/sdl/src/thread/symbian/SDL_systhread_c.h
+ vs/sdl/src/timer/symbian/SDL_systimer.cpp
+ vs/sdl/src/video/symbian/EKA1/SDL_epocevents.cpp
+ vs/sdl/src/video/symbian/EKA1/SDL_epocvideo.cpp
+ vs/sdl/src/video/symbian/EKA1/SDL_epocvideo.h
+ vs/sdl/src/video/symbian/EKA2/SDL_epocvideo.cpp
+ vs/sdl/src/video/symbian/EKA2/SDL_epocvideo.h
+ vs/sdl/src/video/symbian/SDL_epocevents_c.h
+Copyright: 1997-2012 Sam Lantinga
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ Sam Lantinga
+ slouken@devolution.com
+ .
+ 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'.
+
+Files: vs/libpng/scripts/libtool.m4
+ vs/libpng/scripts/ltoptions.m4
+ vs/libpng/scripts/ltsugar.m4
+ vs/libpng/scripts/ltversion.m4
+ vs/libpng/scripts/lt~obsolete.m4
+ vs/sdl2/acinclude/libtool.m4
+ vs/sdl2/acinclude/ltoptions.m4
+ vs/sdl2/acinclude/ltsugar.m4
+ vs/sdl2/acinclude/ltversion.m4
+ vs/sdl2/acinclude/lt~obsolete.m4
+ vs/sdlnet/acinclude/libtool.m4
+ vs/sdlnet/acinclude/ltoptions.m4
+ vs/sdlnet/acinclude/ltsugar.m4
+ vs/sdlnet/acinclude/lt~obsolete.m4
+Copyright: 1996-2015 Free Software Foundation, Inc.
+License: PERMISSIVE
+ This file is free software; the Free Software Foundation gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+
+Files: vs/libpng/scripts/makefile.32sunu
+ vs/libpng/scripts/makefile.64sunu
+ vs/libpng/scripts/makefile.beos
+ vs/libpng/scripts/makefile.dec
+ vs/libpng/scripts/makefile.hpgcc
+ vs/libpng/scripts/makefile.linux
+ vs/libpng/scripts/makefile.linux-opt
+ vs/libpng/scripts/makefile.sco
+ vs/libpng/scripts/makefile.sggcc
+ vs/libpng/scripts/makefile.sgi
+ vs/libpng/scripts/makefile.so9
+ vs/libpng/scripts/makefile.solaris
+ vs/libpng/scripts/makefile.solaris-x86
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 1996-1997 Andreas Dilger
+ 1998-2001 Greg Roelofs
+ 1998-2017 Greg Roelofs and Glenn Randers-Pehrson
+ 2000-2014 Glenn Randers-Pehrson
+ 2001 Laurent faillie
+ 2004-2014 Glenn Randers-Pehrson Contributed William L. Sebok, based on makefile.linux
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Library name:
+
+Files: vs/sdl2/src/video/mir/SDL_mirevents.c
+ vs/sdl2/src/video/mir/SDL_mirevents.h
+ vs/sdl2/src/video/mir/SDL_mirframebuffer.c
+ vs/sdl2/src/video/mir/SDL_mirframebuffer.h
+ vs/sdl2/src/video/mir/SDL_mirmouse.c
+ vs/sdl2/src/video/mir/SDL_mirmouse.h
+ vs/sdl2/src/video/mir/SDL_miropengl.c
+ vs/sdl2/src/video/mir/SDL_miropengl.h
+ vs/sdl2/src/video/mir/SDL_mirvideo.c
+ vs/sdl2/src/video/mir/SDL_mirvideo.h
+ vs/sdl2/src/video/mir/SDL_mirwindow.c
+ vs/sdl2/src/video/mir/SDL_mirwindow.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Contributed by Brandon Schaefer, <brandon.schaefer@canonical.com>
+
+Files: vs/sdl2/src/video/android/SDL_androidvulkan.c
+ vs/sdl2/src/video/android/SDL_androidvulkan.h
+ vs/sdl2/src/video/cocoa/SDL_cocoavulkan.h
+ vs/sdl2/src/video/cocoa/SDL_cocoavulkan.m
+ vs/sdl2/src/video/mir/SDL_mirvulkan.c
+ vs/sdl2/src/video/mir/SDL_mirvulkan.h
+ vs/sdl2/src/video/uikit/SDL_uikitvulkan.h
+ vs/sdl2/src/video/uikit/SDL_uikitvulkan.m
+ vs/sdl2/src/video/wayland/SDL_waylandvulkan.c
+ vs/sdl2/src/video/wayland/SDL_waylandvulkan.h
+ vs/sdl2/src/video/windows/SDL_windowsvulkan.c
+ vs/sdl2/src/video/windows/SDL_windowsvulkan.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ @author Mark Callow, www.edgewise-consulting.com. Based on Jacob Lifshay's
+
+Files: vs/libpng/contrib/gregbook/readpng.c
+ vs/libpng/contrib/gregbook/readpng.h
+ vs/libpng/contrib/gregbook/readpng2.c
+ vs/libpng/contrib/gregbook/readpng2.h
+ vs/libpng/contrib/gregbook/readppm.c
+ vs/libpng/contrib/gregbook/rpng-win.c
+ vs/libpng/contrib/gregbook/rpng-x.c
+ vs/libpng/contrib/gregbook/rpng2-win.c
+ vs/libpng/contrib/gregbook/rpng2-x.c
+ vs/libpng/contrib/gregbook/wpng.c
+ vs/libpng/contrib/gregbook/writepng.c
+ vs/libpng/contrib/gregbook/writepng.h
+Copyright: 1998-2017 Greg Roelofs.
+ 1998-2017 Greg Roelofs. All rights reserved.
+License: GPL-2.0+
+ This software is provided "as is," without warranty of any kind,
+ express or implied. In no event shall the author or contributors
+ be held liable for any damages arising in any way from the use of
+ this software.
+ .
+ The contents of this file are DUAL-LICENSED. You may modify and/or
+ redistribute this software according to the terms of one of the
+ following two licenses (at your option):
+ .
+ LICENSE 1 ("BSD-like with advertising clause"):
+ .
+ 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, disclaimer, and this list of conditions.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, disclaimer, and this list of conditions in the documenta-
+ tion and/or other materials provided with the distribution.
+ 3. All advertising materials mentioning features or use of this
+ software must display the following acknowledgment:
+ .
+ This product includes software developed by Greg Roelofs
+ and contributors for the book, "PNG: The Definitive Guide,"
+ published by O'Reilly and Associates.
+ .
+ LICENSE 2 (GNU GPL v2 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 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 Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/sdl/src/video/nanox/SDL_nxevents.c
+ vs/sdl/src/video/nanox/SDL_nxevents_c.h
+ vs/sdl/src/video/nanox/SDL_nximage.c
+ vs/sdl/src/video/nanox/SDL_nximage_c.h
+ vs/sdl/src/video/nanox/SDL_nxmodes.c
+ vs/sdl/src/video/nanox/SDL_nxmodes_c.h
+ vs/sdl/src/video/nanox/SDL_nxmouse.c
+ vs/sdl/src/video/nanox/SDL_nxvideo.c
+ vs/sdl/src/video/nanox/SDL_nxvideo.h
+ vs/sdl/src/video/nanox/SDL_nxwm.c
+ vs/sdl/src/video/nanox/SDL_nxwm_c.h
+Copyright: 1997-2012 Sam Lantinga
+ 2001 Hsieh-Fu Tsai
+ 2002 Greg Haerr <greg@censoft.com>
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Hsieh-Fu Tsai
+ clare@setabox.com
+ .
+ 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'.
+
+Files: vs/freetype/src/gzip/adler32.c
+ vs/freetype/src/gzip/ftzconf.h
+ vs/freetype/src/gzip/zutil.c
+ vs/zlib/adler32.c
+ vs/zlib/compress.c
+ vs/zlib/test/example.c
+ vs/zlib/uncompr.c
+ vs/zlib/zconf.h
+ vs/zlib/zconf.h.cmakein
+ vs/zlib/zconf.h.in
+ vs/zlib/zutil.c
+Copyright: 1995-2002 Jean-loup Gailly. For conditions of distribution and use, see copyright notice in zlib.h
+ 1995-2016 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+ 1995-2016 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+ 1995-2017 Jean-loup Gailly For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ @(#) $Id$
+
+Files: vs/sdl/src/video/ps3/SDL_ps3events.c
+ vs/sdl/src/video/ps3/SDL_ps3events_c.h
+ vs/sdl/src/video/ps3/SDL_ps3video.c
+ vs/sdl/src/video/ps3/SDL_ps3video.h
+ vs/sdl/src/video/ps3/SDL_ps3yuv.c
+ vs/sdl/src/video/ps3/SDL_ps3yuv_c.h
+ vs/sdl/src/video/ps3/spulibs/bilin_scaler.c
+ vs/sdl/src/video/ps3/spulibs/fb_writer.c
+ vs/sdl/src/video/ps3/spulibs/yuv2rgb_converter.c
+Copyright: 2008-2009 International Business Machines Corporation
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301
+ USA
+ .
+ Martin Lowinski <lowinski [at] de [dot] ibm [ibm] com>
+ Dirk Herrendoerfer <d.herrendoerfer [at] de [dot] ibm [dot] com>
+ SPE code based on research by:
+ Rene Becker
+ Thimo Emmerich
+ .
+ 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'.
+
+Files: include/ioapi.h
+ include/iowin32.h
+ include/zip.h
+ vs/zlib/contrib/minizip/ioapi.c
+ vs/zlib/contrib/minizip/ioapi.h
+ vs/zlib/contrib/minizip/iowin32.c
+ vs/zlib/contrib/minizip/iowin32.h
+ vs/zlib/contrib/minizip/zip.c
+ vs/zlib/contrib/minizip/zip.h
+Copyright: 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
+License: __UNKNOWN__
+ Modifications for Zip64 support
+ Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
+
+Files: vs/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs
+ vs/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs
+ vs/zlib/contrib/dotzlib/DotZLib/CodecBase.cs
+ vs/zlib/contrib/dotzlib/DotZLib/Deflater.cs
+ vs/zlib/contrib/dotzlib/DotZLib/DotZLib.cs
+ vs/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
+ vs/zlib/contrib/dotzlib/DotZLib/Inflater.cs
+ vs/zlib/contrib/dotzlib/DotZLib/UnitTests.cs
+ vs/zlib/contrib/dotzlib/readme.txt
+Copyright: 2004 Henrik Ravn
+License: __UNKNOWN__
+ Use, modification and distribution are subject to the Boost Software License, Version 1.0.
+
+Files: contrib/windows/shaders/2xSaL.fx
+ contrib/windows/shaders/2xSaL2xAA.fx
+ contrib/windows/shaders/2xSaLAA.fx
+ contrib/windows/shaders/2xSaL_Ls.fx
+ contrib/windows/shaders/4xSaL.fx
+ contrib/windows/shaders/Cartoon.fx
+ contrib/windows/shaders/ColorSketch.fx
+ contrib/windows/shaders/Gs2xSmartFilter.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/2xSaL.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/2xSaL2xAA.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/2xSaLAA.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/2xSaL_Ls.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/4xSaL.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/Cartoon.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/ColorSketch.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/Gs2xSmartFilter.fx
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ############################################################################################
+ .
+ NOTES: Set scaler to normal2x or any other 2x scaler (forced mode for hi-res)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/freetype/builds/compiler/ansi-cc.mk
+ vs/freetype/builds/compiler/bcc-dev.mk
+ vs/freetype/builds/compiler/bcc.mk
+ vs/freetype/builds/compiler/emx.mk
+ vs/freetype/builds/compiler/gcc-dev.mk
+ vs/freetype/builds/compiler/gcc.mk
+ vs/freetype/builds/compiler/watcom.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Compiler command line name
+
+Files: vs/freetype/builds/unix/configure
+ vs/libpdcurses/x11/configure
+ vs/libpng/configure
+ vs/sdl/configure
+ vs/sdl2/configure
+ vs/sdl2/test/configure
+Copyright: 1992-2021 Free Software Foundation, Inc.
+License: PERMISSIVE
+ This configure script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it.
+
+Files: vs/zlib/contrib/ada/buffer_demo.adb
+ vs/zlib/contrib/ada/zlib-streams.adb
+ vs/zlib/contrib/ada/zlib-streams.ads
+ vs/zlib/contrib/ada/zlib-thin.adb
+ vs/zlib/contrib/ada/zlib-thin.ads
+ vs/zlib/contrib/ada/zlib.adb
+Copyright: 2002-2004 Dmitriy Anisimkov -- --
+License: __UNKNOWN__
+ Open source license information is in the zlib.ads file. --
+
+Files: include/gtest/gtest-test-part.h
+ include/gtest/gtest-typed-test.h
+ tests/gmock/gmock.cc
+ tests/gtest/gtest-filepath.cc
+ tests/gtest/gtest-port.cc
+ tests/gtest/gtest-typed-test.cc
+Copyright: 2008 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/sdlnet/SDL_net.h
+ vs/sdlnet/SDLnet.c
+ vs/sdlnet/SDLnetTCP.c
+ vs/sdlnet/SDLnetUDP.c
+ vs/sdlnet/SDLnetselect.c
+Copyright: 1997-2012 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ $Id$
+
+Files: contrib/windows/shaders/GS2x.fx
+ contrib/windows/shaders/GS2xFilter.fx
+ contrib/windows/shaders/GS2xSuper.fx
+ contrib/windows/shaders/GS2xTwo.fx
+ contrib/windows/shaders/Gs2xLS.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/GS2x.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/GS2xFilter.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/GS2xSuper.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/GS2xTwo.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/Gs2xLS.fx
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ############################################################################################
+ .
+ NOTES: Set scaler to normal2x (forced mode for hi-res)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/GS4x.fx
+ contrib/windows/shaders/GS4xFilter.fx
+ contrib/windows/shaders/GS4xHqFilter.fx
+ contrib/windows/shaders/GS4xScale.fx
+ contrib/windows/shaders/GS4xSoft.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/GS4x.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/GS4xFilter.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/GS4xHqFilter.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/GS4xScale.fx
+ __NO_COPYRIGHT__ in: contrib/windows/shaders/GS4xSoft.fx
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ############################################################################################
+ .
+ NOTES: Set scaler to normal4x (forced mode for hi-res)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/freetype/builds/windows/w32-bcc.mk
+ vs/freetype/builds/windows/w32-gcc.mk
+ vs/freetype/builds/windows/w32-icc.mk
+ vs/freetype/builds/windows/w32-intl.mk
+ vs/freetype/builds/windows/w32-mingw32.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ default definitions of the export list
+
+Files: include/unzip.h
+ vs/zlib/contrib/minizip/miniunz.c
+ vs/zlib/contrib/minizip/minizip.c
+ vs/zlib/contrib/minizip/unzip.c
+ vs/zlib/contrib/minizip/unzip.h
+Copyright: 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
+License: __UNKNOWN__
+ Modifications of Unzip for Zip64
+ Copyright (C) 2007-2008 Even Rouault
+ .
+ Modifications for Zip64 support on both zip and unzip
+ Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
+
+Files: vs/freetype/src/gzip/infblock.h
+ vs/freetype/src/gzip/infcodes.h
+ vs/freetype/src/gzip/infutil.h
+ vs/zlib/inffast.h
+ vs/zlib/inflate.h
+Copyright: 1995-2016 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ WARNING: this file should *not* be used by applications. It is
+ part of the implementation of the compression library and is
+ subject to change. Applications should only use zlib.h.
+
+Files: vs/sdl2/test/testrendercopyex.c
+ vs/sdl2/test/testrendertarget.c
+ vs/sdl2/test/testscale.c
+ vs/sdl2/test/testsprite2.c
+ vs/sdl2/test/testspriteminimal.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program: Move N sprites around on the screen as fast as possible
+
+Files: src/libs/decoders/internal/opus/celt/_kiss_fft_guts.h
+ src/libs/decoders/internal/opus/celt/arm/kiss_fft_armv4.h
+ src/libs/decoders/internal/opus/celt/arm/kiss_fft_armv5e.h
+ src/libs/decoders/internal/opus/celt/kiss_fft.h
+ src/libs/decoders/internal/opus/celt/mips/kiss_fft_mipsr1.h
+Copyright: 2003-2004 Mark Borgerding
+ 2003-2004 Mark Borgerding Lots of modifications Jean-Marc Valin
+ 2005-2007 Xiph.Org Foundation
+ 2008 Xiph.Org Foundation, CSIRO
+ 2013 Xiph.Org Foundation and contributors.
+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:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+Files: vs/freetype/builds/unix/pkg.m4
+ vs/sdl2/src/hidapi/m4/pkg.m4
+ vs/sdl2/test/acinclude.m4
+ vs/sdl2/test/aclocal.m4
+ vs/sdlnet/acinclude/pkg.m4
+Copyright: 2004 Scott James Remnant <scott@netsplit.com>.
+License: GPL-2.0+ with autoconf exception
+ 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/freetype/builds/unix/install-sh
+ vs/libpng/install-sh
+ vs/sdl2/build-scripts/install-sh
+ vs/sdlnet/install-sh
+Copyright: 1994 X Consortium
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ .
+ FSF changes to this file are in the public domain.
+ .
+ Calling this script install-sh is preferred over install.sh, to prevent
+ 'make' implicit rules from creating a file called install from it
+ when there is no Makefile.
+ .
+ This script is compatible with the BSD install script, but was written
+ from scratch.
+
+Files: vs/sdl2/src/video/kmsdrm/SDL_kmsdrmsym.h
+ vs/sdl2/src/video/mir/SDL_mirsym.h
+ vs/sdl2/src/video/wayland/SDL_waylandsym.h
+ vs/sdl2/src/video/x11/SDL_x11sym.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ *INDENT-OFF*
+
+Files: vs/sdl2/src/video/cocoa/SDL_cocoametalview.h
+ vs/sdl2/src/video/cocoa/SDL_cocoametalview.m
+ vs/sdl2/src/video/uikit/SDL_uikitmetalview.h
+ vs/sdl2/src/video/uikit/SDL_uikitmetalview.m
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ @author Mark Callow, www.edgewise-consulting.com.
+ .
+ Thanks to Alex Szpakowski, @slime73 on GitHub, for his gist showing
+ how to add a CAMetalLayer backed view.
+
+Files: contrib/windows/shaders/5xBR-v3.5b.fx
+ contrib/windows/shaders/5xBR-v3.8a.fx
+ contrib/windows/shaders/5xBR-v3.8b.fx
+ contrib/windows/shaders/5xBR-v3.8c.fx
+Copyright: 2011 Hyllian/Jararaca - sergiogdb@gmail.com
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ The name of this effect
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/glshaders/crt-geom.glsl
+ contrib/glshaders/crt-geom.tweaked.glsl
+ contrib/windows/shaders/CRT.D3D.br.fx
+ contrib/windows/shaders/CRT.D3D.fx
+Copyright: 2010-2011 cgwg, Themaister,DOLLS, gulikoza
+ 2010-2012 cgwg, Themaister and DOLLS
+License: GPL-2.0+
+ 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.
+ .
+ (cgwg gave their consent to have the original version of this shader
+ distributed under the GPL in this message:
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/parport/directlpt.h
+ src/hardware/parport/filelpt.h
+ src/hardware/serialport/directserial.h
+ src/hardware/serialport/nullmodem.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ include guard
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: acinclude.m4
+ src/gui/midi_synth.h
+ src/hardware/parport/printer.cpp
+ src/hardware/parport/printer_charmaps.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 Library 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/sdl/src/audio/paudio/SDL_paudio.c
+ vs/sdl/src/audio/ums/SDL_umsaudio.c
+ vs/sdl/src/audio/ums/SDL_umsaudio.h
+ vs/sdl/src/cdrom/aix/SDL_syscdrom.c
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Carsten Griwodz
+ griff@kom.tu-darmstadt.de
+ .
+ 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'.
+
+Files: vs/sdl/src/video/picogui/SDL_pgevents.c
+ vs/sdl/src/video/picogui/SDL_pgevents_c.h
+ vs/sdl/src/video/picogui/SDL_pgvideo.c
+ vs/sdl/src/video/picogui/SDL_pgvideo.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Micah Dowty
+ micahjd@users.sourceforge.net
+ .
+ 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'.
+
+Files: vs/freetype/src/base/ftbbox.c
+ vs/freetype/src/pshinter/pshalgo.c
+ vs/freetype/src/pshinter/pshglob.c
+ vs/freetype/src/raster/ftraster.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used
+ modified and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+
+Files: src/libs/decoders/internal/opus/src/analysis.c
+ src/libs/decoders/internal/opus/src/analysis.h
+ src/libs/decoders/internal/opus/src/mlp.c
+ src/libs/decoders/internal/opus/src/mlp.h
+Copyright: 2008-2011 Octasic Inc.
+ 2011 Xiph.Org Foundation Jean-Marc Valin
+ 2012-2017 Jean-Marc Valin
+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:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 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.
+
+Files: vs/sdl2/acinclude/ax_check_compiler_flags.m4
+ vs/sdl2/acinclude/ax_gcc_archflag.m4
+ vs/sdl2/acinclude/ax_gcc_x86_cpuid.m4
+ vs/sdl2/src/hidapi/m4/ax_pthread.m4
+Copyright: 2008-2009 Matteo Frigo
+ 2008-2009 Steven G. Johnson <stevenj@alum.mit.edu>
+ 2011 Daniel Richard G. <skunk@iSKUNK.ORG>
+License: GPL-3.0+ with unknown exception *** check multiple exceptions ***
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception, the respective Autoconf Macro's copyright owner
+ gives unlimited permission to copy, distribute and modify the configure
+ scripts that are the output of Autoconf when processing the Macro. You
+ need not follow the terms of the GNU General Public License when using
+ or distributing such scripts, even though portions of the text of the
+ Macro appear in them. The GNU General Public License (GPL) does govern
+ all other use of the material that constitutes the Autoconf Macro.
+ .
+ This special exception to the GPL applies to versions of the Autoconf
+ Macro released by the Autoconf Archive. When you make and distribute a
+ modified version of the Autoconf Macro, you may extend this special
+ exception to the GPL to apply to your modified version as well.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: contrib/glshaders/xbr-lv2-3d.glsl
+ contrib/glshaders/xbr-lv2-noblend.glsl
+ contrib/glshaders/xbr-lv2.glsl
+Copyright: 2011-2016 Hyllian - sergiogdb@gmail.com
+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.
+ .
+ Incorporates some of the ideas from SABR shader. Thanks to Joshua Street.
+
+Files: vs/libpng/contrib/pngminim/decoder/pngusr.dfa
+ vs/libpng/contrib/pngminim/encoder/pngusr.dfa
+ vs/libpng/contrib/pngminim/preader/pngusr.dfa
+Copyright: 2010-2013 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ First all the build options off:
+
+Files: vs/libpng/scripts/makefile.mips
+ vs/libpng/scripts/makefile.std
+ vs/libpng/scripts/makefile.sunos
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 1998-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ where make install puts libpng.a and png.h
+
+Files: vs/libpng/contrib/pngminim/decoder/pngusr.h
+ vs/libpng/contrib/pngminim/encoder/pngusr.h
+ vs/libpng/contrib/pngminim/preader/pngusr.h
+Copyright: 2007-2013 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Derived from pngcrush.h, Copyright 1998-2007, Glenn Randers-Pehrson
+
+Files: contrib/windows/shaders/MCAmber.fx
+ contrib/windows/shaders/MCGreen.fx
+ contrib/windows/shaders/MCOrange.fx
+Copyright: 2006 guest(r) - guest.r@gmail.com
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ This nice shader reads the brightness values of "pixels" and returns an image
+ .
+ with only a single color used - to produce the "monochrome" effect, otherwise seen on
+ .
+ now very obsolete types of displays.
+ .
+ The final numbers of colors can be set to produce a final reduced color look while still
+ .
+ emulating an "advanced" gfx. chipset.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/aviwriter/avi_writer.cpp
+ src/aviwriter/riff.cpp
+ src/aviwriter/riff_wav_writer.cpp
+Copyright: 2018-2020 Jon Campbell
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Shut up!
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/sdl/src/cdrom/macosx/AudioFilePlayer.c
+ vs/sdl/src/cdrom/macosx/AudioFilePlayer.h
+ vs/sdl/src/cdrom/macosx/AudioFileReaderThread.c
+Copyright: 1997-2012 Sam Lantinga
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ This file based on Apple sample code. We haven't changed the file name,
+ so if you want to see the original search for it on apple.com/developer
+ .
+ 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'.
+
+Files: vs/sdl2/src/hidapi/libusb/hid.c
+ vs/sdl2/src/hidapi/linux/hid.c
+ vs/sdl2/src/hidapi/windows/hid.c
+Copyright: __NO_COPYRIGHT__ in: vs/sdl2/src/hidapi/libusb/hid.c
+ __NO_COPYRIGHT__ in: vs/sdl2/src/hidapi/linux/hid.c
+ __NO_COPYRIGHT__ in: vs/sdl2/src/hidapi/windows/hid.c
+License: __UNKNOWN__
+ At the discretion of the user of this library,
+ this software may be licensed under the terms of the
+ GNU General Public License v3, a BSD-Style license, or the
+ original HIDAPI license as outlined in the LICENSE.txt,
+ LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
+ files located at the root of the source distribution.
+ These files may also be found in the public source
+ code repository located at:
+ http://github.com/signal11/hidapi .
+
+Files: vs/freetype/src/gzip/zutil.h
+ vs/zlib/deflate.h
+ vs/zlib/zutil.h
+Copyright: 1995-2002 Jean-loup Gailly. For conditions of distribution and use, see copyright notice in zlib.h
+ 1995-2016 Jean-loup Gailly For conditions of distribution and use, see copyright notice in zlib.h
+ 1995-2016 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ WARNING: this file should *not* be used by applications. It is
+ part of the implementation of the compression library and is
+ subject to change. Applications should only use zlib.h.
+ .
+ @(#) $Id$
+
+Files: vs/freetype/builds/wince/ftdebug.c
+ vs/freetype/builds/windows/ftdebug.c
+ vs/freetype/src/base/ftdebug.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This component contains various macros and functions used to ease the
+ debugging of the FreeType engine. Its main purpose is in assertion
+ checking, tracing, and error detection.
+ .
+ There are now three debugging modes:
+ .
+ - trace mode
+ .
+ Error and trace messages are sent to the log file (which can be the
+ standard error output).
+ .
+ - error mode
+ .
+ Only error messages are generated.
+ .
+ - release mode:
+ .
+ No error message is sent or generated. The code is free from any
+ debugging parts.
+
+Files: vs/libpng/contrib/conftest/pngcp.dfa
+ vs/libpng/contrib/libtests/fakepng.c
+ vs/libpng/contrib/tools/reindent
+Copyright: : Glenn Randers-Pehrson, 2016. To the extent possible under law, the author has waived all copyright and
+ : John Cunningham Bowler, 2014. To the extent possible under law, the author has waived all copyright and
+ : (c) John Bowler, 2016 Usage rights: To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+
+Files: src/libs/decoders/internal/opus/celt/mdct.c
+ src/libs/decoders/internal/opus/celt/mdct.h
+ src/libs/decoders/internal/opus/celt/mips/mdct_mipsr1.h
+Copyright: 2007-2008 CSIRO
+ 2007-2008 Xiph.Org Foundation Jean-Marc Valin
+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:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ This is a simple MDCT implementation that uses a N/4 complex FFT
+ to do most of the work. It should be relatively straightforward to
+ plug in pretty much and FFT here.
+ .
+ This replaces the Vorbis FFT (and uses the exact same API), which
+ was a bit too messy and that was ending up duplicating code
+ (might as well use the same FFT everywhere).
+ .
+ The algorithm is similar to (and inspired from) Fabrice Bellard's
+ MDCT implementation in FFMPEG, but has differences in signs, ordering
+ and scaling in many places.
+
+Files: src/libs/decoders/internal/opus/celt/mips/pitch_mipsr1.h
+ src/libs/decoders/internal/opus/celt/pitch.c
+ src/libs/decoders/internal/opus/celt/pitch.h
+Copyright: 2007-2008 CSIRO
+ 2007-2009 Xiph.Org Foundation Jean-Marc Valin
+License: BSD-2-Clause
+ @brief Pitch analysis
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: include/gtest/internal/gtest-port-arch.h
+ tests/gtest/gtest-test-part.cc
+ tests/gtest/gtest.cc
+Copyright: 2005-2015 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/_kiss_fft_guts.h
+ src/libs/decoders/internal/speexdsp/kiss_fft_speex.c
+ src/libs/decoders/internal/speexdsp/kiss_fftr.c
+Copyright: 2003-2004 Mark Borgerding
+ 2005-2007 Jean-Marc Valin
+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 author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/internal/custom/gmock-port.h
+ include/gtest/internal/custom/gtest-port.h
+ include/gtest/internal/custom/gtest.h
+Copyright: 2015 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Injection point for custom user configurations. See README for details
+ .
+ ** Custom implementation starts here **
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/hardware/voodoo_types.h
+ src/libs/libchdr/chd.h
+ src/libs/libchdr/libchdr_chd.c
+Copyright: Aaron Giles
+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 'MAME' 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 AARON GILES ''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 AARON GILES 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock-function-mocker.h
+ include/gmock/gmock-spec-builders.h
+ tests/gmock/gmock-spec-builders.cc
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/sdl/build-scripts/ltmain.sh
+ vs/sdl2/build-scripts/ltmain.sh
+ vs/sdlnet/ltmain.sh
+Copyright: 1996-2011 Free Software Foundation, Inc.
+License: GPL-2.0+ with libtool exception
+ This is free software; see the source for copying conditions. There is NO
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ .
+ GNU Libtool 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.
+ .
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+ .
+ GNU Libtool 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 GNU Libtool; see the file COPYING. If not, a copy
+ can be downloaded from http://www.gnu.org/licenses/gpl.html,
+ or obtained by writing to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/libpng/compile
+ vs/libpng/missing
+ vs/libpng/test-driver
+Copyright: 1996-2014 Free Software Foundation, Inc.
+License: GPL-2.0+ with autoconf exception
+ 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, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/sdl2/src/video/x11/imKStoUCS.c
+ vs/sdl2/src/video/x11/imKStoUCS.h
+Copyright: 1990-2010 Oracle and/or its affiliates.
+ 2003-2008 Jamey Sharp, Josh Triplett
+ 2009 Red Hat, Inc.
+ © 2009 Red Hat, Inc.
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice (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: vs/freetype/include/freetype/internal/fthash.h
+ vs/freetype/src/base/fthash.c
+Copyright: 2000 Computing Research Labs, New Mexico State University
+ 2001-2015 Francesco Zappa Nardelli
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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.
+ .
+ This file is based on code from bdf.c,v 1.22 2000/03/16 20:08:50
+ .
+ taken from Mark Leisher's xmbdfed package
+
+Files: vs/zlib/README
+ vs/zlib/win32/README-WIN32.txt
+Copyright: 1995-2017 Jean-loup Gailly and Mark Adler
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Jean-loup Gailly Mark Adler
+ jloup@gzip.org madler@alumni.caltech.edu
+ .
+ If you use the zlib library in a product, we would appreciate *not* receiving
+ lengthy legal documents to sign. The sources are provided for free but without
+ warranty of any kind. The library has been entirely written by Jean-loup
+ Gailly and Mark Adler; it does not include third-party code.
+ .
+ If you redistribute modified sources, we would appreciate that you include in
+ the file ChangeLog history information documenting your changes. Please read
+ the FAQ for more information on the distribution of modified source versions.
+
+Files: vs/libpng/contrib/powerpc-vsx/linux.c
+ vs/libpng/contrib/powerpc-vsx/linux_aux.c
+Copyright: 2017 Glenn Randers-Pehrson Vadim Barkov, 2017. Last changed in libpng 1.6.29 [March 16, 2017]
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ STATUS: TESTED
+ BUG REPORTS: png-mng-implement@sourceforge.net
+
+Files: vs/libpng/pnglibconf.h
+ vs/libpng/scripts/pnglibconf.h.prebuilt
+Copyright: 1998-2017 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ pnglibconf.h
+ Machine generated file: DO NOT EDIT
+ Derived from: scripts/pnglibconf.dfa
+
+Files: vs/libpng/scripts/makefile.hp64
+ vs/libpng/scripts/makefile.hpux
+Copyright: 1995 Guy Eric Schalnat, Group 42 contributed Jim Rice and updated Chris Schleicher, Hewlett Packard
+ 1999-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Where the zlib library and include files are located
+
+Files: vs/libpng/scripts/makefile.aix
+ vs/libpng/scripts/makefile.gcc
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 2000 Cosmin Truta
+ 2000 Marc O. Gloor (AIX support added, from makefile.gcc)
+ 2002-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Location of the zlib library and include files
+
+Files: vs/libpng/contrib/libtests/pngimage.c
+ vs/libpng/contrib/tools/pngcp.c
+Copyright: 2015-2016 John Cunningham Bowler
+License: libpng
+ Last changed in libpng 1.6.24 [August 4, 2016]
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+
+Files: src/cpu/core_dyn_x86/dyn_fpu.h
+ src/cpu/core_dynrec/dyn_fpu.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ NTS: When generating code, do NOT use &TOP (address of TOP) because TOP is
+ a 3-bit bitfield within the FPU status word. &TOP in reality resolves
+ to the address of the FPU status word! Instead, use &FPUSW (address of
+ the status word), shift right 11 bits, add whatever offset you need,
+ and AND by 7 to produce the correct index. If you use &TOP directly
+ you are in reality calling src/fpu.cpp code with the entire FPU status
+ word as the FPU register index which can cause memory corruption and
+ unexpected things.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/voodoo_opengl.cpp
+ src/hardware/voodoo_vogl.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Tell Mac OS X to shut up about deprecated OpenGL calls
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/CRT-geom-blend.fx
+ contrib/windows/shaders/CRT-geom-curved.fx
+Copyright: 2010-2012 cgwg, Themaister, DOLLS, gulikoza
+License: GPL-2.0+
+ 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.
+ .
+ Direct3D port by gulikoza at users.sourceforge.net
+ Source: crt-geom-interlaced-curved.shader (2012/02/06)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/gui/render_templates_hq.h
+ src/gui/render_templates_hq3x.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ The HQ3x high quality 3x graphics filter.
+ Original author Maxim Stepin (see http://www.hiend3d.com/hq3x.html).
+ Adapted for DOSBox from ScummVM and HiEnd3D code by Kronuz.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dos/drive_local.cpp
+ src/dos/drive_physfs.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Heavy improvements by the DOSBox-X Team
+ With major works from joncampbell123 and Wengier
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/CRT-simple.D3D.br.fx
+ contrib/windows/shaders/CRT-simple.D3D.fx
+Copyright: 2011 DOLLS. Based on cgwg's CRT shader.
+License: GPL-2.0+
+ 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.
+ .
+ Direct3D port by gulikoza at users.sourceforge.net
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_x64.h
+ src/cpu/core_dynrec/risc_x86.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ some configuring defines that specify the capabilities of this architecture
+ or aspects of the recompiling
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/2xSaI.fx
+ contrib/windows/shaders/2xSaI_sRGB.fx
+Copyright: 2003 Ryan A. Nunn
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ** 2xSaI **
+ .
+ 2xSaI algorithm is Copyright (c) 1999-2001 by Derek Liauw Kie Fa.
+ .
+ 2xSaI is free under GPL
+ .
+ Adapted by Ryan A. Nunn into Pixel and Vertex Shaders to be used with the
+ Scaling2D entry in the Beyond3D/ATI Shader Competition
+ .
+ Download original C/ASM code here: http://elektron.its.tudelft.nl/~dalikifa/
+ .
+ Notes about the creation of the shaders
+ .
+ The differences from the C/ASM code are quite substantial, which would be
+ plainly obvious to anyone who has worked with the C/ASM versions of these
+ algorithms.
+ .
+ The reasons for this are as follows:
+ 1) Can only output a single pixel at a time (Note MRT wouldn't be useful)
+ 2) 'Small' instruction count limits
+ 3) No program flow control
+ .
+ As such, the algorithm couldn't be simply converted into pixel shaders
+ because multiple nested if statements were used. While this may be fairly
+ fast on a CPU, it is very unsuitable for a pixel shader. So I decided to do
+ things differently. I decided that I should instead write boolean
+ expressions for each of the possible values for each product, and convert
+ those into pixel shaders with a final combining stage
+ .
+ An example of one of the expressions is:
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/Tv.fx
+ contrib/windows/shaders/point.fx
+Copyright: 2003 Ryan A. Nunn
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ 2D Scale Effect File
+ .
+ Point Sampling
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/sdl/src/video/caca/SDL_cacavideo.c
+ vs/sdl/src/video/caca/SDL_cacavideo.h
+Copyright: 2003 Sam Hocevar
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ Sam Hocevar
+ sam@zoy.org
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_seq.c
+ src/libs/fluidsynth/fluid_seqbind.c
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ 2002 : API design by Peter Hanappe and Antoine Schmitt
+ August 2002 : Implementation by Antoine Schmitt as@gratin.org
+ as part of the infiniteCD author project
+ http://www.infiniteCD.org/
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_atomic.h
+ src/libs/fluidsynth/fluid_mutex.h
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ This header contains an implementation of atomic operations.
+ .
+ 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'.
+
+Files: vs/sdl/src/audio/disk/SDL_diskaudio.c
+ vs/sdl/src/audio/dummy/SDL_dummyaudio.c
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ This file written by Ryan C. Gordon (icculus@icculus.org)
+ .
+ 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'.
+
+Files: src/hardware/opl.cpp
+ src/hardware/opl.h
+Copyright: 2002-2021 The DOSBox Team OPL2/OPL3 emulation library
+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.
+ .
+ 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
+ .
+ Originally based on ADLIBEMU.C, an AdLib/OPL2 emulation library by Ken Silverman
+ Copyright (C) 1998-2001 Ken Silverman
+ Ken Silverman's official web site: "http://www.advsys.net/ken"
+ .
+ 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'.
+
+Files: vs/sdl/src/audio/nas/SDL_nasaudio.c
+ vs/sdl/src/audio/nas/SDL_nasaudio.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ This driver was written by:
+ Erik Inge Bolsø
+ knan@mo.himolde.no
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_dsound.c
+ src/libs/fluidsynth/fluid_sdl2.c
+Copyright: 2003 Peter Hanappe and others.
+ 2018 Carlo Bramini
+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.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: src/hardware/nukedopl.cpp
+ src/hardware/nukedopl.h
+Copyright: 2013-2020 Nuke.YKT
+License: LGPL-2.1+
+ This file is part of Nuked OPL3.
+ .
+ Nuked OPL3 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.
+ .
+ Nuked OPL3 is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with Nuked OPL3. If not, see <https://www.gnu.org/licenses/>.
+ .
+ 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'.
+
+Files: src/libs/libchdr/FLAC/share/grabbag.h
+ src/libs/libchdr/FLAC/share/replaygain_synthesis.h
+Copyright: 2002-2009 Josh Coalson
+ 2011-2016 Xiph.Org Foundation
+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.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: vs/sdl/src/audio/pulse/SDL_pulseaudio.c
+ vs/sdl/src/audio/pulse/SDL_pulseaudio.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Stéphan Kochen
+ stephan@kochen.nl
+ .
+ Based on parts of the ALSA and ESounD output drivers.
+ .
+ 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'.
+
+Files: vs/libpng/contrib/oss-fuzz/Dockerfile
+ vs/sdl2/src/video/khronos/vulkan/vk_platform.h
+Copyright: 2014-2017 The Khronos Group Inc.
+ 2016 Google Inc.
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: vs/freetype/builds/unix/aclocal.m4
+ vs/libpng/aclocal.m4
+Copyright: 1996-2014 Free Software Foundation, Inc.
+License: PERMISSIVE
+ This file is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+Files: vs/freetype/include/freetype/ftglyph.h
+ vs/freetype/src/base/ftglyph.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __HEADER___
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file contains the definition of several convenience functions
+ that can be used by client applications to easily retrieve glyph
+ bitmaps and outlines from a given face.
+ .
+ These functions should be optional if you are writing a font server
+ or text layout engine on top of FreeType. However, they are pretty
+ handy for many other simple uses of the library.
+
+Files: src/libs/decoders/internal/opus/celt/arch.h
+ src/libs/decoders/internal/opus/silk/arch.h
+Copyright: 2003-2008 Jean-Marc Valin
+ 2007-2008 CSIRO
+ 2007-2009 Xiph.Org Foundation Jean-Marc Valin
+License: __HEADER___
+ @brief Various architecture definitions for CELT
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: vs/freetype/builds/unix/ftconfig.in
+ vs/freetype/builds/vms/ftconfig.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __HEADER___
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This header file contains a number of macro definitions that are used
+ by the rest of the engine. Most of the macros here are automatically
+ determined at compile time, and you should not need to change it to
+ port FreeType, except to compile the library with a non-ANSI
+ compiler.
+ .
+ Note however that if some specific modifications are needed, we
+ advise you to place a modified copy in your build directory.
+ .
+ The build directory is usually `builds/<system>', and contains
+ system-specific files that are always included first when building
+ the library.
+
+Files: vs/freetype/builds/compiler/intelc.mk
+ vs/freetype/builds/compiler/visualc.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ compiler command line name
+
+Files: vs/sdl/src/hermes/HeadMMX.h
+ vs/sdl/src/hermes/HeadX86.h
+Copyright: 1998 Christian Nentwich (brn@eleet.mcb.at)
+ 1998 Christian Nentwich (c.nentwich@cs.ucl.ac.uk)
+License: __UNKNOWN__
+ This source code is licensed under the GNU LGPL
+ .
+ Please refer to the file COPYING.LIB contained in the distribution for
+ licensing conditions
+
+Files: src/output/ppscale.c
+ src/output/ppscale.h
+Copyright: 2018-2020 Anton Shepelev (anton.txt@gmail.com)
+License: __UNKNOWN__
+ Usage of the works is permitted provided that this instrument is retained
+ with the works, so that any entity that uses the works is notified of this
+ instrument. DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
+
+Files: vs/sdl2/src/hidapi/hidtest/hidtest.cpp
+ vs/sdl2/src/hidapi/testgui/test.cpp
+Copyright: __NO_COPYRIGHT__ in: vs/sdl2/src/hidapi/hidtest/hidtest.cpp
+ __NO_COPYRIGHT__ in: vs/sdl2/src/hidapi/testgui/test.cpp
+License: __UNKNOWN__
+ This contents of this file may be used by anyone
+ for any reason without any conditions and may be
+ used as a starting point for your own applications
+ which use HIDAPI.
+
+Files: ref/Apple/MachO/mach/arm/sdt_isa.h
+ ref/Apple/MachO/mach/machine/sdt.h
+Copyright: 2004 Sun Microsystems, Inc.
+ 2007-2019 Apple Inc.
+License: __UNKNOWN__
+ CDDL HEADER START
+ .
+ The contents of this file are subject to the terms of the
+ Common Development and Distribution License, Version 1.0 only
+ (the "License"). You may not use this file except in compliance
+ with the License.
+ .
+ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ or http://www.opensolaris.org/os/licensing.
+ See the License for the specific language governing permissions
+ and limitations under the License.
+ .
+ When distributing Covered Code, include this CDDL HEADER in each
+ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ If applicable, add the following below this CDDL HEADER, with the
+ fields enclosed by brackets "[]" replaced with your own identifying
+ information: Portions Copyright [yyyy] [name of copyright owner]
+ .
+ CDDL HEADER END
+ .
+ Use is subject to license terms.
+
+Files: vs/sdl2/src/video/khronos/EGL/egl.h
+ vs/sdl2/src/video/khronos/EGL/eglext.h
+Copyright: 2013-2017 The Khronos Group Inc.
+License: __UNKNOWN__
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are 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 Materials.
+ .
+ THE MATERIALS ARE 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
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+ .
+ This header is generated from the Khronos OpenGL / OpenGL ES XML
+ API Registry. The current version of the Registry, generator scripts
+ used to make the header, and the header can be found at
+ http://www.khronos.org/registry/egl
+ .
+ Khronos $Git commit SHA1: a732b061e7 $ on $Git commit date: 2017-06-17 23:27:53 +0100 $
+
+Files: vs/zlib/contrib/infback9/inftree9.h
+ vs/zlib/inftrees.h
+Copyright: 1995-2010 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ WARNING: this file should *not* be used by applications. It is
+ part of the implementation of the compression library and is
+ subject to change. Applications should only use zlib.h.
+ .
+ Structure for decoding tables. Each entry provides either the
+ information needed to do the operation requested by the code that
+ indexed that table entry, or it provides a pointer to another
+ table that indexes more bits of the code. op indicates whether
+ the entry is a pointer to another table, a literal, a length or
+ distance, an end-of-block, or an invalid code. For a table
+ pointer, the low four bits of op is the number of index bits of
+ that table. For a length or distance, the low four bits of op
+ is the number of extra bits to get after the code. bits is
+ the number of bits in this code or part of the code to drop off
+ of the bit buffer. val is the actual byte to output in the case
+ of a literal, the base length or distance, or the offset from
+ the current table to the next table. Each entry is four bytes.
+
+Files: vs/sdl2/src/video/khronos/GLES2/gl2.h
+ vs/sdl2/src/video/khronos/GLES2/gl2ext.h
+Copyright: 2013-2017 The Khronos Group Inc.
+License: __UNKNOWN__
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are 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 Materials.
+ .
+ THE MATERIALS ARE 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
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+ .
+ This header is generated from the Khronos OpenGL / OpenGL ES XML
+ API Registry. The current version of the Registry, generator scripts
+ used to make the header, and the header can be found at
+ https://github.com/KhronosGroup/OpenGL-Registry
+
+Files: ref/Apple/MachO/mach/i386/sdt_isa.h
+ ref/Apple/MachO/mach/sdt.h
+Copyright: 2004 Sun Microsystems, Inc.
+License: __UNKNOWN__
+ The contents of this file are subject to the terms of the
+ Common Development and Distribution License, Version 1.0 only
+ (the "License"). You may not use this file except in compliance
+ with the License.
+ .
+ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ or http://www.opensolaris.org/os/licensing.
+ See the License for the specific language governing permissions
+ and limitations under the License.
+ .
+ When distributing Covered Code, include this CDDL HEADER in each
+ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ If applicable, add the following below this CDDL HEADER, with the
+ fields enclosed by brackets "[]" replaced with your own identifying
+ information: Portions Copyright [yyyy] [name of copyright owner]
+ .
+ CDDL HEADER END
+ .
+ Use is subject to license terms.
+
+Files: src/libs/decoders/internal/opus/celt/static_modes_fixed_arm_ne10.h
+ src/libs/decoders/internal/opus/celt/static_modes_float_arm_ne10.h
+Copyright: __NO_COPYRIGHT__ in: src/libs/decoders/internal/opus/celt/static_modes_fixed_arm_ne10.h
+ __NO_COPYRIGHT__ in: src/libs/decoders/internal/opus/celt/static_modes_float_arm_ne10.h
+License: __UNKNOWN__
+ The contents of this file was automatically generated by
+
+Files: vs/sdl2/test/testthread.c
+ vs/sdl2/test/torturethread.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple test of the SDL threading code
+
+Files: vs/sdl/src/video/Xext/Xxf86dga/XF86DGA.c
+ vs/sdl/src/video/Xext/Xxf86dga/XF86DGA2.c
+Copyright: 1995 Jon Tombs
+ 1995-1996 The XFree86 Project, Inc
+License: __UNKNOWN__
+ THIS IS NOT AN X CONSORTIUM STANDARD
+
+Files: vs/freetype/include/freetype/fterrdef.h
+ vs/freetype/include/freetype/fterrors.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ <Section>
+
+Files: vs/sdl2/src/video/yuv2rgb/yuv_rgb_sse_func.h
+ vs/sdl2/src/video/yuv2rgb/yuv_rgb_std_func.h
+Copyright: 2016 Adrien Descamps Distributed under BSD 3-Clause License
+License: __UNKNOWN__
+ You need to define the following macros before including this file:
+
+Files: vs/freetype/builds/compiler/unix-lcc.mk
+ vs/freetype/builds/compiler/win-lcc.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Command line name
+
+Files: vs/zlib/msdos/Makefile.emx
+ vs/zlib/old/Makefile.emx
+Copyright: 1995-1998 Jean-loup Gailly. For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ To compile, or to compile and test, type:
+ .
+ make -fmakefile.emx; make test -fmakefile.emx
+
+Files: include/crypt.h
+ vs/zlib/contrib/minizip/crypt.h
+Copyright: 1998-2005 Gilles Vollant
+License: __UNKNOWN__
+ This code is a modified version of crypting code in Infozip distribution
+ .
+ The encryption/decryption parts of this source code (as opposed to the
+ non-echoing password parts) were originally written in Europe. The
+ whole source package can be freely distributed, including from the USA.
+ (Prior to January 2000, re-export from the US was a violation of US law.)
+ .
+ This encryption code is a direct transcription of the algorithm from
+ Roger Schlafly, described by Phil Katz in the file appnote.txt. This
+ file (appnote.txt) is distributed with the PKZIP program (even in the
+ version without encryption capabilities).
+ .
+ If you don't need crypting in your application, just define symbols
+ NOCRYPT and NOUNCRYPT.
+ .
+ This code support the "Traditional PKWARE Encryption".
+ .
+ The new AES encryption added on Zip format by Winzip (see the page
+
+Files: vs/libpdcurses/demos/rain.c
+ vs/libpdcurses/demos/worm.c
+Copyright: 2002-2005 Free Software Foundation, Inc.
+License: __UNKNOWN__
+ 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, distribute with modifications, 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 ABOVE 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.
+ .
+ Except as contained in this notice, the name(s) of the above copyright
+ holders shall not be used in advertising or otherwise to promote the
+ sale, use or other dealings in this Software without prior written
+ authorization.
+
+Files: vs/freetype/builds/mac/ftmac.c
+ vs/freetype/src/base/ftmac.c
+Copyright: 1996-2018 Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Notes
+ .
+ Mac suitcase files can (and often do!) contain multiple fonts. To
+
+Files: vs/freetype/src/raster/ftraster.c
+ vs/freetype/src/smooth/ftgrays.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file can be compiled without the rest of the FreeType engine, by
+
+Files: vs/sdl2/test/testdraw2.c
+ vs/sdl2/test/testintersections.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program: draw as many random objects on the screen as possible
+
+Files: vs/sdl2/test/nacl/background.js
+ vs/sdl2/test/nacl/common.js
+Copyright: 2012-2013 The Chromium Authors.
+License: __UNKNOWN__
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+
+Files: src/libs/decoders/internal/opus/celt/static_modes_fixed.h
+ src/libs/decoders/internal/opus/celt/static_modes_float.h
+Copyright: __NO_COPYRIGHT__ in: src/libs/decoders/internal/opus/celt/static_modes_fixed.h
+ __NO_COPYRIGHT__ in: src/libs/decoders/internal/opus/celt/static_modes_float.h
+License: __UNKNOWN__
+ The contents of this file was automatically generated by dump_modes.c
+ with arguments: 48000 960
+ It contains static definitions for some pre-defined modes.
+
+Files: src/libs/decoders/internal/opus/celt/mathops.c
+ src/libs/decoders/internal/opus/celt/mathops.h
+Copyright: 2002-2008 Jean-Marc Valin
+ 2007-2008 CSIRO
+ 2007-2009 Xiph.Org Foundation Jean-Marc Valin
+License: BSD-2-Clause
+ @brief Various math functions
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/libs/decoders/internal/speexdsp/fftwrap.c
+ src/libs/decoders/internal/speexdsp/fftwrap.h
+Copyright: 2005 Jean-Marc Valin File: fftwrap.h
+ 2005-2006 Jean-Marc Valin File: fftwrap.c
+License: BSD-3-Clause
+ Wrapper for various FFTs
+ .
+ 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 the Xiph.org 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 COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/filterbank.c
+ src/libs/decoders/internal/speexdsp/filterbank.h
+Copyright: 2006 Jean-Marc Valin
+License: BSD-3-Clause
+ @brief Converting between psd and filterbank
+ .
+ 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest-printers.h
+ tests/gtest/gtest-printers.cc
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Test - The Google C++ Testing and Mocking Framework
+ .
+ This file implements a universal value printer that can print a
+ value of any type T:
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/internal/gmock-internal-utils.h
+ tests/gmock/gmock-internal-utils.cc
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ This file defines some utilities useful for implementing Google
+ Mock. They are subject to change without notice, so please DO NOT
+ USE THEM IN USER CODE.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest-matchers.h
+ tests/gtest/gtest-matchers.cc
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ This file implements just enough of the matcher interface to allow
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/hardware/voodoo_data.h
+ src/hardware/voodoo_def.h
+Copyright: Aaron Giles
+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 'MAME' 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 AARON GILES ''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 AARON GILES 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.
+ .
+ 3dfx Voodoo Graphics SST-1/2 emulator
+ .
+ emulator by Aaron Giles
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/freetype/builds/unix/ltmain.sh
+ vs/libpng/ltmain.sh
+Copyright: 1996-2015 Free Software Foundation, Inc.
+License: GPL-2.0+ with libtool exception
+ This is free software; see the source for copying conditions. There is NO
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ .
+ GNU Libtool 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.
+ .
+ As a special exception to the GNU General Public License,
+ if you distribute this file as part of a program or library that
+ is built using GNU Libtool, you may include this file under the
+ same distribution terms that you use for the rest of that program.
+ .
+ GNU Libtool is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/libpng/config.guess
+ vs/sdl2/build-scripts/config.guess
+Copyright: 1992-2017 Free Software Foundation, Inc.
+License: GPL-3.0+ with autoconf exception
+ This file is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that
+ program. This Exception is an additional permission under section 7
+ of the GNU General Public License, version 3 ("GPLv3").
+ .
+ Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: vs/libpng/config.sub
+ vs/sdl2/build-scripts/config.sub
+Copyright: 1992-2017 Free Software Foundation, Inc.
+License: GPL-3.0+ with autoconf exception
+ This file is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that
+ program. This Exception is an additional permission under section 7
+ of the GNU General Public License, version 3 ("GPLv3").
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: vs/sdl/src/video/Xext/extensions/Xvlib.h
+Copyright: 1991 Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
+License: ISC
+ 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 names of Digital or MIT 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.
+ .
+ $XFree86: xc/include/extensions/Xvlib.h,v 1.3 1999/12/11 19:28:48 mvojkovi Exp $
+
+Files: vs/freetype/src/pcf/pcfutil.c
+Copyright: 1990-1998 The Open Group
+License: ISC
+ 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.
+ .
+ $XFree86: xc/lib/font/util/utilbitmap.c,v 1.3 1999/08/22 08:58:58 dawes Exp $
+ .
+ Modified for use with FreeType
+
+Files: vs/sdl/src/video/Xext/extensions/Xext.h
+Copyright: 1989-1998 The Open Group
+License: ISC
+ 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.
+ .
+ $XFree86: xc/include/extensions/Xext.h,v 1.7 2005/01/27 03:03:09 dawes Exp $
+
+Files: vs/sdl/src/video/Xext/extensions/Xvproto.h
+Copyright: 1991 Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
+License: ISC
+ 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 names of Digital or MIT 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.
+ .
+ $XFree86: xc/include/extensions/Xvproto.h,v 1.6 2001/05/07 21:37:12 tsi Exp $
+
+Files: vs/sdl/src/video/Xext/extensions/Xv.h
+Copyright: 1991 Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
+License: ISC
+ 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 names of Digital or MIT 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.
+ .
+ $XFree86: xc/include/extensions/Xv.h,v 1.5 1999/12/11 19:28:48 mvojkovi Exp $
+
+Files: vs/sdl/src/video/Xext/Xv/Xvlibint.h
+Copyright: 1987 Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
+License: ISC
+ 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 names of Digital or MIT 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.
+ .
+ $XFree86: xc/lib/Xv/Xvlibint.h,v 1.5 2001/07/25 15:04:53 dawes Exp $
+
+Files: contrib/glshaders/pixellate.glsl
+Copyright: 2011-2012 Fes
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ SPECIAL, DIRECT, 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.
+ (Fes gave their permission to have this shader distributed under this
+ licence in this forum post:
+
+Files: vs/sdl/src/video/Xext/Xv/Xv.c
+Copyright: 1991 Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
+License: ISC
+ 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 names of Digital or MIT 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.
+ .
+ $XFree86: xc/lib/Xv/Xv.c,v 1.15 2001/05/11 08:23:22 alanh Exp $
+ .
+ File:
+ .
+ Xv.c --- Xv library extension module.
+ .
+ Author:
+ .
+ David Carver (Digital Workstation Engineering/Project Athena)
+ .
+ Revisions:
+ .
+ 26.06.91 Carver
+ - changed XvFreeAdaptors to XvFreeAdaptorInfo
+ - changed XvFreeEncodings to XvFreeEncodingInfo
+ .
+ 11.06.91 Carver
+ - changed SetPortControl to SetPortAttribute
+ - changed GetPortControl to GetPortAttribute
+ - changed QueryBestSize
+ .
+ 15.05.91 Carver
+ - version 2.0 upgrade
+ .
+ 240.01.91 Carver
+ - version 1.4 upgrade
+
+Files: vs/libpdcurses/x11/install-sh
+Copyright: 1991 the Massachusetts Institute of Technology
+License: ISC
+ 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 M.I.T. not be used in advertising or
+ publicity pertaining to distribution of the software without specific,
+ written prior permission. M.I.T. makes no representations about the
+ suitability of this software for any purpose. It is provided "as is"
+ without express or implied warranty.
+ .
+ Calling this script install-sh is preferred over install.sh, to prevent
+ `make' implicit rules from creating a file called install from it
+ when there is no Makefile.
+ .
+ This script is compatible with the BSD install script, but was written
+ from scratch. It can only install one file at a time, a restriction
+ shared with many OS's install programs.
+ .
+ set DOITPROG to echo to test this script
+ .
+ Don't use :- since 4.3BSD and earlier shells don't like it.
+ .
+ Modified 1 Feb 2000 MHES to cater for mkdir -p
+
+Files: vs/sdl/src/video/Xext/extensions/xf86vmode.h
+Copyright: 1995 Kaleb S. KEITHLEY
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL Kaleb S. KEITHLEY 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 Kaleb S. KEITHLEY
+ shall not be used in advertising or otherwise to promote the sale, use
+ or other dealings in this Software without prior written authorization
+ from Kaleb S. KEITHLEY
+ .
+ $Xorg: xf86vmode.h,v 1.3 2000/08/18 04:05:46 coskrey Exp $
+ .
+ THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION
+
+Files: vs/freetype/src/bdf/bdferror.h
+Copyright: 2001-2012 Francesco Zappa Nardelli
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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.
+ .
+ This file is used to define the BDF error enumeration constants.
+
+Files: vs/sdl/src/video/Xext/extensions/panoramiXproto.h
+Copyright: 1991-1997 Digital Equipment Corporation, Maynard, Massachusetts.
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software.
+ .
+ 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
+ DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
+ BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL 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 Digital Equipment Corporation
+ shall not be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Software without prior written authorization from Digital
+ Equipment Corporation.
+ .
+ $XFree86: xc/include/extensions/panoramiXproto.h,v 3.6 2001/01/17 17:53:22 dawes Exp $
+ .
+ THIS IS NOT AN X PROJECT TEAM SPECIFICATION
+
+Files: vs/freetype/src/bdf/bdf.h
+Copyright: 2000 Computing Research Labs, New Mexico State University
+ 2001-2011 Francesco Zappa Nardelli
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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: vs/sdl/src/video/Xext/extensions/xf86vmstr.h
+Copyright: 1995 Kaleb S. KEITHLEY
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL Kaleb S. KEITHLEY 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 Kaleb S. KEITHLEY
+ shall not be used in advertising or otherwise to promote the sale, use
+ or other dealings in this Software without prior written authorization
+ from Kaleb S. KEITHLEY
+ .
+ $Xorg: xf86vmstr.h,v 1.3 2000/08/18 04:05:46 coskrey Exp $
+ .
+ THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION
+
+Files: vs/sdl/build-scripts/install-sh
+Copyright: 1994 X Consortium
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+ .
+ FSF changes to this file are in the public domain.
+ .
+ Calling this script install-sh is preferred over install.sh, to prevent
+ `make' implicit rules from creating a file called install from it
+ when there is no Makefile.
+ .
+ This script is compatible with the BSD install script, but was written
+ from scratch. It can only install one file at a time, a restriction
+ shared with many OS's install programs.
+ .
+ set DOITPROG to echo to test this script
+ .
+ Don't use :- since 4.3BSD and earlier shells don't like it.
+
+Files: vs/sdl2/src/video/x11/edid-parse.c
+Copyright: 2007 Red Hat, Inc.
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ 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: vs/sdl/src/video/Xext/Xinerama/Xinerama.c
+Copyright: 1991-1997 Digital Equipment Corporation, Maynard, Massachusetts.
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software.
+ .
+ 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
+ DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
+ BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL 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 Digital Equipment Corporation
+ shall not be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Software without prior written authorization from Digital
+ Equipment Corporation.
+ .
+ $XFree86: xc/lib/Xinerama/Xinerama.c,v 1.2 2001/07/23 17:20:28 dawes Exp $
+
+Files: vs/sdl/src/video/Xext/Xxf86vm/XF86VMode.c
+Copyright: 1995 Kaleb S. KEITHLEY
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL Kaleb S. KEITHLEY 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 Kaleb S. KEITHLEY
+ shall not be used in advertising or otherwise to promote the sale, use
+ or other dealings in this Software without prior written authorization
+ from Kaleb S. KEITHLEY.
+ .
+ $XConsortium: XF86VMode.c /main/4 1996/01/16 07:52:25 kaleb CHECKEDOUT $
+ .
+ THIS IS NOT AN X CONSORTIUM STANDARD
+
+Files: vs/freetype/src/bdf/bdflib.c
+Copyright: 2000 Computing Research Labs, New Mexico State University
+ 2001-2014 Francesco Zappa Nardelli
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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.
+ .
+ This file is based on bdf.c,v 1.22 2000/03/16 20:08:50
+ .
+ taken from Mark Leisher's xmbdfed package
+
+Files: vs/sdl2/src/test/SDL_test_crc32.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Used by the test execution component.
+ Original source code contributed by A. Schiffler for GSOC project.
+
+Files: vs/sdl2/src/events/blank_cursor.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ A default blank 8x8 cursor
+
+Files: include/SDL_ttf.h
+Copyright: 2001-2019 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ This library is a wrapper around the excellent FreeType 2.0 library,
+ available at:
+ http://www.freetype.org/
+
+Files: vs/sdlnet/chat.h
+Copyright: 1997-2012 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ $Id$
+ .
+ Convert four letters into a number
+
+Files: vs/sdl2/src/render/opengl/SDL_glfuncs.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ list of OpenGL functions sorted alphabetically
+ If you need to use a GL function from the SDL video subsystem,
+
+Files: vs/sdl2/include/SDL.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Main include header for the SDL library
+
+Files: vs/sdl2/src/core/windows/SDL_windows.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ This is an include file for windows.h with the SDL build settings
+
+Files: vs/sdl2/src/events/scancodes_darwin.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Mac virtual key code to SDL scancode mapping table
+ Sources:
+ - Inside Macintosh: Text <http://developer.apple.com/documentation/mac/Text/Text-571.html>
+
+Files: vs/sdl2/src/joystick/hidapi/SDL_hidapi_ps4.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ This driver supports both simplified reports and the extended input reports enabled by Steam.
+ Code and logic contributed by Valve Corporation under the SDL zlib license.
+
+Files: vs/sdl2/src/test/SDL_test_assert.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Used by the test framework and test cases.
+
+Files: vs/sdl2/src/test/SDL_test_common.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Ported from original test\common.c file.
+
+Files: vs/freetype/src/gzip/zlib.h
+Copyright: 1995-2002 Jean-loup Gailly and Mark Adler
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Jean-loup Gailly Mark Adler
+ jloup@gzip.org madler@alumni.caltech.edu
+ .
+ The data format used by the zlib library is described by RFCs (Request for
+ Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt
+ (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
+
+Files: vs/sdl2/src/test/SDL_test_random.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ A portable "32-bit Multiply with carry" random number generator.
+ .
+ Used by the fuzzer component.
+ Original source code contributed by A. Schiffler for GSOC project.
+
+Files: vs/sdl2/src/core/linux/SDL_udev.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ To list the properties of a device, try something like:
+ udevadm info -a -n snd/hwC0D0 (for a sound card)
+
+Files: vs/sdl2/src/video/directfb/SDL_DirectFB_render.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ SDL surface based renderer implementation
+
+Files: vs/sdl2/src/joystick/hidapi/SDL_hidapi_switch.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ This driver supports the Nintendo Switch Pro controller.
+ Code and logic contributed by Valve Corporation under the SDL zlib license.
+
+Files: vs/sdl2/src/audio/qsa/SDL_qsa_audio.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ !!! FIXME: streamline this a little by removing all the
+ !!! FIXME: if (capture) {} else {} sections that are identical
+ !!! FIXME: except for one flag.
+
+Files: vs/sdl2/src/test/SDL_test_fuzzer.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Data generators for fuzzing test data in a reproducible way.
+
+Files: vs/sdl2/src/test/SDL_test_log.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Used by the test framework and test cases.
+ .
+ quiet windows compiler warnings
+
+Files: vs/sdl2/src/core/winrt/SDL_winrtapp_xaml.cpp
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Windows includes
+
+Files: vs/sdl2/src/video/wayland/SDL_waylandtouch.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Contributed by Thomas Perl <thomas.perl@jollamobile.com>
+
+Files: vs/sdl2/src/video/winrt/SDL_winrtvideo_cpp.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Windows includes:
+
+Files: vs/sdl2/src/render/software/SDL_rotate.c
+Copyright: 2001-2011 Andreas Schiffler
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source
+ distribution.
+ .
+ Andreas Schiffler -- aschiffler at ferzkopp dot net
+
+Files: vs/zlib/zlib.h
+Copyright: 1995-2017 Jean-loup Gailly and Mark Adler
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Jean-loup Gailly Mark Adler
+ jloup@gzip.org madler@alumni.caltech.edu
+ .
+ The data format used by the zlib library is described by RFCs (Request for
+ Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
+ (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
+
+Files: vs/sdlnet/chatd.c
+Copyright: 1997-2012 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Note that this isn't necessarily the way to run a chat system.
+ This is designed to excercise the network code more than be really
+ functional.
+
+Files: vs/sdl2/src/test/SDL_test_md5.c
+Copyright: 1990 RSA Data Security, Inc.
+ 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ RSA Data Security, Inc. MD5 Message-Digest Algorithm
+ Created: 2/17/90 RLR
+ Revised: 1/91 SRD,AJ,BSK,JT Reference C ver., 7/10 constant corr.
+ .
+ License to copy and use this software is granted provided that
+ it is identified as the "RSA Data Security, Inc. MD5 Message-
+ Digest Algorithm" in all material mentioning or referencing this
+ software or this function.
+ .
+ License is also granted to make and use derivative works
+ provided that such works are identified as "derived from the RSA
+ Data Security, Inc. MD5 Message-Digest Algorithm" in all
+ material mentioning or referencing the derived work.
+ .
+ RSA Data Security, Inc. makes no representations concerning
+ either the merchantability of this software or the suitability
+ of this software for any particular purpose. It is provided "as
+ is" without express or implied warranty of any kind.
+ .
+ These notices must be retained in any copies of any part of this
+ documentation and/or software.
+
+Files: vs/sdl2/src/audio/pulseaudio/SDL_pulseaudio.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ The PulseAudio target for SDL 1.3 is based on the 1.3 arts target, with
+ the appropriate parts replaced with the 1.2 PulseAudio target code. This
+ was the cleanest way to move it to 1.3. The 1.2 target was written by
+ Stéphan Kochen: stephan .a.t. kochen.nl
+
+Files: vs/sdl2/src/events/default_cursor.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ Default cursor - it happens to be the Mac cursor, but could be anything
+
+Files: vs/sdlnet/SDLnetsys.h
+Copyright: 1997-2012 Sam Lantinga <slouken@libsdl.org>
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ $Id$
+ .
+ Include normal system headers
+
+Files: contrib/glshaders/xbr-lv3.glsl
+Copyright: 2011-2015 Hyllian - sergiogdb@gmail.com
+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.
+ .
+ Incorporates some of the ideas from SABR shader. Thanks to Joshua Street.
+ .
+ Parameter lines go here:
+
+Files: vs/freetype/src/pcf/README
+Copyright: 2000 Francesco Zappa Nardelli
+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.
+ .
+ Credits
+ *******
+ .
+ Keith Packard wrote the pcf driver found in XFree86. His work is at
+ the same time the specification and the sample implementation of the
+ PCF format. Undoubtedly, this driver is inspired from his work.
+
+Files: vs/freetype/src/pcf/rules.mk
+Copyright: 2000-2008 Francesco Zappa Nardelli
+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.
+ .
+ pcf driver directory
+
+Files: vs/freetype/src/bdf/rules.mk
+Copyright: 2001-2008 Francesco Zappa Nardelli
+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.
+ .
+ bdf driver directory
+
+Files: vs/freetype/src/bdf/README
+Copyright: 2000 Computing Research Labs, New Mexico State University
+ 2001-2011 Francesco Zappa Nardelli
+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.
+ .
+ *** Portions of the driver (that is, bdflib.c and bdf.h):
+ .
+ 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 COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY 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.
+ .
+ Credits
+ *******
+ .
+ This driver is based on excellent Mark Leisher's bdf library. If you
+ find something good in this driver you should probably thank him, not
+ me.
+
+Files: vs/libpng/libpng-config.in
+Copyright: 2002-2007 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Modeled after libxml-config.
+
+Files: vs/libpng/contrib/mips-msa/linux.c
+Copyright: 2016 Glenn Randers-Pehrson Mandar Sahastrabuddhe, 2016. Last changed in libpng 1.6.25beta03 [August 29, 2016]
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ SEE contrib/mips-msa/README before reporting bugs
+ .
+ STATUS: SUPPORTED
+ BUG REPORTS: png-mng-implement@sourceforge.net
+
+Files: vs/libpng/pngpriv.h
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ The symbols declared in this file (including the functions declared
+ as extern) are PRIVATE. They are not part of the libpng public
+ interface, and are not recommended for use by regular applications.
+ Some of them may become public in the future; others may stay private,
+ change in an incompatible way, or even disappear.
+ Although the libpng users are not forbidden to include this header,
+ they should be well aware of the issues that may arise from doing so.
+
+Files: vs/libpng/contrib/libtests/gentests.sh
+Copyright: 2013 John Cunningham Bowler
+License: libpng
+ Last changed in libpng 1.6.0 [February 14, 2013]
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Generate a set of PNG test images. The images are generated in a
+ sub-directory called 'tests' by default, however a command line argument will
+ change that name. The generation requires a built version of makepng in the
+ current directory.
+
+Files: vs/libpng/pngrtran.c
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This file contains functions optionally called by an application
+ in order to tell libpng how to handle data when reading a PNG.
+ Transformations that are used in both reading and writing are
+ in pngtrans.c.
+
+Files: vs/libpng/pngtest.c
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This program reads in a PNG image, writes it out again, and then
+ compares the two files. If the files are identical, this shows that
+ the basic chunk handling, filtering, and (de)compression code is working
+ properly. It does not currently test all of the transforms, although
+ it probably should.
+ .
+ The program will report "FAIL" in certain legitimate cases:
+ 1) when the compression level or filter selection method is changed.
+
+Files: vs/libpng/scripts/makefile.ibmc
+Copyright: 2000 Cosmin Truta
+ 2006-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Notes:
+ Derived from makefile.std
+ All modules are compiled in C mode
+ Tested under Win32, expected to work under OS/2
+ Can be easily adapted for IBM VisualAge/C++ for AIX
+ .
+ Location of the zlib library and include files
+
+Files: vs/libpng/scripts/makefile.msc
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 2006-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
+
+Files: vs/libpng/scripts/symbols.c
+Copyright: 2011-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ NOTE: making 'symbols.chk' checks both that the exported
+ symbols in the library don't change and (implicitly) that
+ scripts/pnglibconf.h.prebuilt is as expected.
+ If scripts/pnglibconf.h.prebuilt is remade using
+ scripts/pnglibconf.dfa then this checks the .dfa file too.
+
+Files: vs/libpng/scripts/makefile.knr
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 2002-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This makefile requires the file ansi2knr.c, which you can get
+ from the Ghostscript ftp site at ftp://ftp.cs.wisc.edu/ghost/
+ If you have libjpeg, you probably already have ansi2knr.c in the jpeg
+ source distribution.
+ .
+ where make install puts libpng.a and png.h
+
+Files: vs/libpng/pngrutil.c
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This file contains routines that are only called from within
+ libpng itself during the course of reading an image.
+
+Files: vs/libpng/scripts/makefile.darwin
+Copyright: 1996-1997 Andreas Dilger
+ 1998-1999 Greg Roelofs
+ 2001 Christoph Pfisterer derived from makefile.linux:
+ 2002-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ where "make install" puts libpng.a, libpng16.dylib, png.h, pngconf.h,
+ and pnglibconf.h
+
+Files: vs/libpng/contrib/oss-fuzz/README.txt
+Copyright: 2017 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Files in this directory are used by the oss-fuzz project
+ (https://github.com/google/oss-fuzz/tree/master/projects/libpng).
+ for "fuzzing" libpng.
+ .
+ They were licensed by Google Inc, using the BSD-like Chromium license,
+ which may be found at https://cs.chromium.org/chromium/src/LICENSE, or, if
+ noted in the source, under the Apache-2.0 license, which may
+ be found at http://www.apache.org/licenses/LICENSE-2.0 .
+ If they have been modified, the derivatives are copyright Glenn Randers-Pehrson
+ and are released under the same licenses as the originals. Several of
+
+Files: vs/libpng/projects/visualc71/README.txt
+Copyright: 2004 Simon-Pierre Cadieux.
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see copyright notice in png.h
+ .
+ NOTE: This project will be removed from libpng-1.5.0. It has
+ been replaced with the "vstudio" project.
+ .
+ Assumptions:
+ * The libpng source files are in ..\..
+ * The zlib source files are in ..\..\..\zlib
+ * The zlib project file is in . /* Warning: This is until the zlib project
+ files get intergrated into the next zlib release. The final zlib project
+ directory will then be ..\..\..\zlib\projects\visualc71. */
+ .
+ To use:
+ .
+ 1) On the main menu, select "File | Open Solution".
+ Open "libpng.sln".
+ .
+ 2) Display the Solution Explorer view (Ctrl+Alt+L)
+ .
+ 3) Set one of the project as the StartUp project. If you just want to build the
+ binaries set "libpng" as the startup project (Select "libpng" tree view
+ item + Project | Set as StartUp project). If you want to build and test the
+ binaries set it to "pngtest" (Select "pngtest" tree view item +
+ Project | Set as StartUp project)
+ .
+ 4) Select "Build | Configuration Manager...".
+ Choose the configuration you wish to build.
+ .
+ 5) Select "Build | Clean Solution".
+ .
+ 6) Select "Build | Build Solution (Ctrl-Shift-B)"
+ .
+ This project builds the libpng binaries as follows:
+
+Files: vs/libpng/png.h
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license (See LICENSE, below)
+ .
+ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
+ .
+ If you modify libpng you may insert additional notices immediately following
+ this sentence.
+ .
+ This code is released under the libpng license.
+ .
+ libpng versions 1.0.7, July 1, 2000 through 1.6.34, September 29, 2017 are
+ Copyright (c) 2000-2002, 2004, 2006-2017 Glenn Randers-Pehrson, are
+ derived from libpng-1.0.6, and are distributed according to the same
+ disclaimer and license as libpng-1.0.6 with the following individuals
+ added to the list of Contributing Authors:
+ .
+ Simon-Pierre Cadieux
+ Eric S. Raymond
+ Mans Rullgard
+ Cosmin Truta
+ Gilles Vollant
+ James Yu
+ Mandar Sahastrabuddhe
+ Google Inc.
+ Vadim Barkov
+ .
+ and with the following additions to the disclaimer:
+ .
+ There is no warranty against interference with your enjoyment of the
+ library or against infringement. There is no warranty that our
+ efforts or the library will fulfill any of your particular purposes
+ or needs. This library is provided with all faults, and the entire
+ risk of satisfactory quality, performance, accuracy, and effort is with
+ the user.
+ .
+ Some files in the "contrib" directory and some configure-generated
+ files that are distributed with libpng have other copyright owners and
+ are released under other open source licenses.
+ .
+ libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
+ Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
+ libpng-0.96, and are distributed according to the same disclaimer and
+ license as libpng-0.96, with the following individuals added to the list
+ of Contributing Authors:
+ .
+ Tom Lane
+ Glenn Randers-Pehrson
+ Willem van Schaik
+ .
+ libpng versions 0.89, June 1996, through 0.96, May 1997, are
+ Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
+ and are distributed according to the same disclaimer and license as
+ libpng-0.88, with the following individuals added to the list of
+ Contributing Authors:
+ .
+ John Bowler
+ Kevin Bracey
+ Sam Bushell
+ Magnus Holmgren
+ Greg Roelofs
+ Tom Tanner
+ .
+ Some files in the "scripts" directory have other copyright owners
+ but are released under this license.
+ .
+ libpng versions 0.5, May 1995, through 0.88, January 1996, are
+ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
+ .
+ For the purposes of this copyright and license, "Contributing Authors"
+ is defined as the following set of individuals:
+ .
+ Andreas Dilger
+ Dave Martindale
+ Guy Eric Schalnat
+ Paul Schmidt
+ Tim Wegner
+ .
+ The PNG Reference Library is supplied "AS IS". The Contributing Authors
+ and Group 42, Inc. disclaim all warranties, expressed or implied,
+ including, without limitation, the warranties of merchantability and of
+ fitness for any purpose. The Contributing Authors and Group 42, Inc.
+ assume no liability for direct, indirect, incidental, special, exemplary,
+ or consequential damages, which may result from the use of the PNG
+ Reference Library, even if advised of the possibility of such damage.
+ .
+ Permission is hereby granted to use, copy, modify, and distribute this
+ source code, or portions hereof, for any purpose, without fee, subject
+ to the following restrictions:
+ .
+ 1. The origin of this source code must not be misrepresented.
+ .
+ 2. Altered versions must be plainly marked as such and must not
+ be misrepresented as being the original source.
+ .
+ 3. This Copyright notice may not be removed or altered from any
+ source or altered source distribution.
+ .
+ The Contributing Authors and Group 42, Inc. specifically permit, without
+ fee, and encourage the use of this source code as a component to
+ supporting the PNG file format in commercial products. If you use this
+ source code in a product, acknowledgment is not required but would be
+ appreciated.
+ .
+ END OF COPYRIGHT NOTICE, DISCLAIMER, and LICENSE.
+ .
+ TRADEMARK:
+ .
+ The name "libpng" has not been registered by the Copyright owner
+ as a trademark in any jurisdiction. However, because libpng has
+ been distributed and maintained world-wide, continually since 1995,
+ the Copyright owner claims "common-law trademark protection" in any
+ jurisdiction where common-law trademark is recognized.
+ .
+ OSI CERTIFICATION:
+ .
+ Libpng is OSI Certified Open Source Software. OSI Certified Open Source is
+ a certification mark of the Open Source Initiative. OSI has not addressed
+ the additional disclaimers inserted at version 1.0.7.
+ .
+ EXPORT CONTROL:
+ .
+ The Copyright owner believes that the Export Control Classification
+ Number (ECCN) for libpng is EAR99, which means not subject to export
+ controls or International Traffic in Arms Regulations (ITAR) because
+ it is open source, publicly available software, that does not contain
+ any encryption software. See the EAR, paragraphs 734.3(b)(3) and
+ 734.7(b).
+
+Files: vs/libpng/contrib/arm-neon/android-ndk.c
+Copyright: 2014 Glenn Randers-Pehrson John Bowler, 2014. Last changed in libpng 1.6.10 [March 6, 2014]
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ SEE contrib/arm-neon/README before reporting bugs
+ .
+ STATUS: COMPILED, UNTESTED
+ BUG REPORTS: png-mng-implement@sourceforge.net
+
+Files: vs/libpng/scripts/makefile.amiga
+Copyright: 1995-2000 Wolf Faust
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Location/path of zlib include files
+
+Files: vs/libpng/contrib/visupng/VisualPng.c
+Copyright: 2000-2017 Willem van Schaik.
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ switches
+ .
+ defines
+
+Files: vs/libpng/pngconf.h
+Copyright: 1998-2016 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Any machine specific code is near the front of this file, so if you
+ are configuring libpng for a machine, you may want to read the section
+
+Files: vs/libpng/contrib/visupng/README.txt
+Copyright: 2000 Willem van Schaik.
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ As a PNG .dll demo VisualPng is finished. More features would only hinder
+ the program's objective. However, further extensions (like support for other
+ graphics formats) are in development. To get these, or for pre-compiled
+ binaries, go to "http://www.schaik.com/png/visualpng.html".
+
+Files: vs/libpng/scripts/makefile.netbsd
+Copyright: 2002 Patrick R.L. Welche
+ 2007-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ You should also run makefile.ne16bsd
+
+Files: vs/libpng/pngrio.c
+Copyright: 1998-2016 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This file provides a location for all input. Users who need
+ special handling are expected to write a function that has the same
+ arguments as this and performs a similar function, but that possibly
+ has a different input method. Note that you shouldn't change this
+ function, but rather write a replacement function and then make
+
+Files: vs/libpng/projects/vstudio/README.txt
+Copyright: 2010-2015 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This directory contains support for building libpng under MicroSoft
+ VisualStudio 2010. It may also work under later versions of VisualStudio.
+ You should be familiar with VisualStudio before using this directory.
+ .
+ Initial preparations
+
+Files: vs/libpng/contrib/libtests/pngstest.c
+Copyright: 2013-2017 John Cunningham Bowler
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Test for the PNG 'simplified' APIs.
+
+Files: vs/libpng/contrib/arm-neon/linux-auxv.c
+Copyright: 2014 Glenn Randers-Pehrson Mans Rullgard, 2011. Last changed in libpng 1.6.10 [March 6, 2014]
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ SEE contrib/arm-neon/README before reporting bugs
+ .
+ STATUS: COMPILED, TESTED
+ BUG REPORTS: png-mng-implement@sourceforge.net
+
+Files: vs/libpng/contrib/libtests/tarith.c
+Copyright: 2011-2013 John Cunningham Bowler
+License: libpng
+ Last changed in libpng 1.6.0 [February 14, 2013]
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Test internal arithmetic functions of libpng.
+ .
+ This code must be linked against a math library (-lm), but does not require
+ libpng or zlib to work. Because it includes the complete source of 'png.c'
+ it tests the code with whatever compiler options are used to build it.
+ Changing these options can substantially change the errors in the
+ calculations that the compiler chooses!
+
+Files: vs/libpng/scripts/makefile.dj2
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 2002-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ where make install will put libpng.a and png.h
+
+Files: vs/libpng/pngmem.c
+Copyright: 1998-2016 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This file provides a location for all memory allocation. Users who
+ need special memory handling are expected to supply replacement
+
+Files: vs/libpng/contrib/libtests/pngunknown.c
+Copyright: 2015-2017 Glenn Randers-Pehrson John Cunningham Bowler
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ NOTES:
+ This is a C program that is intended to be linked against libpng. It
+ allows the libpng unknown handling code to be tested by interpreting
+ arguments to save or discard combinations of chunks. The program is
+ currently just a minimal validation for the built-in libpng facilities.
+
+Files: vs/libpng/scripts/def.c
+Copyright: 2011-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Write the export file header:
+
+Files: vs/libpng/contrib/libtests/timepng.c
+Copyright: 2013-2016 John Cunningham Bowler
+License: libpng
+ Last changed in libpng 1.6.22 [May 26, 2016]
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Load an arbitrary number of PNG files (from the command line, or, if there
+ are no arguments on the command line, from stdin) then run a time test by
+ reading each file by row or by image (possibly with transforms in the latter
+ case). The only output is a time as a floating point number of seconds with
+ 9 decimal digits.
+
+Files: vs/libpng/scripts/dfn.awk
+Copyright: 2013-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ The output of this script is written to the file given by
+ the variable 'out', which should be set on the command line.
+ Error messages are printed to stdout and if any are printed
+ the script will exit with error code 1.
+
+Files: vs/libpng/scripts/makefile.vcwin32
+Copyright: 1998 Tim Wegner
+ 2006-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
+ To use, do "nmake /f scripts\makefile.vcwin32"
+
+Files: vs/libpng/pngread.c
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This file contains routines that an application calls directly to
+ read a PNG file or stream.
+
+Files: vs/libpng/pngset.c
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ The functions here are used during reads to store data from the file
+ into the info struct, and during writes to store application data
+ into the info struct for writing into the file. This abstracts the
+ info struct and allows us to change the structure in the future.
+
+Files: vs/libpng/contrib/arm-neon/linux.c
+Copyright: 2014-2017 Glenn Randers-Pehrson John Bowler, 2014, 2017.
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ SEE contrib/arm-neon/README before reporting bugs
+ .
+ STATUS: SUPPORTED
+ BUG REPORTS: png-mng-implement@sourceforge.net
+
+Files: vs/libpng/pngwio.c
+Copyright: 1998-2016 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This file provides a location for all output. Users who need
+ special handling are expected to write functions that have the same
+ arguments as these and perform similar functions, but that possibly
+ use different output methods. Note that you shouldn't change these
+ functions, but rather write replacement functions and then change
+
+Files: vs/libpng/contrib/tools/pngfix.c
+Copyright: 2014-2017 John Cunningham Bowler
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Tool to check and fix the zlib inflate 'too far back' problem.
+ See the usage message for more information.
+
+Files: vs/libpng/pngerror.c
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This file provides a location for all error handling. Users who
+ need special error handling are expected to write replacement functions
+
+Files: vs/libpng/scripts/makefile.ne12bsd
+Copyright: 2002 Patrick R.L. Welche
+ 2007-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ You should also run makefile.netbsd
+
+Files: vs/libpng/contrib/libtests/readpng.c
+Copyright: 2013 John Cunningham Bowler
+License: libpng
+ Last changed in libpng 1.6.1 [March 28, 2013]
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Load an arbitrary number of PNG files (from the command line, or, if there
+ are no arguments on the command line, from stdin) then run a time test by
+ reading each file by row. The test does nothing with the read result and
+ does no transforms. The only output is a time as a floating point number of
+ seconds with 9 decimal digits.
+
+Files: vs/libpng/scripts/options.awk
+Copyright: 1998-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ The output of this script is written to the file given by
+ the variable 'out'. The script is run twice, once with
+ an intermediate output file, 'options.tmp' then again on
+ that file to produce the final output:
+
+Files: vs/libpng/contrib/tools/checksum-icc.c
+Copyright: 2013 John Cunningham Bowler
+License: libpng
+ Last changed in libpng 1.6.0 [February 14, 2013]
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Generate crc32 and adler32 checksums of the given input files, used to
+ generate check-codes for use when matching ICC profiles within libpng.
+
+Files: vs/libpng/scripts/makefile.msys
+Copyright: 2012 Glenn Randers-Pehrson and Christopher M. Wheeler
+License: libpng
+ Portions taken from makefile.linux:
+ Copyright (C) 1998, 1999, 2002, 2006, 2008, 2010-2014 Greg Roelofs and
+ Glenn Randers-Pehrson
+ Copyright (C) 2000 Cosmin Truta
+ Copyright (C) 1996, 1997 Andreas Dilger
+ Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ # # # # # # # # # # # # # # # #
+
+Files: vs/libpng/arm/filter_neon.S
+Copyright: 2014-2017 Glenn Randers-Pehrson Mans Rullgard, 2011. Last changed in libpng 1.6.31 [July 27, 2017]
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ This is required to get the symbol renames, which are #defines, and the
+
+Files: vs/libpng/contrib/libtests/pngvalid.c
+Copyright: 2014-2017 John Cunningham Bowler
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ NOTES:
+ This is a C program that is intended to be linked against libpng. It
+ generates bitmaps internally, stores them as PNG files (using the
+ sequential write code) then reads them back (using the sequential
+ read code) and validates that the result has the correct data.
+ .
+ The program can be modified and extended to test the correctness of
+ transformations performed by libpng.
+
+Files: vs/libpng/contrib/testpngs/makepngs.sh
+Copyright: 2015 John Cunningham Bowler
+License: libpng
+ Last changed in libpng 1.6.20 [December 3, 2015]
+ .
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ The arguments say whether to build all the files or whether just to build the
+ ones that extend the code-coverage of libpng from the existing test files in
+ contrib/pngsuite.
+
+Files: vs/libpng/pngstruct.h
+Copyright: 1998-2017 Glenn Randers-Pehrson (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ The structure that holds the information to read and write PNG files.
+ The only people who need to care about what is inside of this are the
+ people who will be modifying the library for their own special needs.
+ It should NOT be accessed directly by an application.
+
+Files: vs/libpng/scripts/makefile.atari
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 2002-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Modified for LC56/ATARI assumes libz.lib is in same dir and uses default
+ rules for library management
+
+Files: vs/libpng/scripts/makefile.intel
+Copyright: 1995 Guy Eric Schalnat, Group 42, Inc.
+ 2000 Pawel Mrochen, based on makefile.msc which is
+ 2006-2014 Glenn Randers-Pehrson
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ To use, do "nmake /f scripts\makefile.intel"
+
+Files: vs/libpng/scripts/makefile.cegcc
+Copyright: 2008 Vincent Torri
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ To get some help, type
+ .
+ make help
+ .
+ To create the archives
+ .
+ make
+ .
+ To remove everything, type:
+ .
+ make clean
+
+Files: vs/libpng/projects/visualc71/README_zlib.txt
+Copyright: 2004 Cosmin Truta.
+ 2004 Simon-Pierre Cadieux.
+License: libpng
+ This code is released under the libpng license.
+ For conditions of distribution and use, see copyright notice in zlib.h.
+ .
+ NOTE: This project will be removed from libpng-1.5.0. It has
+ been replaced with the "vstudio" project.
+ .
+ To use:
+ .
+ 1) On the main menu, select "File | Open Solution".
+ Open "zlib.sln".
+ .
+ 2) Display the Solution Explorer view (Ctrl+Alt+L)
+ .
+ 3) Set one of the project as the StartUp project. If you just want to build the
+ binaries set "zlib" as the startup project (Select "zlib" tree view item +
+ Project | Set as StartUp project). If you want to build and test the
+ binaries set it to "example" (Select "example" tree view item + Project |
+ Set as StartUp project), If you want to build the minigzip utility set it to
+ "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
+ project
+ .
+ 4) Select "Build | Configuration Manager...".
+ Choose the configuration you wish to build.
+ .
+ 5) Select "Build | Clean Solution".
+ .
+ 6) Select "Build | Build Solution (Ctrl-Shift-B)"
+ .
+ This project builds the zlib binaries as follows:
+
+Files: src/libs/decoders/mp3.cpp
+Copyright: 2001-2017 Ryan C. Gordon <icculus@icculus.org>
+ 2018-2019 Kevin R. Croft <krcroft@gmail.com>
+ 2020-2021 The DOSBox Staging Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ DOSBox-X MP3 decoder API implementation
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_full/optable.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Big ass opcode table normal,double, 66 normal, 66 double
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dos/cdrom.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ******************************************************
+ SDL CDROM
+ ******************************************************
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_armv4le-thumb.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ARMv4 (little endian) backend by M-HT (thumb version)
+ .
+ temporary "lo" registers
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/parport/printer.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 Library 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ #include <dosbox.h>
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/libs/decoders/flac.c
+Copyright: 2001-2017 Ryan C. Gordon <icculus@icculus.org>
+ 2018-2019 Kevin R. Croft <krcroft@gmail.com>
+ 2020-2021 The DOSBox Staging Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ DOSBox-X FLAC decoder API implementation
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_normal/prefix_0f_mmx.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ State Management
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/parport/parport.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ FIXME: At some point I would like to roll the Disney Sound Source emulation into this code
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_armv4le-o3.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ARMv4/ARMv7 (little endian) backend by M-HT (arm version)
+ .
+ temporary registers
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/gui/render_scalers.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ TODO:
+ Maybe just do the cache checking back into the simple scalers so they can
+ just handle it all in one go, but this seems to work well enough for now
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/glshaders/zfast_crt.glsl
+Copyright: 2017 Greg Hogan (SoltanGris42)
+License: GPL-2.0+
+ 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.
+ .
+ Notes: This shader does scaling with a weighted linear filter for adjustable
+ sharpness on the x and y axes based on the algorithm by Inigo Quilez here:
+ http://http://www.iquilezles.org/www/articles/texture/texture.htm
+ but modified to be somewhat sharper. Then a scanline effect that varies
+ based on pixel brighness is applied along with a monochrome aperture mask.
+ This shader runs at 60fps on the Raspberry Pi 3 hardware at 2mpix/s
+ resolutions (1920x1080 or 1600x1200).
+ .
+ For testing compilation
+ #define FRAGMENT
+ #define VERTEX
+ .
+ This can't be an option without slowing the shader down
+ Comment this out for a coarser 3 pixel mask...which is currently broken
+ on SNES Classic Edition due to Mali 400 gpu precision
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/gui/midi_alsa.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ ListAll function by the DOSBox Staging Team, cleaned up by Wengier
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/gui/dosbox_logo.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ DOSBox icon designed by Ido Beeri
+ .
+ Select only one logo at the time
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_armv4le.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ARMv4/ARMv7 (little endian) backend (switcher) by M-HT
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/4xSoft.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/4xSoft.fx
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ############################################################################################
+ .
+ NOTES: set scaler to normal4x.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dos/dos_codepages.h
+Copyright: Henrique Peron
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ This file contains data of .CPI/.CPX-files. They have been
+ generated by Henrique Peron
+ .
+ The font files have been created/edited with CPIadd V1.20
+ Copyright (C) 1993-1996 by kostis@acm.org (Kosta Kostis)
+ .
+ This file contains data of UPX-compressed CPI files.
+ UPX, The Ultimate Packer for eXecutables
+ Copyright (c) 1996-2002 Markus Oberhumer & Laszlo Molnar
+ http://upx.sourceforge.net
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/libpdcurses/doc/manext.c
+Copyright: 1991-1996 Mark Hessling
+License: GPL-2.0+
+ 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 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.
+ .
+ If you make modifications to this software that you feel increases
+ it usefulness for the rest of the community, please email the
+ changes, enhancements, bug fixes as well as any and all ideas to me.
+ This software is going to be maintained and enhanced as deemed
+ necessary by the community.
+ .
+ Mark Hessling <mark@rexx.org>
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_armv4le-thumb-niw.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ARMv4 (little endian) backend by M-HT (thumb version with data pool)
+ .
+ temporary "lo" registers
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/scale2x_ps14.fx
+Copyright: 2003 Ryan A. Nunn
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ** Scale2x **
+ .
+ ** PIXEL SHADER 1.4 VERSION **
+ .
+ This version of the algorithm for Pixel Shader V 1.4 is significantly different from the
+ original 2.0 version. It doesn't use any dependant texture reads
+ Understanding the code may be quite difficult.
+ .
+ ** ORIGINAL NOTES **
+ .
+ Homepage: http://scale2x.sourceforge.net/
+ .
+ Adapted by Ryan A. Nunn into Pixel and Vertex Shaders to be used with the
+ Scaling2D entry in the Beyond3D/ATI Shader Competition
+ .
+ Using the following source pixel map
+ .
+ A B C
+ D E F
+ G H I
+ .
+ and the following dest pixel map (which is the pixel 'E' expanded)
+ .
+ E0 E1
+ E2 E3
+ .
+ The Scale2x algorithm works as follows:
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/dbopl.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ DOSBox implementation of a combined Yamaha YMF262 and Yamaha YM3812 emulator.
+ Enabling the opl3 bit will switch the emulator to stereo opl3 output instead of regular mono opl2
+ Except for the table generation it's all integer math
+ Can choose different types of generators, using muls and bigger tables, try different ones for slower platforms
+ The generation was based on the MAME implementation but tried to have it use less memory and be faster in general
+ MAME uses much bigger envelope tables and this will be the biggest cause of it sounding different at times
+ .
+ //TODO Don't delay first operator 1 sample in opl3 mode
+ //TODO Maybe not use class method pointers but a regular function pointers with operator as first parameter
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_normal/helpers.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Magic limit value that disables segment limit checks
+ 8086/80186/286 cores: Magic limit is 64KB - 1
+ All other cores (386 and up): Magic limit is 4GB - 1
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_armv4le-thumb-iw.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ARMv4 (little endian) backend by M-HT (thumb version with data pool, requires -mthumb-interwork switch when compiling dosbox)
+ .
+ temporary "lo" registers
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_armv4le-common.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ARMv4 (little endian) backend by M-HT (common data/functions)
+ .
+ some configuring defines that specify the capabilities of this architecture
+ or aspects of the recompiling
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/pcspeaker.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ FIXME: This code... well... it could be done better.
+ It was written back when all mixer callbacks were potentially done from
+ the SDL audio thread. DOSBox-X has since moved to a model where within
+ the timer tick, audio can be rendered up to the "current time" at any
+ time. So while the event queue idea was appropriate at the time, it's
+ no longer needed and just like the GUS and SB code could be written to
+ trigger a mixer render "up-to" for every change instead. --J.C.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/AdvancedAA.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/AdvancedAA.fx
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ############################################################################################
+ .
+ NOTES: Set scaler to any other 2x scaler (forced mode for hi-res)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/4xSoft_PS3.0.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/4xSoft_PS3.0.fx
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ############################################################################################
+ .
+ NOTES: Set scaler to normal3x or any other 3x scaler (forced mode for hi-res)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/flags.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Lazy flag system was designed after the same kind of system used in Bochs.
+ Probably still some bugs left in here.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dos/dos_programs.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ New commands & heavy improvements to existing commands by the DOSBox-X Team
+ With major works from joncampbell123, Wengier, and rderooy
+ AUTOTYPE command Copyright (C) 2020 the DOSBox Staging Team
+ FLAGSAVE command Copyright PogoMan361 and Wengier
+ SERIAL command Copyright sduensin and Wengier
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_full/op.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Do the actual opcode
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/serialport/serialmouse.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Microsoft Serial Mouse compatible emulation.
+ Written by Jonathan Campbell
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dos/dos.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Heavy improvements like PC-98 and LFN support by the DOSBox-X Team
+ With major works from joncampbell123 and Wengier
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/glshaders/crt-caligari.glsl
+Copyright: __NO_COPYRIGHT__ in: contrib/glshaders/crt-caligari.glsl
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Parameter lines go here:
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/config.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 Library 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ DOSBox-X currently targets Windows XP or higher.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/bilinear.fx
+Copyright: 2003 Ryan A. Nunn
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ 2D Scale Effect File
+ .
+ Bilinear
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/tandy_sound.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Based of sn76496.c of the M.A.M.E. project
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/ints/int10_char.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Character displaying moving functions
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/shell/shell_cmds.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Heavy improvements by the DOSBox-X Team, 2011-2021
+ DX-CAPTURE, DEBUGBOX, INT2FDBG commands by joncampbell123
+ ATTRIB, CHCP, COUNTRY, DELTREE, FOR/LFNFOR, POPD/PUSHD, TREE, TRUENAME, VERIFY commands by Wengier
+ LS command by the DOSBox Staging Team and Wengier
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/GS4xColorScale.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/GS4xColorScale.fx
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ############################################################################################
+ .
+ NOTES: Set scaler to normal4x (forced mode for hi-res)
+ .
+ color params
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/gui/render_templates_hq2x.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ The HQ2x high quality 2x graphics filter.
+ Original author Maxim Stepin (see http://www.hiend3d.com/hq2x.html).
+ Adapted for DOSBox from ScummVM and HiEnd3D code by Kronuz.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/serialport/misc_util.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ With major work from sduensin, GranMinigun, kcgen, and Wengier
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/sblaster.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ TODO: I noticed a "bug" on a SB16 ViBRA where if you use single-cycle DMA
+ playback with DSP 4.xx commands with the FIFO enabled, the card seems
+ to buffer through the FIFO, play the block, and then when the DSP
+ block completes, doesn't play what remains in the FIFO and stops
+ immediately. So, if you do very small DSP block single-cycle transfers
+ using the SB16 0xB0-0xCF DSP commands, the audio will play fast because
+ the last 16-32 samples are being skipped, effectively.
+ .
+ I also noticed (related to this) that Creative's documentation only
+ lists using 0xB0/0xC0 for single-cycle playback, OR using 0xB6/0xC6
+ for autoinit playback, in other words either single-cycle without FIFO
+ or autoinit with FIFO.
+ .
+ Also noticed is that the DSP "nag" mode in my test program can interrupt
+ the SB16's DSP chip at the right time (with auto-init DMA) that it can
+ cause the DSP to drop a byte and effectively cause stereo left/right
+ swapping. It can also cause 16-bit DMA to halt.
+ .
+ As usual, expect this to be a config option. --Jonathan C.
+ .
+ FIXME: Sound Blaster 16 hardware has a FIFO between the ISA BUS and DSP.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/instructions.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Jumps
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dos/dos_keyboard_layout_data.h
+Copyright: Henrique Peron
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ This file contains data of .KL-files. They have been generated
+ by Henrique Peron using FreeDOS KC and are combined into .SYS files.
+ .
+ KC: compiles keyboard descriptors in KEY language to a KeybCB,
+ wrapped in a KL file (for use of FD-KEYB 2.X)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/debug/debug_inc.h
+Copyright: 2002-2020 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Local Debug Function
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_full/save.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Write the data from the opcode
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_armv8le.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ARMv8 (little endian, 64-bit) backend by M-HT
+ .
+ some configuring defines that specify the capabilities of this architecture
+ or aspects of the recompiling
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/ints/int_dosv.cpp
+Copyright: 2019 takapyu and 2021 The DOSBox-X Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ .
+ The FSF address in the above text is the old one.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/scale2x.fx
+Copyright: 2003 Ryan A. Nunn
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ ** Scale2x **
+ .
+ Homepage: http://scale2x.sourceforge.net/
+ .
+ Adapted by Ryan A. Nunn into Pixel and Vertex Shaders to be used with the
+ Scaling2D entry in the Beyond3D/ATI Shader Competition
+ .
+ Using the following source pixel map
+ .
+ A B C
+ D E F
+ G H I
+ .
+ and the following dest pixel map (which is the pixel 'E' expanded)
+ .
+ E0 E1
+ E2 E3
+ .
+ The Scale2x algorithm works as follows:
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/cpu/core_dynrec/risc_mipsel32.h
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ MIPS32 (little endian) backend by crazyc
+ .
+ some configuring defines that specify the capabilities of this architecture
+ or aspects of the recompiling
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dosbox.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ NTS: Valgrind hunting shows memory leak from C++ new operator somewhere
+ with the JACK library indirectly invoked by SDL audio. Can we resolve
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/Sketch.fx
+Copyright: 2006 guest(r) - guest.r@gmail.com
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ The shader tries to make a "BW sketch" of the screen that is currently being
+ drawn.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/mixer.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Remove the sdl code from here and have it handled in sdlmain.
+ That should call the mixer start from there or something.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/hardware/vga.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ NTS: Hardware notes
+ .
+ S3 Virge DX (PCI):
+ .
+ VGA 256-color chained mode appears to work differently than
+ expected. Groups of 4 pixels are spread across the VGA planes
+ as expected, but actual memory storage of those 32-bit quantities
+ are 4 "bytes" apart (probably the inspiration for DOSBox's
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/windows/shaders/SimpleAA.fx
+Copyright: 2005 guest(r) - guest.r@gmail.com
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ This SimpleAA shader is well used to:
+ .
+ - AA 2xscaled gfx. to its 4x absolute size,
+ .
+ - AA hi-res "screens" (640x480) to their 2x size.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: contrib/glshaders/crt-pi.glsl
+Copyright: 2015-2016 davej
+License: GPL-2.0+
+ 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.
+ .
+ Notes:
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/dos/drive_fat.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ VIM ref for tabbing:
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/ints/mouse.cpp
+Copyright: 2002-2021 The DOSBox Team
+License: GPL-2.0+
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ VMware mouse protocol support by the DOSBox Staging Team (ported by Wengier)
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: src/libs/gui_tk/gui_tk.h
+Copyright: 2005-2007 Jörg Walter
+License: GPL-3.0+
+ gui::tk is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ gui::tk is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: src/hardware/ne2000.cpp
+Copyright: 2002 MandrakeSoft S.A.
+License: LGPL-2.0+
+ MandrakeSoft S.A.
+ 43, rue d'Aboukir
+ 75002 Paris - France
+ http://www.linux-mandrake.com/
+ http://www.mandrakesoft.com/
+ .
+ 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.
+ .
+ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Peter Grehan (grehan@iprg.nokia.com) coded all of this
+ NE2000/ether stuff.
+ .
+ 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'.
+
+Files: vs/sdl/src/cdrom/osf/SDL_syscdrom.c
+Copyright: __NO_COPYRIGHT__ in: vs/sdl/src/cdrom/osf/SDL_syscdrom.c
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ 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'.
+
+Files: include/ne2000.h
+Copyright: 2001 MandrakeSoft S.A.
+License: LGPL-2.0+
+ MandrakeSoft S.A.
+ 43, rue d'Aboukir
+ 75002 Paris - France
+ http://www.linux-mandrake.com/
+ http://www.mandrakesoft.com/
+ .
+ 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.
+ .
+ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Peter Grehan (grehan@iprg.nokia.com) coded all of this
+ NE2000/ether stuff.
+ .
+ An implementation of an ne2000 ISA ethernet adapter. This part uses
+ a National Semiconductor DS-8390 ethernet MAC chip, with some h/w
+ to provide a windowed memory region for the chip and a MAC address.
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_hash.h
+Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+License: LGPL-2.0+
+ 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.
+ .
+ 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., 59 Temple Place - Suite 330,
+ Boston, MA 02110-1301, USA.
+ .
+ Modified by the GLib Team and others 1997-2000. See the AUTHORS
+ file for a list of people on the GLib Team. See the ChangeLog
+ files for a list of changes. These files are distributed with
+ GLib at ftp://ftp.gtk.org/pub/gtk/.
+ .
+ Adapted for FluidSynth use by Josh Green <jgreen@users.sourceforge.net>
+ September 8, 2009 from glib 2.18.4
+ .
+ - Self contained (no dependencies on glib)
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: src/libs/decoders/audio_convert.c
+Copyright: 1997-2001 Sam Lantinga
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ .
+ Sam Lantinga
+ slouken@devolution.com
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_event.c
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ 2002 : API design by Peter Hanappe and Antoine Schmitt
+ August 2002 : Implementation by Antoine Schmitt as@gratin.org
+ as part of the infiniteCD author project
+ http://www.infiniteCD.org/
+ Oct4.2002 : AS : corrected bug in heap allocation, that caused a crash during sequencer free.
+ .
+ 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'.
+
+Files: src/libs/libchdr/FLAC/share/getopt.h
+Copyright: 1989-1998 Free Software Foundation, Inc.
+License: LGPL-2.0+
+ This file is part of the GNU C Library.
+ .
+ The GNU C 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.
+ .
+ The GNU C 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 the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU Library General Public License
+ Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
+
+Files: vs/sdl/src/video/riscos/SDL_riscosASM.S
+Copyright: 1997-2012 Sam Lantinga
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Assembler routines for RISC OS display
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_hash.c
+Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+License: LGPL-2.0+
+ 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.
+ .
+ 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., 59 Temple Place - Suite 330,
+ Boston, MA 02110-1301, USA.
+ .
+ Modified by the GLib Team and others 1997-2000. See the AUTHORS
+ file for a list of people on the GLib Team. See the ChangeLog
+ files for a list of changes. These files are distributed with
+ GLib at ftp://ftp.gtk.org/pub/gtk/.
+ .
+ Adapted for FluidSynth use by Josh Green <jgreen@users.sourceforge.net>
+ September 8, 2009 from glib 2.18.4
+ .
+ MT safe
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_list.c
+Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+License: LGPL-2.0+
+ 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., 59 Temple Place - Suite 330,
+ Boston, MA 02110-1301, USA.
+ .
+ Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ file for a list of people on the GLib Team. See the ChangeLog
+ files for a list of changes. These files are distributed with
+ GLib at ftp://ftp.gtk.org/pub/gtk/.
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_filerenderer.c
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ Low-level routines for file output.
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_midi_router.c
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ Original author: Markus Nentwig, nentwig@users.sourceforge.net
+ .
+ Josh Green made it general purpose with a complete usable public API and
+ cleaned it up a bit.
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_ringbuffer.c
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ Josh Green <josh@resonance.org>
+ 2009-05-28
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_defsfont.c
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ SoundFont file loading code borrowed from Smurf SoundFont Editor
+ Copyright (C) 1999-2001 Josh Green
+ .
+ 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 complete text of the GNU Library General Public License
+ Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
+
+Files: src/libs/fluidsynth/fluid_list.h
+Copyright: 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+License: LGPL-2.0+
+ 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., 59 Temple Place - Suite 330,
+ Boston, MA 02110-1301, USA.
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: src/libs/fluidsynth/fluid_defsfont.h
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ SoundFont loading code borrowed from Smurf SoundFont Editor by Josh Green
+ .
+ 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 complete text of the GNU Library General Public License
+ Version 2 can be found in `/usr/share/common-licenses/LGPL-2'.
+
+Files: src/libs/fluidsynth/fluid_tuning.h
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ More information about micro tuning can be found at:
+ .
+ http://www.midi.org/about-midi/tuning.htm
+ http://www.midi.org/about-midi/tuning-scale.htm
+ .
+ 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'.
+
+Files: include/fluidsynth/ramsfont.h
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+
+ 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
+ .
+ RAM SoundFonts: October 2002 - Antoine Schmitt
+ .
+ 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'.
+
+Files: vs/sdl/src/audio/mint/SDL_mintaudio_it.S
+Copyright: 1997-2012 Sam Lantinga
+License: LGPL-2.0+
+ 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
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Audio interrupts
+ .
+ Patrice Mandin, Didier Méquignon
+ .
+ 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'.
+
+Files: vs/sdl/src/main/macos/SDL_main.c
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ This file takes care of command line argument parsing, and stdio redirection
+ in the MacOS environment. (stdio/stderr is *not* directed for Mach-O builds)
+ .
+ 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'.
+
+Files: vs/sdl/src/video/maccommon/SDL_mackeys.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ These are the Macintosh key scancode constants -- from Inside Macintosh
+ .
+ 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'.
+
+Files: vs/sdl/include/SDL.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Main include header for the SDL library
+ .
+ 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'.
+
+Files: src/libs/decoders/SDL_sound_internal.h
+Copyright: 2001 Ryan C. Gordon.
+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.
+ .
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ .
+ Internal function/structure declaration. Do NOT include in your
+ application.
+ .
+ Please see the file LICENSE.txt in the source's root directory.
+ .
+ This file written by Ryan C. Gordon. (icculus@icculus.org)
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: include/fpu_control_x86.h
+Copyright: 1993-2002 Free Software Foundation, Inc.
+License: LGPL-2.1+
+ This file is part of the GNU C Library.
+ Contributed by Olaf Flebbe.
+ .
+ The GNU C 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.
+ .
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+Files: vs/sdl/src/video/default_cursor.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ Default cursor - it happens to be the Mac cursor, but could be anything
+ .
+ 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'.
+
+Files: vs/sdl/src/video/ataricommon/SDL_ataric2p.S
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Chunky to planar conversion routine
+ 1 byte/pixel -> 4 or 8 bit planes
+ .
+ Patrice Mandin
+ Xavier Joubert
+ Mikael Kalms
+ .
+ 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'.
+
+Files: vs/sdl/src/video/maccommon/SDL_macgl_c.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ AGL implementation of SDL OpenGL support
+ .
+ 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'.
+
+Files: src/libs/mt32/LA32Ramp.cpp
+Copyright: 2003-2009 Dean Beeler, Jerome Fisher
+ 2011-2022 Dean Beeler, Jerome Fisher, Sergey V. Mikayev
+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, 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 Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ Some notes on this class:
+ .
+ This emulates the LA-32's implementation of "ramps". A ramp in this context is a smooth transition from one value to another, handled entirely within the LA-32.
+ The LA-32 provides this feature for amplitude and filter cutoff values.
+ .
+ The 8095 starts ramps on the LA-32 by setting two values in memory-mapped registers:
+ .
+ (1) The target value (between 0 and 255) for the ramp to end on. This is represented by the "target" argument to startRamp().
+ (2) The speed at which that value should be approached. This is represented by the "increment" argument to startRamp().
+ .
+ Once the ramp target value has been hit, the LA-32 raises an interrupt.
+ .
+ Note that the starting point of the ramp is whatever internal value the LA-32 had when the registers were set. This is usually the end point of a previously completed ramp.
+ .
+ Our handling of the "target" and "increment" values is based on sample analysis and a little guesswork.
+ Here's what we're pretty confident about:
+ - The most significant bit of "increment" indicates the direction that the LA32's current internal value ("current" in our emulation) should change in.
+ Set means downward, clear means upward.
+ - The lower 7 bits of "increment" indicate how quickly "current" should be changed.
+ - If "increment" is 0, no change to "current" is made and no interrupt is raised. [SEMI-CONFIRMED by sample analysis]
+ - Otherwise, if the MSb is set:
+ .
+ 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'.
+
+Files: vs/sdl/src/audio/dsp/SDL_dspaudio.c
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Modified in Oct 2004 by Hannu Savolainen
+ hannu@opensound.com
+ .
+ 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'.
+
+Files: vs/sdl/src/video/ataricommon/SDL_atarieddi.S
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Read EdDI version
+ .
+ Patrice Mandin
+ .
+ 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'.
+
+Files: src/libs/decoders/SDL_sound.c
+Copyright: 2001 Ryan C. Gordon.
+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.
+ .
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ .
+ This file implements the core API, which is relatively simple.
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: src/libs/libchdr/FLAC/share/replaygain_analysis.h
+Copyright: 2001 David Robinson and Glen Sawyer
+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.
+ .
+ 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
+ .
+ concept and filter values by David Robinson (David@Robinson.org)
+ -- blame him if you think the idea is flawed
+ coding by Glen Sawyer (glensawyer@hotmail.com) 442 N 700 E, Provo, UT 84606 USA
+ -- blame him if you think this runs too slowly, or the coding is otherwise flawed
+ minor cosmetic tweaks to integrate with FLAC by Josh Coalson
+ .
+ For an explanation of the concepts and the basic algorithms involved, go to:
+ http://www.replaygain.org/
+ .
+ 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'.
+
+Files: vs/sdl/src/video/ataricommon/SDL_ikbdinterrupt.S
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ IKBD 6301 interrupt routine
+ .
+ Patrice Mandin
+ .
+ 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'.
+
+Files: vs/sdl/src/video/ataricommon/SDL_xbiosinterrupt.S
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ XBIOS mouse & joystick vectors
+ .
+ Patrice Mandin
+ .
+ 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'.
+
+Files: vs/sdl/include/SDL_config_symbian.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Symbian version Markus Mertama
+ .
+ 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'.
+
+Files: src/libs/mt32/TVA.cpp
+Copyright: 2003-2009 Dean Beeler, Jerome Fisher
+ 2011-2022 Dean Beeler, Jerome Fisher, Sergey V. Mikayev
+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, 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 Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ This class emulates the calculations performed by the 8095 microcontroller in order to configure the LA-32's amplitude ramp for a single partial at each stage of its TVA envelope.
+ Unless we introduced bugs, it should be pretty much 100% accurate according to Mok's specifications.
+ .
+ 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'.
+
+Files: vs/sdl/src/video/blank_cursor.h
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ A default blank 8x8 cursor
+ .
+ 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'.
+
+Files: src/libs/decoders/SDL_sound.h
+Copyright: 2001 Ryan C. Gordon.
+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.
+ .
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ .
+ The FSF address in the above text is the old one.
+ .
+ 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'.
+
+Files: vs/sdl/src/video/directfb/SDL_DirectFB_video.c
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ MGA CRTC2 support by Thomas Jarosch - tomj@simonv.com
+ CRTC2 support is inspired by mplayer's dfbmga driver
+ written by Ville Syrj��<syrjala@sci.fi>
+ .
+ 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'.
+
+Files: vs/sdl/src/timer/mint/SDL_vbltimer.S
+Copyright: 1997-2012 Sam Lantinga
+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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ VBL queue routine
+ .
+ Patrice Mandin
+ .
+ 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'.
+
+Files: vs/sdl2/src/video/khronos/vulkan/vulkan.h
+Copyright: 2015-2017 The Khronos Group Inc.
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ This header is generated from the Khronos Vulkan XML API Registry.
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: vs/libpng/contrib/oss-fuzz/build.sh
+Copyright: 2016 Google Inc.
+ 2017 Glenn Randers-Pehrson
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ Last changed in libpng 1.6.33 [September 28, 2017]
+ .
+ Revisions by Glenn Randers-Pehson, 2017:
+ 1. Build only the library, not the tools (changed "make -j$(nproc) all" to
+ "make -j$(nproc) libpng16.la").
+ 2. Disabled WARNING and WRITE options in pnglibconf.dfa.
+ .
+ Disable logging via library build configuration control.
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: src/cpu/core_dynrec/Makefile
+Copyright: 1994-2012 Free Software Foundation, Inc.
+License: PERMISSIVE
+ This Makefile.in is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+Files: vs/sdlnet/acinclude/ltversion.m4
+Copyright: 2004 Free Software Foundation, Inc.
+License: PERMISSIVE
+ This file is free software; the Free Software Foundation gives
+ unlimited permission to copy and/or distribute it, with or without
+ modifications, as long as this notice is preserved.
+ .
+ Generated from ltversion.in.
+
+Files: vs/freetype/docs/GPLv2.TXT
+Copyright: 1989-1991 Free Software Foundation, Inc.
+License: __HEADER___
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ The licenses for most software are designed to take away your
+ freedom to share and change it. By contrast, the GNU General Public
+ License is intended to guarantee your freedom to share and change free
+ software--to make sure the software is free for all its users. This
+ General Public License applies to most of the Free Software
+ Foundation's software and to any other program whose authors commit to
+ using it. (Some other Free Software Foundation software is covered by
+ the GNU Library General Public License instead.) You can apply it to
+ your programs, too.
+ .
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ this service if you wish), that you receive source code or can get it
+ if you want it, that you can change the software or use pieces of it
+ in new free programs; and that you know you can do these things.
+ .
+ To protect your rights, we need to make restrictions that forbid
+ anyone to deny you these rights or to ask you to surrender the rights.
+ These restrictions translate to certain responsibilities for you if you
+ distribute copies of the software, or if you modify it.
+ .
+ For example, if you distribute copies of such a program, whether
+ gratis or for a fee, you must give the recipients all the rights that
+ you have. You must make sure that they, too, receive or can get the
+ source code. And you must show them these terms so they know their
+ rights.
+ .
+ We protect your rights with two steps: (1) copyright the software, and
+ (2) offer you this license which gives you legal permission to copy,
+ distribute and/or modify the software.
+ .
+ Also, for each author's protection and ours, we want to make certain
+ that everyone understands that there is no warranty for this free
+ software. If the software is modified by someone else and passed on, we
+ want its recipients to know that what they have is not the original, so
+ that any problems introduced by others will not reflect on the original
+ authors' reputations.
+ .
+ Finally, any free program is threatened constantly by software
+ patents. We wish to avoid the danger that redistributors of a free
+ program will individually obtain patent licenses, in effect making the
+ program proprietary. To prevent this, we have made it clear that any
+ patent must be licensed for everyone's free use or not licensed at all.
+ .
+ The precise terms and conditions for copying, distribution and
+ modification follow.
+ .
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ 0. This License applies to any program or other work which contains
+ a notice placed by the copyright holder saying it may be distributed
+ under the terms of this General Public License. The "Program", below,
+ refers to any such program or work, and a "work based on the Program"
+ means either the Program or any derivative work under copyright law:
+ that is to say, a work containing the Program or a portion of it,
+ either verbatim or with modifications and/or translated into another
+ language. (Hereinafter, translation is included without limitation in
+ the term "modification".) Each licensee is addressed as "you".
+ .
+ Activities other than copying, distribution and modification are not
+ covered by this License; they are outside its scope. The act of
+ running the Program is not restricted, and the output from the Program
+ is covered only if its contents constitute a work based on the
+ Program (independent of having been made by running the Program).
+ Whether that is true depends on what the Program does.
+ .
+ 1. You may copy and distribute verbatim copies of the Program's
+ source code as you receive it, in any medium, provided that you
+ conspicuously and appropriately publish on each copy an appropriate
+ copyright notice and disclaimer of warranty; keep intact all the
+ notices that refer to this License and to the absence of any warranty;
+ and give any other recipients of the Program a copy of this License
+ along with the Program.
+ .
+ You may charge a fee for the physical act of transferring a copy, and
+ you may at your option offer warranty protection in exchange for a fee.
+ .
+ 2. You may modify your copy or copies of the Program or any portion
+ of it, thus forming a work based on the Program, and copy and
+ distribute such modifications or work under the terms of Section 1
+ above, provided that you also meet all of these conditions:
+ .
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+ .
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+ .
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+ .
+ These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Program,
+ and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you
+ distribute the same sections as part of a whole which is a work based
+ on the Program, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the
+ entire whole, and thus to each and every part regardless of who wrote it.
+ .
+ Thus, it is not the intent of this section to claim rights or contest
+ your rights to work written entirely by you; rather, the intent is to
+ exercise the right to control the distribution of derivative or
+ collective works based on the Program.
+ .
+ In addition, mere aggregation of another work not based on the Program
+ with the Program (or with a work based on the Program) on a volume of
+ a storage or distribution medium does not bring the other work under
+ the scope of this License.
+ .
+ 3. You may copy and distribute the Program (or a work based on it,
+ under Section 2) in object code or executable form under the terms of
+ Sections 1 and 2 above provided that you also do one of the following:
+ .
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+ .
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+ .
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+ .
+ The source code for a work means the preferred form of the work for
+ making modifications to it. For an executable work, complete source
+ code means all the source code for all modules it contains, plus any
+ associated interface definition files, plus the scripts used to
+ control compilation and installation of the executable. However, as a
+ special exception, the source code distributed need not include
+ anything that is normally distributed (in either source or binary
+ form) with the major components (compiler, kernel, and so on) of the
+ operating system on which the executable runs, unless that component
+ itself accompanies the executable.
+ .
+ If distribution of executable or object code is made by offering
+ access to copy from a designated place, then offering equivalent
+ access to copy the source code from the same place counts as
+ distribution of the source code, even though third parties are not
+ compelled to copy the source along with the object code.
+ .
+ 4. You may not copy, modify, sublicense, or distribute the Program
+ except as expressly provided under this License. Any attempt
+ otherwise to copy, modify, sublicense or distribute the Program is
+ void, and will automatically terminate your rights under this License.
+ However, parties who have received copies, or rights, from you under
+ this License will not have their licenses terminated so long as such
+ parties remain in full compliance.
+ .
+ 5. You are not required to accept this License, since you have not
+ signed it. However, nothing else grants you permission to modify or
+ distribute the Program or its derivative works. These actions are
+ prohibited by law if you do not accept this License. Therefore, by
+ modifying or distributing the Program (or any work based on the
+ Program), you indicate your acceptance of this License to do so, and
+ all its terms and conditions for copying, distributing or modifying
+ the Program or works based on it.
+ .
+ 6. Each time you redistribute the Program (or any work based on the
+ Program), the recipient automatically receives a license from the
+ original licensor to copy, distribute or modify the Program subject to
+ these terms and conditions. You may not impose any further
+ restrictions on the recipients' exercise of the rights granted herein.
+ You are not responsible for enforcing compliance by third parties to
+ this License.
+ .
+ 7. If, as a consequence of a court judgment or allegation of patent
+ infringement or for any other reason (not limited to patent issues),
+ conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot
+ distribute so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you
+ may not distribute the Program at all. For example, if a patent
+ license would not permit royalty-free redistribution of the Program by
+ all those who receive copies directly or indirectly through you, then
+ the only way you could satisfy both it and this License would be to
+ refrain entirely from distribution of the Program.
+ .
+ If any portion of this section is held invalid or unenforceable under
+ any particular circumstance, the balance of the section is intended to
+ apply and the section as a whole is intended to apply in other
+ circumstances.
+ .
+ It is not the purpose of this section to induce you to infringe any
+ patents or other property right claims or to contest validity of any
+ such claims; this section has the sole purpose of protecting the
+ integrity of the free software distribution system, which is
+ implemented by public license practices. Many people have made
+ generous contributions to the wide range of software distributed
+ through that system in reliance on consistent application of that
+ system; it is up to the author/donor to decide if he or she is willing
+ to distribute software through any other system and a licensee cannot
+ impose that choice.
+ .
+ This section is intended to make thoroughly clear what is believed to
+ be a consequence of the rest of this License.
+ .
+ 8. If the distribution and/or use of the Program is restricted in
+ certain countries either by patents or by copyrighted interfaces, the
+ original copyright holder who places the Program under this License
+ may add an explicit geographical distribution limitation excluding
+ those countries, so that distribution is permitted only in or among
+ countries not thus excluded. In such case, this License incorporates
+ the limitation as if written in the body of this License.
+ .
+ 9. The Free Software Foundation may publish revised and/or new versions
+ of the General Public License from time to time. Such new versions will
+ be similar in spirit to the present version, but may differ in detail to
+ address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the Program
+ specifies a version number of this License which applies to it and "any
+ later version", you have the option of following the terms and conditions
+ either of that version or of any later version published by the Free
+ Software Foundation. If the Program does not specify a version number of
+ this License, you may choose any version ever published by the Free Software
+ Foundation.
+ .
+ 10. If you wish to incorporate parts of the Program into other free
+ programs whose distribution conditions are different, write to the author
+ to ask for permission. For software which is copyrighted by the Free
+ Software Foundation, write to the Free Software Foundation; we sometimes
+ make exceptions for this. Our decision will be guided by the two goals
+ of preserving the free status of all derivatives of our free software and
+ of promoting the sharing and reuse of software generally.
+ .
+ NO WARRANTY
+ .
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+ REPAIR OR CORRECTION.
+ .
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGES.
+ .
+ END OF TERMS AND CONDITIONS
+ .
+ How to Apply These Terms to Your New Programs
+ .
+ If you develop a new program, and you want it to be of the greatest
+ possible use to the public, the best way to achieve this is to make it
+ free software which everyone can redistribute and change under these terms.
+ .
+ To do so, attach the following notices to the program. It is safest
+ to attach them to the start of each source file to most effectively
+ convey the exclusion of warranty; and each file should have at least
+ the "copyright" line and a pointer to where the full notice is found.
+ .
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+ .
+ 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Also add information on how to contact you by electronic and paper mail.
+ .
+ If the program is interactive, make it output a short notice like this
+ when it starts in an interactive mode:
+ .
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+ .
+ The hypothetical commands `show w' and `show c' should show the appropriate
+ parts of the General Public License. Of course, the commands you use may
+ be called something other than `show w' and `show c'; they could even be
+ mouse-clicks or menu items--whatever suits your program.
+ .
+ You should also get your employer (if you work as a programmer) or your
+ school, if any, to sign a "copyright disclaimer" for the program, if
+ necessary. Here is a sample; alter the names:
+ .
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+ .
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+ .
+ This General Public License does not permit incorporating your program into
+ proprietary programs. If your program is a subroutine library, you may
+ consider it more useful to permit linking proprietary applications with the
+ library. If this is what you want to do, use the GNU Library General
+ Public License instead of this License.
+
+Files: src/libs/xBRZ/License.txt
+Copyright: 2007 Free Software Foundation, Inc.
+License: __HEADER___
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ The GNU General Public License is a free, copyleft license for
+ software and other kinds of works.
+ .
+ The licenses for most software and other practical works are designed
+ to take away your freedom to share and change the works. By contrast,
+ the GNU General Public License is intended to guarantee your freedom to
+ share and change all versions of a program--to make sure it remains free
+ software for all its users. We, the Free Software Foundation, use the
+ GNU General Public License for most of our software; it applies also to
+ any other work released this way by its authors. You can apply it to
+ your programs, too.
+ .
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ them if you wish), that you receive source code or can get it if you
+ want it, that you can change the software or use pieces of it in new
+ free programs, and that you know you can do these things.
+ .
+ To protect your rights, we need to prevent others from denying you
+ these rights or asking you to surrender the rights. Therefore, you have
+ certain responsibilities if you distribute copies of the software, or if
+ you modify it: responsibilities to respect the freedom of others.
+ .
+ For example, if you distribute copies of such a program, whether
+ gratis or for a fee, you must pass on to the recipients the same
+ freedoms that you received. You must make sure that they, too, receive
+ or can get the source code. And you must show them these terms so they
+ know their rights.
+ .
+ Developers that use the GNU GPL protect your rights with two steps:
+ (1) assert copyright on the software, and (2) offer you this License
+ giving you legal permission to copy, distribute and/or modify it.
+ .
+ For the developers' and authors' protection, the GPL clearly explains
+ that there is no warranty for this free software. For both users' and
+ authors' sake, the GPL requires that modified versions be marked as
+ changed, so that their problems will not be attributed erroneously to
+ authors of previous versions.
+ .
+ Some devices are designed to deny users access to install or run
+ modified versions of the software inside them, although the manufacturer
+ can do so. This is fundamentally incompatible with the aim of
+ protecting users' freedom to change the software. The systematic
+ pattern of such abuse occurs in the area of products for individuals to
+ use, which is precisely where it is most unacceptable. Therefore, we
+ have designed this version of the GPL to prohibit the practice for those
+ products. If such problems arise substantially in other domains, we
+ stand ready to extend this provision to those domains in future versions
+ of the GPL, as needed to protect the freedom of users.
+ .
+ Finally, every program is threatened constantly by software patents.
+ States should not allow patents to restrict development and use of
+ software on general-purpose computers, but in those that do, we wish to
+ avoid the special danger that patents applied to a free program could
+ make it effectively proprietary. To prevent this, the GPL assures that
+ patents cannot be used to render the program non-free.
+ .
+ The precise terms and conditions for copying, distribution and
+ modification follow.
+ .
+ TERMS AND CONDITIONS
+ .
+ 0. Definitions.
+ .
+ "This License" refers to version 3 of the GNU General Public License.
+ .
+ "Copyright" also means copyright-like laws that apply to other kinds of
+ works, such as semiconductor masks.
+ .
+ "The Program" refers to any copyrightable work licensed under this
+ License. Each licensee is addressed as "you". "Licensees" and
+ "recipients" may be individuals or organizations.
+ .
+ To "modify" a work means to copy from or adapt all or part of the work
+ in a fashion requiring copyright permission, other than the making of an
+ exact copy. The resulting work is called a "modified version" of the
+ earlier work or a work "based on" the earlier work.
+ .
+ A "covered work" means either the unmodified Program or a work based
+ on the Program.
+ .
+ To "propagate" a work means to do anything with it that, without
+ permission, would make you directly or secondarily liable for
+ infringement under applicable copyright law, except executing it on a
+ computer or modifying a private copy. Propagation includes copying,
+ distribution (with or without modification), making available to the
+ public, and in some countries other activities as well.
+ .
+ To "convey" a work means any kind of propagation that enables other
+ parties to make or receive copies. Mere interaction with a user through
+ a computer network, with no transfer of a copy, is not conveying.
+ .
+ An interactive user interface displays "Appropriate Legal Notices"
+ to the extent that it includes a convenient and prominently visible
+ feature that (1) displays an appropriate copyright notice, and (2)
+ tells the user that there is no warranty for the work (except to the
+ extent that warranties are provided), that licensees may convey the
+ work under this License, and how to view a copy of this License. If
+ the interface presents a list of user commands or options, such as a
+ menu, a prominent item in the list meets this criterion.
+ .
+ 1. Source Code.
+ .
+ The "source code" for a work means the preferred form of the work
+ for making modifications to it. "Object code" means any non-source
+ form of a work.
+ .
+ A "Standard Interface" means an interface that either is an official
+ standard defined by a recognized standards body, or, in the case of
+ interfaces specified for a particular programming language, one that
+ is widely used among developers working in that language.
+ .
+ The "System Libraries" of an executable work include anything, other
+ than the work as a whole, that (a) is included in the normal form of
+ packaging a Major Component, but which is not part of that Major
+ Component, and (b) serves only to enable use of the work with that
+ Major Component, or to implement a Standard Interface for which an
+ implementation is available to the public in source code form. A
+ "Major Component", in this context, means a major essential component
+ (kernel, window system, and so on) of the specific operating system
+ (if any) on which the executable work runs, or a compiler used to
+ produce the work, or an object code interpreter used to run it.
+ .
+ The "Corresponding Source" for a work in object code form means all
+ the source code needed to generate, install, and (for an executable
+ work) run the object code and to modify the work, including scripts to
+ control those activities. However, it does not include the work's
+ System Libraries, or general-purpose tools or generally available free
+ programs which are used unmodified in performing those activities but
+ which are not part of the work. For example, Corresponding Source
+ includes interface definition files associated with source files for
+ the work, and the source code for shared libraries and dynamically
+ linked subprograms that the work is specifically designed to require,
+ such as by intimate data communication or control flow between those
+ subprograms and other parts of the work.
+ .
+ The Corresponding Source need not include anything that users
+ can regenerate automatically from other parts of the Corresponding
+ Source.
+ .
+ The Corresponding Source for a work in source code form is that
+ same work.
+ .
+ 2. Basic Permissions.
+ .
+ All rights granted under this License are granted for the term of
+ copyright on the Program, and are irrevocable provided the stated
+ conditions are met. This License explicitly affirms your unlimited
+ permission to run the unmodified Program. The output from running a
+ covered work is covered by this License only if the output, given its
+ content, constitutes a covered work. This License acknowledges your
+ rights of fair use or other equivalent, as provided by copyright law.
+ .
+ You may make, run and propagate covered works that you do not
+ convey, without conditions so long as your license otherwise remains
+ in force. You may convey covered works to others for the sole purpose
+ of having them make modifications exclusively for you, or provide you
+ with facilities for running those works, provided that you comply with
+ the terms of this License in conveying all material for which you do
+ not control copyright. Those thus making or running the covered works
+ for you must do so exclusively on your behalf, under your direction
+ and control, on terms that prohibit them from making any copies of
+ your copyrighted material outside their relationship with you.
+ .
+ Conveying under any other circumstances is permitted solely under
+ the conditions stated below. Sublicensing is not allowed; section 10
+ makes it unnecessary.
+ .
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+ .
+ No covered work shall be deemed part of an effective technological
+ measure under any applicable law fulfilling obligations under article
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
+ similar laws prohibiting or restricting circumvention of such
+ measures.
+ .
+ When you convey a covered work, you waive any legal power to forbid
+ circumvention of technological measures to the extent such circumvention
+ is effected by exercising rights under this License with respect to
+ the covered work, and you disclaim any intention to limit operation or
+ modification of the work as a means of enforcing, against the work's
+ users, your or third parties' legal rights to forbid circumvention of
+ technological measures.
+ .
+ 4. Conveying Verbatim Copies.
+ .
+ You may convey verbatim copies of the Program's source code as you
+ receive it, in any medium, provided that you conspicuously and
+ appropriately publish on each copy an appropriate copyright notice;
+ keep intact all notices stating that this License and any
+ non-permissive terms added in accord with section 7 apply to the code;
+ keep intact all notices of the absence of any warranty; and give all
+ recipients a copy of this License along with the Program.
+ .
+ You may charge any price or no price for each copy that you convey,
+ and you may offer support or warranty protection for a fee.
+ .
+ 5. Conveying Modified Source Versions.
+ .
+ You may convey a work based on the Program, or the modifications to
+ produce it from the Program, in the form of source code under the
+ terms of section 4, provided that you also meet all of these conditions:
+ .
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+ .
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+ .
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+ .
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+ .
+ A compilation of a covered work with other separate and independent
+ works, which are not by their nature extensions of the covered work,
+ and which are not combined with it such as to form a larger program,
+ in or on a volume of a storage or distribution medium, is called an
+ "aggregate" if the compilation and its resulting copyright are not
+ used to limit the access or legal rights of the compilation's users
+ beyond what the individual works permit. Inclusion of a covered work
+ in an aggregate does not cause this License to apply to the other
+ parts of the aggregate.
+ .
+ 6. Conveying Non-Source Forms.
+ .
+ You may convey a covered work in object code form under the terms
+ of sections 4 and 5, provided that you also convey the
+ machine-readable Corresponding Source under the terms of this License,
+ in one of these ways:
+ .
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+ .
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+ .
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+ .
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+ .
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+ .
+ A separable portion of the object code, whose source code is excluded
+ from the Corresponding Source as a System Library, need not be
+ included in conveying the object code work.
+ .
+ A "User Product" is either (1) a "consumer product", which means any
+ tangible personal property which is normally used for personal, family,
+ or household purposes, or (2) anything designed or sold for incorporation
+ into a dwelling. In determining whether a product is a consumer product,
+ doubtful cases shall be resolved in favor of coverage. For a particular
+ product received by a particular user, "normally used" refers to a
+ typical or common use of that class of product, regardless of the status
+ of the particular user or of the way in which the particular user
+ actually uses, or expects or is expected to use, the product. A product
+ is a consumer product regardless of whether the product has substantial
+ commercial, industrial or non-consumer uses, unless such uses represent
+ the only significant mode of use of the product.
+ .
+ "Installation Information" for a User Product means any methods,
+ procedures, authorization keys, or other information required to install
+ and execute modified versions of a covered work in that User Product from
+ a modified version of its Corresponding Source. The information must
+ suffice to ensure that the continued functioning of the modified object
+ code is in no case prevented or interfered with solely because
+ modification has been made.
+ .
+ If you convey an object code work under this section in, or with, or
+ specifically for use in, a User Product, and the conveying occurs as
+ part of a transaction in which the right of possession and use of the
+ User Product is transferred to the recipient in perpetuity or for a
+ fixed term (regardless of how the transaction is characterized), the
+ Corresponding Source conveyed under this section must be accompanied
+ by the Installation Information. But this requirement does not apply
+ if neither you nor any third party retains the ability to install
+ modified object code on the User Product (for example, the work has
+ been installed in ROM).
+ .
+ The requirement to provide Installation Information does not include a
+ requirement to continue to provide support service, warranty, or updates
+ for a work that has been modified or installed by the recipient, or for
+ the User Product in which it has been modified or installed. Access to a
+ network may be denied when the modification itself materially and
+ adversely affects the operation of the network or violates the rules and
+ protocols for communication across the network.
+ .
+ Corresponding Source conveyed, and Installation Information provided,
+ in accord with this section must be in a format that is publicly
+ documented (and with an implementation available to the public in
+ source code form), and must require no special password or key for
+ unpacking, reading or copying.
+ .
+ 7. Additional Terms.
+ .
+ "Additional permissions" are terms that supplement the terms of this
+ License by making exceptions from one or more of its conditions.
+ Additional permissions that are applicable to the entire Program shall
+ be treated as though they were included in this License, to the extent
+ that they are valid under applicable law. If additional permissions
+ apply only to part of the Program, that part may be used separately
+ under those permissions, but the entire Program remains governed by
+ this License without regard to the additional permissions.
+ .
+ When you convey a copy of a covered work, you may at your option
+ remove any additional permissions from that copy, or from any part of
+ it. (Additional permissions may be written to require their own
+ removal in certain cases when you modify the work.) You may place
+ additional permissions on material, added by you to a covered work,
+ for which you have or can give appropriate copyright permission.
+ .
+ Notwithstanding any other provision of this License, for material you
+ add to a covered work, you may (if authorized by the copyright holders of
+ that material) supplement the terms of this License with terms:
+ .
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+ .
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+ .
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+ .
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+ .
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+ .
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+ .
+ All other non-permissive additional terms are considered "further
+ restrictions" within the meaning of section 10. If the Program as you
+ received it, or any part of it, contains a notice stating that it is
+ governed by this License along with a term that is a further
+ restriction, you may remove that term. If a license document contains
+ a further restriction but permits relicensing or conveying under this
+ License, you may add to a covered work material governed by the terms
+ of that license document, provided that the further restriction does
+ not survive such relicensing or conveying.
+ .
+ If you add terms to a covered work in accord with this section, you
+ must place, in the relevant source files, a statement of the
+ additional terms that apply to those files, or a notice indicating
+ where to find the applicable terms.
+ .
+ Additional terms, permissive or non-permissive, may be stated in the
+ form of a separately written license, or stated as exceptions;
+ the above requirements apply either way.
+ .
+ 8. Termination.
+ .
+ You may not propagate or modify a covered work except as expressly
+ provided under this License. Any attempt otherwise to propagate or
+ modify it is void, and will automatically terminate your rights under
+ this License (including any patent licenses granted under the third
+ paragraph of section 11).
+ .
+ However, if you cease all violation of this License, then your
+ license from a particular copyright holder is reinstated (a)
+ provisionally, unless and until the copyright holder explicitly and
+ finally terminates your license, and (b) permanently, if the copyright
+ holder fails to notify you of the violation by some reasonable means
+ prior to 60 days after the cessation.
+ .
+ Moreover, your license from a particular copyright holder is
+ reinstated permanently if the copyright holder notifies you of the
+ violation by some reasonable means, this is the first time you have
+ received notice of violation of this License (for any work) from that
+ copyright holder, and you cure the violation prior to 30 days after
+ your receipt of the notice.
+ .
+ Termination of your rights under this section does not terminate the
+ licenses of parties who have received copies or rights from you under
+ this License. If your rights have been terminated and not permanently
+ reinstated, you do not qualify to receive new licenses for the same
+ material under section 10.
+ .
+ 9. Acceptance Not Required for Having Copies.
+ .
+ You are not required to accept this License in order to receive or
+ run a copy of the Program. Ancillary propagation of a covered work
+ occurring solely as a consequence of using peer-to-peer transmission
+ to receive a copy likewise does not require acceptance. However,
+ nothing other than this License grants you permission to propagate or
+ modify any covered work. These actions infringe copyright if you do
+ not accept this License. Therefore, by modifying or propagating a
+ covered work, you indicate your acceptance of this License to do so.
+ .
+ 10. Automatic Licensing of Downstream Recipients.
+ .
+ Each time you convey a covered work, the recipient automatically
+ receives a license from the original licensors, to run, modify and
+ propagate that work, subject to this License. You are not responsible
+ for enforcing compliance by third parties with this License.
+ .
+ An "entity transaction" is a transaction transferring control of an
+ organization, or substantially all assets of one, or subdividing an
+ organization, or merging organizations. If propagation of a covered
+ work results from an entity transaction, each party to that
+ transaction who receives a copy of the work also receives whatever
+ licenses to the work the party's predecessor in interest had or could
+ give under the previous paragraph, plus a right to possession of the
+ Corresponding Source of the work from the predecessor in interest, if
+ the predecessor has it or can get it with reasonable efforts.
+ .
+ You may not impose any further restrictions on the exercise of the
+ rights granted or affirmed under this License. For example, you may
+ not impose a license fee, royalty, or other charge for exercise of
+ rights granted under this License, and you may not initiate litigation
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
+ any patent claim is infringed by making, using, selling, offering for
+ sale, or importing the Program or any portion of it.
+ .
+ 11. Patents.
+ .
+ A "contributor" is a copyright holder who authorizes use under this
+ License of the Program or a work on which the Program is based. The
+ work thus licensed is called the contributor's "contributor version".
+ .
+ A contributor's "essential patent claims" are all patent claims
+ owned or controlled by the contributor, whether already acquired or
+ hereafter acquired, that would be infringed by some manner, permitted
+ by this License, of making, using, or selling its contributor version,
+ but do not include claims that would be infringed only as a
+ consequence of further modification of the contributor version. For
+ purposes of this definition, "control" includes the right to grant
+ patent sublicenses in a manner consistent with the requirements of
+ this License.
+ .
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+ patent license under the contributor's essential patent claims, to
+ make, use, sell, offer for sale, import and otherwise run, modify and
+ propagate the contents of its contributor version.
+ .
+ In the following three paragraphs, a "patent license" is any express
+ agreement or commitment, however denominated, not to enforce a patent
+ (such as an express permission to practice a patent or covenant not to
+ sue for patent infringement). To "grant" such a patent license to a
+ party means to make such an agreement or commitment not to enforce a
+ patent against the party.
+ .
+ If you convey a covered work, knowingly relying on a patent license,
+ and the Corresponding Source of the work is not available for anyone
+ to copy, free of charge and under the terms of this License, through a
+ publicly available network server or other readily accessible means,
+ then you must either (1) cause the Corresponding Source to be so
+ available, or (2) arrange to deprive yourself of the benefit of the
+ patent license for this particular work, or (3) arrange, in a manner
+ consistent with the requirements of this License, to extend the patent
+ license to downstream recipients. "Knowingly relying" means you have
+ actual knowledge that, but for the patent license, your conveying the
+ covered work in a country, or your recipient's use of the covered work
+ in a country, would infringe one or more identifiable patents in that
+ country that you have reason to believe are valid.
+ .
+ If, pursuant to or in connection with a single transaction or
+ arrangement, you convey, or propagate by procuring conveyance of, a
+ covered work, and grant a patent license to some of the parties
+ receiving the covered work authorizing them to use, propagate, modify
+ or convey a specific copy of the covered work, then the patent license
+ you grant is automatically extended to all recipients of the covered
+ work and works based on it.
+ .
+ A patent license is "discriminatory" if it does not include within
+ the scope of its coverage, prohibits the exercise of, or is
+ conditioned on the non-exercise of one or more of the rights that are
+ specifically granted under this License. You may not convey a covered
+ work if you are a party to an arrangement with a third party that is
+ in the business of distributing software, under which you make payment
+ to the third party based on the extent of your activity of conveying
+ the work, and under which the third party grants, to any of the
+ parties who would receive the covered work from you, a discriminatory
+ patent license (a) in connection with copies of the covered work
+ conveyed by you (or copies made from those copies), or (b) primarily
+ for and in connection with specific products or compilations that
+ contain the covered work, unless you entered into that arrangement,
+ or that patent license was granted, prior to 28 March 2007.
+ .
+ Nothing in this License shall be construed as excluding or limiting
+ any implied license or other defenses to infringement that may
+ otherwise be available to you under applicable patent law.
+ .
+ 12. No Surrender of Others' Freedom.
+ .
+ If conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot convey a
+ covered work so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you may
+ not convey it at all. For example, if you agree to terms that obligate you
+ to collect a royalty for further conveying from those to whom you convey
+ the Program, the only way you could satisfy both those terms and this
+ License would be to refrain entirely from conveying the Program.
+ .
+ 13. Use with the GNU Affero General Public License.
+ .
+ Notwithstanding any other provision of this License, you have
+ permission to link or combine any covered work with a work licensed
+ under version 3 of the GNU Affero General Public License into a single
+ combined work, and to convey the resulting work. The terms of this
+ License will continue to apply to the part which is the covered work,
+ but the special requirements of the GNU Affero General Public License,
+ section 13, concerning interaction through a network will apply to the
+ combination as such.
+ .
+ 14. Revised Versions of this License.
+ .
+ The Free Software Foundation may publish revised and/or new versions of
+ the GNU General Public License from time to time. Such new versions will
+ be similar in spirit to the present version, but may differ in detail to
+ address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the
+ Program specifies that a certain numbered version of the GNU General
+ Public License "or any later version" applies to it, you have the
+ option of following the terms and conditions either of that numbered
+ version or of any later version published by the Free Software
+ Foundation. If the Program does not specify a version number of the
+ GNU General Public License, you may choose any version ever published
+ by the Free Software Foundation.
+ .
+ If the Program specifies that a proxy can decide which future
+ versions of the GNU General Public License can be used, that proxy's
+ public statement of acceptance of a version permanently authorizes you
+ to choose that version for the Program.
+ .
+ Later license versions may give you additional or different
+ permissions. However, no additional obligations are imposed on any
+ author or copyright holder as a result of your choosing to follow a
+ later version.
+ .
+ 15. Disclaimer of Warranty.
+ .
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+ .
+ 16. Limitation of Liability.
+ .
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ 17. Interpretation of Sections 15 and 16.
+ .
+ If the disclaimer of warranty and limitation of liability provided
+ above cannot be given local legal effect according to their terms,
+ reviewing courts shall apply local law that most closely approximates
+ an absolute waiver of all civil liability in connection with the
+ Program, unless a warranty or assumption of liability accompanies a
+ copy of the Program in return for a fee.
+ .
+ END OF TERMS AND CONDITIONS
+
+Files: vs/sdl2/src/video/khronos/KHR/khrplatform.h
+Copyright: 2008-2009 The Khronos Group Inc.
+License: __HEADER___
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are 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 Materials.
+ .
+ THE MATERIALS ARE 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
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+ .
+ Khronos platform-specific types and definitions.
+ .
+ $Revision: 32517 $ on $Date: 2016-03-11 02:41:19 -0800 (Fri, 11 Mar 2016) $
+ .
+ Adopters may modify this file to suit their platform. Adopters are
+ encouraged to submit platform specific modifications to the Khronos
+ group so that they can be included in future versions of this file.
+ Please submit changes by sending them to the public Khronos Bugzilla
+ (http://khronos.org/bugzilla) by filing a bug against product
+ "Khronos (general)" component "Registry".
+ .
+ A predefined template which fills in some of the bug fields can be
+ reached using http://tinyurl.com/khrplatform-h-bugreport, but you
+ must create a Bugzilla login first.
+ .
+ See the Implementer's Guidelines for information about where this file
+ should be located on your system and for more details of its use:
+
+Files: include/gtest/gtest_prod.h
+Copyright: 2006 Google Inc.
+License: __HEADER___
+ 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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google C++ Testing and Mocking Framework definitions useful in production code.
+
+Files: vs/sdl2/src/hidapi/LICENSE-gpl3.txt
+Copyright: 2007 Free Software Foundation, Inc.
+License: __HEADER___
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ The GNU General Public License is a free, copyleft license for
+ software and other kinds of works.
+ .
+ The licenses for most software and other practical works are designed
+ to take away your freedom to share and change the works. By contrast,
+ the GNU General Public License is intended to guarantee your freedom to
+ share and change all versions of a program--to make sure it remains free
+ software for all its users. We, the Free Software Foundation, use the
+ GNU General Public License for most of our software; it applies also to
+ any other work released this way by its authors. You can apply it to
+ your programs, too.
+ .
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ them if you wish), that you receive source code or can get it if you
+ want it, that you can change the software or use pieces of it in new
+ free programs, and that you know you can do these things.
+ .
+ To protect your rights, we need to prevent others from denying you
+ these rights or asking you to surrender the rights. Therefore, you have
+ certain responsibilities if you distribute copies of the software, or if
+ you modify it: responsibilities to respect the freedom of others.
+ .
+ For example, if you distribute copies of such a program, whether
+ gratis or for a fee, you must pass on to the recipients the same
+ freedoms that you received. You must make sure that they, too, receive
+ or can get the source code. And you must show them these terms so they
+ know their rights.
+ .
+ Developers that use the GNU GPL protect your rights with two steps:
+ (1) assert copyright on the software, and (2) offer you this License
+ giving you legal permission to copy, distribute and/or modify it.
+ .
+ For the developers' and authors' protection, the GPL clearly explains
+ that there is no warranty for this free software. For both users' and
+ authors' sake, the GPL requires that modified versions be marked as
+ changed, so that their problems will not be attributed erroneously to
+ authors of previous versions.
+ .
+ Some devices are designed to deny users access to install or run
+ modified versions of the software inside them, although the manufacturer
+ can do so. This is fundamentally incompatible with the aim of
+ protecting users' freedom to change the software. The systematic
+ pattern of such abuse occurs in the area of products for individuals to
+ use, which is precisely where it is most unacceptable. Therefore, we
+ have designed this version of the GPL to prohibit the practice for those
+ products. If such problems arise substantially in other domains, we
+ stand ready to extend this provision to those domains in future versions
+ of the GPL, as needed to protect the freedom of users.
+ .
+ Finally, every program is threatened constantly by software patents.
+ States should not allow patents to restrict development and use of
+ software on general-purpose computers, but in those that do, we wish to
+ avoid the special danger that patents applied to a free program could
+ make it effectively proprietary. To prevent this, the GPL assures that
+ patents cannot be used to render the program non-free.
+ .
+ The precise terms and conditions for copying, distribution and
+ modification follow.
+ .
+ TERMS AND CONDITIONS
+ .
+ 0. Definitions.
+ .
+ "This License" refers to version 3 of the GNU General Public License.
+ .
+ "Copyright" also means copyright-like laws that apply to other kinds of
+ works, such as semiconductor masks.
+ .
+ "The Program" refers to any copyrightable work licensed under this
+ License. Each licensee is addressed as "you". "Licensees" and
+ "recipients" may be individuals or organizations.
+ .
+ To "modify" a work means to copy from or adapt all or part of the work
+ in a fashion requiring copyright permission, other than the making of an
+ exact copy. The resulting work is called a "modified version" of the
+ earlier work or a work "based on" the earlier work.
+ .
+ A "covered work" means either the unmodified Program or a work based
+ on the Program.
+ .
+ To "propagate" a work means to do anything with it that, without
+ permission, would make you directly or secondarily liable for
+ infringement under applicable copyright law, except executing it on a
+ computer or modifying a private copy. Propagation includes copying,
+ distribution (with or without modification), making available to the
+ public, and in some countries other activities as well.
+ .
+ To "convey" a work means any kind of propagation that enables other
+ parties to make or receive copies. Mere interaction with a user through
+ a computer network, with no transfer of a copy, is not conveying.
+ .
+ An interactive user interface displays "Appropriate Legal Notices"
+ to the extent that it includes a convenient and prominently visible
+ feature that (1) displays an appropriate copyright notice, and (2)
+ tells the user that there is no warranty for the work (except to the
+ extent that warranties are provided), that licensees may convey the
+ work under this License, and how to view a copy of this License. If
+ the interface presents a list of user commands or options, such as a
+ menu, a prominent item in the list meets this criterion.
+ .
+ 1. Source Code.
+ .
+ The "source code" for a work means the preferred form of the work
+ for making modifications to it. "Object code" means any non-source
+ form of a work.
+ .
+ A "Standard Interface" means an interface that either is an official
+ standard defined by a recognized standards body, or, in the case of
+ interfaces specified for a particular programming language, one that
+ is widely used among developers working in that language.
+ .
+ The "System Libraries" of an executable work include anything, other
+ than the work as a whole, that (a) is included in the normal form of
+ packaging a Major Component, but which is not part of that Major
+ Component, and (b) serves only to enable use of the work with that
+ Major Component, or to implement a Standard Interface for which an
+ implementation is available to the public in source code form. A
+ "Major Component", in this context, means a major essential component
+ (kernel, window system, and so on) of the specific operating system
+ (if any) on which the executable work runs, or a compiler used to
+ produce the work, or an object code interpreter used to run it.
+ .
+ The "Corresponding Source" for a work in object code form means all
+ the source code needed to generate, install, and (for an executable
+ work) run the object code and to modify the work, including scripts to
+ control those activities. However, it does not include the work's
+ System Libraries, or general-purpose tools or generally available free
+ programs which are used unmodified in performing those activities but
+ which are not part of the work. For example, Corresponding Source
+ includes interface definition files associated with source files for
+ the work, and the source code for shared libraries and dynamically
+ linked subprograms that the work is specifically designed to require,
+ such as by intimate data communication or control flow between those
+ subprograms and other parts of the work.
+ .
+ The Corresponding Source need not include anything that users
+ can regenerate automatically from other parts of the Corresponding
+ Source.
+ .
+ The Corresponding Source for a work in source code form is that
+ same work.
+ .
+ 2. Basic Permissions.
+ .
+ All rights granted under this License are granted for the term of
+ copyright on the Program, and are irrevocable provided the stated
+ conditions are met. This License explicitly affirms your unlimited
+ permission to run the unmodified Program. The output from running a
+ covered work is covered by this License only if the output, given its
+ content, constitutes a covered work. This License acknowledges your
+ rights of fair use or other equivalent, as provided by copyright law.
+ .
+ You may make, run and propagate covered works that you do not
+ convey, without conditions so long as your license otherwise remains
+ in force. You may convey covered works to others for the sole purpose
+ of having them make modifications exclusively for you, or provide you
+ with facilities for running those works, provided that you comply with
+ the terms of this License in conveying all material for which you do
+ not control copyright. Those thus making or running the covered works
+ for you must do so exclusively on your behalf, under your direction
+ and control, on terms that prohibit them from making any copies of
+ your copyrighted material outside their relationship with you.
+ .
+ Conveying under any other circumstances is permitted solely under
+ the conditions stated below. Sublicensing is not allowed; section 10
+ makes it unnecessary.
+ .
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+ .
+ No covered work shall be deemed part of an effective technological
+ measure under any applicable law fulfilling obligations under article
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
+ similar laws prohibiting or restricting circumvention of such
+ measures.
+ .
+ When you convey a covered work, you waive any legal power to forbid
+ circumvention of technological measures to the extent such circumvention
+ is effected by exercising rights under this License with respect to
+ the covered work, and you disclaim any intention to limit operation or
+ modification of the work as a means of enforcing, against the work's
+ users, your or third parties' legal rights to forbid circumvention of
+ technological measures.
+ .
+ 4. Conveying Verbatim Copies.
+ .
+ You may convey verbatim copies of the Program's source code as you
+ receive it, in any medium, provided that you conspicuously and
+ appropriately publish on each copy an appropriate copyright notice;
+ keep intact all notices stating that this License and any
+ non-permissive terms added in accord with section 7 apply to the code;
+ keep intact all notices of the absence of any warranty; and give all
+ recipients a copy of this License along with the Program.
+ .
+ You may charge any price or no price for each copy that you convey,
+ and you may offer support or warranty protection for a fee.
+ .
+ 5. Conveying Modified Source Versions.
+ .
+ You may convey a work based on the Program, or the modifications to
+ produce it from the Program, in the form of source code under the
+ terms of section 4, provided that you also meet all of these conditions:
+ .
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+ .
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+ .
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+ .
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+ .
+ A compilation of a covered work with other separate and independent
+ works, which are not by their nature extensions of the covered work,
+ and which are not combined with it such as to form a larger program,
+ in or on a volume of a storage or distribution medium, is called an
+ "aggregate" if the compilation and its resulting copyright are not
+ used to limit the access or legal rights of the compilation's users
+ beyond what the individual works permit. Inclusion of a covered work
+ in an aggregate does not cause this License to apply to the other
+ parts of the aggregate.
+ .
+ 6. Conveying Non-Source Forms.
+ .
+ You may convey a covered work in object code form under the terms
+ of sections 4 and 5, provided that you also convey the
+ machine-readable Corresponding Source under the terms of this License,
+ in one of these ways:
+ .
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+ .
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+ .
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+ .
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+ .
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+ .
+ A separable portion of the object code, whose source code is excluded
+ from the Corresponding Source as a System Library, need not be
+ included in conveying the object code work.
+ .
+ A "User Product" is either (1) a "consumer product", which means any
+ tangible personal property which is normally used for personal, family,
+ or household purposes, or (2) anything designed or sold for incorporation
+ into a dwelling. In determining whether a product is a consumer product,
+ doubtful cases shall be resolved in favor of coverage. For a particular
+ product received by a particular user, "normally used" refers to a
+ typical or common use of that class of product, regardless of the status
+ of the particular user or of the way in which the particular user
+ actually uses, or expects or is expected to use, the product. A product
+ is a consumer product regardless of whether the product has substantial
+ commercial, industrial or non-consumer uses, unless such uses represent
+ the only significant mode of use of the product.
+ .
+ "Installation Information" for a User Product means any methods,
+ procedures, authorization keys, or other information required to install
+ and execute modified versions of a covered work in that User Product from
+ a modified version of its Corresponding Source. The information must
+ suffice to ensure that the continued functioning of the modified object
+ code is in no case prevented or interfered with solely because
+ modification has been made.
+ .
+ If you convey an object code work under this section in, or with, or
+ specifically for use in, a User Product, and the conveying occurs as
+ part of a transaction in which the right of possession and use of the
+ User Product is transferred to the recipient in perpetuity or for a
+ fixed term (regardless of how the transaction is characterized), the
+ Corresponding Source conveyed under this section must be accompanied
+ by the Installation Information. But this requirement does not apply
+ if neither you nor any third party retains the ability to install
+ modified object code on the User Product (for example, the work has
+ been installed in ROM).
+ .
+ The requirement to provide Installation Information does not include a
+ requirement to continue to provide support service, warranty, or updates
+ for a work that has been modified or installed by the recipient, or for
+ the User Product in which it has been modified or installed. Access to a
+ network may be denied when the modification itself materially and
+ adversely affects the operation of the network or violates the rules and
+ protocols for communication across the network.
+ .
+ Corresponding Source conveyed, and Installation Information provided,
+ in accord with this section must be in a format that is publicly
+ documented (and with an implementation available to the public in
+ source code form), and must require no special password or key for
+ unpacking, reading or copying.
+ .
+ 7. Additional Terms.
+ .
+ "Additional permissions" are terms that supplement the terms of this
+ License by making exceptions from one or more of its conditions.
+ Additional permissions that are applicable to the entire Program shall
+ be treated as though they were included in this License, to the extent
+ that they are valid under applicable law. If additional permissions
+ apply only to part of the Program, that part may be used separately
+ under those permissions, but the entire Program remains governed by
+ this License without regard to the additional permissions.
+ .
+ When you convey a copy of a covered work, you may at your option
+ remove any additional permissions from that copy, or from any part of
+ it. (Additional permissions may be written to require their own
+ removal in certain cases when you modify the work.) You may place
+ additional permissions on material, added by you to a covered work,
+ for which you have or can give appropriate copyright permission.
+ .
+ Notwithstanding any other provision of this License, for material you
+ add to a covered work, you may (if authorized by the copyright holders of
+ that material) supplement the terms of this License with terms:
+ .
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+ .
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+ .
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+ .
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+ .
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+ .
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+ .
+ All other non-permissive additional terms are considered "further
+ restrictions" within the meaning of section 10. If the Program as you
+ received it, or any part of it, contains a notice stating that it is
+ governed by this License along with a term that is a further
+ restriction, you may remove that term. If a license document contains
+ a further restriction but permits relicensing or conveying under this
+ License, you may add to a covered work material governed by the terms
+ of that license document, provided that the further restriction does
+ not survive such relicensing or conveying.
+ .
+ If you add terms to a covered work in accord with this section, you
+ must place, in the relevant source files, a statement of the
+ additional terms that apply to those files, or a notice indicating
+ where to find the applicable terms.
+ .
+ Additional terms, permissive or non-permissive, may be stated in the
+ form of a separately written license, or stated as exceptions;
+ the above requirements apply either way.
+ .
+ 8. Termination.
+ .
+ You may not propagate or modify a covered work except as expressly
+ provided under this License. Any attempt otherwise to propagate or
+ modify it is void, and will automatically terminate your rights under
+ this License (including any patent licenses granted under the third
+ paragraph of section 11).
+ .
+ However, if you cease all violation of this License, then your
+ license from a particular copyright holder is reinstated (a)
+ provisionally, unless and until the copyright holder explicitly and
+ finally terminates your license, and (b) permanently, if the copyright
+ holder fails to notify you of the violation by some reasonable means
+ prior to 60 days after the cessation.
+ .
+ Moreover, your license from a particular copyright holder is
+ reinstated permanently if the copyright holder notifies you of the
+ violation by some reasonable means, this is the first time you have
+ received notice of violation of this License (for any work) from that
+ copyright holder, and you cure the violation prior to 30 days after
+ your receipt of the notice.
+ .
+ Termination of your rights under this section does not terminate the
+ licenses of parties who have received copies or rights from you under
+ this License. If your rights have been terminated and not permanently
+ reinstated, you do not qualify to receive new licenses for the same
+ material under section 10.
+ .
+ 9. Acceptance Not Required for Having Copies.
+ .
+ You are not required to accept this License in order to receive or
+ run a copy of the Program. Ancillary propagation of a covered work
+ occurring solely as a consequence of using peer-to-peer transmission
+ to receive a copy likewise does not require acceptance. However,
+ nothing other than this License grants you permission to propagate or
+ modify any covered work. These actions infringe copyright if you do
+ not accept this License. Therefore, by modifying or propagating a
+ covered work, you indicate your acceptance of this License to do so.
+ .
+ 10. Automatic Licensing of Downstream Recipients.
+ .
+ Each time you convey a covered work, the recipient automatically
+ receives a license from the original licensors, to run, modify and
+ propagate that work, subject to this License. You are not responsible
+ for enforcing compliance by third parties with this License.
+ .
+ An "entity transaction" is a transaction transferring control of an
+ organization, or substantially all assets of one, or subdividing an
+ organization, or merging organizations. If propagation of a covered
+ work results from an entity transaction, each party to that
+ transaction who receives a copy of the work also receives whatever
+ licenses to the work the party's predecessor in interest had or could
+ give under the previous paragraph, plus a right to possession of the
+ Corresponding Source of the work from the predecessor in interest, if
+ the predecessor has it or can get it with reasonable efforts.
+ .
+ You may not impose any further restrictions on the exercise of the
+ rights granted or affirmed under this License. For example, you may
+ not impose a license fee, royalty, or other charge for exercise of
+ rights granted under this License, and you may not initiate litigation
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
+ any patent claim is infringed by making, using, selling, offering for
+ sale, or importing the Program or any portion of it.
+ .
+ 11. Patents.
+ .
+ A "contributor" is a copyright holder who authorizes use under this
+ License of the Program or a work on which the Program is based. The
+ work thus licensed is called the contributor's "contributor version".
+ .
+ A contributor's "essential patent claims" are all patent claims
+ owned or controlled by the contributor, whether already acquired or
+ hereafter acquired, that would be infringed by some manner, permitted
+ by this License, of making, using, or selling its contributor version,
+ but do not include claims that would be infringed only as a
+ consequence of further modification of the contributor version. For
+ purposes of this definition, "control" includes the right to grant
+ patent sublicenses in a manner consistent with the requirements of
+ this License.
+ .
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+ patent license under the contributor's essential patent claims, to
+ make, use, sell, offer for sale, import and otherwise run, modify and
+ propagate the contents of its contributor version.
+ .
+ In the following three paragraphs, a "patent license" is any express
+ agreement or commitment, however denominated, not to enforce a patent
+ (such as an express permission to practice a patent or covenant not to
+ sue for patent infringement). To "grant" such a patent license to a
+ party means to make such an agreement or commitment not to enforce a
+ patent against the party.
+ .
+ If you convey a covered work, knowingly relying on a patent license,
+ and the Corresponding Source of the work is not available for anyone
+ to copy, free of charge and under the terms of this License, through a
+ publicly available network server or other readily accessible means,
+ then you must either (1) cause the Corresponding Source to be so
+ available, or (2) arrange to deprive yourself of the benefit of the
+ patent license for this particular work, or (3) arrange, in a manner
+ consistent with the requirements of this License, to extend the patent
+ license to downstream recipients. "Knowingly relying" means you have
+ actual knowledge that, but for the patent license, your conveying the
+ covered work in a country, or your recipient's use of the covered work
+ in a country, would infringe one or more identifiable patents in that
+ country that you have reason to believe are valid.
+ .
+ If, pursuant to or in connection with a single transaction or
+ arrangement, you convey, or propagate by procuring conveyance of, a
+ covered work, and grant a patent license to some of the parties
+ receiving the covered work authorizing them to use, propagate, modify
+ or convey a specific copy of the covered work, then the patent license
+ you grant is automatically extended to all recipients of the covered
+ work and works based on it.
+ .
+ A patent license is "discriminatory" if it does not include within
+ the scope of its coverage, prohibits the exercise of, or is
+ conditioned on the non-exercise of one or more of the rights that are
+ specifically granted under this License. You may not convey a covered
+ work if you are a party to an arrangement with a third party that is
+ in the business of distributing software, under which you make payment
+ to the third party based on the extent of your activity of conveying
+ the work, and under which the third party grants, to any of the
+ parties who would receive the covered work from you, a discriminatory
+ patent license (a) in connection with copies of the covered work
+ conveyed by you (or copies made from those copies), or (b) primarily
+ for and in connection with specific products or compilations that
+ contain the covered work, unless you entered into that arrangement,
+ or that patent license was granted, prior to 28 March 2007.
+ .
+ Nothing in this License shall be construed as excluding or limiting
+ any implied license or other defenses to infringement that may
+ otherwise be available to you under applicable patent law.
+ .
+ 12. No Surrender of Others' Freedom.
+ .
+ If conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot convey a
+ covered work so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you may
+ not convey it at all. For example, if you agree to terms that obligate you
+ to collect a royalty for further conveying from those to whom you convey
+ the Program, the only way you could satisfy both those terms and this
+ License would be to refrain entirely from conveying the Program.
+ .
+ 13. Use with the GNU Affero General Public License.
+ .
+ Notwithstanding any other provision of this License, you have
+ permission to link or combine any covered work with a work licensed
+ under version 3 of the GNU Affero General Public License into a single
+ combined work, and to convey the resulting work. The terms of this
+ License will continue to apply to the part which is the covered work,
+ but the special requirements of the GNU Affero General Public License,
+ section 13, concerning interaction through a network will apply to the
+ combination as such.
+ .
+ 14. Revised Versions of this License.
+ .
+ The Free Software Foundation may publish revised and/or new versions of
+ the GNU General Public License from time to time. Such new versions will
+ be similar in spirit to the present version, but may differ in detail to
+ address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the
+ Program specifies that a certain numbered version of the GNU General
+ Public License "or any later version" applies to it, you have the
+ option of following the terms and conditions either of that numbered
+ version or of any later version published by the Free Software
+ Foundation. If the Program does not specify a version number of the
+ GNU General Public License, you may choose any version ever published
+ by the Free Software Foundation.
+ .
+ If the Program specifies that a proxy can decide which future
+ versions of the GNU General Public License can be used, that proxy's
+ public statement of acceptance of a version permanently authorizes you
+ to choose that version for the Program.
+ .
+ Later license versions may give you additional or different
+ permissions. However, no additional obligations are imposed on any
+ author or copyright holder as a result of your choosing to follow a
+ later version.
+ .
+ 15. Disclaimer of Warranty.
+ .
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+ .
+ 16. Limitation of Liability.
+ .
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGES.
+ .
+ 17. Interpretation of Sections 15 and 16.
+ .
+ If the disclaimer of warranty and limitation of liability provided
+ above cannot be given local legal effect according to their terms,
+ reviewing courts shall apply local law that most closely approximates
+ an absolute waiver of all civil liability in connection with the
+ Program, unless a warranty or assumption of liability accompanies a
+ copy of the Program in return for a fee.
+ .
+ END OF TERMS AND CONDITIONS
+ .
+ How to Apply These Terms to Your New Programs
+ .
+ If you develop a new program, and you want it to be of the greatest
+ possible use to the public, the best way to achieve this is to make it
+ free software which everyone can redistribute and change under these terms.
+ .
+ To do so, attach the following notices to the program. It is safest
+ to attach them to the start of each source file to most effectively
+ state the exclusion of warranty; and each file should have at least
+ the "copyright" line and a pointer to where the full notice is found.
+ .
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+ .
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ Also add information on how to contact you by electronic and paper mail.
+ .
+ If the program does terminal interaction, make it output a short
+ notice like this when it starts in an interactive mode:
+ .
+ <program> Copyright (C) <year> <name of author>
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+ .
+ The hypothetical commands `show w' and `show c' should show the appropriate
+ parts of the General Public License. Of course, your program's commands
+ might be different; for a GUI interface, you would use an "about box".
+ .
+ You should also get your employer (if you work as a programmer) or school,
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
+ For more information on this, and how to apply and follow the GNU GPL, see
+ <http://www.gnu.org/licenses/>.
+ .
+ The GNU General Public License does not permit incorporating your program
+ into proprietary programs. If your program is a subroutine library, you
+ may consider it more useful to permit linking proprietary applications with
+ the library. If this is what you want to do, use the GNU Lesser General
+ Public License instead of this License. But first, please read
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
+
+Files: contrib/windows/shaders/shader.code
+Copyright: 2006 guest(r) - guest.r@gmail.com
+License: __HEADER___
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Needed by my shaders
+ .
+ matrix definitions
+
+Files: vs/sdl/src/video/ataricommon/SDL_atarikeys.h
+Copyright: 1997-2012 Sam Lantinga
+License: __HEADER___
+ 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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Sam Lantinga
+ slouken@libsdl.org
+ .
+ Atari Scancode definitions
+ .
+ Patrice Mandin
+
+Files: src/libs/decoders/internal/speexdsp/arch.h
+Copyright: 2003 Jean-Marc Valin
+License: __HEADER___
+ @brief Various architecture definitions Speex
+ .
+ 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 the Xiph.org 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 COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 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.
+
+Files: vs/zlib/doc/rfc1952.txt
+Copyright: 1996 L. Peter Deutsch
+License: __HEADER___
+ Permission is granted to copy and distribute this document for any
+ purpose and without charge, including translations into other
+ languages and incorporation into compilations, provided that the
+ copyright notice and this notice are preserved, and that any
+ substantive changes or deletions from the original are clearly
+ marked.
+ .
+ A pointer to the latest version of this and related documentation in
+ HTML format can be found at the URL
+ <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
+ .
+ Abstract
+ .
+ This specification defines a lossless compressed data format that is
+ compatible with the widely used GZIP utility. The format includes a
+ cyclic redundancy check value for detecting data corruption. The
+ format presently uses the DEFLATE method of compression but can be
+ easily extended to use other compression methods. The format can be
+ implemented readily in a manner not covered by patents.
+ .
+ Deutsch Informational [Page 1]
+ .
+ RFC 1952 GZIP File Format Specification May 1996
+ .
+ Table of Contents
+ .
+ 1. Introduction ................................................... 2
+ 1.1. Purpose ................................................... 2
+ 1.2. Intended audience ......................................... 3
+ 1.3. Scope ..................................................... 3
+ 1.4. Compliance ................................................ 3
+ 1.5. Definitions of terms and conventions used ................. 3
+ 1.6. Changes from previous versions ............................ 3
+ 2. Detailed specification ......................................... 4
+ 2.1. Overall conventions ....................................... 4
+ 2.2. File format ............................................... 5
+ 2.3. Member format ............................................. 5
+ 2.3.1. Member header and trailer ........................... 6
+ 2.3.1.1. Extra field ................................... 8
+ 2.3.1.2. Compliance .................................... 9
+ 3. References .................................................. 9
+ 4. Security Considerations .................................... 10
+ 5. Acknowledgements ........................................... 10
+ 6. Author's Address ........................................... 10
+ 7. Appendix: Jean-Loup Gailly's gzip utility .................. 11
+ 8. Appendix: Sample CRC Code .................................. 11
+ .
+ 1. Introduction
+ .
+ 1.1. Purpose
+ .
+ The purpose of this specification is to define a lossless
+ compressed data format that:
+ .
+ * Is independent of CPU type, operating system, file system,
+ and character set, and hence can be used for interchange;
+ * Can compress or decompress a data stream (as opposed to a
+ randomly accessible file) to produce another data stream,
+ using only an a priori bounded amount of intermediate
+ storage, and hence can be used in data communications or
+ similar structures such as Unix filters;
+ * Compresses data with efficiency comparable to the best
+ currently available general-purpose compression methods,
+ and in particular considerably better than the "compress"
+ program;
+ * Can be implemented readily in a manner not covered by
+ patents, and hence can be practiced freely;
+ * Is compatible with the file format produced by the current
+ widely used gzip utility, in that conforming decompressors
+ will be able to read data produced by the existing gzip
+ compressor.
+ .
+ Deutsch Informational [Page 2]
+ .
+ RFC 1952 GZIP File Format Specification May 1996
+ .
+ The data format defined by this specification does not attempt to:
+ .
+ * Provide random access to compressed data;
+ * Compress specialized data (e.g., raster graphics) as well as
+ the best currently available specialized algorithms.
+ .
+ 1.2. Intended audience
+ .
+ This specification is intended for use by implementors of software
+ to compress data into gzip format and/or decompress data from gzip
+ format.
+ .
+ The text of the specification assumes a basic background in
+ programming at the level of bits and other primitive data
+ representations.
+ .
+ 1.3. Scope
+ .
+ The specification specifies a compression method and a file format
+ (the latter assuming only that a file can store a sequence of
+ arbitrary bytes). It does not specify any particular interface to
+ a file system or anything about character sets or encodings
+ (except for file names and comments, which are optional).
+ .
+ 1.4. Compliance
+ .
+ Unless otherwise indicated below, a compliant decompressor must be
+ able to accept and decompress any file that conforms to all the
+ specifications presented here; a compliant compressor must produce
+ files that conform to all the specifications presented here. The
+ material in the appendices is not part of the specification per se
+ and is not relevant to compliance.
+ .
+ 1.5. Definitions of terms and conventions used
+ .
+ byte: 8 bits stored or transmitted as a unit (same as an octet).
+ (For this specification, a byte is exactly 8 bits, even on
+ machines which store a character on a number of bits different
+ from 8.) See below for the numbering of bits within a byte.
+ .
+ 1.6. Changes from previous versions
+ .
+ There have been no technical changes to the gzip format since
+ version 4.1 of this specification. In version 4.2, some
+ terminology was changed, and the sample CRC code was rewritten for
+ clarity and to eliminate the requirement for the caller to do pre-
+ and post-conditioning. Version 4.3 is a conversion of the
+ specification to RFC style.
+ .
+ Deutsch Informational [Page 3]
+ .
+ RFC 1952 GZIP File Format Specification May 1996
+ .
+ 2. Detailed specification
+ .
+ 2.1. Overall conventions
+ .
+ In the diagrams below, a box like this:
+
+Files: vs/freetype/src/tools/docmaker/sources.py
+Copyright: 2002-2018 David Turner.
+License: __HEADER___
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This library file contains definitions of classes needed to decompose C
+ source code files into a series of multi-line `blocks'. There are two
+ kinds of blocks.
+ .
+ - Normal blocks, which contain source code or ordinary comments.
+ .
+ - Documentation blocks, which have restricted formatting, and whose text
+ always start with a documentation markup tag like `<Function>',
+ `<Type>', etc.
+ .
+ The routines to process the content of documentation blocks are contained
+ in file `content.py'; the classes and methods found here only deal with
+ text parsing and basic documentation block extraction.
+
+Files: vs/zlib/doc/rfc1950.txt
+Copyright: 1996 L. Peter Deutsch and Jean-Loup Gailly
+License: __HEADER___
+ Permission is granted to copy and distribute this document for any
+ purpose and without charge, including translations into other
+ languages and incorporation into compilations, provided that the
+ copyright notice and this notice are preserved, and that any
+ substantive changes or deletions from the original are clearly
+ marked.
+ .
+ A pointer to the latest version of this and related documentation in
+ HTML format can be found at the URL
+ <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
+ .
+ Abstract
+ .
+ This specification defines a lossless compressed data format. The
+ data can be produced or consumed, even for an arbitrarily long
+ sequentially presented input data stream, using only an a priori
+ bounded amount of intermediate storage. The format presently uses
+ the DEFLATE compression method but can be easily extended to use
+ other compression methods. It can be implemented readily in a manner
+ not covered by patents. This specification also defines the ADLER-32
+ checksum (an extension and improvement of the Fletcher checksum),
+ used for detection of data corruption, and provides an algorithm for
+ computing it.
+ .
+ Deutsch & Gailly Informational [Page 1]
+ .
+ RFC 1950 ZLIB Compressed Data Format Specification May 1996
+ .
+ Table of Contents
+ .
+ 1. Introduction ................................................... 2
+ 1.1. Purpose ................................................... 2
+ 1.2. Intended audience ......................................... 3
+ 1.3. Scope ..................................................... 3
+ 1.4. Compliance ................................................ 3
+ 1.5. Definitions of terms and conventions used ................ 3
+ 1.6. Changes from previous versions ............................ 3
+ 2. Detailed specification ......................................... 3
+ 2.1. Overall conventions ....................................... 3
+ 2.2. Data format ............................................... 4
+ 2.3. Compliance ................................................ 7
+ 3. References ..................................................... 7
+ 4. Source code .................................................... 8
+ 5. Security Considerations ........................................ 8
+ 6. Acknowledgements ............................................... 8
+ 7. Authors' Addresses ............................................. 8
+ 8. Appendix: Rationale ............................................ 9
+ 9. Appendix: Sample code ..........................................10
+ .
+ 1. Introduction
+ .
+ 1.1. Purpose
+ .
+ The purpose of this specification is to define a lossless
+ compressed data format that:
+ .
+ * Is independent of CPU type, operating system, file system,
+ and character set, and hence can be used for interchange;
+ .
+ * Can be produced or consumed, even for an arbitrarily long
+ sequentially presented input data stream, using only an a
+ priori bounded amount of intermediate storage, and hence can
+ be used in data communications or similar structures such as
+ Unix filters;
+ .
+ * Can use a number of different compression methods;
+ .
+ * Can be implemented readily in a manner not covered by
+ patents, and hence can be practiced freely.
+ .
+ The data format defined by this specification does not attempt to
+ allow random access to compressed data.
+ .
+ Deutsch & Gailly Informational [Page 2]
+ .
+ RFC 1950 ZLIB Compressed Data Format Specification May 1996
+ .
+ 1.2. Intended audience
+ .
+ This specification is intended for use by implementors of software
+ to compress data into zlib format and/or decompress data from zlib
+ format.
+ .
+ The text of the specification assumes a basic background in
+ programming at the level of bits and other primitive data
+ representations.
+ .
+ 1.3. Scope
+ .
+ The specification specifies a compressed data format that can be
+ used for in-memory compression of a sequence of arbitrary bytes.
+ .
+ 1.4. Compliance
+ .
+ Unless otherwise indicated below, a compliant decompressor must be
+ able to accept and decompress any data set that conforms to all
+ the specifications presented here; a compliant compressor must
+ produce data sets that conform to all the specifications presented
+ here.
+ .
+ 1.5. Definitions of terms and conventions used
+ .
+ byte: 8 bits stored or transmitted as a unit (same as an octet).
+ (For this specification, a byte is exactly 8 bits, even on
+ machines which store a character on a number of bits different
+ from 8.) See below, for the numbering of bits within a byte.
+ .
+ 1.6. Changes from previous versions
+ .
+ Version 3.1 was the first public release of this specification.
+ In version 3.2, some terminology was changed and the Adler-32
+ sample code was rewritten for clarity. In version 3.3, the
+ support for a preset dictionary was introduced, and the
+ specification was converted to RFC style.
+ .
+ 2. Detailed specification
+ .
+ 2.1. Overall conventions
+ .
+ In the diagrams below, a box like this:
+
+Files: vs/freetype/include/freetype/config/ftconfig.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __HEADER___
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This header file contains a number of macro definitions that are used
+ by the rest of the engine. Most of the macros here are automatically
+ determined at compile time, and you should not need to change it to
+ port FreeType, except to compile the library with a non-ANSI
+ compiler.
+ .
+ Note however that if some specific modifications are needed, we
+ advise you to place a modified copy in your build directory.
+ .
+ The build directory is usually `builds/<system>', and contains
+ system-specific files that are always included first when building
+ the library.
+ .
+ This ANSI version should stay in `include/config/'.
+
+Files: vs/sdl/src/hermes/COPYING.LIB
+Copyright: 1991 Free Software Foundation, Inc.
+License: __HEADER___
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ [This is the first released version of the library GPL. It is
+ numbered 2 because it goes with version 2 of the ordinary GPL.]
+ .
+ Preamble
+ .
+ The licenses for most software are designed to take away your
+ freedom to share and change it. By contrast, the GNU General Public
+ Licenses are intended to guarantee your freedom to share and change
+ free software--to make sure the software is free for all its users.
+ .
+ This license, the Library General Public License, applies to some
+ specially designated Free Software Foundation software, and to any
+ other libraries whose authors decide to use it. You can use it for
+ your libraries, too.
+ .
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ this service if you wish), that you receive source code or can get it
+ if you want it, that you can change the software or use pieces of it
+ in new free programs; and that you know you can do these things.
+ .
+ To protect your rights, we need to make restrictions that forbid
+ anyone to deny you these rights or to ask you to surrender the rights.
+ These restrictions translate to certain responsibilities for you if
+ you distribute copies of the library, or if you modify it.
+ .
+ For example, if you distribute copies of the library, whether gratis
+ or for a fee, you must give the recipients all the rights that we gave
+ you. You must make sure that they, too, receive or can get the source
+ code. If you link a program with the library, you must provide
+ complete object files to the recipients so that they can relink them
+ with the library, after making changes to the library and recompiling
+ it. And you must show them these terms so they know their rights.
+ .
+ Our method of protecting your rights has two steps: (1) copyright
+ the library, and (2) offer you this license which gives you legal
+ permission to copy, distribute and/or modify the library.
+ .
+ Also, for each distributor's protection, we want to make certain
+ that everyone understands that there is no warranty for this free
+ library. If the library is modified by someone else and passed on, we
+ want its recipients to know that what they have is not the original
+ version, so that any problems introduced by others will not reflect on
+ the original authors' reputations.
+ .
+ Finally, any free program is threatened constantly by software
+ patents. We wish to avoid the danger that companies distributing free
+ software will individually obtain patent licenses, thus in effect
+ transforming the program into proprietary software. To prevent this,
+ we have made it clear that any patent must be licensed for everyone's
+ free use or not licensed at all.
+ .
+ Most GNU software, including some libraries, is covered by the ordinary
+ GNU General Public License, which was designed for utility programs. This
+ license, the GNU Library General Public License, applies to certain
+ designated libraries. This license is quite different from the ordinary
+ one; be sure to read it in full, and don't assume that anything in it is
+ the same as in the ordinary license.
+ .
+ The reason we have a separate public license for some libraries is that
+ they blur the distinction we usually make between modifying or adding to a
+ program and simply using it. Linking a program with a library, without
+ changing the library, is in some sense simply using the library, and is
+ analogous to running a utility program or application program. However, in
+ a textual and legal sense, the linked executable is a combined work, a
+ derivative of the original library, and the ordinary General Public License
+ treats it as such.
+ .
+ Because of this blurred distinction, using the ordinary General
+ Public License for libraries did not effectively promote software
+ sharing, because most developers did not use the libraries. We
+ concluded that weaker conditions might promote sharing better.
+ .
+ However, unrestricted linking of non-free programs would deprive the
+ users of those programs of all benefit from the free status of the
+ libraries themselves. This Library General Public License is intended to
+ permit developers of non-free programs to use free libraries, while
+ preserving your freedom as a user of such programs to change the free
+ libraries that are incorporated in them. (We have not seen how to achieve
+ this as regards changes in header files, but we have achieved it as regards
+ changes in the actual functions of the Library.) The hope is that this
+ will lead to faster development of free libraries.
+ .
+ The precise terms and conditions for copying, distribution and
+ modification follow. Pay close attention to the difference between a
+ "work based on the library" and a "work that uses the library". The
+ former contains code derived from the library, while the latter only
+ works together with the library.
+ .
+ Note that it is possible for a library to be covered by the ordinary
+ General Public License rather than by this special one.
+ .
+ GNU LIBRARY GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ 0. This License Agreement applies to any software library which
+ contains a notice placed by the copyright holder or other authorized
+ party saying it may be distributed under the terms of this Library
+ General Public License (also called "this License"). Each licensee is
+ addressed as "you".
+ .
+ A "library" means a collection of software functions and/or data
+ prepared so as to be conveniently linked with application programs
+ (which use some of those functions and data) to form executables.
+ .
+ The "Library", below, refers to any such software library or work
+ which has been distributed under these terms. A "work based on the
+ Library" means either the Library or any derivative work under
+ copyright law: that is to say, a work containing the Library or a
+ portion of it, either verbatim or with modifications and/or translated
+ straightforwardly into another language. (Hereinafter, translation is
+ included without limitation in the term "modification".)
+ .
+ "Source code" for a work means the preferred form of the work for
+ making modifications to it. For a library, complete source code means
+ all the source code for all modules it contains, plus any associated
+ interface definition files, plus the scripts used to control compilation
+ and installation of the library.
+ .
+ Activities other than copying, distribution and modification are not
+ covered by this License; they are outside its scope. The act of
+ running a program using the Library is not restricted, and output from
+ such a program is covered only if its contents constitute a work based
+ on the Library (independent of the use of the Library in a tool for
+ writing it). Whether that is true depends on what the Library does
+ and what the program that uses the Library does.
+ .
+ 1. You may copy and distribute verbatim copies of the Library's
+ complete source code as you receive it, in any medium, provided that
+ you conspicuously and appropriately publish on each copy an
+ appropriate copyright notice and disclaimer of warranty; keep intact
+ all the notices that refer to this License and to the absence of any
+ warranty; and distribute a copy of this License along with the
+ Library.
+ .
+ You may charge a fee for the physical act of transferring a copy,
+ and you may at your option offer warranty protection in exchange for a
+ fee.
+ .
+ 2. You may modify your copy or copies of the Library or any portion
+ of it, thus forming a work based on the Library, and copy and
+ distribute such modifications or work under the terms of Section 1
+ above, provided that you also meet all of these conditions:
+ .
+ a) The modified work must itself be a software library.
+ .
+ b) You must cause the files modified to carry prominent notices
+ stating that you changed the files and the date of any change.
+ .
+ c) You must cause the whole of the work to be licensed at no
+ charge to all third parties under the terms of this License.
+ .
+ d) If a facility in the modified Library refers to a function or a
+ table of data to be supplied by an application program that uses
+ the facility, other than as an argument passed when the facility
+ is invoked, then you must make a good faith effort to ensure that,
+ in the event an application does not supply such function or
+ table, the facility still operates, and performs whatever part of
+ its purpose remains meaningful.
+ .
+ (For example, a function in a library to compute square roots has
+ a purpose that is entirely well-defined independent of the
+ application. Therefore, Subsection 2d requires that any
+ application-supplied function or table used by this function must
+ be optional: if the application does not supply it, the square
+ root function must still compute square roots.)
+ .
+ These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Library,
+ and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you
+ distribute the same sections as part of a whole which is a work based
+ on the Library, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the
+ entire whole, and thus to each and every part regardless of who wrote
+ it.
+ .
+ Thus, it is not the intent of this section to claim rights or contest
+ your rights to work written entirely by you; rather, the intent is to
+ exercise the right to control the distribution of derivative or
+ collective works based on the Library.
+ .
+ In addition, mere aggregation of another work not based on the Library
+ with the Library (or with a work based on the Library) on a volume of
+ a storage or distribution medium does not bring the other work under
+ the scope of this License.
+ .
+ 3. You may opt to apply the terms of the ordinary GNU General Public
+ License instead of this License to a given copy of the Library. To do
+ this, you must alter all the notices that refer to this License, so
+ that they refer to the ordinary GNU General Public License, version 2,
+ instead of to this License. (If a newer version than version 2 of the
+ ordinary GNU General Public License has appeared, then you can specify
+ that version instead if you wish.) Do not make any other change in
+ these notices.
+ .
+ Once this change is made in a given copy, it is irreversible for
+ that copy, so the ordinary GNU General Public License applies to all
+ subsequent copies and derivative works made from that copy.
+ .
+ This option is useful when you wish to copy part of the code of
+ the Library into a program that is not a library.
+ .
+ 4. You may copy and distribute the Library (or a portion or
+ derivative of it, under Section 2) in object code or executable form
+ under the terms of Sections 1 and 2 above provided that you accompany
+ it with the complete corresponding machine-readable source code, which
+ must be distributed under the terms of Sections 1 and 2 above on a
+ medium customarily used for software interchange.
+ .
+ If distribution of object code is made by offering access to copy
+ from a designated place, then offering equivalent access to copy the
+ source code from the same place satisfies the requirement to
+ distribute the source code, even though third parties are not
+ compelled to copy the source along with the object code.
+ .
+ 5. A program that contains no derivative of any portion of the
+ Library, but is designed to work with the Library by being compiled or
+ linked with it, is called a "work that uses the Library". Such a
+ work, in isolation, is not a derivative work of the Library, and
+ therefore falls outside the scope of this License.
+ .
+ However, linking a "work that uses the Library" with the Library
+ creates an executable that is a derivative of the Library (because it
+ contains portions of the Library), rather than a "work that uses the
+ library". The executable is therefore covered by this License.
+ Section 6 states terms for distribution of such executables.
+ .
+ When a "work that uses the Library" uses material from a header file
+ that is part of the Library, the object code for the work may be a
+ derivative work of the Library even though the source code is not.
+ Whether this is true is especially significant if the work can be
+ linked without the Library, or if the work is itself a library. The
+ threshold for this to be true is not precisely defined by law.
+ .
+ If such an object file uses only numerical parameters, data
+ structure layouts and accessors, and small macros and small inline
+ functions (ten lines or less in length), then the use of the object
+ file is unrestricted, regardless of whether it is legally a derivative
+ work. (Executables containing this object code plus portions of the
+ Library will still fall under Section 6.)
+ .
+ Otherwise, if the work is a derivative of the Library, you may
+ distribute the object code for the work under the terms of Section 6.
+ Any executables containing that work also fall under Section 6,
+ whether or not they are linked directly with the Library itself.
+ .
+ 6. As an exception to the Sections above, you may also compile or
+ link a "work that uses the Library" with the Library to produce a
+ work containing portions of the Library, and distribute that work
+ under terms of your choice, provided that the terms permit
+ modification of the work for the customer's own use and reverse
+ engineering for debugging such modifications.
+ .
+ You must give prominent notice with each copy of the work that the
+ Library is used in it and that the Library and its use are covered by
+ this License. You must supply a copy of this License. If the work
+ during execution displays copyright notices, you must include the
+ copyright notice for the Library among them, as well as a reference
+ directing the user to the copy of this License. Also, you must do one
+ of these things:
+ .
+ a) Accompany the work with the complete corresponding
+ machine-readable source code for the Library including whatever
+ changes were used in the work (which must be distributed under
+ Sections 1 and 2 above); and, if the work is an executable linked
+ with the Library, with the complete machine-readable "work that
+ uses the Library", as object code and/or source code, so that the
+ user can modify the Library and then relink to produce a modified
+ executable containing the modified Library. (It is understood
+ that the user who changes the contents of definitions files in the
+ Library will not necessarily be able to recompile the application
+ to use the modified definitions.)
+ .
+ b) Accompany the work with a written offer, valid for at
+ least three years, to give the same user the materials
+ specified in Subsection 6a, above, for a charge no more
+ than the cost of performing this distribution.
+ .
+ c) If distribution of the work is made by offering access to copy
+ from a designated place, offer equivalent access to copy the above
+ specified materials from the same place.
+ .
+ d) Verify that the user has already received a copy of these
+ materials or that you have already sent this user a copy.
+ .
+ For an executable, the required form of the "work that uses the
+ Library" must include any data and utility programs needed for
+ reproducing the executable from it. However, as a special exception,
+ the source code distributed need not include anything that is normally
+ distributed (in either source or binary form) with the major
+ components (compiler, kernel, and so on) of the operating system on
+ which the executable runs, unless that component itself accompanies
+ the executable.
+ .
+ It may happen that this requirement contradicts the license
+ restrictions of other proprietary libraries that do not normally
+ accompany the operating system. Such a contradiction means you cannot
+ use both them and the Library together in an executable that you
+ distribute.
+ .
+ 7. You may place library facilities that are a work based on the
+ Library side-by-side in a single library together with other library
+ facilities not covered by this License, and distribute such a combined
+ library, provided that the separate distribution of the work based on
+ the Library and of the other library facilities is otherwise
+ permitted, and provided that you do these two things:
+ .
+ a) Accompany the combined library with a copy of the same work
+ based on the Library, uncombined with any other library
+ facilities. This must be distributed under the terms of the
+ Sections above.
+ .
+ b) Give prominent notice with the combined library of the fact
+ that part of it is a work based on the Library, and explaining
+ where to find the accompanying uncombined form of the same work.
+ .
+ 8. You may not copy, modify, sublicense, link with, or distribute
+ the Library except as expressly provided under this License. Any
+ attempt otherwise to copy, modify, sublicense, link with, or
+ distribute the Library is void, and will automatically terminate your
+ rights under this License. However, parties who have received copies,
+ or rights, from you under this License will not have their licenses
+ terminated so long as such parties remain in full compliance.
+ .
+ 9. You are not required to accept this License, since you have not
+ signed it. However, nothing else grants you permission to modify or
+ distribute the Library or its derivative works. These actions are
+ prohibited by law if you do not accept this License. Therefore, by
+ modifying or distributing the Library (or any work based on the
+ Library), you indicate your acceptance of this License to do so, and
+ all its terms and conditions for copying, distributing or modifying
+ the Library or works based on it.
+ .
+ 10. Each time you redistribute the Library (or any work based on the
+ Library), the recipient automatically receives a license from the
+ original licensor to copy, distribute, link with or modify the Library
+ subject to these terms and conditions. You may not impose any further
+ restrictions on the recipients' exercise of the rights granted herein.
+ You are not responsible for enforcing compliance by third parties to
+ this License.
+ .
+ 11. If, as a consequence of a court judgment or allegation of patent
+ infringement or for any other reason (not limited to patent issues),
+ conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot
+ distribute so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you
+ may not distribute the Library at all. For example, if a patent
+ license would not permit royalty-free redistribution of the Library by
+ all those who receive copies directly or indirectly through you, then
+ the only way you could satisfy both it and this License would be to
+ refrain entirely from distribution of the Library.
+ .
+ If any portion of this section is held invalid or unenforceable under any
+ particular circumstance, the balance of the section is intended to apply,
+ and the section as a whole is intended to apply in other circumstances.
+ .
+ It is not the purpose of this section to induce you to infringe any
+ patents or other property right claims or to contest validity of any
+ such claims; this section has the sole purpose of protecting the
+ integrity of the free software distribution system which is
+ implemented by public license practices. Many people have made
+ generous contributions to the wide range of software distributed
+ through that system in reliance on consistent application of that
+ system; it is up to the author/donor to decide if he or she is willing
+ to distribute software through any other system and a licensee cannot
+ impose that choice.
+ .
+ This section is intended to make thoroughly clear what is believed to
+ be a consequence of the rest of this License.
+ .
+ 12. If the distribution and/or use of the Library is restricted in
+ certain countries either by patents or by copyrighted interfaces, the
+ original copyright holder who places the Library under this License may add
+ an explicit geographical distribution limitation excluding those countries,
+ so that distribution is permitted only in or among countries not thus
+ excluded. In such case, this License incorporates the limitation as if
+ written in the body of this License.
+ .
+ 13. The Free Software Foundation may publish revised and/or new
+ versions of the Library General Public License from time to time.
+ Such new versions will be similar in spirit to the present version,
+ but may differ in detail to address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the Library
+ specifies a version number of this License which applies to it and
+ "any later version", you have the option of following the terms and
+ conditions either of that version or of any later version published by
+ the Free Software Foundation. If the Library does not specify a
+ license version number, you may choose any version ever published by
+ the Free Software Foundation.
+ .
+ 14. If you wish to incorporate parts of the Library into other free
+ programs whose distribution conditions are incompatible with these,
+ write to the author to ask for permission. For software which is
+ copyrighted by the Free Software Foundation, write to the Free
+ Software Foundation; we sometimes make exceptions for this. Our
+ decision will be guided by the two goals of preserving the free status
+ of all derivatives of our free software and of promoting the sharing
+ and reuse of software generally.
+ .
+ NO WARRANTY
+ .
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+ .
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGES.
+ .
+ END OF TERMS AND CONDITIONS
+
+Files: vs/sdl/src/video/Xext/extensions/panoramiXext.h
+Copyright: 1991-1997 Digital Equipment Corporation, Maynard, Massachusetts.
+License: __HEADER___
+ 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.
+ .
+ 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
+ DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
+ BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL 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 Digital Equipment Corporation
+ shall not be used in advertising or otherwise to promote the sale, use or other
+ dealings in this Software without prior written authorization from Digital
+ Equipment Corporation.
+ .
+ PanoramiX definitions
+ .
+ $XFree86: xc/include/extensions/panoramiXext.h,v 3.6 2001/01/17 17:53:22 dawes Exp $
+
+Files: vs/zlib/doc/rfc1951.txt
+Copyright: 1996 L. Peter Deutsch
+License: __HEADER___
+ Permission is granted to copy and distribute this document for any
+ purpose and without charge, including translations into other
+ languages and incorporation into compilations, provided that the
+ copyright notice and this notice are preserved, and that any
+ substantive changes or deletions from the original are clearly
+ marked.
+ .
+ A pointer to the latest version of this and related documentation in
+ HTML format can be found at the URL
+ <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>.
+ .
+ Abstract
+ .
+ This specification defines a lossless compressed data format that
+ compresses data using a combination of the LZ77 algorithm and Huffman
+ coding, with efficiency comparable to the best currently available
+ general-purpose compression methods. The data can be produced or
+ consumed, even for an arbitrarily long sequentially presented input
+ data stream, using only an a priori bounded amount of intermediate
+ storage. The format can be implemented readily in a manner not
+ covered by patents.
+ .
+ Deutsch Informational [Page 1]
+ .
+ RFC 1951 DEFLATE Compressed Data Format Specification May 1996
+ .
+ Table of Contents
+ .
+ 1. Introduction ................................................... 2
+ 1.1. Purpose ................................................... 2
+ 1.2. Intended audience ......................................... 3
+ 1.3. Scope ..................................................... 3
+ 1.4. Compliance ................................................ 3
+ 1.5. Definitions of terms and conventions used ................ 3
+ 1.6. Changes from previous versions ............................ 4
+ 2. Compressed representation overview ............................. 4
+ 3. Detailed specification ......................................... 5
+ 3.1. Overall conventions ....................................... 5
+ 3.1.1. Packing into bytes .................................. 5
+ 3.2. Compressed block format ................................... 6
+ 3.2.1. Synopsis of prefix and Huffman coding ............... 6
+ 3.2.2. Use of Huffman coding in the "deflate" format ....... 7
+ 3.2.3. Details of block format ............................. 9
+
+Files: vs/freetype/src/tools/docmaker/formatter.py
+Copyright: 2002-2018 David Turner.
+License: __HEADER___
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This is the base Formatter class. Its purpose is to convert a content
+ processor's data into specific documents (i.e., table of contents, global
+ index, and individual API reference indices).
+ .
+ You need to sub-class it to output anything sensible. For example, the
+ file `tohtml.py' contains the definition of the `HtmlFormatter' sub-class
+ to output HTML.
+
+Files: vs/zlib/examples/gzlog.c
+Copyright: 2004-2016 Mark Adler, For conditions of distribution and use, see copyright notice in gzlog.h version 2.2, 14 Aug 2012
+License: __HEADER___
+ gzlog provides a mechanism for frequently appending short strings to a gzip
+ file that is efficient both in execution time and compression ratio. The
+ strategy is to write the short strings in an uncompressed form to the end of
+ the gzip file, only compressing when the amount of uncompressed data has
+ reached a given threshold.
+ .
+ gzlog also provides protection against interruptions in the process due to
+ system crashes. The status of the operation is recorded in an extra field
+ in the gzip file, and is only updated once the gzip file is brought to a
+ valid state. The last data to be appended or compressed is saved in an
+ auxiliary file, so that if the operation is interrupted, it can be completed
+ the next time an append operation is attempted.
+ .
+ gzlog maintains another auxiliary file with the last 32K of data from the
+ compressed portion, which is preloaded for the compression of the subsequent
+ data. This minimizes the impact to the compression ratio of appending.
+ .
+ Operations Concept:
+ .
+ Files (log name "foo"):
+ foo.gz -- gzip file with the complete log
+ foo.add -- last message to append or last data to compress
+ foo.dict -- dictionary of the last 32K of data for next compression
+ foo.temp -- temporary dictionary file for compression after this one
+ foo.lock -- lock file for reading and writing the other files
+ foo.repairs -- log file for log file recovery operations (not compressed)
+ .
+ gzip file structure:
+ - fixed-length (no file name) header with extra field (see below)
+ - compressed data ending initially with empty stored block
+ - uncompressed data filling out originally empty stored block and
+ subsequent stored blocks as needed (16K max each)
+ - gzip trailer
+ - no junk at end (no other gzip streams)
+ .
+ When appending data, the information in the first three items above plus the
+ foo.add file are sufficient to recover an interrupted append operation. The
+ extra field has the necessary information to restore the start of the last
+ stored block and determine where to append the data in the foo.add file, as
+ well as the crc and length of the gzip data before the append operation.
+ .
+ The foo.add file is created before the gzip file is marked for append, and
+ deleted after the gzip file is marked as complete. So if the append
+ operation is interrupted, the data to add will still be there. If due to
+ some external force, the foo.add file gets deleted between when the append
+ operation was interrupted and when recovery is attempted, the gzip file will
+ still be restored, but without the appended data.
+ .
+ When compressing data, the information in the first two items above plus the
+ foo.add file are sufficient to recover an interrupted compress operation.
+ The extra field has the necessary information to find the end of the
+ compressed data, and contains both the crc and length of just the compressed
+ data and of the complete set of data including the contents of the foo.add
+ file.
+ .
+ Again, the foo.add file is maintained during the compress operation in case
+ of an interruption. If in the unlikely event the foo.add file with the data
+ to be compressed is missing due to some external force, a gzip file with
+ just the previous compressed data will be reconstructed. In this case, all
+ of the data that was to be compressed is lost (approximately one megabyte).
+ This will not occur if all that happened was an interruption of the compress
+ operation.
+ .
+ The third state that is marked is the replacement of the old dictionary with
+ the new dictionary after a compress operation. Once compression is
+ complete, the gzip file is marked as being in the replace state. This
+ completes the gzip file, so an interrupt after being so marked does not
+ result in recompression. Then the dictionary file is replaced, and the gzip
+ file is marked as completed. This state prevents the possibility of
+ restarting compression with the wrong dictionary file.
+ .
+ All three operations are wrapped by a lock/unlock procedure. In order to
+ gain exclusive access to the log files, first a foo.lock file must be
+ exclusively created. When all operations are complete, the lock is
+ released by deleting the foo.lock file. If when attempting to create the
+ lock file, it already exists and the modify time of the lock file is more
+ than five minutes old (set by the PATIENCE define below), then the old
+ lock file is considered stale and deleted, and the exclusive creation of
+ the lock file is retried. To assure that there are no false assessments
+ of the staleness of the lock file, the operations periodically touch the
+ lock file to update the modified date.
+ .
+ Following is the definition of the extra field with all of the information
+ required to enable the above append and compress operations and their
+ recovery if interrupted. Multi-byte values are stored little endian
+ (consistent with the gzip format). File pointers are eight bytes long.
+ The crc's and lengths for the gzip trailer are four bytes long. (Note that
+ the length at the end of a gzip file is used for error checking only, and
+ for large files is actually the length modulo 2^32.) The stored block
+ length is two bytes long. The gzip extra field two-byte identification is
+ "ap" for append. It is assumed that writing the extra field to the file is
+ an "atomic" operation. That is, either all of the extra field is written
+ to the file, or none of it is, if the operation is interrupted right at the
+ point of updating the extra field. This is a reasonable assumption, since
+ the extra field is within the first 52 bytes of the file, which is smaller
+ than any expected block size for a mass storage device (usually 512 bytes or
+ larger).
+ .
+ Extra field (35 bytes):
+ - Pointer to first stored block length -- this points to the two-byte length
+ of the first stored block, which is followed by the two-byte, one's
+ complement of that length. The stored block length is preceded by the
+ three-bit header of the stored block, which is the actual start of the
+ stored block in the deflate format. See the bit offset field below.
+ - Pointer to the last stored block length. This is the same as above, but
+ for the last stored block of the uncompressed data in the gzip file.
+ Initially this is the same as the first stored block length pointer.
+
+Files: vs/pcap/Packet32.h
+Copyright: 1999-2005 NetGroup, Politecnico di Torino (Italy)
+ 2005-2007 CACE Technologies, Davis (California)
+License: __HEADER___
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the Politecnico di Torino, CACE Technologies
+ nor the names of its contributors may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ @ingroup packetapi
+ @{
+ .
+ @defgroup packet32h Packet.dll definitions and data structures
+ Packet32.h contains the data structures and the definitions used by packet.dll.
+ The file is used both by the Win9x and the WinNTx versions of packet.dll, and can be included
+ by the applications that use the functions of this library
+ @{
+
+Files: contrib/windows/shaders/scaling.inc
+Copyright: 2003 Ryan A. Nunn
+License: __HEADER___
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ Matrix Definitions for Scaler Effects
+
+Files: vs/sdl/src/video/ps3/spulibs/spu_common.h
+Copyright: 2008-2009 International Business Machines Corporation
+License: __HEADER___
+ 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.
+ .
+ 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 St, Fifth Floor, Boston, MA 02110-1301
+ USA
+ .
+ Martin Lowinski <lowinski [at] de [dot] ibm [ibm] com>
+ Dirk Herrendoerfer <d.herrendoerfer [at] de [dot] ibm [dot] com>
+ SPE code based on research by:
+ Rene Becker
+ Thimo Emmerich
+ .
+ Common definitions/makros for SPUs
+
+Files: src/cpu/core_dynrec/decoder_basic.h
+Copyright: 2002-2021 The DOSBox Team
+License: __HEADER___
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ This file provides some definitions and basic level functions
+
+Files: vs/sdl2/include/SDL_opengles2_khrplatform.h
+Copyright: 2008-2009 The Khronos Group Inc.
+License: __HEADER___
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are 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 Materials.
+ .
+ THE MATERIALS ARE 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
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+ .
+ Khronos platform-specific types and definitions.
+ .
+ $Revision: 23298 $ on $Date: 2013-09-30 17:07:13 -0700 (Mon, 30 Sep 2013) $
+ .
+ Adopters may modify this file to suit their platform. Adopters are
+ encouraged to submit platform specific modifications to the Khronos
+ group so that they can be included in future versions of this file.
+ Please submit changes by sending them to the public Khronos Bugzilla
+ (http://khronos.org/bugzilla) by filing a bug against product
+ "Khronos (general)" component "Registry".
+ .
+ A predefined template which fills in some of the bug fields can be
+ reached using http://tinyurl.com/khrplatform-h-bugreport, but you
+ must create a Bugzilla login first.
+ .
+ See the Implementer's Guidelines for information about where this file
+ should be located on your system and for more details of its use:
+
+Files: vs/sdl2/src/video/khronos/EGL/eglplatform.h
+Copyright: 2007-2016 The Khronos Group Inc.
+License: __HEADER___
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are 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 Materials.
+ .
+ THE MATERIALS ARE 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
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+ .
+ Platform-specific types and definitions for egl.h
+ $Revision: 30994 $ on $Date: 2015-04-30 13:36:48 -0700 (Thu, 30 Apr 2015) $
+ .
+ Adopters may modify khrplatform.h and this file to suit their platform.
+ You are encouraged to submit all modifications to the Khronos group so that
+ they can be included in future versions of this file. Please submit changes
+ by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
+ by filing a bug against product "EGL" component "Registry".
+
+Files: contrib/windows/shaders/gpl.txt
+Copyright: 1989-1991 Free Software Foundation, Inc.
+License: __HEADER___
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ The licenses for most software are designed to take away your
+ freedom to share and change it. By contrast, the GNU General Public
+ License is intended to guarantee your freedom to share and change free
+ software--to make sure the software is free for all its users. This
+ General Public License applies to most of the Free Software
+ Foundation's software and to any other program whose authors commit to
+ using it. (Some other Free Software Foundation software is covered by
+ the GNU Lesser General Public License instead.) You can apply it to
+ your programs, too.
+ .
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ this service if you wish), that you receive source code or can get it
+ if you want it, that you can change the software or use pieces of it
+ in new free programs; and that you know you can do these things.
+ .
+ To protect your rights, we need to make restrictions that forbid
+ anyone to deny you these rights or to ask you to surrender the rights.
+ These restrictions translate to certain responsibilities for you if you
+ distribute copies of the software, or if you modify it.
+ .
+ For example, if you distribute copies of such a program, whether
+ gratis or for a fee, you must give the recipients all the rights that
+ you have. You must make sure that they, too, receive or can get the
+ source code. And you must show them these terms so they know their
+ rights.
+ .
+ We protect your rights with two steps: (1) copyright the software, and
+ (2) offer you this license which gives you legal permission to copy,
+ distribute and/or modify the software.
+ .
+ Also, for each author's protection and ours, we want to make certain
+ that everyone understands that there is no warranty for this free
+ software. If the software is modified by someone else and passed on, we
+ want its recipients to know that what they have is not the original, so
+ that any problems introduced by others will not reflect on the original
+ authors' reputations.
+ .
+ Finally, any free program is threatened constantly by software
+ patents. We wish to avoid the danger that redistributors of a free
+ program will individually obtain patent licenses, in effect making the
+ program proprietary. To prevent this, we have made it clear that any
+ patent must be licensed for everyone's free use or not licensed at all.
+ .
+ The precise terms and conditions for copying, distribution and
+ modification follow.
+ .
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ 0. This License applies to any program or other work which contains
+ a notice placed by the copyright holder saying it may be distributed
+ under the terms of this General Public License. The "Program", below,
+ refers to any such program or work, and a "work based on the Program"
+ means either the Program or any derivative work under copyright law:
+ that is to say, a work containing the Program or a portion of it,
+ either verbatim or with modifications and/or translated into another
+ language. (Hereinafter, translation is included without limitation in
+ the term "modification".) Each licensee is addressed as "you".
+ .
+ Activities other than copying, distribution and modification are not
+ covered by this License; they are outside its scope. The act of
+ running the Program is not restricted, and the output from the Program
+ is covered only if its contents constitute a work based on the
+ Program (independent of having been made by running the Program).
+ Whether that is true depends on what the Program does.
+ .
+ 1. You may copy and distribute verbatim copies of the Program's
+ source code as you receive it, in any medium, provided that you
+ conspicuously and appropriately publish on each copy an appropriate
+ copyright notice and disclaimer of warranty; keep intact all the
+ notices that refer to this License and to the absence of any warranty;
+ and give any other recipients of the Program a copy of this License
+ along with the Program.
+ .
+ You may charge a fee for the physical act of transferring a copy, and
+ you may at your option offer warranty protection in exchange for a fee.
+ .
+ 2. You may modify your copy or copies of the Program or any portion
+ of it, thus forming a work based on the Program, and copy and
+ distribute such modifications or work under the terms of Section 1
+ above, provided that you also meet all of these conditions:
+ .
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+ .
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+ .
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+ .
+ These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Program,
+ and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you
+ distribute the same sections as part of a whole which is a work based
+ on the Program, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the
+ entire whole, and thus to each and every part regardless of who wrote it.
+ .
+ Thus, it is not the intent of this section to claim rights or contest
+ your rights to work written entirely by you; rather, the intent is to
+ exercise the right to control the distribution of derivative or
+ collective works based on the Program.
+ .
+ In addition, mere aggregation of another work not based on the Program
+ with the Program (or with a work based on the Program) on a volume of
+ a storage or distribution medium does not bring the other work under
+ the scope of this License.
+ .
+ 3. You may copy and distribute the Program (or a work based on it,
+ under Section 2) in object code or executable form under the terms of
+ Sections 1 and 2 above provided that you also do one of the following:
+ .
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+ .
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+ .
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+ .
+ The source code for a work means the preferred form of the work for
+ making modifications to it. For an executable work, complete source
+ code means all the source code for all modules it contains, plus any
+ associated interface definition files, plus the scripts used to
+ control compilation and installation of the executable. However, as a
+ special exception, the source code distributed need not include
+ anything that is normally distributed (in either source or binary
+ form) with the major components (compiler, kernel, and so on) of the
+ operating system on which the executable runs, unless that component
+ itself accompanies the executable.
+ .
+ If distribution of executable or object code is made by offering
+ access to copy from a designated place, then offering equivalent
+ access to copy the source code from the same place counts as
+ distribution of the source code, even though third parties are not
+ compelled to copy the source along with the object code.
+ .
+ 4. You may not copy, modify, sublicense, or distribute the Program
+ except as expressly provided under this License. Any attempt
+ otherwise to copy, modify, sublicense or distribute the Program is
+ void, and will automatically terminate your rights under this License.
+ However, parties who have received copies, or rights, from you under
+ this License will not have their licenses terminated so long as such
+ parties remain in full compliance.
+ .
+ 5. You are not required to accept this License, since you have not
+ signed it. However, nothing else grants you permission to modify or
+ distribute the Program or its derivative works. These actions are
+ prohibited by law if you do not accept this License. Therefore, by
+ modifying or distributing the Program (or any work based on the
+ Program), you indicate your acceptance of this License to do so, and
+ all its terms and conditions for copying, distributing or modifying
+ the Program or works based on it.
+ .
+ 6. Each time you redistribute the Program (or any work based on the
+ Program), the recipient automatically receives a license from the
+ original licensor to copy, distribute or modify the Program subject to
+ these terms and conditions. You may not impose any further
+ restrictions on the recipients' exercise of the rights granted herein.
+ You are not responsible for enforcing compliance by third parties to
+ this License.
+ .
+ 7. If, as a consequence of a court judgment or allegation of patent
+ infringement or for any other reason (not limited to patent issues),
+ conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot
+ distribute so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you
+ may not distribute the Program at all. For example, if a patent
+ license would not permit royalty-free redistribution of the Program by
+ all those who receive copies directly or indirectly through you, then
+ the only way you could satisfy both it and this License would be to
+ refrain entirely from distribution of the Program.
+ .
+ If any portion of this section is held invalid or unenforceable under
+ any particular circumstance, the balance of the section is intended to
+ apply and the section as a whole is intended to apply in other
+ circumstances.
+ .
+ It is not the purpose of this section to induce you to infringe any
+ patents or other property right claims or to contest validity of any
+ such claims; this section has the sole purpose of protecting the
+ integrity of the free software distribution system, which is
+ implemented by public license practices. Many people have made
+ generous contributions to the wide range of software distributed
+ through that system in reliance on consistent application of that
+ system; it is up to the author/donor to decide if he or she is willing
+ to distribute software through any other system and a licensee cannot
+ impose that choice.
+ .
+ This section is intended to make thoroughly clear what is believed to
+ be a consequence of the rest of this License.
+ .
+ 8. If the distribution and/or use of the Program is restricted in
+ certain countries either by patents or by copyrighted interfaces, the
+ original copyright holder who places the Program under this License
+ may add an explicit geographical distribution limitation excluding
+ those countries, so that distribution is permitted only in or among
+ countries not thus excluded. In such case, this License incorporates
+ the limitation as if written in the body of this License.
+ .
+ 9. The Free Software Foundation may publish revised and/or new versions
+ of the General Public License from time to time. Such new versions will
+ be similar in spirit to the present version, but may differ in detail to
+ address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the Program
+ specifies a version number of this License which applies to it and "any
+ later version", you have the option of following the terms and conditions
+ either of that version or of any later version published by the Free
+ Software Foundation. If the Program does not specify a version number of
+ this License, you may choose any version ever published by the Free Software
+ Foundation.
+ .
+ 10. If you wish to incorporate parts of the Program into other free
+ programs whose distribution conditions are different, write to the author
+ to ask for permission. For software which is copyrighted by the Free
+ Software Foundation, write to the Free Software Foundation; we sometimes
+ make exceptions for this. Our decision will be guided by the two goals
+ of preserving the free status of all derivatives of our free software and
+ of promoting the sharing and reuse of software generally.
+ .
+ NO WARRANTY
+ .
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+ REPAIR OR CORRECTION.
+ .
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGES.
+ .
+ END OF TERMS AND CONDITIONS
+ .
+ How to Apply These Terms to Your New Programs
+ .
+ If you develop a new program, and you want it to be of the greatest
+ possible use to the public, the best way to achieve this is to make it
+ free software which everyone can redistribute and change under these terms.
+ .
+ To do so, attach the following notices to the program. It is safest
+ to attach them to the start of each source file to most effectively
+ convey the exclusion of warranty; and each file should have at least
+ the "copyright" line and a pointer to where the full notice is found.
+ .
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+ .
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ Also add information on how to contact you by electronic and paper mail.
+ .
+ If the program is interactive, make it output a short notice like this
+ when it starts in an interactive mode:
+ .
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+ .
+ The hypothetical commands `show w' and `show c' should show the appropriate
+ parts of the General Public License. Of course, the commands you use may
+ be called something other than `show w' and `show c'; they could even be
+ mouse-clicks or menu items--whatever suits your program.
+ .
+ You should also get your employer (if you work as a programmer) or your
+ school, if any, to sign a "copyright disclaimer" for the program, if
+ necessary. Here is a sample; alter the names:
+ .
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+ .
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+ .
+ This General Public License does not permit incorporating your program into
+ proprietary programs. If your program is a subroutine library, you may
+ consider it more useful to permit linking proprietary applications with the
+ library. If this is what you want to do, use the GNU Lesser General
+ Public License instead of this License.
+
+Files: vs/sdl2/src/video/khronos/GLES2/gl2platform.h
+Copyright: 2017 The Khronos Group Inc.
+License: __HEADER___
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ Platform-specific types and definitions for OpenGL ES 2.X gl2.h
+ .
+ Adopters may modify khrplatform.h and this file to suit their platform.
+ Please contribute modifications back to Khronos as pull requests on the
+ public github repository:
+ https://github.com/KhronosGroup/OpenGL-Registry
+
+Files: vs/zlib/examples/gzjoin.c
+Copyright: 2004-2012 Mark Adler, version 1.2, 14 Aug 2012
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the author be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Mark Adler madler@alumni.caltech.edu
+ .
+ Change history:
+ .
+ 1.0 11 Dec 2004 - First version
+
+Files: vs/sdl2/src/hidapi/mac/hid.c
+Copyright: __NO_COPYRIGHT__ in: vs/sdl2/src/hidapi/mac/hid.c
+License: __UNKNOWN__
+ At the discretion of the user of this library,
+ this software may be licensed under the terms of the
+ GNU Public License v3, a BSD-Style license, or the
+ original HIDAPI license as outlined in the LICENSE.txt,
+ LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
+ files located at the root of the source distribution.
+ These files may also be found in the public source
+ code repository located at:
+ http://github.com/signal11/hidapi .
+
+Files: vs/zlib/contrib/puff/pufftest.c
+Copyright: 2002-2013 Mark Adler For conditions of distribution and use, see copyright notice in puff.h version 2.3, 21 Jan 2013
+License: __UNKNOWN__
+ Example of how to use puff().
+
+Files: vs/freetype/Jamfile
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ The HDRMACRO is already defined in FTJam and is used to add
+ the content of certain macros to the list of included header
+ files.
+ .
+ We can compile FreeType 2 with classic Jam however thanks to
+ the following code
+
+Files: vs/zlib/test/minigzip.c
+Copyright: 1995-2016 Jean-loup Gailly For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ minigzip is a minimal implementation of the gzip utility. This is
+ only an example of using zlib and isn't meant to replace the
+ full-featured gzip. No attempt is made to deal with file systems
+ limiting names to 14 or 8+3 characters, etc... Error checking is
+ very limited. So use minigzip only for testing; use gzip for the
+ real thing. On MSDOS, use only on file names without extension
+ or in pipe mode.
+ .
+ @(#) $Id$
+
+Files: vs/freetype/src/tools/docmaker/tohtml.py
+Copyright: 2002-2018 David Turner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The parent class is contained in file `formatter.py'.
+
+Files: vs/sdl2/include/SDL_opengl_glext.h
+Copyright: 2013-2014 The Khronos Group Inc.
+License: __UNKNOWN__
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are 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 Materials.
+ .
+ THE MATERIALS ARE 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
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+ .
+ This header is generated from the Khronos OpenGL / OpenGL ES XML
+ API Registry. The current version of the Registry, generator scripts
+ used to make the header, and the header can be found at
+ http://www.opengl.org/registry/
+ .
+ Khronos $Revision: 26745 $ on $Date: 2014-05-21 03:12:26 -0700 (Wed, 21 May 2014) $
+
+Files: vs/freetype/builds/cmake/testbuild.sh
+Copyright: 2015-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ This script tests the CMake build. Simply run
+ .
+ builds/cmake/testbuild.sh
+ .
+ or
+
+Files: vs/freetype/include/freetype/internal/internal.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is automatically included by `ft2build.h'.
+ Do not include it manually!
+
+Files: vs/freetype/src/truetype/tterrors.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the TrueType error enumeration
+ constants.
+
+Files: vs/libpng/contrib/examples/pngpixel.c
+Copyright: : John Cunningham Bowler, 2011. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Read a single pixel value from a PNG file.
+ .
+ This code illustrates basic 'by-row' reading of a PNG file using libpng.
+ Rows are read until a particular pixel is found; the value of this pixel is
+ then printed on stdout.
+ .
+ The code illustrates how to do this on interlaced as well as non-interlaced
+
+Files: vs/freetype/docs/FTL.TXT
+Copyright: 1996-2006 David Turner, Robert Wilhelm, and Werner Lemberg
+License: __UNKNOWN__
+ Introduction
+
+Files: vs/libpng/contrib/examples/iccfrompng.c
+Copyright: : John Cunningham Bowler, 2011. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Extract any icc profiles found in the given PNG files. This is a simple
+ example of a program that extracts information from the header of a PNG file
+ without processing the image. Notice that some header information may occur
+ after the image data. Textual data and comments are an example; the approach
+ in this file won't work reliably for such data because it only looks for the
+ information in the section of the file that preceeds the image data.
+ .
+ Compile and link against libpng and zlib, plus anything else required on the
+ system you use.
+ .
+ To use supply a list of PNG files containing iCCP chunks, the chunks will be
+ extracted to a similarly named file with the extension replaced by 'icc',
+ which will be overwritten without warning.
+
+Files: vs/freetype/src/psnames/psnamerr.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the PS names module error enumeration
+ constants.
+
+Files: vs/freetype/builds/amiga/README
+Copyright: 2005-2018 Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ The makefile.os4 is for the AmigaOS4 SDK. To use it, type
+
+Files: vs/zlib/contrib/infback9/infback9.h
+Copyright: 2003 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ This header file and associated patches provide a decoder for PKWare's
+ undocumented deflate64 compression method (method 9). Use with infback9.c,
+ inftree9.h, inftree9.c, and inffix9.h. These patches are not supported.
+ This should be compiled with zlib, since it uses zutil.h and zutil.o.
+ This code has not yet been tested on 16-bit architectures. See the
+ comments in zlib.h for inflateBack() usage. These functions are used
+ identically, except that there is no windowBits parameter, and a 64K
+ window must be provided. Also if int's are 16 bits, then a zero for
+ the third parameter of the "out" function actually means 65536UL.
+ zlib.h must be included before this header file.
+
+Files: vs/sdl2/test/testshader.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ This is a simple example of using GLSL shaders with SDL
+
+Files: contrib/windows/shaders/DotnBloom.D3D.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/DotnBloom.D3D.fx
+License: __UNKNOWN__
+ Direct3D port by gulikoza at users.sourceforge.net
+
+Files: vs/libpng/contrib/tools/cvtcolor.c
+Copyright: : John Cunningham Bowler, 2013. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Convert 8-bit sRGB or 16-bit linear values to another format.
+
+Files: vs/zlib/contrib/ada/readme.txt
+Copyright: __NO_COPYRIGHT__ in: vs/zlib/contrib/ada/readme.txt
+License: __UNKNOWN__
+ Contributors: Pascal Obry <pascal@obry.org>, Steve Sangwine <sjs@essex.ac.uk>
+
+Files: vs/libpng/libpng-manual.txt
+Copyright: 1998-2017 Glenn Randers-Pehrson
+License: __UNKNOWN__
+ This document is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Based on:
+ .
+ libpng versions 0.97, January 1998, through 1.6.34 - September 29, 2017
+ Updated and distributed by Glenn Randers-Pehrson
+ Copyright (c) 1998-2017 Glenn Randers-Pehrson
+ .
+ libpng 1.0 beta 6 - version 0.96 - May 28, 1997
+ Updated and distributed by Andreas Dilger
+ Copyright (c) 1996, 1997 Andreas Dilger
+ .
+ libpng 1.0 beta 2 - version 0.88 - January 26, 1996
+ For conditions of distribution and use, see copyright
+ notice in png.h. Copyright (c) 1995, 1996 Guy Eric
+ Schalnat, Group 42, Inc.
+ .
+ Updated/rewritten per request in the libpng FAQ
+ Copyright (c) 1995, 1996 Frank J. T. Wojcik
+ December 18, 1995 & January 20, 1996
+ .
+ TABLE OF CONTENTS
+ .
+ I. Introduction
+ II. Structures
+ III. Reading
+ IV. Writing
+ V. Simplified API
+ VI. Modifying/Customizing libpng
+ VII. MNG support
+ VIII. Changes to Libpng from version 0.88
+ IX. Changes to Libpng from version 1.0.x to 1.2.x
+ X. Changes to Libpng from version 1.0.x/1.2.x to 1.4.x
+ XI. Changes to Libpng from version 1.4.x to 1.5.x
+ XII. Changes to Libpng from version 1.5.x to 1.6.x
+ XIII. Detecting libpng
+ XIV. Source code repository
+ XV. Coding style
+ XVI. Y2K Compliance in libpng
+ .
+ I. Introduction
+ .
+ This file describes how to use and modify the PNG reference library
+ (known as libpng) for your own use. In addition to this
+ file, example.c is a good starting point for using the library, as
+ it is heavily commented and should include everything most people
+ will need. We assume that libpng is already installed; see the
+ INSTALL file for instructions on how to configure and install libpng.
+ .
+ For examples of libpng usage, see the files "example.c", "pngtest.c",
+ and the files in the "contrib" directory, all of which are included in
+ the libpng distribution.
+ .
+ Libpng was written as a companion to the PNG specification, as a way
+ of reducing the amount of time and effort it takes to support the PNG
+ file format in application programs.
+ .
+ The PNG specification (second edition), November 2003, is available as
+ a W3C Recommendation and as an ISO Standard (ISO/IEC 15948:2004 (E)) at
+ <https://www.w3.org/TR/2003/REC-PNG-20031110/
+ The W3C and ISO documents have identical technical content.
+ .
+ The PNG-1.2 specification is available at
+ <https://png-mng.sourceforge.io/pub/png/spec/1.2/>.
+ It is technically equivalent
+ to the PNG specification (second edition) but has some additional material.
+ .
+ The PNG-1.0 specification is available as RFC 2083
+ <https://png-mng.sourceforge.io/pub/png/spec/1.0/> and as a
+ W3C Recommendation <https://www.w3.org/TR/REC-png-961001>.
+ .
+ Some additional chunks are described in the special-purpose public chunks
+ documents at <http://www.libpng.org/pub/png/spec/register/>
+ .
+ Other information
+ about PNG, and the latest version of libpng, can be found at the PNG home
+ page, <http://www.libpng.org/pub/png/>.
+ .
+ Most users will not have to modify the library significantly; advanced
+ users may want to modify it more. All attempts were made to make it as
+ complete as possible, while keeping the code easy to understand.
+ Currently, this library only supports C. Support for other languages
+ is being considered.
+ .
+ Libpng has been designed to handle multiple sessions at one time,
+ to be easily modifiable, to be portable to the vast majority of
+ machines (ANSI, K&R, 16-, 32-, and 64-bit) available, and to be easy
+ to use. The ultimate goal of libpng is to promote the acceptance of
+ the PNG file format in whatever way possible. While there is still
+ work to be done (see the TODO file), libpng should cover the
+ majority of the needs of its users.
+ .
+ Libpng uses zlib for its compression and decompression of PNG files.
+ Further information about zlib, and the latest version of zlib, can
+ be found at the zlib home page, <https://zlib.net/>.
+ The zlib compression utility is a general purpose utility that is
+ useful for more than PNG files, and can be used without libpng.
+ See the documentation delivered with zlib for more details.
+ You can usually find the source files for the zlib utility wherever you
+ find the libpng source files.
+ .
+ Libpng is thread safe, provided the threads are using different
+ instances of the structures. Each thread should have its own
+
+Files: vs/sdl2/test/testdisplayinfo.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Program to test querying of display info
+
+Files: include/sdk2_glide.h
+Copyright: 1995 Dfx Interactive, Inc.
+License: __UNKNOWN__
+ This is UNPUBLISHED PROPRIETARY SOURCE CODE of 3Dfx Interactive, Inc.;
+ the contents of this file may not be disclosed to third parties, copied or
+ duplicated in any form, in whole or in part, without the prior written
+ permission of 3Dfx Interactive, Inc.
+ .
+ RESTRICTED RIGHTS LEGEND:
+ Use, duplication or disclosure by the Government is subject to restrictions
+ as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
+ and Computer Software clause at DFARS 252.227-7013, and/or in similar or
+ successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
+ rights reserved under the Copyright Laws of the United States.
+ .
+ GLIDE.H
+ .
+ The following #defines are relevant when using Glide:
+ .
+ One of the following "platform constants" must be defined during
+ compilation:
+
+Files: contrib/mappings/CP856.TXT
+Copyright: 1998-1999 Unicode, Inc.
+License: __UNKNOWN__
+ This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
+ No claims are made as to fitness for any particular purpose. No
+ warranties of any kind are expressed or implied. The recipient
+ agrees to determine applicability of information provided. If this
+ file has been provided on optical media by Unicode, Inc., the sole
+ remedy for any claim will be exchange of defective media within 90
+ days of receipt.
+ .
+ Unicode, Inc. hereby grants the right to freely use the information
+ supplied in this file in the creation of products supporting the
+ Unicode Standard, and to make copies of this file in any form for
+ internal or external distribution as long as this notice remains
+ attached.
+ .
+ General notes:
+ .
+ This table contains the data the Unicode Consortium has on how
+ CP424 characters map into Unicode.
+ .
+ Format: Three tab-separated columns
+
+Files: vs/freetype/src/base/md5.h
+Copyright: 2001 Alexander Peslyak and it is here released to the general public under the following terms:
+License: __UNKNOWN__
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted.
+ .
+ There's ABSOLUTELY NO WARRANTY, express or implied.
+ .
+ See md5.c for more information.
+
+Files: vs/freetype/src/raster/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ raster driver directory
+
+Files: vs/d3dx9math.inl
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9math.inl
+ Content: D3DX math inline functions
+
+Files: vs/freetype/src/base/ftinit.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The purpose of this file is to implement the following two
+ functions:
+
+Files: vs/freetype/ChangeLog.27
+Copyright: 2016-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(2096lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(2097lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(2098lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(2099lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(2100lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(2101lines) truncating at:
+ __MANY_TOTAL_LINES__(2102lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(2103lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(2104lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(2105lines) truncating at: End:
+ End:
+
+Files: vs/sdl2/test/testsem.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple test of the SDL semaphore code
+
+Files: vs/freetype/builds/windows/w32-vcc.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ definitions of the export list
+
+Files: src/libs/decoders/stb.h
+Copyright: 2017 Sean Barrett
+License: __UNKNOWN__
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ __MANY_TOTAL_LINES__(14421lines) truncating at: this software and associated documentation files (the "Software"
+ this software and associated documentation files (the "Software"), to deal in
+ __MANY_TOTAL_LINES__(14422lines) truncating at: the Software without restriction, including without limitation t
+ the Software without restriction, including without limitation the rights to
+ __MANY_TOTAL_LINES__(14423lines) truncating at: use, copy, modify, merge, publish, distribute, sublicense, and/o
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ __MANY_TOTAL_LINES__(14424lines) truncating at: of the Software, and to permit persons to whom the Software is f
+ of the Software, and to permit persons to whom the Software is furnished to do
+ __MANY_TOTAL_LINES__(14425lines) truncating at: so, subject to the following conditions:
+ so, subject to the following conditions:
+ __MANY_TOTAL_LINES__(14426lines) truncating at: The above copyright notice and this permission notice shall be i
+ The above copyright notice and this permission notice shall be included in all
+ __MANY_TOTAL_LINES__(14427lines) truncating at: copies or substantial portions of the Software.
+ copies or substantial portions of the Software.
+ __MANY_TOTAL_LINES__(14428lines) truncating at: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ __MANY_TOTAL_LINES__(14429lines) truncating at: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ __MANY_TOTAL_LINES__(14430lines) truncating at: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVEN
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ __MANY_TOTAL_LINES__(14431lines) truncating at: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ __MANY_TOTAL_LINES__(14432lines) truncating at: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ __MANY_TOTAL_LINES__(14433lines) truncating at: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DE
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ __MANY_TOTAL_LINES__(14434lines) truncating at: SOFTWARE.
+ SOFTWARE.
+ __MANY_TOTAL_LINES__(14435lines) truncating at: ----------------------------------------------------------------
+
+Files: vs/sdl/src/video/Xext/XME/xme.c
+Copyright: 1993-2001 Xi Graphics, Inc.
+License: __UNKNOWN__
+ Please see the LICENSE file accompanying this distribution for licensing
+ information.
+ .
+ Please send any bug fixes and modifications to src@xig.com.
+ .
+ $XiGId: xme.c,v 1.2 2001/11/30 21:56:59 jon Exp $
+
+Files: vs/freetype/builds/amiga/makefile.os4
+Copyright: 2005-2018 Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ to build from the builds/amiga directory call
+ .
+ make -f makefile.os4
+ .
+ Your programs source code should start with this
+ (uncomment the parts you do not need to keep the program small):
+
+Files: vs/libpng/contrib/examples/pngtopng.c
+Copyright: : John Cunningham Bowler, 2011, 2017. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Last changed in libpng 1.6.29 [March 16, 2017]
+ .
+ Read a PNG and write it out in a fixed format, using the 'simplified API'
+ that was introduced in libpng-1.6.0.
+ .
+ This sample code is just the code from the top of 'example.c' with some error
+ handling added. See example.c for more comments.
+
+Files: vs/d3dx9core.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9core.h
+ Content: D3DX core types and functions
+
+Files: vs/freetype/src/base/md5.c
+Copyright: 2001 Alexander Peslyak and it is here released to the general public under the following terms:
+License: __UNKNOWN__
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted.
+ .
+ There's ABSOLUTELY NO WARRANTY, express or implied.
+ .
+ (This is a heavily cut-down "BSD license".)
+ .
+ This differs from Colin Plumb's older public domain implementation in that
+ no exactly 32-bit integer data type is required (any 32-bit or wider
+ unsigned integer data type will do), there's no compile-time endianness
+ configuration, and the function prototypes match OpenSSL's. No code from
+ Colin Plumb's implementation has been reused; this comment merely compares
+ the properties of the two independent implementations.
+ .
+ The primary goals of this implementation are portability and ease of use.
+ It is meant to be fast, but not as fast as possible. Some known
+ optimizations are not included to reduce source code size and avoid
+ compile-time configuration.
+
+Files: vs/sdl/src/video/Xext/extensions/xme.h
+Copyright: 1993-2001 Xi Graphics, Inc.
+License: __UNKNOWN__
+ Please see the LICENSE file accompanying this distribution for licensing
+ information.
+ .
+ Please send any bug fixes and modifications to src@xig.com.
+ .
+ $XiGId: xme.h,v 1.1.1.1 2001/11/19 19:01:10 jon Exp $
+
+Files: vs/sdl2/src/hidapi/hidapi/hidapi.h
+Copyright: __NO_COPYRIGHT__ in: vs/sdl2/src/hidapi/hidapi/hidapi.h
+License: __UNKNOWN__
+ At the discretion of the user of this library,
+ this software may be licensed under the terms of the
+ GNU General Public License v3, a BSD-Style license, or the
+ original HIDAPI license as outlined in the LICENSE.txt,
+ LICENSE-gpl3.txt, LICENSE-bsd.txt, and LICENSE-orig.txt
+ files located at the root of the source distribution.
+ These files may also be found in the public source
+ code repository located at:
+ http://github.com/signal11/hidapi .
+ .
+ @defgroup API hidapi API
+
+Files: vs/freetype/builds/os2/os2-gcc.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ include OS/2-specific definitions
+
+Files: vs/freetype/builds/amiga/src/base/ftdebug.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This component contains various macros and functions used to ease the
+ debugging of the FreeType engine. Its main purpose is in assertion
+ checking, tracing, and error detection.
+ .
+ There are now three debugging modes:
+ .
+ - trace mode
+ .
+ Error and trace messages are sent to the log file (which can be the
+ standard error output).
+ .
+ - error mode
+ .
+ Only error messages are generated.
+ .
+ - release mode:
+ .
+ No error message is sent or generated. The code is free from any
+ debugging parts.
+ .
+ Based on the default ftdebug.c,
+ replaced vprintf() with KVPrintF(),
+ commented out exit(),
+ replaced getenv() with GetVar().
+
+Files: vs/freetype/src/autofit/aferrors.h
+Copyright: 2005-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the Autofitter error enumeration
+ constants.
+
+Files: vs/freetype/include/ft2build.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This is the `entry point' for FreeType header file inclusions. It is
+ the only header file which should be included directly; all other
+ FreeType header files should be accessed with macro names (after
+ including `ft2build.h').
+ .
+ A typical example is
+ .
+ #include <ft2build.h>
+
+Files: vs/freetype/builds/amiga/include/config/ftconfig.h
+Copyright: 2005-2018 Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This is an example how to override the default FreeType2 header files
+ with Amiga-specific changes. When the compiler searches this directory
+ before the default directory, we can do some modifications.
+
+Files: vs/sdl2/test/testtimer.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Test program to check the resolution of the SDL timer on the current
+ platform
+
+Files: vs/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc
+Copyright: 2015 The Chromium Authors.
+ 2017 Glenn Randers-Pehrson
+License: __UNKNOWN__
+ Use of this source code is governed by a BSD-style license that may
+ be found in the LICENSE file https://cs.chromium.org/chromium/src/LICENSE
+ .
+ Last changed in libpng 1.6.32 [August 24, 2017]
+ .
+ The modifications in 2017 by Glenn Randers-Pehrson include
+
+Files: vs/sdl2/test/testgamecontroller.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program to test the SDL game controller routines
+
+Files: vs/freetype/ChangeLog.23
+Copyright: 2006-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(7938lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(7939lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(7940lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(7941lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(7942lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(7943lines) truncating at:
+ __MANY_TOTAL_LINES__(7944lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(7945lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(7946lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(7947lines) truncating at: End:
+ End:
+
+Files: vs/freetype/src/smooth/ftsmerrs.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the smooth renderer error enumeration
+ constants.
+
+Files: vs/freetype/builds/compiler/visualage.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ command line compiler name
+
+Files: vs/freetype/src/type42/rules.mk
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Type42 driver directory
+
+Files: vs/freetype/src/truetype/ttinterp.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Greg Hitchcock from Microsoft has helped a lot in resolving unclear
+ issues; many thanks!
+
+Files: vs/sdl/src/hermes/mmxp2_32.asm
+Copyright: 1998 Christian Nentwich (c.nentwich@cs.ucl.ac.uk) and (c) 1999 Jonathan Matthew (jmatthew@uq.net.au)
+License: __UNKNOWN__
+ This source code is licensed under the GNU LGPL
+ .
+ Please refer to the file COPYING.LIB contained in the distribution for
+ licensing conditions
+ .
+ COPYRIGHT NOTICE
+ .
+ This file partly contains code that is (c) Intel Corporation, specifically
+ the mode detection routine, and the converter to 15 bit (8 pixel
+ conversion routine from the mmx programming tutorial pages).
+ .
+ These routines aren't exactly pII optimised - it's just that as they
+ are, they're terrible on p5 MMXs, but less so on pIIs. Someone needs to
+ optimise them for p5 MMXs..
+
+Files: vs/freetype/include/freetype/ftotval.h
+Copyright: 2004-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Warning: This module might be moved to a different library in the
+ future to avoid a tight dependency between FreeType and the
+ OpenType specification.
+
+Files: vs/freetype/src/tools/docmaker/content.py
+Copyright: 2002-2018 David Turner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file contains routines to parse documentation comment blocks,
+ building more structured objects out of them.
+
+Files: vs/freetype/src/lzw/ftlzw.c
+Copyright: 2004-2018 Albert Chin-A-Young.
+License: __UNKNOWN__
+ based on code in `src/gzip/ftgzip.c'
+ .
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+
+Files: vs/freetype/builds/detect.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ This sub-Makefile is in charge of detecting the current platform. It sets
+ the following variables:
+
+Files: vs/freetype/src/raster/rasterrs.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the monochrome renderer error enumeration
+ constants.
+
+Files: vs/freetype/include/freetype/internal/autohint.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The auto-hinter is used to load and automatically hint glyphs if a
+ format-specific hinter isn't available.
+
+Files: vs/libpng/contrib/conftest/s_write.dfa
+Copyright: : (c) John Bowler, 2013 Usage rights: To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Build libpng with (just) simplified write support
+
+Files: vs/freetype/builds/windows/w32-wat.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ redefine export symbol definitions
+
+Files: vs/libpng/contrib/examples/simpleover.c
+Copyright: : John Cunningham Bowler, 2015. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Read several PNG files, which should have an alpha channel or transparency
+ information, and composite them together to produce one or more 16-bit linear
+ RGBA intermediates. This involves doing the correct 'over' composition to
+ combine the alpha channels and corresponding data.
+ .
+ Finally read an output (background) PNG using the 24-bit RGB format (the
+ PNG will be composited on green (#00ff00) by default if it has an alpha
+ channel), and apply the intermediate image generated above to specified
+ locations in the image.
+ .
+ The command line has the general format:
+ .
+ simpleover <background.png> [output.png]
+
+Files: vs/sdl2/test/testime.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ A simple program to test the Input Method support in the SDL library (2.0+)
+
+Files: vs/zlib/msdos/Makefile.dj2
+Copyright: 1995-1998 Jean-loup Gailly. For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ To compile, or to compile and test, type:
+ .
+ make -fmakefile.dj2; make test -fmakefile.dj2
+ .
+ To install libz.a, zconf.h and zlib.h in the djgpp directories, type:
+ .
+ make install -fmakefile.dj2
+
+Files: vs/freetype/src/type1/t1load.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This is the new and improved Type 1 data loader for FreeType 2. The
+ old loader has several problems: it is slow, complex, difficult to
+ maintain, and contains incredible hacks to make it accept some
+ ill-formed Type 1 fonts without hiccup-ing. Moreover, about 5% of
+ the Type 1 fonts on my machine still aren't loaded correctly by it.
+ .
+ This version is much simpler, much faster and also easier to read and
+ maintain by a great order of magnitude. The idea behind it is to
+
+Files: vs/freetype/CMakeLists.txt
+Copyright: 2013-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ Written originally by John Cary <cary@txcorp.com>
+ .
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ The following will 1. create a build directory and 2. change into it and
+ call cmake to configure the build with default parameters as a static
+ library.
+
+Files: vs/libpng/contrib/pngminus/pnm2png.c
+Copyright: 1999-2017 Willem van Schaik <willem at schaik.com>
+License: __UNKNOWN__
+ version 1.0 - 1999.10.15 - First version.
+ version 1.1 - 2015.07.29 - Fixed leaks (Glenn Randers-Pehrson)
+ version 1.2 - 2017.04.22 - Add buffer-size check
+ 1.3 - 2017.08.24 - Fix potential overflow in buffer-size check
+ (Glenn Randers-Pehrson)
+
+Files: vs/freetype/ChangeLog.25
+Copyright: 2013-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(5151lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(5152lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(5153lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(5154lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(5155lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(5156lines) truncating at:
+ __MANY_TOTAL_LINES__(5157lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(5158lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(5159lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(5160lines) truncating at: End:
+ End:
+
+Files: vs/sdl2/test/testviewport.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program: Check viewports
+
+Files: vs/freetype/src/tools/apinames.c
+Copyright: __NO_COPYRIGHT__ in: vs/freetype/src/tools/apinames.c
+License: __UNKNOWN__
+ This code is explicitly placed into the public domain.
+
+Files: vs/sdl2/test/testyuv_cvt.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ These functions are designed for testing correctness, not for speed
+
+Files: vs/freetype/ChangeLog.22
+Copyright: 2005-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(2827lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(2828lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(2829lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(2830lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(2831lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(2832lines) truncating at:
+ __MANY_TOTAL_LINES__(2833lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(2834lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(2835lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(2836lines) truncating at: End:
+ End:
+
+Files: ref/Apple/MachO/mach/telemetry_notification.defs
+Copyright: 2012 Apple Inc.
+License: __UNKNOWN__
+ Interface definition for the telemetry facility.
+
+Files: vs/freetype/src/winfonts/fnterrs.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the Windows FNT/FON error enumeration
+ constants.
+
+Files: vs/freetype/src/bzip2/ftbzip2.c
+Copyright: 2010-2018 Joel Klinghed.
+License: __UNKNOWN__
+ based on `src/gzip/ftgzip.c'
+ .
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+
+Files: vs/libpng/contrib/pngminus/README
+Copyright: __NO_COPYRIGHT__ in: vs/libpng/contrib/pngminus/README
+License: __UNKNOWN__
+ 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. This software is provided "as is" without
+ express or implied warranty.
+ .
+ Some history
+
+Files: vs/sdl2/test/loopwavequeue.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Program to load a wave file and loop playing it using SDL sound queueing
+
+Files: vs/libpng/contrib/tools/chkfmt
+Copyright: : John Cunningham Bowler, 2010. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Check the format of the source files in the current directory - checks for a
+ line length of 80 characters max and no tab characters.
+ .
+ Optionally arguments are files or directories to check.
+ .
+ -v: output the long lines (makes fixing them easier)
+ -e: spawn an editor for each file that needs a change ($EDITOR must be
+ defined). When using -e the script MUST be run from an interactive
+ command line.
+
+Files: vs/libpng/png.5
+Copyright: 2003 W3C. (MIT, ERCIM, Keio), .LP
+License: __UNKNOWN__
+ The PNG-1.2 specification is copyright (c) 1999 Glenn Randers-Pehrson.
+ See the specification for conditions of use and distribution.
+ .LP
+ The PNG-1.0 specification is copyright (c) 1996 Massachusetts Institute of
+ Technology. See the specification for conditions of use and distribution.
+ .LP
+ .\" end of man page
+
+Files: vs/zlib/examples/enough.c
+Copyright: 2007-2012 Mark Adler Version 1.4 18 August 2012 Mark Adler
+License: __UNKNOWN__
+ Version history:
+ 1.0 3 Jan 2007 First version (derived from codecount.c version 1.4)
+ 1.1 4 Jan 2007 Use faster incremental table usage computation
+ Prune examine() search on previously visited states
+ 1.2 5 Jan 2007 Comments clean up
+ As inflate does, decrease root for short codes
+ Refuse cases where inflate would increase root
+ 1.3 17 Feb 2008 Add argument for initial root table size
+
+Files: vs/freetype/builds/amiga/makefile
+Copyright: 2005-2018 Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ to build from the builds/amiga directory call
+ .
+ make assign
+ make
+ .
+ Your programs source code should start with this
+ (uncomment the parts you do not need to keep the program small):
+
+Files: vs/zlib/examples/gzlog.h
+Copyright: 2004-2012 Mark Adler, version 2.2, 14 Aug 2012
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the author be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Mark Adler madler@alumni.caltech.edu
+ .
+ Version History:
+ 1.0 26 Nov 2004 First version
+ 2.0 25 Apr 2008 Complete redesign for recovery of interrupted operations
+ Interface changed slightly in that now path is a prefix
+
+Files: vs/zlib/win32/Makefile.gcc
+Copyright: 1995-2003 Jean-loup Gailly. For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ To compile, or to compile and test, type from the top level zlib directory:
+ .
+ make -fwin32/Makefile.gcc; make test testdll -fwin32/Makefile.gcc
+ .
+ To use the asm code, type:
+
+Files: vs/sdl2/test/testsensor.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple test of the SDL sensor code
+
+Files: vs/zlib/contrib/ada/test.adb
+Copyright: 2002-2003 Dmitriy Anisimkov -- --
+License: __UNKNOWN__
+ Open source license information is in the zlib.ads file. --
+ .
+ The program has a few aims.
+ 1. Test ZLib.Ada95 thick binding functionality.
+ 2. Show the example of use main functionality of the ZLib.Ada95 binding.
+ 3. Build this program automatically compile all ZLib.Ada95 packages under
+ GNAT Ada95 compiler.
+
+Files: vs/freetype/include/freetype/internal/ftdebug.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ IMPORTANT: A description of FreeType's debugging support can be
+ found in `docs/DEBUG.TXT'. Read it if you need to use or
+ understand this code.
+
+Files: vs/freetype/src/autofit/afcover.h
+Copyright: 2013-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This header file can be included multiple times.
+ Define `COVERAGE' as needed.
+ .
+ Add new coverages here. The first and second arguments are the
+ coverage name in lowercase and uppercase, respectively, followed
+ by a description string. The last four arguments are the four
+ characters defining the corresponding OpenType feature.
+
+Files: vs/sdl2/test/testmessage.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple test of the SDL MessageBox API
+
+Files: src/libs/decoders/internal/opus/silk/A2NLSF.c
+Copyright: 2006-2011 Skype Limited.
+License: __UNKNOWN__
+ 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 Internet Society, IETF or IETF Trust, nor the
+ names of specific contributors, may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ Conversion between prediction filter coefficients and NLSFs
+ Requires the order to be an even number
+ A piecewise linear approximation maps LSF <-> cos(LSF)
+ Therefore the result is not accurate NLSFs, but the two
+ functions are accurate inverses of each other
+
+Files: vs/sdl2/debian/copyright
+Copyright: : 1997-2018 Sam Lantinga <slouken@libsdl.org> License: zlib/libpng
+License: __UNKNOWN__
+ Files: src/libm/*
+ Copyright: 1993 by Sun Microsystems, Inc.
+ License: SunPro
+
+Files: vs/zlib/crc32.c
+Copyright: 1995-2016 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ Thanks to Rodney Brown <rbrown64@csc.com.au> for his contribution of faster
+ CRC methods: exclusive-oring 32 bits of data at a time, and pre-computing
+ tables for updating the shift register in one step with three exclusive-ors
+ instead of four steps with four exclusive-ors. This results in about a
+ factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
+ .
+ @(#) $Id$
+
+Files: vs/freetype/builds/amiga/smakefile
+Copyright: 2005-2018 Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ to build from the builds/amiga directory call
+ .
+ smake assign
+ smake
+ .
+ Your programs source code should start with this
+ (uncomment the parts you do not need to keep the program small):
+
+Files: vs/freetype/src/truetype/ttgxvar.c
+Copyright: 2004-2018 David Turner, Robert Wilhelm, Werner Lemberg, and George Williams.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Apple documents the `fvar', `gvar', `cvar', and `avar' tables at
+ .
+ https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6[fgca]var.html
+ .
+ The documentation for `gvar' is not intelligible; `cvar' refers you
+ to `gvar' and is thus also incomprehensible.
+ .
+ The documentation for `avar' appears correct, but Apple has no fonts
+ with an `avar' table, so it is hard to test.
+ .
+ Many thanks to John Jenkins (at Apple) in figuring this out.
+ .
+ Apple's `kern' table has some references to tuple indices, but as
+ there is no indication where these indices are defined, nor how to
+ interpolate the kerning values (different tuples have different
+ classes) this issue is ignored.
+
+Files: vs/zlib/contrib/dotzlib/LICENSE_1_0.txt
+Copyright: __NO_COPYRIGHT__ in: vs/zlib/contrib/dotzlib/LICENSE_1_0.txt
+License: __UNKNOWN__
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+Files: vs/freetype/src/psaux/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ PSAUX driver directory
+
+Files: vs/d3dx9shader.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9shader.h
+ Content: D3DX Shader APIs
+
+Files: vs/freetype/include/freetype/internal/fttrace.h
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ definitions of trace levels for FreeType 2
+
+Files: vs/zlib/inflate.c
+Copyright: 1995-2016 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ Change history:
+ .
+ 1.2.beta0 24 Nov 2002
+ - First version -- complete rewrite of inflate to simplify code, avoid
+ creation of window when not needed, minimize use of window when it is
+ needed, make inffast.c even faster, implement gzip decoding, and to
+ improve code readability and style over the previous zlib inflate code
+ .
+ 1.2.beta1 25 Nov 2002
+ - Use pointers for available input and output checking in inffast.c
+ - Remove input and output counters in inffast.c
+
+Files: vs/freetype/ChangeLog.28
+Copyright: 2016-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(3126lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(3127lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(3128lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(3129lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(3130lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(3131lines) truncating at:
+ __MANY_TOTAL_LINES__(3132lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(3133lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(3134lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(3135lines) truncating at: End:
+ End:
+
+Files: vs/freetype/src/psnames/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ PSNames driver directory
+
+Files: vs/freetype/src/pshinter/pshnterr.h
+Copyright: 2003-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the PSHinter error enumeration constants.
+
+Files: vs/sdl/src/hermes/x86p_16.asm
+Copyright: 1998 Glenn Fielder (gaffer@gaffer.org)
+License: __UNKNOWN__
+ This source code is licensed under the GNU LGPL
+ .
+ Please refer to the file COPYING.LIB contained in the distribution for
+ licensing conditions
+ .
+ Routines adjusted for Hermes by Christian Nentwich (brn@eleet.mcb.at)
+ Used with permission.
+
+Files: src/libs/fluidsynth/fluid_chorus.c
+Copyright: 1998 Juergen Mueller And Sundry Contributors
+License: __UNKNOWN__
+ This source code is freely redistributable and may be used for
+ any purpose. This copyright notice must be maintained.
+ Juergen Mueller And Sundry Contributors are not responsible for
+ the consequences of using this software.
+ .
+ CHANGES
+ .
+ - Adapted for fluidsynth, Peter Hanappe, March 2002
+ .
+ - Variable delay line implementation using bandlimited
+ interpolation, code reorganization: Markus Nentwig May 2002
+ .
+ Chorus effect.
+
+Files: vs/libpdcurses/demos/tuidemo.c
+Copyright: __NO_COPYRIGHT__ in: vs/libpdcurses/demos/tuidemo.c
+License: __UNKNOWN__
+ Purpose: This program demonstrates the use of the 'curses' library
+ for the creation of (simple) menu-operated programs.
+ In the PDCurses version, use is made of colors for the
+ highlighting of subwindows (title bar, status bar etc).
+ .
+ Acknowledgement: some ideas were borrowed from Mark Hessling's
+ version of the 'testcurs' program.
+
+Files: vs/zlib/contrib/puff/puff.c
+Copyright: 2002-2013 Mark Adler For conditions of distribution and use, see copyright notice in puff.h version 2.3, 21 Jan 2013
+License: __UNKNOWN__
+ puff.c is a simple inflate written to be an unambiguous way to specify the
+ deflate format. It is not written for speed but rather simplicity. As a
+ side benefit, this code might actually be useful when small code is more
+ important than speed, such as bootstrap applications. For typical deflate
+ data, zlib's inflate() is about four times as fast as puff(). zlib's
+ inflate compiles to around 20K on my machine, whereas puff.c compiles to
+ around 4K on my machine (a PowerPC using GNU cc). If the faster decode()
+ function here is used, then puff() is only twice as slow as zlib's
+ inflate().
+ .
+ All dynamically allocated memory comes from the stack. The stack required
+ is less than 2K bytes. This code is compatible with 16-bit int's and
+ assumes that long's are at least 32 bits. puff.c uses the short data type,
+ assumed to be 16 bits, for arrays in order to conserve memory. The code
+ works whether integers are stored big endian or little endian.
+ .
+ In the comments below are "Format notes" that describe the inflate process
+ and document some of the less obvious aspects of the format. This source
+ code is meant to supplement RFC 1951, which formally describes the deflate
+ format:
+ .
+ http://www.zlib.org/rfc-deflate.html
+ .
+ Change history:
+ .
+ 1.0 10 Feb 2002 - First version
+ 1.1 17 Feb 2002 - Clarifications of some comments and notes
+ - Update puff() dest and source pointers on negative
+ errors to facilitate debugging deflators
+ - Remove longest from struct huffman -- not needed
+ - Simplify offs[] index in construct()
+ - Add input size and checking, using longjmp() to
+ maintain easy readability
+ - Use short data type for large arrays
+ - Use pointers instead of long to specify source and
+ destination sizes to avoid arbitrary 4 GB limits
+ 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!),
+ but leave simple version for readabilty
+ - Make sure invalid distances detected if pointers
+ are 16 bits
+ - Fix fixed codes table error
+ - Provide a scanning mode for determining size of
+ uncompressed data
+ 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
+ - Add a puff.h file for the interface
+ - Add braces in puff() for else do [Gailly]
+ - Use indexes instead of pointers for readability
+ 1.4 31 Mar 2002 - Simplify construct() code set check
+ - Fix some comments
+ - Add FIXLCODES #define
+ 1.5 6 Apr 2002 - Minor comment fixes
+ 1.6 7 Aug 2002 - Minor format changes
+ 1.7 3 Mar 2003 - Added test code for distribution
+ - Added zlib-like license
+ 1.8 9 Jan 2004 - Added some comments on no distance codes case
+ 1.9 21 Feb 2008 - Fix bug on 16-bit integer architectures [Pohland]
+ - Catch missing end-of-block symbol error
+ 2.0 25 Jul 2008 - Add #define to permit distance too far back
+ - Add option in TEST code for puff to write the data
+ - Add option in TEST code to skip input bytes
+ - Allow TEST code to read from piped stdin
+ 2.1 4 Apr 2010 - Avoid variable initialization for happier compilers
+ - Avoid unsigned comparisons for even happier compilers
+ 2.2 25 Apr 2010 - Fix bug in variable initializations [Oberhumer]
+ - Add const where appropriate [Oberhumer]
+
+Files: vs/freetype/src/cid/ciderrs.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the CID error enumeration constants.
+
+Files: vs/freetype/builds/windows/w32-dev.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ NOTE: This version requires that GNU Make is invoked from the Windows
+
+Files: vs/sdl2/test/testver.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Test program to compare the compile-time version of SDL with the linked
+ version of SDL
+
+Files: vs/freetype/src/gxvalid/gxvcommn.h
+Copyright: 2004-2018 suzuki toshiya, Masatake YAMATO, Red Hat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ gxvalid is derived from both gxlayout module and otvalid module.
+ Development of gxlayout is supported by the Information-technology
+ Promotion Agency(IPA), Japan.
+ .
+ keywords in variable naming
+
+Files: vs/freetype/src/psaux/psauxerr.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the PS auxiliary module error enumeration
+ constants.
+
+Files: vs/zlib/test/infcover.c
+Copyright: 2011-2016 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ to use, do: ./configure --cover && make cover
+
+Files: vs/freetype/src/autofit/afwarp.c
+Copyright: 2006-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The idea of the warping code is to slightly scale and shift a glyph
+ within a single dimension so that as much of its segments are aligned
+ (more or less) on the grid. To find out the optimal scaling and
+ shifting value, various parameter combinations are tried and scored.
+
+Files: vs/sdl/README.NanoX
+Copyright: __NO_COPYRIGHT__ in: vs/sdl/README.NanoX
+License: __UNKNOWN__
+ This patch is against SDL version 1.2.4.
+ It enhances previous patch 0.8 by providing direct framebuffer
+ access as well as dynamic hardware pixel type support, not
+ requiring a compile-time option setting for different framebuffer
+ modes.
+ Tested against Microwindows version 0.89pre9.
+ .
+ Older Microwindows versions
+
+Files: vs/zlib/contrib/iostream2/zstream.h
+Copyright: 1997 Christian Michelsen Research AS Advanced Computing Fantoftvegen 38, 5036 BERGEN, Norway http://www.cmr.no
+License: __UNKNOWN__
+ 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. Christian Michelsen Research AS makes no
+ representations about the suitability of this software for any
+ purpose. It is provided "as is" without express or implied warranty.
+
+Files: vs/zlib/contrib/puff/puff.h
+Copyright: 2002-2013 Mark Adler, version 2.3, 21 Jan 2013
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the author be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Mark Adler madler@alumni.caltech.edu
+ .
+ See puff.c for purpose and usage.
+
+Files: vs/sdl2/src/hidapi/windows/ddk_build/makefile
+Copyright: 1995-1996 Microsoft Corporation
+License: __UNKNOWN__
+ MAKEFILE for HID directory
+
+Files: vs/sdl2/test/testdrawchessboard.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ This file is created by : Nitin Jain (nitin.j4@samsung.com)
+
+Files: vs/d3dx9math.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9math.h
+ Content: D3DX math types and functions
+
+Files: vs/freetype/src/otvalid/otvmath.c
+Copyright: 2007-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ Written by George Williams.
+ .
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+
+Files: src/debug/debug_disasm.cpp
+Copyright: __NO_COPYRIGHT__ in: src/debug/debug_disasm.cpp
+License: __UNKNOWN__
+ 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.
+ .
+ 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.
+ .
+ Comments:
+ .
+ The code was originally snaffled from the GNU C++ debugger, as ported
+ to DOS by DJ Delorie and Kent Williams (williams@herky.cs.uiowa.edu).
+ Extensively modified by Robin Hilliard in Jan and May 1992.
+ .
+ This source compiles under Turbo C v2.01. The disassembler is entirely
+ table driven so it's fairly easy to change to suit your own tastes.
+ .
+ The instruction table has been modified to correspond with that in
+ `Programmer's Technical Reference: The Processor and Coprocessor',
+ Robert L. Hummel, Ziff-Davis Press, 1992. Missing (read "undocumented")
+ instructions were added and many mistakes and omissions corrected.
+ .
+ Health warning:
+ .
+ When writing and degbugging this code, I didn't have (and still don't have)
+ a 32-bit disassembler to compare this guy's output with. It's therefore
+ quite likely that bugs will appear when disassembling instructions which use
+ the 386 and 486's native 32 bit mode. It seems to work fine in 16 bit mode.
+ .
+ Any comments/updates/bug reports to:
+ .
+ Robin Hilliard, Lough Guitane, Killarney, Co. Kerry, Ireland.
+ Tel: [+353] 64-54014
+ Internet: softloft@iruccvax.ucc.ie
+ Compu$erve: 100042, 1237
+ .
+ If you feel like registering, and possibly get notices of updates and
+ other items of software, then send me a post card of your home town.
+ .
+ Thanks and enjoy!
+
+Files: vs/freetype/src/base/fttrigon.c
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This is a fixed-point CORDIC implementation of trigonometric
+ functions as well as transformations between Cartesian and polar
+ coordinates. The angles are represented as 16.16 fixed-point values
+ in degrees, i.e., the angular resolution is 2^-16 degrees. Note that
+ only vectors longer than 2^16*180/pi (or at least 22 bits) on a
+ discrete Cartesian grid can have the same or better angular
+ resolution. Therefore, to maintain this precision, some functions
+ require an interim upscaling of the vectors, whereas others operate
+ with 24-bit long vectors directly.
+
+Files: vs/libpng/contrib/conftest/read.dfa
+Copyright: : (c) John Bowler, 2013 Usage rights: To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Build libpng with basic read support. This enables the lowest level libpng
+ read API - the one where the calling code has to use a loop to read each row.
+ At present this is the API used by most programs.
+ .
+ Support is enabled only for those chunks and transformations that are
+ typically required - others can be added easily.
+
+Files: vs/freetype/src/type1/t1errors.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the Type 1 error enumeration constants.
+
+Files: contrib/windows/installer/64bit/ISPPBuiltins.iss
+Copyright: 2000-2020 Martijn Laan.
+ 2001-2004 Alex Yackimoff.
+License: __UNKNOWN__
+ See the ISPP help file for more documentation of the functions defined by this file
+
+Files: vs/freetype/src/cff/cfferrs.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the CFF error enumeration constants.
+
+Files: vs/freetype/ChangeLog.26
+Copyright: 2015-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(5701lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(5702lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(5703lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(5704lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(5705lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(5706lines) truncating at:
+ __MANY_TOTAL_LINES__(5707lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(5708lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(5709lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(5710lines) truncating at: End:
+ End:
+
+Files: vs/sdl2/test/teststreaming.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Running moose :) Coded by Mike Gorchak.
+
+Files: vs/freetype/src/base/ftsystem.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file contains the default interface used by FreeType to access
+ low-level, i.e. memory management, i/o access as well as thread
+ synchronisation. It can be replaced by user-specific routines if
+ necessary.
+
+Files: vs/freetype/builds/modules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ DO NOT INVOKE THIS MAKEFILE DIRECTLY! IT IS MEANT TO BE INCLUDED BY
+ OTHER MAKEFILES.
+ .
+ This file is in charge of handling the generation of the modules list
+ file.
+ .
+ Build the modules list.
+
+Files: vs/freetype/src/autofit/aftypes.h
+Copyright: 2003-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The auto-fitter is a complete rewrite of the old auto-hinter.
+ Its main feature is the ability to differentiate between different
+ writing systems and scripts in order to apply specific rules.
+ .
+ The code has also been compartmentalized into several entities that
+ should make algorithmic experimentation easier than with the old
+ code.
+
+Files: vs/sdl2/test/testoverlay2.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Test of the overlay used for moved pictures, test more closed to real life.
+ Running trojan moose :) Coded by Mike Gorchak.
+
+Files: vs/freetype/src/tools/ftrandom/ftrandom.c
+Copyright: 2005-2013 George Williams
+License: __UNKNOWN__
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+
+Files: vs/freetype/include/freetype/ftmoderr.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the FreeType module error codes.
+
+Files: vs/libpng/contrib/tools/genpng.c
+Copyright: : John Cunningham Bowler, 2015. Revised Glenn Randers-Pehrson, 2017, to add buffer-size check. To the extent possible under law, the authors have waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Generate a PNG with an alpha channel, correctly.
+ .
+ This is a test case generator; the resultant PNG files are only of interest
+ to those of us who care about whether the edges of circles are green, red,
+ or yellow.
+ .
+ The program generates an RGB+Alpha PNG of a given size containing the given
+ shapes on a transparent background:
+ .
+ genpng width height { shape }
+
+Files: vs/freetype/builds/unix/install.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ If you say
+
+Files: vs/freetype/src/type1/t1parse.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The Type 1 parser is in charge of the following:
+ .
+ - provide an implementation of a growing sequence of objects called
+
+Files: vs/freetype/docs/CHANGES
+Copyright: 2000-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ __MANY_TOTAL_LINES__(5023lines) truncating at: modified, and distributed under the terms of the FreeType
+ modified, and distributed under the terms of the FreeType project
+ __MANY_TOTAL_LINES__(5024lines) truncating at: license, LICENSE.TXT. By continuing to use, modify, or distrib
+ license, LICENSE.TXT. By continuing to use, modify, or distribute this
+ __MANY_TOTAL_LINES__(5025lines) truncating at: file you indicate that you have read the license and underst
+ file you indicate that you have read the license and understand and
+ __MANY_TOTAL_LINES__(5026lines) truncating at: accept it fully.
+ accept it fully.
+ __MANY_TOTAL_LINES__(5027lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(5028lines) truncating at:
+ __MANY_TOTAL_LINES__(5029lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(5030lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(5031lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(5032lines) truncating at: End:
+ End:
+ __MANY_TOTAL_LINES__(5033lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(5034lines) truncating at: --- end of CHANGES ---
+
+Files: vs/freetype/src/autofit/rules.mk
+Copyright: 2003-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ AUTOF driver directory
+
+Files: vs/sdl2/test/testjoystick.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program to test the SDL joystick routines
+
+Files: vs/freetype/src/type42/t42drivr.c
+Copyright: 2002-2018 Roberto Alameda.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This driver implements Type42 fonts as described in the
+ Technical Note #5012 from Adobe, with these limitations:
+ .
+ 1) CID Fonts are not currently supported.
+ 2) Incremental fonts making use of the GlyphDirectory keyword
+ will be loaded, but the rendering will be using the TrueType
+ tables.
+ 3) As for Type1 fonts, CDevProc is not supported.
+ 4) The Metrics dictionary is not supported.
+ 5) AFM metrics are not supported.
+ .
+ In other words, this driver supports Type42 fonts derived from
+ TrueType fonts in a non-CID manner, as done by usual conversion
+ programs.
+
+Files: vs/freetype/src/cache/ftcmru.h
+Copyright: 2000-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ An MRU is a list that cannot hold more than a certain number of
+
+Files: vs/freetype/src/bzip2/rules.mk
+Copyright: 2010-2018 Joel Klinghed.
+License: __UNKNOWN__
+ based on `src/lzw/rules.mk'
+ .
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ BZIP2 driver directory
+
+Files: vs/freetype/devel/ft2build.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This is a development version of <ft2build.h> to build the library in
+ debug mode. Its only difference to the default version is that it
+ includes a local `ftoption.h' header file with different settings for
+ many configuration macros.
+ .
+ To use it, simply ensure that the directory containing this file is
+ scanned by the compiler before the default FreeType header directory.
+
+Files: vs/zlib/contrib/ada/read.adb
+Copyright: 2002-2003 Dmitriy Anisimkov -- --
+License: __UNKNOWN__
+ Open source license information is in the zlib.ads file. --
+ .
+ Test/demo program for the generic read interface.
+
+Files: vs/zlib/infback.c
+Copyright: 1995-2016 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ This code is largely copied from inflate.c. Normally either infback.o or
+ inflate.o would be linked into an application--not both. The interface
+ with inffast.c is retained so that optimized assembler-coded versions of
+
+Files: vs/freetype/src/sfnt/sferrors.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the SFNT error enumeration constants.
+
+Files: vs/sdl2/test/testrumble.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+ 2011 Edgar Simo Serra
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ 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 the Simple Directmedia Layer (SDL) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ includes
+
+Files: src/libs/decoders/internal/opus/silk/biquad_alt.c
+Copyright: 2006-2011 Skype Limited.
+License: __UNKNOWN__
+ 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 Internet Society, IETF or IETF Trust, nor the
+ names of specific contributors, may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ *
+
+Files: vs/libpdcurses/README.md
+Copyright: __NO_COPYRIGHT__ in: vs/libpdcurses/README.md
+License: __UNKNOWN__
+ This software is provided AS IS with NO WARRANTY whatsoever.
+ .
+ Ports
+
+Files: vs/freetype/src/autofit/afstyles.h
+Copyright: 2013-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The following part can be included multiple times.
+ Define `STYLE' as needed.
+ .
+ Add new styles here. The first and second arguments are the
+ style name in lowercase and uppercase, respectively, followed
+ by a description string. The next arguments are the
+ corresponding writing system, script, blue stringset, and
+ coverage.
+
+Files: vs/sdl2/test/testfilesystem.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple test of filesystem functions.
+
+Files: vs/sdl2/test/testhaptic.c
+Copyright: 2008 Edgar Simo Serra
+License: __UNKNOWN__
+ 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 the Simple Directmedia Layer (SDL) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ includes
+
+Files: vs/freetype/builds/exports.mk
+Copyright: 2005-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ DO NOT INVOKE THIS MAKEFILE DIRECTLY! IT IS MEANT TO BE INCLUDED BY
+ OTHER MAKEFILES.
+ .
+ This sub-Makefile is used to compute the list of exported symbols whenever
+
+Files: vs/freetype/Jamrules
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ This file contains the Jam rules needed to build the FreeType 2 library.
+ It is shared by all Jamfiles and is included only once in the build
+ process.
+ .
+ Call SubDirHdrs on a list of directories.
+
+Files: vs/freetype/src/otvalid/otverror.h
+Copyright: 2004-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the OpenType validation module error
+ enumeration constants.
+
+Files: vs/freetype/src/raster/ftmisc.h
+Copyright: 2005-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used
+ modified and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is *not* portable! You have to adapt
+ its definitions to your platform.
+
+Files: vs/freetype/src/gxvalid/gxvfgen.c
+Copyright: 2003-2018 Masatake YAMATO and Redhat K.K.
+License: __UNKNOWN__
+ This file may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ gxfeatreg.c
+ .
+ Database of font features pre-defined by Apple Computer, Inc.
+ https://developer.apple.com/fonts/TrueType-Reference-Manual/RM09/AppendixF.html
+ (body).
+ .
+ This file may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Development of gxfeatreg.c is supported by
+ Information-technology Promotion Agency, Japan.
+ .
+ This file is compiled as a stand-alone executable.
+ This file is never compiled into `libfreetype2'.
+ The output of this file is used in `gxvfeat.c'.
+
+Files: vs/freetype/builds/toplevel.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ This file is designed for GNU Make, do not use it with another Make tool!
+ .
+ It works as follows:
+ .
+ - When invoked for the first time, this Makefile includes the rules found
+ in `PROJECT/builds/detect.mk'. They are in charge of detecting the
+ current platform.
+ .
+ A summary of the detection is displayed, and the file `config.mk' is
+ created in the current directory.
+ .
+ - When invoked later, this Makefile includes the rules found in
+ `config.mk'. This sub-Makefile defines some system-specific variables
+ (like compiler, compilation flags, object suffix, etc.), then includes
+ the rules found in `PROJECT/builds/PROJECT.mk', used to build the
+ library.
+ .
+ See the comments in `builds/detect.mk' and `builds/PROJECT.mk' for more
+ details on host platform detection and library builds.
+ .
+ First of all, check whether we have `$(value ...)'. We do this by testing
+ for `$(eval ...)' which has been introduced in the same GNU make version.
+
+Files: vs/libpng/INSTALL
+Copyright: 1998-2016 Glenn Randers-Pehrson
+License: __UNKNOWN__
+ This document is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h.
+
+Files: vs/freetype/src/base/ftcalc.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Support for 1-complement arithmetic has been totally dropped in this
+ release. You can still write your own code if you need it.
+ .
+ Implementing basic computation routines.
+
+Files: vs/freetype/builds/amiga/src/base/ftsystem.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file contains the Amiga interface used by FreeType to access
+ low-level, i.e. memory management, i/o access as well as thread
+ synchronisation.
+ .
+ Maintained by Detlef Würkner <TetiSoft@apg.lahn.de>
+ .
+ Based on the original ftsystem.c,
+ modified to avoid fopen(), fclose(), fread(), fseek(), ftell(),
+ malloc(), realloc(), and free().
+ .
+ Those C library functions are often not thread-safe or cant be
+ used in a shared Amiga library. If that's not a problem for you,
+ you can of course use the default ftsystem.c with C library calls
+ instead.
+ .
+ This implementation needs exec V39+ because it uses AllocPooled() etc
+
+Files: vs/freetype/modules.cfg
+Copyright: 2005-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ In case you compile the FreeType library with GNU make or makepp, this
+ file controls which components are built into the library. Otherwise,
+ please read this file for information on the various modules and its
+ dependencies, then follow the instructions in the file `docs/INSTALL.ANY'.
+ .
+ To deactivate a module, simply comment out the corresponding line. To
+ activate a module, remove the comment character.
+ .
+ Note that many modules and components are further controlled with macros
+ in the file `include/freetype/config/ftoption.h'.
+ .
+ font modules -- at least one is required
+ .
+ The order given here (from top to down) is the order used for testing
+ font formats in the compiled library.
+ .
+ TrueType font driver.
+ .
+ This driver needs the `sfnt' module.
+
+Files: vs/sdl2/test/testerror.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple test of the SDL threading code and error handling
+
+Files: vs/sdl2/src/hidapi/LICENSE-orig.txt
+Copyright: 2009 Alan Ott, Signal 11 Software.
+License: __UNKNOWN__
+ This software may be used by anyone for any reason so
+ long as the copyright notice in the source files
+ remains intact.
+
+Files: vs/zlib/zlib.3
+Copyright: 1995-2017 Jean-loup Gailly and Mark Adler .LP
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .LP
+ 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:
+ .LP
+ .nr step 1 1
+ .IP \n[step]. 3
+ 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.
+ .IP \n+[step].
+ Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ .IP \n+[step].
+ This notice may not be removed or altered from any source distribution.
+ .LP
+ Jean-loup Gailly Mark Adler
+ .br
+ jloup@gzip.org madler@alumni.caltech.edu
+ .LP
+ The deflate format used by
+ .I zlib
+ was defined by Phil Katz.
+ The deflate and
+ .I zlib
+ specifications were written by L. Peter Deutsch.
+ Thanks to all the people who reported problems and suggested various
+ improvements in
+ .IR zlib ;
+ who are too numerous to cite here.
+ .LP
+ UNIX manual page by R. P. C. Rodgers,
+ U.S. National Library of Medicine (rodgers@nlm.nih.gov).
+ .\" end of man page
+
+Files: vs/zlib/examples/gzappend.c
+Copyright: 2003-2012 Mark Adler, version 1.2, 11 Oct 2012
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the author be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Mark Adler madler@alumni.caltech.edu
+ .
+ Change history:
+ .
+ 1.0 19 Oct 2003 - First version
+ 1.1 4 Nov 2003 - Expand and clarify some comments and notes
+ - Add version and copyright to help
+ - Send help to stdout instead of stderr
+ - Add some preemptive typecasts
+ - Add L to constants in lseek() calls
+ - Remove some debugging information in error messages
+
+Files: vs/libpng/contrib/tools/intgamma.sh
+Copyright: : John Cunningham Bowler, 2013. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Shell script to generate png.c 8-bit and 16-bit log tables (see the code in
+ png.c for details).
+ .
+ This script uses the "bc" arbitrary precision calculator to calculate 32-bit
+ fixed point values of logarithms appropriate to finding the log of an 8-bit
+ (0..255) value and a similar table for the exponent calculation.
+ .
+ "bc" must be on the path when the script is executed, and the math library
+ (-lm) must be available
+ .
+ function to print out a list of numbers as integers; the function truncates
+ the integers which must be one-per-line
+
+Files: vs/freetype/src/sfnt/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ SFNT driver directory
+
+Files: vs/d3dx9effect.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9effect.h
+ Content: D3DX effect types and Shaders
+
+Files: vs/freetype/configure
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Call the `configure' script located in `builds/unix'.
+
+Files: vs/d3dx9mesh.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9mesh.h
+ Content: D3DX mesh types and functions
+
+Files: vs/pcap/Win32-Extensions.h
+Copyright: 1999-2005 NetGroup, Politecnico di Torino (Italy)
+ 2005-2006 CACE Technologies, Davis (California)
+License: __UNKNOWN__
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the Politecnico di Torino, CACE Technologies
+ nor the names of its contributors may be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: vs/freetype/include/freetype/ftsizes.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Typical application would normally not need to use these functions.
+ However, they have been placed in a public API for the rare cases
+ where they are needed.
+
+Files: vs/sdl2/test/testnative.h
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Definitions for platform dependent windowing functions to test SDL
+ integration with native windows
+
+Files: vs/freetype/src/winfonts/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Windows driver directory
+
+Files: vs/zlib/contrib/ada/mtest.adb
+Copyright: 2002-2003 Dmitriy Anisimkov -- --
+License: __UNKNOWN__
+ Open source license information is in the zlib.ads file. --
+ .
+ Continuous test for ZLib multithreading. If the test would fail
+
+Files: vs/sdl2/test/controllermap.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Game controller mapping generator
+ Gabriel Jacobo <gabomdq@gmail.com>
+
+Files: vs/sdl2/test/loopwave.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Program to load a wave file and loop playing it using SDL audio
+ .
+ loopwaves.c is much more robust in handling WAVE files --
+ This is only for simple WAVEs
+
+Files: vs/freetype/include/freetype/internal/ftserv.h
+Copyright: 2003-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Each module can export one or more `services'. Each service is
+ identified by a constant string and modeled by a pointer; the latter
+ generally corresponds to a structure containing function pointers.
+ .
+ Note that a service's data cannot be a mere function pointer because
+ in C it is possible that function pointers might be implemented
+ differently than data pointers (e.g. 48 bits instead of 32).
+
+Files: vs/freetype/src/cid/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ CID driver directory
+
+Files: vs/libpng/contrib/tools/makesRGB.c
+Copyright: : John Cunningham Bowler, 2013. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Make a table to convert 8-bit sRGB encoding values into the closest 16-bit
+ linear value.
+ .
+ Make two tables to take a linear value scaled to 255*65535 and return an
+ approximation to the 8-bit sRGB encoded value. Calculate the error in these
+ tables and display it.
+
+Files: vs/libpng/contrib/conftest/s_read.dfa
+Copyright: : (c) John Bowler, 2013 Usage rights: To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Build libpng with simplified read support (only). This builds a minimal
+ libpng able to read all PNG formats and convert them into a small number of
+ well understood memory formats.
+
+Files: vs/sdl/src/video/Xext/extensions/xf86dga1.h
+Copyright: 1995 Jon Tombs
+ 1995 XFree86 Inc
+License: __UNKNOWN__
+ THIS IS THE OLD DGA API AND IS OBSOLETE. PLEASE DO NOT USE IT ANYMORE
+
+Files: vs/freetype/ChangeLog.20
+Copyright: 2000-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(2603lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(2604lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(2605lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(2606lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(2607lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(2608lines) truncating at:
+ __MANY_TOTAL_LINES__(2609lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(2610lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(2611lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(2612lines) truncating at: End:
+ End:
+
+Files: vs/freetype/src/gzip/inftrees.h
+Copyright: 1995-2002 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ WARNING: this file should *not* be used by applications. It is
+ part of the implementation of the compression library and is
+ subject to change. Applications should only use zlib.h.
+ .
+ Huffman code lookup table entry--this entry is four bytes for machines
+ that have 16-bit pointers (e.g. PC's in the small or medium model).
+
+Files: vs/freetype/include/freetype/internal/ftrfork.h
+Copyright: 2004-2018 Masatake YAMATO and Redhat K.K.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Development of the code in this file is support of
+ Information-technology Promotion Agency, Japan.
+
+Files: vs/freetype/Makefile
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Project names
+
+Files: vs/freetype/builds/freetype.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ DO NOT INVOKE THIS MAKEFILE DIRECTLY! IT IS MEANT TO BE INCLUDED BY
+ OTHER MAKEFILES.
+ .
+ The following variables (set by other Makefile components, in the
+ environment, or on the command line) are used:
+
+Files: vs/zlib/contrib/pascal/readme.txt
+Copyright: 1995-2003 Jean-loup Gailly and Mark Adler.
+ 1998 Bob Dellaca.
+ 2003 Cosmin Truta.
+License: __UNKNOWN__
+ The example program is:
+ Copyright (C) 1995-2003 by Jean-loup Gailly.
+ Copyright (C) 1998,1999,2000 by Jacques Nomssi Nzali.
+ Copyright (C) 2003 by Cosmin Truta.
+ .
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the author be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+Files: vs/freetype/src/pshinter/pshrec.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The functions defined here are called from the Type 1, CID and CFF
+ font drivers to record the hints of a given character/glyph.
+ .
+ The hints are recorded in a unified format, and are later processed
+ by the `optimizer' and `fitter' to adjust the outlines to the pixel
+ grid.
+
+Files: vs/sdl2/test/testaudiohotplug.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Program to test hotplugging of audio devices
+
+Files: vs/sdl2/test/checkkeys.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program: Loop, watching keystrokes
+
+Files: vs/d3dx9anim.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9anim.h
+ Content: D3DX mesh types and functions
+
+Files: vs/zlib/contrib/inflate86/inffas86.c
+Copyright: 1995-2003 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+ 2003 Chris Anderson <christop@charm.net> Please use the copyright conditions above.
+License: __UNKNOWN__
+ Dec-29-2003 -- I added AMD64 inflate asm support. This version is also
+ slightly quicker on x86 systems because, instead of using rep movsb to copy
+ data, it uses rep movsw, which moves data in 2-byte chunks instead of single
+
+Files: vs/sdl2/test/testrelative.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program: Test relative mouse motion
+
+Files: vs/zlib/zlib2ansi
+Copyright: __NO_COPYRIGHT__ in: vs/zlib/zlib2ansi
+License: __UNKNOWN__
+ TODO
+ .
+ Asumes no function pointer parameters. unless they are typedefed.
+ Assumes no literal strings that look like function definitions
+ Assumes functions start at the beginning of a line
+
+Files: vs/sdl2/test/testnative.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program: Create a native window and attach an SDL renderer
+
+Files: vs/freetype/src/autofit/afcjk.c
+Copyright: 2006-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The algorithm is based on akito's autohint patch, archived at
+ .
+ https://web.archive.org/web/20051219160454/http://www.kde.gr.jp:80/~akito/patch/freetype2/2.1.7/
+
+Files: vs/zlib/contrib/blast/blast.c
+Copyright: 2003-2013 Mark Adler For conditions of distribution and use, see copyright notice in blast.h version 1.3, 24 Aug 2013
+License: __UNKNOWN__
+ blast.c decompresses data compressed by the PKWare Compression Library.
+ This function provides functionality similar to the explode() function of
+ the PKWare library, hence the name "blast".
+ .
+ This decompressor is based on the excellent format description provided by
+ Ben Rudiak-Gould in comp.compression on August 13, 2001. Interestingly, the
+ example Ben provided in the post is incorrect. The distance 110001 should
+ instead be 111000. When corrected, the example byte stream becomes:
+ .
+ 00 04 82 24 25 8f 80 7f
+ .
+ which decompresses to "AIAIAIAIAIAIA" (without the quotes).
+ .
+ Change history:
+ .
+ 1.0 12 Feb 2003 - First version
+ 1.1 16 Feb 2003 - Fixed distance check for > 4 GB uncompressed data
+ 1.2 24 Oct 2012 - Add note about using binary mode in stdio
+ - Fix comparisons of differently signed integers
+ 1.3 24 Aug 2013 - Return unused input from blast()
+ - Fix test code to correctly report unused input
+ - Enable the provision of initial input to blast()
+
+Files: vs/libpng/contrib/conftest/write.dfa
+Copyright: : (c) John Bowler, 2013 Usage rights: To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Build libpng with no read support and minimal write support.
+
+Files: vs/freetype/src/tools/ftfuzzer/ftmutator.cc
+Copyright: 2015-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Since `tar' is not a valid format for input to FreeType, treat any input
+ that looks like `tar' as multiple files and mutate them separately.
+ .
+ In the future, a variation of this may be used to guide mutation on a
+ logically higher level.
+
+Files: vs/freetype/src/psnames/pstables.h
+Copyright: 2005-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file has been generated automatically -- do not edit!
+
+Files: vs/sdl2/test/testkeys.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Print out all the scancodes we have, just to verify them
+
+Files: vs/freetype/src/base/ftoutln.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ All functions are declared in freetype.h.
+
+Files: vs/zlib/contrib/asm686/match.S
+Copyright: 1998-2007 Brian Raiter <breadbox@muppetlabs.com>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the author be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+Files: vs/freetype/src/smooth/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ smooth driver directory
+
+Files: vs/freetype/src/cache/ftcerror.h
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the caching sub-system error enumeration
+ constants.
+
+Files: vs/sdl/src/video/Xext/extensions/xf86dga.h
+Copyright: 1999 XFree86 Inc
+License: __UNKNOWN__
+ $XFree86: xc/include/extensions/xf86dga.h,v 3.21 2001/08/01 00:44:36 tsi Exp $
+
+Files: vs/freetype/src/truetype/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ TrueType driver directory
+
+Files: vs/freetype/src/cache/ftcmanag.h
+Copyright: 2000-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ A cache manager is in charge of the following:
+
+Files: vs/freetype/include/freetype/config/ftstdlib.h
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to group all #includes to the ANSI C library that
+ FreeType normally requires. It also defines macros to rename the
+ standard functions within the FreeType source code.
+
+Files: src/libs/mt32/sha1/license.txt
+Copyright: 1998-2009 Paul E. Jones <paulej@packetizer.com>
+License: __UNKNOWN__
+ Freeware Public License (FPL)
+ .
+ This software is licensed as "freeware." Permission to distribute
+ this software in source and binary forms, including incorporation
+ into other products, is hereby granted without a fee. THIS SOFTWARE
+ IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHOR SHALL NOT BE HELD
+ LIABLE FOR ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE, EITHER
+ DIRECTLY OR INDIRECTLY, INCLUDING, BUT NOT LIMITED TO, LOSS OF DATA
+ OR DATA BEING RENDERED INACCURATE.
+
+Files: src/libs/physfs/physfs_archiver_wad.c
+Copyright: a uint32 which is the file offset to the start of the directory
+License: __UNKNOWN__
+ The directory has one 16-byte entry for every lump. Each entry consists
+ of three parts:
+ .
+ (a) a uint32, the file offset to the start of the lump
+ (b) a uint32, the size of the lump in bytes
+ (c) an 8-byte ASCII string, the name of the lump, padded with zeros.
+ For example, the "DEMO1" entry in hexadecimal would be
+ (44 45 4D 4F 31 00 00 00)
+ .
+ Note that there is no way to tell if an opened WAD archive is a
+ IWAD or PWAD with this archiver.
+ I couldn't think of a way to provide that information, without being too
+ hacky.
+ I don't think it's really that important though.
+ .
+ Please see the file LICENSE.txt in the source's root directory.
+ .
+ This file written by Travis Wells, based on the GRP archiver by
+ Ryan C. Gordon.
+
+Files: vs/freetype/include/freetype/internal/services/svttcmap.h
+Copyright: 2003-2018 Masatake YAMATO, Redhat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Development of this service is support of
+ Information-technology Promotion Agency, Japan.
+
+Files: vs/freetype/src/bzip2/Jamfile
+Copyright: 2010-2018 Joel Klinghed
+License: __UNKNOWN__
+ based on `src/lzw/Jamfile'
+ .
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+
+Files: vs/sdl/src/audio/SDL_mixer_MMX.h
+Copyright: 2002 Stephane Marchesin (stephane.marchesin@wanadoo.fr)
+License: __UNKNOWN__
+ This code is licensed under the LGPL (see COPYING for details)
+ .
+ Assumes buffer size in bytes is a multiple of 16
+
+Files: vs/freetype/src/gxvalid/gxverror.h
+Copyright: 2004-2018 suzuki toshiya, Masatake YAMATO, Red Hat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ gxvalid is derived from both gxlayout module and otvalid module.
+ Development of gxlayout is supported by the Information-technology
+ Promotion Agency(IPA), Japan.
+ .
+ This file is used to define the OpenType validation module error
+ enumeration constants.
+
+Files: vs/libpng/contrib/pngsuite/README
+Copyright: 1999-2012 Willem van Schaik,
+License: __UNKNOWN__
+ Two images (ftbbn0g01.png and ftbbn0g02.png) are by Glenn Randers-Pehrson, 2012
+ .
+ Permission to use, copy, modify, and distribute these images for any
+ purpose and without fee is hereby granted.
+ .
+ The 15 "bas*.png" images are part of the much larger PngSuite test-set of
+ images, available for developers of PNG supporting software. The
+ complete set, available at http:/www.schaik.com/pngsuite/, contains
+ a variety of images to test interlacing, gamma settings, ancillary
+ chunks, etc.
+ .
+ The "ft*.png" images are "free/libre" replacements for the transparent
+ corresponding t*.png images in the PngSuite.
+ .
+ The images in this directory represent the basic PNG color-types:
+ grayscale (1-16 bit deep), full color (8 or 16 bit), paletted
+ (1-8 bit) and grayscale or color images with alpha channel. You
+ can use them to test the proper functioning of PNG software.
+ .
+ filename depth type
+
+Files: vs/zlib/examples/zran.c
+Copyright: 2005-2012 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h Version 1.1 29 Sep 2012 Mark Adler
+License: __UNKNOWN__
+ Version History:
+ 1.0 29 May 2005 First version
+ 1.1 29 Sep 2012 Fix memory reallocation error
+
+Files: src/libs/decoders/stb_vorbis.h
+Copyright: 2017 Sean Barrett
+License: __UNKNOWN__
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ __MANY_TOTAL_LINES__(5622lines) truncating at: this software and associated documentation files (the "Software"
+ this software and associated documentation files (the "Software"), to deal in
+ __MANY_TOTAL_LINES__(5623lines) truncating at: the Software without restriction, including without limitation t
+ the Software without restriction, including without limitation the rights to
+ __MANY_TOTAL_LINES__(5624lines) truncating at: use, copy, modify, merge, publish, distribute, sublicense, and/o
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ __MANY_TOTAL_LINES__(5625lines) truncating at: of the Software, and to permit persons to whom the Software is f
+ of the Software, and to permit persons to whom the Software is furnished to do
+ __MANY_TOTAL_LINES__(5626lines) truncating at: so, subject to the following conditions:
+ so, subject to the following conditions:
+ __MANY_TOTAL_LINES__(5627lines) truncating at: The above copyright notice and this permission notice shall be i
+ The above copyright notice and this permission notice shall be included in all
+ __MANY_TOTAL_LINES__(5628lines) truncating at: copies or substantial portions of the Software.
+ copies or substantial portions of the Software.
+ __MANY_TOTAL_LINES__(5629lines) truncating at: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ __MANY_TOTAL_LINES__(5630lines) truncating at: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ __MANY_TOTAL_LINES__(5631lines) truncating at: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVEN
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ __MANY_TOTAL_LINES__(5632lines) truncating at: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ __MANY_TOTAL_LINES__(5633lines) truncating at: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ __MANY_TOTAL_LINES__(5634lines) truncating at: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DE
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ __MANY_TOTAL_LINES__(5635lines) truncating at: SOFTWARE.
+ SOFTWARE.
+ __MANY_TOTAL_LINES__(5636lines) truncating at: ----------------------------------------------------------------
+
+Files: vs/freetype/src/gxvalid/rules.mk
+Copyright: 2004-2018 suzuki toshiya, Masatake YAMATO, Red Hat K.K., David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ GXV driver directory
+
+Files: vs/freetype/src/autofit/afblue.dat
+Copyright: 2013-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file contains data specific to blue zones. It gets processed by
+ a script to simulate `jagged arrays', with enumeration values holding
+ offsets into the arrays.
+ .
+ The format of the file is rather simple: A section starts with three
+ labels separated by whitespace and followed by a colon (everything in a
+ single line); the first label gives the name of the enumeration template,
+ the second the name of the array template, and the third the name of the
+ `maximum' template. The script then fills the corresponding templates
+ (indicated by `@' characters around the name).
+ .
+ A section contains one or more data records. Each data record consists
+ of two or more lines. The first line holds the enumeration name, and the
+ remaining lines the corresponding array data.
+ .
+ There are two possible representations for array data.
+ .
+ - A string of characters or character clusters (for example, representing
+ Aksharas, Devanagari syllables) in UTF-8 encoding enclosed in double
+ quotes, using C syntax, where the elements are separated by spaces.
+ There can be only one string per line, thus the starting and ending
+ double quote must be the first and last character in the line,
+ respectively, ignoring whitespace before and after the string. If
+ there are multiple strings (in multiple lines), they are concatenated
+ to a single string. In the output, a string gets represented as a
+ series of singles bytes, followed by a zero byte. The enumeration
+ values simply hold byte offsets to the start of the corresponding
+ strings.
+ .
+ For strings, the `maximum' template holds the maximum number of
+ non-space characters in all strings.
+ .
+ - Data blocks enclosed in balanced braces, which get copied verbatim and
+ which can span multiple lines. The opening brace of a block must be
+ the first character of a line (ignoring whitespace), and the closing
+ brace the last (ignoring whitespace also). The script appends a comma
+ character after each block and counts the number of blocks to set the
+ enumeration values.
+ .
+ For data blocks, the `maximum' template holds the maximum number of
+ array elements.
+ .
+ A section can contain either strings only or data blocks only.
+ .
+ A comment line starts with `//'; it gets removed. A preprocessor
+ directive line (using the standard syntax of `cpp') starts with `#' and
+ gets copied verbatim to both the enumeration and the array. Whitespace
+ outside of a string is insignificant.
+ .
+ Preprocessor directives are ignored while the script computes maximum
+ values; this essentially means that the maximum values can easily be too
+ large. Given that the purpose of those values is to create local
+ fixed-size arrays at compile time for further processing of the blue zone
+ data, this isn't a problem. Note the final zero byte of a string is not
+ counted. Note also that the count holds the number of UTF-8 encoded
+ characters, not bytes.
+ .
+ The blue zone string data, to be used in the blue stringsets below.
+
+Files: vs/freetype/src/pfr/pfrerror.h
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the PFR error enumeration constants.
+
+Files: vs/freetype/include/freetype/ftimage.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Note: A `raster' is simply a scan-line converter, used to render
+
+Files: vs/d3dx9xof.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9xof.h
+ Content: D3DX .X File types and functions
+
+Files: vs/libpdcurses/HISTORY.md
+Copyright: __NO_COPYRIGHT__ in: vs/libpdcurses/HISTORY.md
+License: __UNKNOWN__
+ I've tested this version on Turbo C++ 3.0 and Borland C++ 3.1 for DOS;
+ DJGPP 2.X; Open Watcom 1.3 for DOS (16 and 32-bit), Windows and OS/2;
+ EMX 0.9d and the "newgcc" version of EMX; Borland C++ 5.5 for Windows;
+ recent versions of MinGW, Cygwin, LCC-Win32 and Microsoft Visual C++;
+ and gcc under several flavors of Linux, Mac OS X, *BSD and Solaris.
+ .
+ -- William McBrine
+
+Files: vs/freetype/builds/unix/unix.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ We need these declarations here since unix-def.mk is a generated file.
+
+Files: vs/libpng/contrib/pngminus/png2pnm.c
+Copyright: 1999-2017 Willem van Schaik <willem at schaik.com>
+License: __UNKNOWN__
+ version 1.0 - 1999.10.15 - First version.
+ 1.1 - 2017.04.22 - Add buffer-size check (Glenn Randers-Pehrson)
+ 1.2 - 2017.08.24 - Fix potential overflow in buffer-size check
+ (Glenn Randers-Pehrson)
+
+Files: vs/zlib/contrib/blast/blast.h
+Copyright: 2003-2013 Mark Adler version 1.3, 24 Aug 2013
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the author be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+ .
+ Mark Adler madler@alumni.caltech.edu
+ .
+ blast() decompresses the PKWare Data Compression Library (DCL) compressed
+ format. It provides the same functionality as the explode() function in
+ that library. (Note: PKWare overused the "implode" verb, and the format
+ used by their library implode() function is completely different and
+ incompatible with the implode compression method supported by PKZIP.)
+ .
+ The binary mode for stdio functions should be used to assure that the
+ compressed data is not corrupted when read or written. For example:
+ fopen(..., "rb") and fopen(..., "wb").
+
+Files: vs/pcap/ip6_misc.h
+Copyright: 1993-1997 The Regents of the University of California.
+License: __UNKNOWN__
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that: (1) source code distributions
+ retain the above copyright notice and this paragraph in its entirety, (2)
+ distributions including binary code include the above copyright notice and
+ this paragraph in its entirety in the documentation or other materials
+ provided with the distribution, and (3) all advertising materials mentioning
+ features or use of this software display the following acknowledgement:
+ ``This product includes software developed by the University of California,
+ Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
+ the 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 ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+Files: vs/freetype/include/freetype/internal/ftpic.h
+Copyright: 2009-2018 Oran Agra and Mickey Gabel.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ Modules that ordinarily have const global data that need address
+ can instead define pointers here.
+
+Files: contrib/windows/installer/ISPPBuiltins.iss
+Copyright: 2001-2004 Alex Yackimoff. Portions Martijn Laan. http://ispp.sourceforge.net
+License: __UNKNOWN__
+ Inno Setup (C) 1997-2009 Jordan Russell.
+ Portions by Martijn Laan.
+
+Files: vs/freetype/include/freetype/ftsynth.h
+Copyright: 2000-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ WARNING, THIS IS ALPHA CODE! THIS API
+ IS DUE TO CHANGE UNTIL STRICTLY NOTIFIED BY THE
+ FREETYPE DEVELOPMENT TEAM
+ .
+ Main reason for not lifting the functions in this module to a
+ `standard' API is that the used parameters for emboldening and
+ slanting are not configurable. Consider the functions as a
+ code resource that should be copied into the application and
+ adapted to the particular needs.
+
+Files: vs/sdl2/test/testlock.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Test the thread and mutex locking functions
+ Also exercises the system's signal/thread interaction
+
+Files: vs/sdl2/test/README
+Copyright: 1996 Will Provost
+License: __UNKNOWN__
+ You can get a copy of the full song (and album!) from iTunes...
+ .
+ https://itunes.apple.com/us/album/the-living-proof/id4153978
+ .
+ or Amazon...
+ .
+ http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH
+ .
+ Thanks to Will for permitting us to distribute this sample with SDL!
+
+Files: vs/sdl2/test/testpower.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple test of power subsystem.
+
+Files: vs/freetype/src/sfnt/ttpost.c
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The post table is not completely loaded by the core engine. This
+ file loads the missing PS glyph names and implements an API to access
+ them.
+
+Files: vs/freetype/src/gzip/rules.mk
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ gzip driver directory
+
+Files: vs/d3dx9shape.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9shapes.h
+ Content: D3DX simple shapes
+
+Files: vs/libpng/libpng.3
+Copyright: 1998-2017 Glenn Randers-Pehrson
+License: __UNKNOWN__
+ This document is released under the libpng license.
+ For conditions of distribution and use, see the disclaimer
+ and license in png.h
+ .
+ Based on:
+ .
+ libpng versions 0.97, January 1998, through 1.6.34 - September 29, 2017
+ Updated and distributed by Glenn Randers-Pehrson
+ Copyright (c) 1998-2017 Glenn Randers-Pehrson
+ .
+ libpng 1.0 beta 6 - version 0.96 - May 28, 1997
+ Updated and distributed by Andreas Dilger
+ Copyright (c) 1996, 1997 Andreas Dilger
+ .
+ libpng 1.0 beta 2 - version 0.88 - January 26, 1996
+ For conditions of distribution and use, see copyright
+ notice in png.h. Copyright (c) 1995, 1996 Guy Eric
+ Schalnat, Group 42, Inc.
+ .
+ Updated/rewritten per request in the libpng FAQ
+ Copyright (c) 1995, 1996 Frank J. T. Wojcik
+ December 18, 1995 & January 20, 1996
+ .
+ TABLE OF CONTENTS
+ .
+ I. Introduction
+ II. Structures
+ III. Reading
+ IV. Writing
+ V. Simplified API
+ VI. Modifying/Customizing libpng
+ VII. MNG support
+ VIII. Changes to Libpng from version 0.88
+ IX. Changes to Libpng from version 1.0.x to 1.2.x
+ X. Changes to Libpng from version 1.0.x/1.2.x to 1.4.x
+ XI. Changes to Libpng from version 1.4.x to 1.5.x
+ XII. Changes to Libpng from version 1.5.x to 1.6.x
+ XIII. Detecting libpng
+ XIV. Source code repository
+ XV. Coding style
+ XVI. Y2K Compliance in libpng
+
+Files: vs/d3dx9.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9.h
+ Content: D3DX utility library
+
+Files: vs/freetype/src/tools/update-copyright-year
+Copyright: 2015-2018 Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ [Note: This script is expected to be called by the shell, which in turn
+ calls perl automatically. The nifty start-up code above is based on
+ gnulib's `update-copyright' script; it is a more portable replacement for
+ the shebang, using the first `perl' program in the shell's path instead.]
+
+Files: vs/freetype/src/lzw/rules.mk
+Copyright: 2004-2018 Albert Chin-A-Young.
+License: __UNKNOWN__
+ based on `src/lzw/rules.mk'
+ .
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ LZW driver directory
+
+Files: vs/sdl2/test/testloadso.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Test program to test dynamic loading with the loadso subsystem.
+
+Files: contrib/windows/shaders/EGAfilter.fx
+Copyright: __NO_COPYRIGHT__ in: contrib/windows/shaders/EGAfilter.fx
+License: __UNKNOWN__
+ 1.0 is the 'proper' value, 1.2 seems to give better results but brighter
+ colors may clip.
+
+Files: vs/sdl/src/thread/win32/win_ce_semaphore.c
+Copyright: 1998 Johnson M. Hart (with corrections 2001 Rainer Loritz)
+License: __UNKNOWN__
+ Permission is granted for any and all use providing that this
+ copyright is properly acknowledged.
+ There are no assurances of suitability for any use whatsoever.
+ .
+ WINDOWS CE: There is a collection of Windows CE functions to simulate
+ semaphores using only a mutex and an event. As Windows CE events cannot
+ be named, these simulated semaphores cannot be named either.
+ .
+ Implementation notes:
+ 1. All required internal data structures are allocated on the process's heap.
+ 2. Where appropriate, a new error code is returned (see the header
+ file), or, if the error is a Win32 error, that code is unchanged.
+ 3. Notice the new handle type "SYNCHHANDLE" that has handles, counters,
+ and other information. This structure will grow as new objects are added
+ to this set; some members are specific to only one or two of the objects.
+ 4. Mutexes are used for critical sections. These could be replaced with
+
+Files: vs/freetype/src/otvalid/rules.mk
+Copyright: 2004-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ OTV driver directory
+
+Files: vs/freetype/src/pcf/pcferror.h
+Copyright: 2001-2012 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the PCF error enumeration constants.
+
+Files: vs/freetype/src/pshinter/rules.mk
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ PSHINTER driver directory
+
+Files: vs/freetype/src/tools/docmaker/docmaker.py
+Copyright: 2002-2018 David Turner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This program is a re-write of the original DocMaker tool used to generate
+ the API Reference of the FreeType font rendering engine by converting
+ in-source comments into structured HTML.
+ .
+ This new version is capable of outputting XML data as well as accepting
+ more liberal formatting options. It also uses regular expression matching
+ and substitution to speed up operation significantly.
+
+Files: vs/freetype/src/pfr/rules.mk
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ pfr driver directory
+
+Files: vs/libpng/contrib/tools/sRGB.h
+Copyright: : John Cunningham Bowler, 2013. To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Utility file; not actually a header, this contains definitions of sRGB
+ calculation functions for inclusion in those test programs that need them.
+ .
+ All routines take and return a floating point value in the range
+ 0 to 1.0, doing a calculation according to the sRGB specification
+ (in fact the source of the numbers is the wikipedia article at
+ https://en.wikipedia.org/wiki/SRGB).
+
+Files: vs/zlib/deflate.c
+Copyright: 1995-2017 Jean-loup Gailly and Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ ALGORITHM
+ .
+ The "deflation" process depends on being able to identify portions
+ of the input text which are identical to earlier input (within a
+ sliding window trailing behind the input currently being processed).
+ .
+ The most straightforward technique turns out to be the fastest for
+ most input files: try all possible matches and select the longest.
+ The key feature of this algorithm is that insertions into the string
+ dictionary are very simple and thus fast, and deletions are avoided
+ completely. Insertions are performed at each input character, whereas
+ string matches are performed only when the previous match ends. So it
+ is preferable to spend more time in matches to allow very fast string
+ insertions and avoid deletions. The matching algorithm for small
+ strings is inspired from that of Rabin & Karp. A brute force approach
+ is used to find longer strings when a small match has been found.
+ A similar algorithm is used in comic (by Jan-Mark Wams) and freeze
+ (by Leonid Broukhis).
+ A previous version of this file used a more sophisticated algorithm
+ (by Fiala and Greene) which is guaranteed to run in linear amortized
+ time, but has a larger average cost, uses more memory and is patented.
+ However the F&G algorithm may be faster for some highly redundant
+
+Files: vs/sdl/src/stdlib/SDL_qsort.c
+Copyright: 1998 Gareth McCaughan
+License: __UNKNOWN__
+ This is a drop-in replacement for the C library's |qsort()| routine.
+ .
+ Features:
+ - Median-of-three pivoting (and more)
+ - Truncation and final polishing by a single insertion sort
+ - Early truncation when no swaps needed in pivoting step
+ - Explicit recursion, guaranteed not to overflow
+ - A few little wrinkles stolen from the GNU |qsort()|.
+ - separate code for non-aligned / aligned / word-size objects
+ .
+ This code may be reproduced freely provided
+ - this file is retained unaltered apart from minor
+ changes for portability and efficiency
+ - no changes are made to this comment
+ - any changes that *are* made are clearly flagged
+
+Files: vs/freetype/ChangeLog.24
+Copyright: 2010-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ __MANY_TOTAL_LINES__(6350lines) truncating at: and distributed under the terms of the FreeType project license,
+ and distributed under the terms of the FreeType project license,
+ __MANY_TOTAL_LINES__(6351lines) truncating at: LICENSE.TXT. By continuing to use, modify, or distribute this f
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ __MANY_TOTAL_LINES__(6352lines) truncating at: indicate that you have read the license and understand and accep
+ indicate that you have read the license and understand and accept it
+ __MANY_TOTAL_LINES__(6353lines) truncating at: fully.
+ fully.
+ __MANY_TOTAL_LINES__(6354lines) truncating at:
+ .
+ __MANY_TOTAL_LINES__(6355lines) truncating at:
+ __MANY_TOTAL_LINES__(6356lines) truncating at: Local Variables:
+ Local Variables:
+ __MANY_TOTAL_LINES__(6357lines) truncating at: version-control: never
+ version-control: never
+ __MANY_TOTAL_LINES__(6358lines) truncating at: coding: utf-8
+ coding: utf-8
+ __MANY_TOTAL_LINES__(6359lines) truncating at: End:
+ End:
+
+Files: vs/freetype/src/base/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ It sets the following variables which are used by the master Makefile
+ after the call:
+
+Files: vs/zlib/contrib/infback9/inflate9.h
+Copyright: 1995-2003 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ WARNING: this file should *not* be used by applications. It is
+ part of the implementation of the compression library and is
+ subject to change. Applications should only use zlib.h.
+ .
+ Possible inflate modes between inflate() calls
+
+Files: vs/sdl/src/video/fbcon/matrox_regs.h
+Copyright: 1996 The XFree86 Project, Inc.
+License: __UNKNOWN__
+ Authors
+ Dirk Hohndel
+ hohndel@XFree86.Org
+ David Dawes
+ dawes@XFree86.Org
+ Contributors:
+ Guy DESBIEF, Aix-en-provence, France
+ g.desbief@aix.pacwan.net
+ MGA1064SG Mystique register file
+
+Files: vs/freetype/include/freetype/ftlist.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file implements functions relative to list processing. Its
+ data structures are defined in `freetype.h'.
+
+Files: vs/freetype/src/autofit/afscript.h
+Copyright: 2013-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ The following part can be included multiple times.
+ Define `SCRIPT' as needed.
+ .
+ Add new scripts here. The first and second arguments are the
+ script name in lowercase and uppercase, respectively, followed
+ by a description string. Then comes the corresponding HarfBuzz
+ script name tag, followed by a string of standard characters (to
+ derive the standard width and height of stems).
+ .
+ Note that fallback scripts only have a default style, thus we
+
+Files: vs/libpng/contrib/conftest/simple.dfa
+Copyright: : (c) John Bowler, 2013 Usage rights: To the extent possible under law, the author has waived all copyright and
+License: __UNKNOWN__
+ related or neighboring rights to this work. This work is published from:
+ United States.
+ .
+ Build libpng with just the simplified APIs (read and write).
+
+Files: vs/freetype/include/freetype/internal/ftobjs.h
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file contains the definition of all internal FreeType classes.
+
+Files: vs/freetype/src/tools/chktrcmp.py
+Copyright: __NO_COPYRIGHT__ in: vs/freetype/src/tools/chktrcmp.py
+License: __UNKNOWN__
+ This code is explicitly into the public domain.
+
+Files: vs/libpng/contrib/oss-fuzz/newcc
+Copyright: 2015 The Chromium Authors.
+ 2017 Glenn Randers-Pehrson
+License: __UNKNOWN__
+ Use of this source code is governed by a BSD-style license that may
+ be found in the LICENSE file https://cs.chromium.org/chromium/src/LICENSE
+ .
+ Last changed in libpng 1.6.33beta03 [September 27, 2017]
+ .
+ The modifications in 2017 by Glenn Randers-Pehrson include
+
+Files: vs/freetype/src/type42/t42error.h
+Copyright: 2002-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ This file is used to define the Type 42 error enumeration constants.
+
+Files: vs/freetype/src/cache/rules.mk
+Copyright: 2000-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Cache driver directory
+
+Files: vs/freetype/builds/amiga/include/config/ftmodule.h
+Copyright: 2005-2018 Werner Lemberg and Detlef Würkner.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used,
+ modified, and distributed under the terms of the FreeType project
+ license, LICENSE.TXT. By continuing to use, modify, or distribute
+ this file you indicate that you have read the license and
+ understand and accept it fully.
+ .
+ To avoid that all your programs include all FreeType modules,
+ you copy the following piece of source code into your own
+ source file and specify which modules you really need in your
+ application by uncommenting the appropriate lines.
+
+Files: vs/d3dx9tex.h
+Copyright: Microsoft Corporation.
+License: __UNKNOWN__
+ File: d3dx9tex.h
+ Content: D3DX texturing APIs
+
+Files: vs/freetype/src/type1/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ Type1 driver directory
+
+Files: vs/zlib/contrib/masmx64/inffas8664.c
+Copyright: 1995-2003 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+ 2003 Chris Anderson <christop@charm.net> Please use the copyright conditions above.
+License: __UNKNOWN__
+ 2005 - Adaptation to Microsoft C Compiler for AMD64 by Gilles Vollant
+ .
+ inffas8664.c call function inffas8664fnc in inffasx64.asm
+ inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
+ .
+ Dec-29-2003 -- I added AMD64 inflate asm support. This version is also
+ slightly quicker on x86 systems because, instead of using rep movsb to copy
+ data, it uses rep movsw, which moves data in 2-byte chunks instead of single
+
+Files: vs/sdl2/src/video/yuv2rgb/yuv_rgb.h
+Copyright: 2016 Adrien Descamps Distributed under BSD 3-Clause License
+License: __UNKNOWN__
+ Provide optimized functions to convert images from 8bits yuv420 to rgb24 format
+ .
+ There are a few slightly different variations of the YCbCr color space with different parameters that
+ change the conversion matrix.
+ The three most common YCbCr color space, defined by BT.601, BT.709 and JPEG standard are implemented here.
+ See the respective standards for details
+ The matrix values used are derived from http://www.equasys.de/colorconversion.html
+ .
+ YUV420 is stored as three separate channels, with U and V (Cb and Cr) subsampled by a 2 factor
+ For conversion from yuv to rgb, no interpolation is done, and the same UV value are used for 4 rgb pixels. This
+ is suboptimal for image quality, but by far the fastest method.
+ .
+ For all methods, width and height should be even, if not, the last row/column of the result image won't be affected.
+ For sse methods, if the width if not divisable by 32, the last (width%32) pixels of each line won't be affected.
+
+Files: vs/sdl2/test/testhotplug.c
+Copyright: 1997-2018 Sam Lantinga <slouken@libsdl.org>
+License: __UNKNOWN__
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely.
+ .
+ Simple program to test the SDL joystick hotplugging
+
+Files: AUTHORS
+Copyright: __NO_COPYRIGHT__ in: AUTHORS
+License: __UNKNOWN__
+ Please see the file CREDITS.md for credits
+ .
+ Originally based on DOSBox by the DOSBox Team
+ .
+ The DOSBox Team
+
+Files: vs/zlib/examples/gun.c
+Copyright: 2003-2012 Mark Adler For conditions of distribution and use, see copyright notice in zlib.h Version 1.7 12 August 2012 Mark Adler
+License: __UNKNOWN__
+ Version history:
+ 1.0 16 Feb 2003 First version for testing of inflateBack()
+ 1.1 21 Feb 2005 Decompress concatenated gzip streams
+ Remove use of "this" variable (C++ keyword)
+ Fix return value for in()
+ Improve allocation failure checking
+ Add typecasting for void * structures
+ Add -h option for command version and usage
+ Add a bunch of comments
+ 1.2 20 Mar 2005 Add Unix compress (LZW) decompression
+ Copy file attributes from input file to output file
+ 1.3 12 Jun 2005 Add casts for error messages [Oberhumer]
+ 1.4 8 Dec 2006 LZW decompression speed improvements
+ 1.5 9 Feb 2008 Avoid warning in latest version of gcc
+ 1.6 17 Jan 2010 Avoid signed/unsigned comparison warnings
+
+Files: vs/sdl/src/video/mmx.h
+Copyright: __NO_COPYRIGHT__ in: vs/sdl/src/video/mmx.h
+License: __UNKNOWN__
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
+ LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR ANY PARTICULAR PURPOSE.
+ .
+ 1997-99 by H. Dietz and R. Fisher
+ .
+ Notes:
+ It appears that the latest gas has the pand problem fixed, therefore
+
+Files: vs/freetype/builds/cmake/iOS.cmake
+Copyright: 2014-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ Written by David Wimsey <david@wimsey.us>
+ .
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ This file is derived from the files `Platform/Darwin.cmake' and
+ `Platform/UnixPaths.cmake', which are part of CMake 2.8.4. It has been
+ altered for iOS development.
+ .
+ Options
+
+Files: vs/zlib/Makefile.in
+Copyright: 1995-2017 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h
+License: __UNKNOWN__
+ To compile and test, type:
+ ./configure; make test
+ Normally configure builds both a static and a shared library.
+ If you want to build just a static library, use: ./configure --static
+ .
+ To use the asm code, type:
+
+Files: vs/freetype/src/cff/rules.mk
+Copyright: 1996-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ OpenType driver directory
+
+Files: include/util_pointer.h
+Copyright: 2014 Castus Jonathan Campbell
+License: __UNKNOWN__
+ Intended language: C (also compatible with C++)
+
+Files: src/libs/decoders/internal/opus/celt/float_cast.h
+Copyright: 2001 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
+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:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Version 1.1
+
+Files: src/libs/decoders/internal/opus/celt/ecintrin.h
+Copyright: 2003-2008 Timothy B. Terriberry
+ 2008 Xiph.Org Foundation
+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:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Some common macros for potential platform-specific optimization.
+
+Files: src/libs/decoders/internal/opus/celt/vq.h
+Copyright: 2007-2008 CSIRO
+ 2007-2009 Xiph.Org Foundation Jean-Marc Valin
+License: BSD-2-Clause
+ @brief Vector quantisation of the residual
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/libs/decoders/internal/opus/celt/celt.h
+Copyright: 2007-2008 CSIRO
+ 2007-2009 Xiph.Org Foundation
+ 2008 Gregory Maxwell Jean-Marc Valin and Gregory Maxwell
+License: BSD-2-Clause
+ @brief Contains all the functions for encoding and decoding audio
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/libs/decoders/internal/opus/celt/arm/armcpu.c
+Copyright: 2010 Xiph.Org Foundation
+ 2013 Parrot
+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:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Original code from libtheora modified to suit to Opus
+
+Files: include/opus.h
+Copyright: 2010-2011 Xiph.Org Foundation, Skype Limited Jean-Marc Valin and Koen Vos
+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:
+ .
+ - Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ @brief Opus reference implementation API
+
+Files: src/libs/decoders/internal/opus/celt/kiss_fft.c
+Copyright: 2003-2004 Mark Borgerding Lots of modifications Jean-Marc Valin
+ 2005-2007 Xiph.Org Foundation
+ 2008 Xiph.Org Foundation, CSIRO
+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:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ This code is originally from Mark Borgerding's KISS-FFT but has been
+ heavily modified to better suit Opus
+
+Files: src/libs/decoders/xxhash.h
+Copyright: 2012-2020 Yann Collet
+License: BSD-2-Clause
+ BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following disclaimer
+ in the documentation and/or other materials provided with the
+ distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ You can contact the author at:
+ - xxHash homepage: https://www.xxhash.com
+ - xxHash source repository: https://github.com/Cyan4973/xxHash
+ .
+ TODO: update
+ Notice extracted from xxHash homepage:
+ .
+ xxHash is an extremely fast hash algorithm, running at RAM speed limits.
+ It also successfully passes all tests from the SMHasher suite.
+ .
+ Comparison (single thread, Windows Seven 32 bits, using SMHasher on a Core 2 Duo @3GHz)
+ .
+ Name Speed Q.Score Author
+ xxHash 5.4 GB/s 10
+ CrapWow 3.2 GB/s 2 Andrew
+ MumurHash 3a 2.7 GB/s 10 Austin Appleby
+ SpookyHash 2.0 GB/s 10 Bob Jenkins
+ SBox 1.4 GB/s 9 Bret Mulvey
+ Lookup3 1.2 GB/s 9 Bob Jenkins
+ SuperFastHash 1.2 GB/s 1 Paul Hsieh
+ CityHash64 1.05 GB/s 10 Pike & Alakuijala
+ FNV 0.55 GB/s 5 Fowler, Noll, Vo
+ CRC32 0.43 GB/s 9
+ MD5-32 0.33 GB/s 10 Ronald L. Rivest
+ SHA1-32 0.28 GB/s 10
+ .
+ Q.Score is a measure of quality of the hash function.
+ It depends on successfully passing SMHasher test set.
+ 10 is a perfect score.
+ .
+ Note: SMHasher's CRC32 implementation is not the fastest one.
+ Other speed-oriented implementations can be faster,
+ especially in combination with PCLMUL instruction:
+
+Files: include/gtest/gtest.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ This header file defines the public API for Google Test. It should be
+ included by any test program that uses Google Test.
+ .
+ IMPORTANT NOTE: Due to limitation of the C++ language, we have to
+ leave some internal implementation details in this header file.
+ They are clearly marked by comments like this:
+ .
+ // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
+ .
+ Such code is NOT meant to be used by a user directly, and is subject
+ to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user
+ program!
+ .
+ Acknowledgment: Google Test borrowed the idea of automatic test
+ registration from Barthelemy Dagenais' (barthelemy@prologique.com)
+ easyUnit framework.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/gtest-param-util.h
+Copyright: 2008 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Type and function utilities for implementing parameterized tests.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest-internal-inl.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Utility functions and classes used by the Google C++ testing framework.//
+ This file contains purely Google Test's internal implementation. Please
+ DO NOT #INCLUDE IT IN A USER PROGRAM.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/mt32/sha1/sha1.cpp
+Copyright: 2011 Micael Hildenborg
+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 Micael Hildenborg 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 Micael Hildenborg ''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 Micael Hildenborg 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.
+ .
+ Contributors:
+ Gustav
+ Several members in the gamedev.se forum.
+ Gregory Petrosyan
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/gtest-death-test-internal.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ This header file defines internal utilities needed for implementing
+ death tests. They are subject to change without notice.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/pcap/remote-ext.h
+Copyright: 2002-2003 NetGroup, Politecnico di Torino (Italy)
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the Politecnico di Torino nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/internal/gmock-port.h
+Copyright: 2008 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Low-level types and utilities for porting Google Mock to various
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock-matchers.h
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ The MATCHER* family of macros can be used in a namespace scope to
+ define custom matchers easily.
+ .
+ Basic Usage
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/gtest-type-util.h
+Copyright: 2008 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Type utilities needed for implementing typed and type-parameterized
+ tests.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock-actions.h
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ The ACTION* family of macros can be used in a namespace scope to
+ define custom actions easily. The syntax:
+ .
+ ACTION(name) { statements; }
+ .
+ will define an action with the given name that executes the
+ statements. The value returned by the statements will be used as
+ the return value of the action. Inside the statements, you can
+ refer to the K-th (0-based) argument of the mock function by
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock-more-actions.h
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ This file implements some commonly used variadic actions.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest-message.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ This header file defines the Message class.
+ .
+ IMPORTANT NOTE: Due to limitation of the C++ language, we have to
+ leave some internal implementation details in this header file.
+ They are clearly marked by comments like this:
+ .
+ // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
+ .
+ Such code is NOT meant to be used by a user directly, and is subject
+ to CHANGE WITHOUT NOTICE. Therefore DO NOT DEPEND ON IT in a user
+ program!
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/sdl2/src/hidapi/LICENSE-bsd.txt
+Copyright: 2010 Alan Ott, Signal 11 Software
+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 Signal 11 Software nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock-more-matchers.h
+Copyright: 2013 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ This file implements some matchers that depend on gmock-matchers.h.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/custom/gtest-printers.h
+Copyright: 2015 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ This file provides an injection point for custom printers in a local
+ installation of gTest.
+ It will be included from gtest-printers.h and the overrides in this file
+ will be visible to everyone.
+ .
+ Injection point for custom user configurations. See README for details
+ .
+ ** Custom implementation starts here **
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/libchdr/FLAC/share/safe_str.h
+Copyright: 2013-2016 Xiph.org Foundation
+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 the Xiph.org 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 COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 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.
+ .
+ Safe string handling functions to replace things like strcpy, strncpy,
+ strcat, strncat etc.
+ All of these functions guarantee a correctly NUL terminated string but
+ the string may be truncated if the destination buffer was too short.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/pcap/bittypes.h
+Copyright: 1999 WIDE 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:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the project 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 PROJECT 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 PROJECT 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/gtest-filepath.h
+Copyright: 2008 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Test filepath utilities
+ .
+ This header file declares classes and functions used internally by
+ Google Test. They are subject to change without notice.
+ .
+ This file is #included in gtest/internal/gtest-internal.h.
+ Do not include this header file separately!
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/pseudofloat.h
+Copyright: 2005 Jean-Marc Valin
+License: BSD-3-Clause
+ @brief Pseudo-floating point
+ * This header file provides a lightweight floating point type for
+ * use on fixed-point platforms when a large dynamic range is
+ * required. The new type is not compatible with the 32-bit IEEE format,
+ * it is not even remotely as accurate as 32-bit floats, and is not
+ * even guaranteed to produce even remotely correct results for code
+ * other than Speex. It makes all kinds of shortcuts that are acceptable
+ * for Speex, but may not be acceptable for your application. You're
+ * quite welcome to reuse this code and improve it, but don't assume
+ * it works out of the box. Most likely, it doesn't.
+ .
+ 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 the Xiph.org 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 COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/mt32/sha1/sha1.h
+Copyright: 2011 Micael Hildenborg
+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 Micael Hildenborg 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 Micael Hildenborg ''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 Micael Hildenborg 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/hardware/voodoo_emu.cpp
+Copyright: Aaron Giles
+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 'MAME' 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 AARON GILES ''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 AARON GILES 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.
+ .
+ ****************************************************************************
+ .
+ 3dfx Voodoo Graphics SST-1/2 emulator
+ .
+ emulator by Aaron Giles
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/gtest-string.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ This header file declares the String class and functions used internally by
+ Google Test. They are subject to change without notice. They should not used
+ by code external to Google Test.
+ .
+ This header file is #included by gtest-internal.h.
+ It should not be #included by other files.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: tests/gmock/gmock-matchers.cc
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ This file implements Matcher<const string&>, Matcher<string>, and
+ utilities for defining matchers.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/libchdr/FLAC/share/endswap.h
+Copyright: 2012-2016 Xiph.org Foundation
+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 the Xiph.org 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 COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 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.
+ .
+ It is assumed that this header will be included after "config.h".
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock-cardinalities.h
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ This file implements some commonly used cardinalities. More
+ cardinalities can be defined by the user implementing the
+ CardinalityInterface interface if necessary.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/buffer.c
+Copyright: 2007 Jean-Marc Valin
+License: BSD-3-Clause
+ File: buffer.c
+ This is a very simple ring buffer implementation. It is not thread-safe
+ so you need to do your own locking.
+ .
+ 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: tests/gmock/gmock-cardinalities.cc
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ This file implements cardinalities.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/gtest-internal.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ This header file declares functions and macros used internally by
+ Google Test. They are subject to change without notice.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: tests/gtest/gtest-death-test.cc
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ This file implements death tests.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/pcap/pcap/bluetooth.h
+Copyright: 2006 Paolo Abeni (Italy)
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ bluetooth data struct
+ By Paolo Abeni <paolo.abeni@email.it>
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap/bluetooth.h,v 1.1 2007/09/22 02:10:17 guy Exp $
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest-spi.h
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Utilities for testing Google Test itself and code that uses Google Test
+ (e.g. frameworks built on top of Google Test).
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/freetype/builds/cmake/FindHarfBuzz.cmake
+Copyright: 2012 Intel Corporation
+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 Intel Corporation nor the names of its contributors may
+ be used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ Try to find Harfbuzz include and library directories.
+ .
+ After successful discovery, this will set for inclusion where needed:
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/internal/gtest-port.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Low-level types and utilities for porting Google Test to various
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/resample.c
+Copyright: 2007-2008 Jean-Marc Valin
+ 2008 Thorvald Natvig
+License: BSD-3-Clause
+ File: resample.c
+ Arbitrary resampling code
+ .
+ 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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 design goals of this code are:
+ - Very fast algorithm
+ - SIMD-friendly algorithm
+ - Low memory requirement
+ - Good *perceptual* quality (and not best SNR)
+ .
+ Warning: This resampler is relatively new. Although I think I got rid of
+ all the major bugs and I don't expect the API to change anymore, there
+ may be something I've missed. So use with caution.
+ .
+ This algorithm is based on this original resampling algorithm:
+ Smith, Julius O. Digital Audio Resampling Home Page
+ Center for Computer Research in Music and Acoustics (CCRMA),
+ Stanford University, 2007.
+ Web published at https://ccrma.stanford.edu/~jos/resample/.
+ .
+ There is one main difference, though. This resampler uses cubic
+ interpolation instead of linear interpolation in the above paper. This
+ makes the table much smaller and makes it possible to compute that table
+ on a per-stream basis. In turn, being able to tweak the table for each
+ stream makes it possible to both reduce complexity on simple ratios
+ (e.g. 2/3), and get rid of the rounding operations in the inner loop.
+ The latter both reduces CPU time and makes the algorithm more SIMD-friendly.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/internal/custom/gmock-matchers.h
+Copyright: 2015 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Injection point for custom user configurations. See README for details
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock-nice-strict.h
+Copyright: 2008 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Implements class templates NiceMock, NaggyMock, and StrictMock.
+ .
+ Given a mock class MockFoo that is created using Google Mock,
+ NiceMock<MockFoo> is a subclass of MockFoo that allows
+ uninteresting calls (i.e. calls to mock methods that have no
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/preprocess.c
+Copyright: 2003 Epic Games ( Jean-Marc Valin)
+ 2004-2006 Epic Games
+License: BSD-3-Clause
+ File: preprocess.c
+ Preprocessor with denoising based on the algorithm by Ephraim and Malah
+ .
+ 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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.
+ .
+ Recommended papers:
+ .
+ Y. Ephraim and D. Malah, "Speech enhancement using minimum mean-square error
+ short-time spectral amplitude estimator". IEEE Transactions on Acoustics,
+ Speech and Signal Processing, vol. ASSP-32, no. 6, pp. 1109-1121, 1984.
+ .
+ Y. Ephraim and D. Malah, "Speech enhancement using minimum mean-square error
+ log-spectral amplitude estimator". IEEE Transactions on Acoustics, Speech and
+ Signal Processing, vol. ASSP-33, no. 2, pp. 443-445, 1985.
+ .
+ I. Cohen and B. Berdugo, "Speech enhancement for non-stationary noise environments".
+ Signal Processing, vol. 81, no. 2, pp. 2403-2418, 2001.
+ .
+ Stefan Gustafsson, Rainer Martin, Peter Jax, and Peter Vary. "A psychoacoustic
+ approach to combined acoustic echo cancellation and noise reduction". IEEE
+ Transactions on Speech and Audio Processing, 2002.
+ .
+ J.-M. Valin, J. Rouat, and F. Michaud, "Microphone array post-filter for separation
+ of simultaneous non-stationary sources". In Proceedings IEEE International
+ Conference on Acoustics, Speech, and Signal Processing, 2004.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest_pred_impl.h
+Copyright: 2006 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ This file is AUTOMATICALLY GENERATED on 01/02/2019 by command
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gmock/gmock.h
+Copyright: 2007 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Google Mock - a framework for writing C++ mock classes.
+ .
+ This is the main header file a user should include.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest-death-test.h
+Copyright: 2005 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The Google C++ Testing and Mocking Framework (Google Test)
+ .
+ This header file defines the public API for death tests. It is
+ #included by gtest.h so a user doesn't need to include this
+ directly.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/pcap/pcap-stdinc.h
+Copyright: 2002-2005 NetGroup, Politecnico di Torino (Italy)
+ 2005-2009 CACE Technologies, Inc. Davis (California)
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the Politecnico di Torino nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.10.2.1 2008-10-06 15:38:39 gianluca Exp $ (LBL)
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/pcap/pcap/usb.h
+Copyright: 2006 Paolo Abeni (Italy)
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Basic USB data struct
+ By Paolo Abeni <paolo.abeni@email.it>
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap/usb.h,v 1.6 2007/09/22 02:06:08 guy Exp $
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/scal.c
+Copyright: 2006-2008 CSIRO, Jean-Marc Valin, Xiph.Org Foundation
+License: BSD-3-Clause
+ File: scal.c
+ Shaped comb-allpass filter for channel decorrelation
+ .
+ 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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 algorithm implemented here is described in:
+ .
+ * J.-M. Valin, Perceptually-Motivated Nonlinear Channel Decorrelation For
+ Stereo Acoustic Echo Cancellation, Accepted for Joint Workshop on
+ Hands­free Speech Communication and Microphone Arrays (HSCMA), 2008.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: include/gtest/gtest-param-test.h
+Copyright: 2008 Google Inc.
+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 Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ Macros and functions for implementing parameterized tests
+ in Google C++ Testing and Mocking Framework (Google Test)
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: src/libs/decoders/internal/speexdsp/mdf.c
+Copyright: 2003-2008 Jean-Marc Valin
+License: BSD-3-Clause
+ File: mdf.c
+ Echo canceller based on the MDF algorithm (see below)
+ .
+ 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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 echo canceller is based on the MDF algorithm described in:
+ .
+ J. S. Soo, K. K. Pang Multidelay block frequency adaptive filter,
+ IEEE Trans. Acoust. Speech Signal Process., Vol. ASSP-38, No. 2,
+ February 1990.
+ .
+ We use the Alternatively Updated MDF (AUMDF) variant. Robustness to
+ double-talk is achieved using a variable learning rate as described in:
+ .
+ Valin, J.-M., On Adjusting the Learning Rate in Frequency Domain Echo
+ Cancellation With Double-Talk. IEEE Transactions on Audio,
+ Speech and Language Processing, Vol. 15, No. 3, pp. 1030-1034, 2007.
+ .
+ On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
+ License can be found in `/usr/share/common-licenses/BSD'.
+
+Files: vs/pcap/pcap/vlan.h
+Copyright: 1990-1997 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ 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 University of
+ California, Berkeley and its contributors.
+ 4. Neither the name of the 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 REGENTS 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 REGENTS 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.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap/vlan.h,v 1.1.2.2 2008-08-06 07:45:59 guy Exp $
+
+Files: vs/pcap/pcap/namedb.h
+Copyright: 1994-1996 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ 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 Computer Systems
+ Engineering Group at Lawrence Berkeley Laboratory.
+ 4. Neither the name of the University nor of the Laboratory may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap/namedb.h,v 1.1 2006/10/04 18:09:22 guy Exp $ (LBL)
+
+Files: vs/pcap/pcap/bpf.h
+Copyright: 1990-1997 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ This code is derived from the Stanford/CMU enet packet filter,
+ (net/enet.c) distributed as part of 4.3BSD, and code contributed
+ to Berkeley by Steven McCanne and Van Jacobson both of Lawrence
+ Berkeley Laboratory.
+ .
+ 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 University of
+ California, Berkeley and its contributors.
+ 4. Neither the name of the 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 REGENTS 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 REGENTS 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.
+ .
+ @(#)bpf.h 7.1 (Berkeley) 5/7/91
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.19.2.8 2008-09-22 20:16:01 guy Exp $ (LBL)
+ .
+ This is libpcap's cut-down version of bpf.h; it includes only
+ the stuff needed for the code generator and the userland BPF
+ interpreter, and the libpcap APIs for setting filters, etc..
+ .
+ "pcap-bpf.c" will include the native OS version, as it deals with
+ the OS's BPF implementation.
+
+Files: vs/pcap/pcap/sll.h
+Copyright: 1990-1997 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ This code is derived from the Stanford/CMU enet packet filter,
+ (net/enet.c) distributed as part of 4.3BSD, and code contributed
+ to Berkeley by Steven McCanne and Van Jacobson both of Lawrence
+ Berkeley Laboratory.
+ .
+ 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 University of
+ California, Berkeley and its contributors.
+ 4. Neither the name of the 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 REGENTS 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 REGENTS 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.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap/sll.h,v 1.2.2.1 2008-05-30 01:36:06 guy Exp $ (LBL)
+ .
+ For captures on Linux cooked sockets, we construct a fake header
+ that includes:
+ .
+ a 2-byte "packet type" which is one of:
+
+Files: vs/pcap/pcap-namedb.h
+Copyright: 1994-1996 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ 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 Computer Systems
+ Engineering Group at Lawrence Berkeley Laboratory.
+ 4. Neither the name of the University nor of the Laboratory may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap-namedb.h,v 1.13 2006/10/04 18:13:32 guy Exp $ (LBL)
+ .
+ For backwards compatibility.
+ .
+ Note to OS vendors: do NOT get rid of this file! Some applications
+ might expect to be able to include <pcap-namedb.h>.
+
+Files: vs/pcap/pcap-bpf.h
+Copyright: 1990-1997 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ This code is derived from the Stanford/CMU enet packet filter,
+ (net/enet.c) distributed as part of 4.3BSD, and code contributed
+ to Berkeley by Steven McCanne and Van Jacobson both of Lawrence
+ Berkeley Laboratory.
+ .
+ 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 University of
+ California, Berkeley and its contributors.
+ 4. Neither the name of the 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 REGENTS 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 REGENTS 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.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.50 2007/04/01 21:43:55 guy Exp $ (LBL)
+ .
+ For backwards compatibility.
+ .
+ Note to OS vendors: do NOT get rid of this file! Some applications
+ might expect to be able to include <pcap-bpf.h>.
+
+Files: vs/pcap/pcap/pcap.h
+Copyright: 1993-1997 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ 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 Computer Systems
+ Engineering Group at Lawrence Berkeley Laboratory.
+ 4. Neither the name of the University nor of the Laboratory may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap/pcap.h,v 1.4.2.11 2008-10-06 15:38:39 gianluca Exp $ (LBL)
+
+Files: vs/pcap/pcap.h
+Copyright: 1993-1997 The Regents of the University of California.
+License: BSD-4-Clause-UC
+ 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 Computer Systems
+ Engineering Group at Lawrence Berkeley Laboratory.
+ 4. Neither the name of the University nor of the Laboratory may be used
+ to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
+ .
+ @(#) $Header: /tcpdump/master/libpcap/pcap.h,v 1.59 2006/10/04 18:09:22 guy Exp $ (LBL)
+ .
+ For backwards compatibility.
+ .
+ Note to OS vendors: do NOT get rid of this file! Many applications
+ expect to be able to include <pcap.h>, and at least some of them
+ go through contortions in their configure scripts to try to detect
+ OSes that have "helpfully" moved pcap.h to <pcap/pcap.h> without
+ leaving behind a <pcap.h> file.
+
+Files: vs/libpng/Makefile.in
+Copyright: 1994-2014 Free Software Foundation, Inc.
+License: __AUTO_PERMISSIVE__
+ Autogenerated files with permissive licenses.
+
+Files: vs/libpng/depcomp
+Copyright: 1999-2014 Free Software Foundation, Inc.
+License: GPL-2.0+ with autoconf exception
+ 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, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/libpdcurses/x11/config.sub
+Copyright: 1992-2006 Free Software Foundation, Inc.
+License: GPL-2.0+ with autoconf exception
+ This file is (in principle) common to ALL GNU software.
+ The presence of a machine in this file suggests that SOME GNU software
+ can handle that machine. It does not imply ALL GNU software can.
+ .
+ This file 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/sdlnet/depcomp
+Copyright: 1999-2006 Free Software Foundation, Inc.
+License: GPL-2.0+ with autoconf exception
+ 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 Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/sdlnet/missing
+Copyright: 1996-2006 Free Software Foundation, Inc.
+License: GPL-2.0+ with autoconf exception
+ 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 Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/libpdcurses/x11/config.guess
+Copyright: 1992-2006 Free Software Foundation, Inc.
+License: GPL-2.0+ with autoconf exception
+ This file 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ Originally written by Per Bothner <per@bothner.com>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: vs/freetype/builds/unix/config.guess
+Copyright: 1992-2018 Free Software Foundation, Inc.
+License: GPL-3.0+ with autoconf exception
+ This file is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see <https://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that
+ program. This Exception is an additional permission under section 7
+ of the GNU General Public License, version 3 ("GPLv3").
+ .
+ Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: vs/freetype/builds/unix/config.sub
+Copyright: 1992-2018 Free Software Foundation, Inc.
+License: GPL-3.0+ with autoconf exception
+ This file is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, see <https://www.gnu.org/licenses/>.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that
+ program. This Exception is an additional permission under section 7
+ of the GNU General Public License, version 3 ("GPLv3").
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: src/libs/fluidsynth/fluid_sys.h
+Copyright: 2003 Peter Hanappe and others.
+License: LGPL-2.0+ with unknown exception
+ 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
+ .
+ This header contains a bunch of (mostly) system and machine
+ dependent functions:
+ .
+ - timers
+ - current time in milliseconds and microseconds
+ - debug logging
+ - profiling
+ - memory locking
+ - checking for floating point exceptions
+ .
+ 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'.
+
+Files: vs/freetype/builds/unix/freetype2.m4
+Copyright: 2001-2018 David Turner, Robert Wilhelm, and Werner Lemberg.
+License: __UNKNOWN__ with unknown exception
+ This file is part of the FreeType project, and may only be used, modified,
+ and distributed under the terms of the FreeType project license,
+ LICENSE.TXT. By continuing to use, modify, or distribute this file you
+ indicate that you have read the license and understand and accept it
+ fully.
+ .
+ As a special exception to the FreeType project license, this file may be
+ distributed as part of a program that contains a configuration script
+ generated by Autoconf, under the same distribution terms as the rest of
+ that program.
+
+Files: vs/zlib/contrib/ada/zlib.ads
+Copyright: 2002-2004 Dmitriy Anisimkov -- --
+License: __UNKNOWN__ with unknown exception *** check multiple exceptions ***
+ This library 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 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 --
+ General Public License for more details. --
+ --
+ You should have received a copy of the GNU General Public License --
+ along with this library; if not, write to the Free Software Foundation, --
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA. --
+ --
+ As a special exception, if other files instantiate generics from this --
+ unit, or you link this unit with other files to produce an executable, --
+ this unit does not by itself cause the resulting executable to be --
+ covered by the GNU General Public License. This exception does not --
+ however invalidate any other reasons why the executable file might be --
+ covered by the GNU Public License. --
+
+Files: vs/libpng/contrib/visupng/cexcept.h
+Copyright: 2000-2008 Adam M. Costello and Cosmin Truta.
+License: __UNKNOWN__ with unknown exception *** check multiple exceptions ***
+ This software may be modified only if its author and version
+ information is updated accurately, and may be redistributed
+ only if accompanied by this unaltered notice. Subject to those
+ restrictions, permission is granted to anyone to do anything
+ with this software. The copyright holders make no guarantees
+ regarding this software, and are not responsible for any damage
+ resulting from its use.
+ .
+ The cexcept interface is not compatible with and cannot interact
+ with system exceptions (like division by zero or memory segmentation
+ violation), compiler-generated exceptions (like C++ exceptions), or
+ other exception-handling interfaces.
+ .
+ When using this interface across multiple .c files, do not include
+ this header file directly. Instead, create a wrapper header file that
+
+#----------------------------------------------------------------------------
+# xml and html files (skipped):
+# docs/Int 1D Video Parameter Tables, CGA.htm
+# docs/Getting MS-DOS games to run on Windows 95_ Working around the iretd problem _ The Old New Thing (2020-08-24 11_46_56 AM).html
+# docs/BLASTERBOARD _ A new SB 2.0-compatible ISA sound card - Page 15 __ VOGONS (2020-08-23 6_42_00 AM).html
+# docs/BDA - BIOS DATA AREA - Video related values including EGA VGA 40-A8 table.html
+# docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia.html
+# docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia.html
+# ref/pc98-pegc-256-color/SL9821 - 技術的なはなし - PEGC (2020-05-03 2_10_21 AM).html
+# ref/pc98-pegc-256-color/PC-9821 PEGC (2020-05-03 2_06_51 AM).html
+# ref/pc98-pegc-256-color/PC-9821 PEGC (2020-05-03 2_06_51 AM) Google Translate.html
+# ref/pc98-pegc-256-color/SL9821 - 技術的なはなし - PEGC (2020-05-03 2_10_21 AM) Google Translate.html
+# contrib/linux/com.dosbox_x.DOSBox-X.metainfo.xml.in
+# contrib/icons/dosbox-x.svg
+# contrib/macos/dosbox-x.plist.in
+# vs/libpdcurses/libpdcurses.vcxproj
+# vs/freetype/docs/reference/ft2-version.html
+# vs/freetype/docs/reference/ft2-cid_fonts.html
+# vs/freetype/docs/reference/ft2-mac_specific.html
+# vs/freetype/docs/reference/ft2-type1_tables.html
+# vs/freetype/docs/reference/ft2-glyph_management.html
+# vs/freetype/docs/reference/ft2-sfnt_names.html
+# vs/freetype/docs/reference/ft2-pcf_driver.html
+# vs/freetype/docs/reference/ft2-system_interface.html
+# vs/freetype/docs/reference/ft2-bitmap_handling.html
+# vs/freetype/docs/reference/ft2-quick_advance.html
+# vs/freetype/docs/reference/ft2-truetype_engine.html
+# vs/freetype/docs/reference/ft2-multiple_masters.html
+# vs/freetype/docs/reference/ft2-lzw.html
+# vs/freetype/docs/reference/ft2-gzip.html
+# vs/freetype/docs/reference/ft2-computations.html
+# vs/freetype/docs/reference/ft2-parameter_tags.html
+# vs/freetype/docs/reference/ft2-error_code_values.html
+# vs/freetype/docs/reference/ft2-user_allocation.html
+# vs/freetype/docs/reference/ft2-sizes_management.html
+# vs/freetype/docs/reference/ft2-lcd_filtering.html
+# vs/freetype/docs/reference/ft2-gx_validation.html
+# vs/freetype/docs/reference/ft2-base_interface.html
+# vs/freetype/docs/reference/ft2-truetype_tables.html
+# vs/freetype/docs/reference/ft2-cache_subsystem.html
+# vs/freetype/docs/reference/ft2-index.html
+# vs/freetype/docs/reference/ft2-t1_cid_driver.html
+# vs/freetype/docs/reference/ft2-cff_driver.html
+# vs/freetype/docs/reference/ft2-outline_processing.html
+# vs/freetype/docs/reference/ft2-module_management.html
+# vs/freetype/docs/reference/ft2-ot_validation.html
+# vs/freetype/docs/reference/ft2-gasp_table.html
+# vs/freetype/docs/reference/ft2-glyph_stroker.html
+# vs/freetype/docs/reference/ft2-properties.html
+# vs/freetype/docs/reference/ft2-pfr_fonts.html
+# vs/freetype/docs/reference/ft2-winfnt_fonts.html
+# vs/freetype/docs/reference/ft2-basic_types.html
+# vs/freetype/docs/reference/ft2-auto_hinter.html
+# vs/freetype/docs/reference/ft2-bzip2.html
+# vs/freetype/docs/reference/ft2-list_processing.html
+# vs/freetype/docs/reference/ft2-header_file_macros.html
+# vs/freetype/docs/reference/ft2-header_inclusion.html
+# vs/freetype/docs/reference/ft2-glyph_variants.html
+# vs/freetype/docs/reference/ft2-error_enumerations.html
+# vs/freetype/docs/reference/ft2-bdf_fonts.html
+# vs/freetype/docs/reference/ft2-raster.html
+# vs/freetype/docs/reference/ft2-incremental.html
+# vs/freetype/docs/reference/ft2-tt_driver.html
+# vs/freetype/docs/reference/ft2-toc.html
+# vs/freetype/docs/reference/ft2-font_formats.html
+# vs/freetype/builds/mac/freetype-Info.plist
+# vs/freetype/builds/mac/ftlib.prj.xml
+# vs/freetype/builds/wince/vc2005-ce/freetype.vcproj
+# vs/freetype/builds/wince/vc2005-ce/index.html
+# vs/freetype/builds/wince/vc2008-ce/freetype.vcproj
+# vs/freetype/builds/wince/vc2008-ce/index.html
+# vs/freetype/builds/windows/vc2010/freetype.user.props
+# vs/freetype/builds/windows/vc2010/freetype.vcxproj.filters
+# vs/freetype/builds/windows/vc2010/freetype.vcxproj
+# vs/freetype/builds/windows/vc2010/index.html
+# vs/freetype/builds/windows/visualc/freetype.vcproj
+# vs/freetype/builds/windows/visualc/index.html
+# vs/freetype/builds/windows/vc2005/freetype.vcproj
+# vs/freetype/builds/windows/vc2005/index.html
+# vs/freetype/builds/windows/vc2008/freetype.vcproj
+# vs/freetype/builds/windows/vc2008/index.html
+# vs/freetype/builds/windows/visualce/freetype.vcproj
+# vs/freetype/builds/windows/visualce/index.html
+# vs/libpng/projects/visualc71/zlib.vcproj
+# vs/libpng/projects/visualc71/pngtest.vcproj
+# vs/libpng/projects/visualc71/libpng.vcproj
+# vs/libpng/projects/vstudio/zlib.props
+# vs/libpng/projects/vstudio/pngunknown/pngunknown.vcxproj
+# vs/libpng/projects/vstudio/pngstest/pngstest.vcxproj
+# vs/libpng/projects/vstudio/pngvalid/pngvalid.vcxproj
+# vs/libpng/projects/vstudio/libpng/libpng.vcxproj
+# vs/libpng/projects/vstudio/pnglibconf/pnglibconf.vcxproj
+# vs/libpng/projects/vstudio/zlib/zlib.vcxproj
+# vs/libpng/projects/vstudio/pngtest/pngtest.vcxproj
+# vs/sdlnet/SDL_net.qpg.in
+# vs/sdlnet/Xcode/Info-Framework__Upgraded_.plist
+# vs/sdlnet/VisualC/SDL_net_VS2008.vcproj
+# vs/sdlnet/VisualC/showinterfaces/showinterfaces.vcproj
+# vs/sdl2/VisualC.html
+# vs/sdl2/wayland-protocols/relative-pointer-unstable-v1.xml
+# vs/sdl2/wayland-protocols/pointer-constraints-unstable-v1.xml
+# vs/sdl2/wayland-protocols/xdg-shell-unstable-v6.xml
+# vs/sdl2/wayland-protocols/xdg-shell.xml
+# vs/sdl2/wayland-protocols/wayland.xml
+# vs/sdl2/VisualC-WinRT/SDL2-WinRT.targets
+# vs/sdl2/VisualC-WinRT/SDL2-WinRT.nuspec
+# vs/sdl2/VisualC-WinRT/SDL2main-WinRT-NonXAML.nuspec
+# vs/sdl2/VisualC-WinRT/SDL2main-WinRT-NonXAML.targets
+# vs/sdl2/Xcode-iOS/Template/SDL iOS Application/Info.plist
+# vs/sdl2/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist
+# vs/sdl2/Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+# vs/sdl2/Xcode-iOS/Test/Info.plist
+# vs/sdl2/Xcode-iOS/Demos/Info.plist
+# vs/sdl2/Xcode-iOS/Demos/iOS Launch Screen.storyboard
+# vs/sdl2/src/hidapi/windows/hidapi.vcproj
+# vs/sdl2/src/hidapi/windows/hidtest.vcproj
+# vs/sdl2/src/hidapi/testgui/testgui.vcproj
+# vs/sdl2/Xcode/SDL/Info-Framework.plist
+# vs/sdl2/Xcode/SDLTest/TestDropFile-Info.plist
+# vs/sdl2/test/nacl/index.html
+# vs/sdl2/android-project/app/src/main/AndroidManifest.xml
+# vs/sdl2/android-project/app/src/main/res/values/colors.xml
+# vs/sdl2/android-project/app/src/main/res/values/strings.xml
+# vs/sdl2/android-project/app/src/main/res/values/styles.xml
+# vs/pehdr-lite/pehdrlite.vcxproj
+# vs/zlib/treebuild.xml
+# vs/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj
+# vs/zlib/contrib/vstudio/vc9/miniunz.vcproj
+# vs/zlib/contrib/vstudio/vc9/testzlibdll.vcproj
+# vs/zlib/contrib/vstudio/vc9/zlibstat.vcproj
+# vs/zlib/contrib/vstudio/vc9/testzlib.vcproj
+# vs/zlib/contrib/vstudio/vc9/zlibvc.vcproj
+# vs/zlib/contrib/vstudio/vc9/minizip.vcproj
+# vs/zlib/zlib/zlib.vcxproj
+# vs/zlib/qnx/package.qpg
+# vs/zlib/examples/zlib_how.html
+# vs/sdl/SDL.qpg.in
+# vs/sdl/docs.html
+# vs/sdl/src/main/macosx/Info.plist.in
+# vs/sdl/src/main/macosx/SDLMain.nib/info.nib
+# vs/sdl/VisualC/SDL/SDL.vcproj
+# vs/sdl/VisualC/SDLmain/SDLmain.vcproj
+
+#----------------------------------------------------------------------------
+# huge files (skipped):
+# docs/Ref-FM-Towns-Bochs/SourceCode.zip
+# docs/Ref-FM-Towns-Bochs/FMBochs.zip
+# docs/Ref-FM-Towns-Bochs/FMBochs_2.zip
+# docs/Windows 3.1/dosbox drivers for Windows 3.1.zip
+# include/jfont.h
+# ref/master-lib/unpack/src.lzh
+# ref/pc98-pegc-256-color/PC-98 256-color planar mode · Issue #1061 · joncampbell123_dosbox-x.html
+# contrib/windows/installer/Setup.e32
+# contrib/windows/installer/64bit/Setup.e32
+# contrib/windows/installer/64bit/ISCmplr.dll
+# contrib/fonts/wqy_11pt.bdf
+# contrib/fonts/UnifontFullMediumMono.ttf
+# contrib/fonts/wqy_12pt.bdf
+# contrib/fonts/SarasaGothicFixed.ttf
+# src/builtin/cdplay.h
+# src/builtin/4DOS_img.h
+# src/builtin/dos4gw_exe.cpp
+# src/builtin/mpxplay.h
+# vs/sdl2/test/shapes/p04_shape32alpha.bmp
+# vs/sdl2/test/shapes/p01_shape24.bmp
+# vs/sdl2/test/shapes/p06_shape32alpha.bmp
+# vs/sdl2/test/shapes/p07_shape24.bmp
+# vs/sdl2/test/shapes/p08_shape24.bmp
+# vs/sdl2/test/shapes/p04_shape24.bmp
+# vs/sdl2/test/shapes/p15_shape32alpha.bmp
+# vs/sdl2/test/shapes/p02_shape24.bmp
+# vs/sdl2/test/shapes/p07_shape32alpha.bmp
+# vs/sdl2/test/shapes/p12_shape24.bmp
+# vs/sdl2/test/shapes/p13_shape32alpha.bmp
+# vs/sdl2/test/shapes/p06_shape1alpha.bmp
+# vs/sdl2/test/shapes/p09_shape32alpha.bmp
+# vs/sdl2/test/shapes/p10_shape24.bmp
+# vs/sdl2/test/shapes/p11_shape32alpha.bmp
+# vs/sdl2/test/shapes/p08_shape32alpha.bmp
+# vs/sdl2/test/shapes/p06_shape24.bmp
+# vs/sdl2/test/shapes/p13_shape24.bmp
+# vs/sdl2/test/shapes/p15_shape24.bmp
+# vs/sdl2/test/shapes/p16_shape24.bmp
+# vs/sdl2/test/shapes/p09_shape24.bmp
+# vs/sdl2/test/shapes/p03_shape24.bmp
+# vs/sdl2/test/shapes/p10_shape32alpha.bmp
+# vs/sdl2/test/shapes/p02_shape32alpha.bmp
+# vs/sdl2/test/shapes/p11_shape24.bmp
+# vs/sdl2/test/shapes/p14_shape24.bmp
+# vs/sdl2/test/shapes/p01_shape32alpha.bmp
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
+
+#----------------------------------------------------------------------------
+# License file: COPYING
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+ .
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ The licenses for most software are designed to take away your
+ freedom to share and change it. By contrast, the GNU General Public
+ License is intended to guarantee your freedom to share and change free
+ software--to make sure the software is free for all its users. This
+ General Public License applies to most of the Free Software
+ Foundation's software and to any other program whose authors commit to
+ using it. (Some other Free Software Foundation software is covered by
+ the GNU Library General Public License instead.) You can apply it to
+ your programs, too.
+ .
+ When we speak of free software, we are referring to freedom, not
+ price. Our General Public Licenses are designed to make sure that you
+ have the freedom to distribute copies of free software (and charge for
+ this service if you wish), that you receive source code or can get it
+ if you want it, that you can change the software or use pieces of it
+ in new free programs; and that you know you can do these things.
+ .
+ To protect your rights, we need to make restrictions that forbid
+ anyone to deny you these rights or to ask you to surrender the rights.
+ These restrictions translate to certain responsibilities for you if you
+ distribute copies of the software, or if you modify it.
+ .
+ For example, if you distribute copies of such a program, whether
+ gratis or for a fee, you must give the recipients all the rights that
+ you have. You must make sure that they, too, receive or can get the
+ source code. And you must show them these terms so they know their
+ rights.
+ .
+ We protect your rights with two steps: (1) copyright the software, and
+ (2) offer you this license which gives you legal permission to copy,
+ distribute and/or modify the software.
+ .
+ Also, for each author's protection and ours, we want to make certain
+ that everyone understands that there is no warranty for this free
+ software. If the software is modified by someone else and passed on, we
+ want its recipients to know that what they have is not the original, so
+ that any problems introduced by others will not reflect on the original
+ authors' reputations.
+ .
+ Finally, any free program is threatened constantly by software
+ patents. We wish to avoid the danger that redistributors of a free
+ program will individually obtain patent licenses, in effect making the
+ program proprietary. To prevent this, we have made it clear that any
+ patent must be licensed for everyone's free use or not licensed at all.
+ .
+ The precise terms and conditions for copying, distribution and
+ modification follow.
+ .
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ 0. This License applies to any program or other work which contains
+ a notice placed by the copyright holder saying it may be distributed
+ under the terms of this General Public License. The "Program", below,
+ refers to any such program or work, and a "work based on the Program"
+ means either the Program or any derivative work under copyright law:
+ that is to say, a work containing the Program or a portion of it,
+ either verbatim or with modifications and/or translated into another
+ language. (Hereinafter, translation is included without limitation in
+ the term "modification".) Each licensee is addressed as "you".
+ .
+ Activities other than copying, distribution and modification are not
+ covered by this License; they are outside its scope. The act of
+ running the Program is not restricted, and the output from the Program
+ is covered only if its contents constitute a work based on the
+ Program (independent of having been made by running the Program).
+ Whether that is true depends on what the Program does.
+ .
+ 1. You may copy and distribute verbatim copies of the Program's
+ source code as you receive it, in any medium, provided that you
+ conspicuously and appropriately publish on each copy an appropriate
+ copyright notice and disclaimer of warranty; keep intact all the
+ notices that refer to this License and to the absence of any warranty;
+ and give any other recipients of the Program a copy of this License
+ along with the Program.
+ .
+ You may charge a fee for the physical act of transferring a copy, and
+ you may at your option offer warranty protection in exchange for a fee.
+ .
+ 2. You may modify your copy or copies of the Program or any portion
+ of it, thus forming a work based on the Program, and copy and
+ distribute such modifications or work under the terms of Section 1
+ above, provided that you also meet all of these conditions:
+ .
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+ .
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+ .
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+ .
+ These requirements apply to the modified work as a whole. If
+ identifiable sections of that work are not derived from the Program,
+ and can be reasonably considered independent and separate works in
+ themselves, then this License, and its terms, do not apply to those
+ sections when you distribute them as separate works. But when you
+ distribute the same sections as part of a whole which is a work based
+ on the Program, the distribution of the whole must be on the terms of
+ this License, whose permissions for other licensees extend to the
+ entire whole, and thus to each and every part regardless of who wrote it.
+ .
+ Thus, it is not the intent of this section to claim rights or contest
+ your rights to work written entirely by you; rather, the intent is to
+ exercise the right to control the distribution of derivative or
+ collective works based on the Program.
+ .
+ In addition, mere aggregation of another work not based on the Program
+ with the Program (or with a work based on the Program) on a volume of
+ a storage or distribution medium does not bring the other work under
+ the scope of this License.
+ .
+ 3. You may copy and distribute the Program (or a work based on it,
+ under Section 2) in object code or executable form under the terms of
+ Sections 1 and 2 above provided that you also do one of the following:
+ .
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+ .
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+ .
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+ .
+ The source code for a work means the preferred form of the work for
+ making modifications to it. For an executable work, complete source
+ code means all the source code for all modules it contains, plus any
+ associated interface definition files, plus the scripts used to
+ control compilation and installation of the executable. However, as a
+ special exception, the source code distributed need not include
+ anything that is normally distributed (in either source or binary
+ form) with the major components (compiler, kernel, and so on) of the
+ operating system on which the executable runs, unless that component
+ itself accompanies the executable.
+ .
+ If distribution of executable or object code is made by offering
+ access to copy from a designated place, then offering equivalent
+ access to copy the source code from the same place counts as
+ distribution of the source code, even though third parties are not
+ compelled to copy the source along with the object code.
+ .
+ 4. You may not copy, modify, sublicense, or distribute the Program
+ except as expressly provided under this License. Any attempt
+ otherwise to copy, modify, sublicense or distribute the Program is
+ void, and will automatically terminate your rights under this License.
+ However, parties who have received copies, or rights, from you under
+ this License will not have their licenses terminated so long as such
+ parties remain in full compliance.
+ .
+ 5. You are not required to accept this License, since you have not
+ signed it. However, nothing else grants you permission to modify or
+ distribute the Program or its derivative works. These actions are
+ prohibited by law if you do not accept this License. Therefore, by
+ modifying or distributing the Program (or any work based on the
+ Program), you indicate your acceptance of this License to do so, and
+ all its terms and conditions for copying, distributing or modifying
+ the Program or works based on it.
+ .
+ 6. Each time you redistribute the Program (or any work based on the
+ Program), the recipient automatically receives a license from the
+ original licensor to copy, distribute or modify the Program subject to
+ these terms and conditions. You may not impose any further
+ restrictions on the recipients' exercise of the rights granted herein.
+ You are not responsible for enforcing compliance by third parties to
+ this License.
+ .
+ 7. If, as a consequence of a court judgment or allegation of patent
+ infringement or for any other reason (not limited to patent issues),
+ conditions are imposed on you (whether by court order, agreement or
+ otherwise) that contradict the conditions of this License, they do not
+ excuse you from the conditions of this License. If you cannot
+ distribute so as to satisfy simultaneously your obligations under this
+ License and any other pertinent obligations, then as a consequence you
+ may not distribute the Program at all. For example, if a patent
+ license would not permit royalty-free redistribution of the Program by
+ all those who receive copies directly or indirectly through you, then
+ the only way you could satisfy both it and this License would be to
+ refrain entirely from distribution of the Program.
+ .
+ If any portion of this section is held invalid or unenforceable under
+ any particular circumstance, the balance of the section is intended to
+ apply and the section as a whole is intended to apply in other
+ circumstances.
+ .
+ It is not the purpose of this section to induce you to infringe any
+ patents or other property right claims or to contest validity of any
+ such claims; this section has the sole purpose of protecting the
+ integrity of the free software distribution system, which is
+ implemented by public license practices. Many people have made
+ generous contributions to the wide range of software distributed
+ through that system in reliance on consistent application of that
+ system; it is up to the author/donor to decide if he or she is willing
+ to distribute software through any other system and a licensee cannot
+ impose that choice.
+ .
+ This section is intended to make thoroughly clear what is believed to
+ be a consequence of the rest of this License.
+ .
+ 8. If the distribution and/or use of the Program is restricted in
+ certain countries either by patents or by copyrighted interfaces, the
+ original copyright holder who places the Program under this License
+ may add an explicit geographical distribution limitation excluding
+ those countries, so that distribution is permitted only in or among
+ countries not thus excluded. In such case, this License incorporates
+ the limitation as if written in the body of this License.
+ .
+ 9. The Free Software Foundation may publish revised and/or new versions
+ of the General Public License from time to time. Such new versions will
+ be similar in spirit to the present version, but may differ in detail to
+ address new problems or concerns.
+ .
+ Each version is given a distinguishing version number. If the Program
+ specifies a version number of this License which applies to it and "any
+ later version", you have the option of following the terms and conditions
+ either of that version or of any later version published by the Free
+ Software Foundation. If the Program does not specify a version number of
+ this License, you may choose any version ever published by the Free Software
+ Foundation.
+ .
+ 10. If you wish to incorporate parts of the Program into other free
+ programs whose distribution conditions are different, write to the author
+ to ask for permission. For software which is copyrighted by the Free
+ Software Foundation, write to the Free Software Foundation; we sometimes
+ make exceptions for this. Our decision will be guided by the two goals
+ of preserving the free status of all derivatives of our free software and
+ of promoting the sharing and reuse of software generally.
+ .
+ NO WARRANTY
+ .
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+ REPAIR OR CORRECTION.
+ .
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGES.
+ .
+ END OF TERMS AND CONDITIONS
+ .
+ How to Apply These Terms to Your New Programs
+ .
+ If you develop a new program, and you want it to be of the greatest
+ possible use to the public, the best way to achieve this is to make it
+ free software which everyone can redistribute and change under these terms.
+ .
+ To do so, attach the following notices to the program. It is safest
+ to attach them to the start of each source file to most effectively
+ convey the exclusion of warranty; and each file should have at least
+ the "copyright" line and a pointer to where the full notice is found.
+ .
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+ .
+ 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ Also add information on how to contact you by electronic and paper mail.
+ .
+ If the program is interactive, make it output a short notice like this
+ when it starts in an interactive mode:
+ .
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+ .
+ The hypothetical commands `show w' and `show c' should show the appropriate
+ parts of the General Public License. Of course, the commands you use may
+ be called something other than `show w' and `show c'; they could even be
+ mouse-clicks or menu items--whatever suits your program.
+ .
+ You should also get your employer (if you work as a programmer) or your
+ school, if any, to sign a "copyright disclaimer" for the program, if
+ necessary. Here is a sample; alter the names:
+ .
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+ .
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+ .
+ This General Public License does not permit incorporating your program into
+ proprietary programs. If your program is a subroutine library, you may
+ consider it more useful to permit linking proprietary applications with the
+ library. If this is what you want to do, use the GNU Library General
+ Public License instead of this License.
diff --git a/dosbox-x/debian/dosbox-x.lintian-overrides b/dosbox-x/debian/dosbox-x.lintian-overrides
new file mode 100644
index 0000000..a8b8568
--- /dev/null
+++ b/dosbox-x/debian/dosbox-x.lintian-overrides
@@ -0,0 +1 @@
+copyright-file-contains-full-gpl-license
diff --git a/dosbox-x/debian/dosbox-x_2023.05.01-1+stackrpms.dsc b/dosbox-x/debian/dosbox-x_2023.05.01-1+stackrpms.dsc
new file mode 100644
index 0000000..30a5f63
--- /dev/null
+++ b/dosbox-x/debian/dosbox-x_2023.05.01-1+stackrpms.dsc
@@ -0,0 +1,17 @@
+Format: 3.0 (quilt)
+Source: dosbox-x
+Binary: dosbox-x
+Architecture: any
+Version: 2023.05.01-1+stackrpms
+Maintainer: B. Stack <bgstack15@gmail.com>
+Homepage: https://dosbox-x.com/
+Standards-Version: 4.5.1
+Vcs-Browser: https://bgstack15.ddns.net/cgit/dosbox-x
+Vcs-Git: https://bgstack15.ddns.net/git/dosbox-x
+Testsuite: autopkgtest
+Build-Depends: debhelper-compat (= 13), dh-autoreconf, javahelper, libswscale-dev, libavformat-dev, libasound2-dev, g++, libsdl2-dev, libtool, libsdl2-mixer-dev, libfluidsynth-dev, libfreetype-dev | libfreetype6-dev, libpcap-dev | libpcap0.8-dev, libx11-dev, libxext-dev, libxkbcommon-dev, libslirp-dev, libpng-dev, libxrandr-dev, make, libgl1-mesa-dev, libncurses-dev, libpulse-dev, libsdl2-net-dev, zlib1g-dev
+Package-List:
+ dosbox-x deb games optional arch=any
+Files:
+ 00000000000000000000000000000000 1 dosbox-x.orig.tar.gz
+ 00000000000000000000000000000000 1 dosbox-x.debian.tar.xz
diff --git a/dosbox-x/debian/patches/series b/dosbox-x/debian/patches/series
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/dosbox-x/debian/patches/series
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/dosbox-x/debian/rules b/dosbox-x/debian/rules
new file mode 100755
index 0000000..cf6e067
--- /dev/null
+++ b/dosbox-x/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# You must remove unused comment lines for the released package.
+#export DH_VERBOSE = 1
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export JAVA_HOME=/usr/lib/jvm/default-java
+export CLASSPATH=/usr/share/java/csv.jar:/usr/share/java/debug-disable.jar:/usr/share/java/itext.jar
+
+%:
+ dh $@ --with javahelper,autoreconf
+
+override_dh_autoreconf:
+ dh_autoreconf -- ./autogen.sh
+
+override_dh_auto_configure:
+ #./configure --enable-core-inline --enable-debug=heavy --enable-sdl2
+ dh_auto_configure -- \
+ --enable-core-inline \
+ --enable-debug=heavy \
+ --enable-sdl2
+
+#override_dh_install:
+# dh_install --list-missing -X.la -X.pyc -X.pyo
diff --git a/dosbox-x/debian/source/control b/dosbox-x/debian/source/control
new file mode 100644
index 0000000..a0fbc51
--- /dev/null
+++ b/dosbox-x/debian/source/control
@@ -0,0 +1,6 @@
+#
+# DEP-8: autopkgtest - automatic as-installed package testing
+# Please check * https://dep-team.pages.debian.net/deps/dep8/
+# * /usr/share/doc/autopkgtest
+#Tests: testcode.sh
+#Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root
diff --git a/dosbox-x/debian/source/format b/dosbox-x/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/dosbox-x/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/dosbox-x/debian/source/lintian-overrides b/dosbox-x/debian/source/lintian-overrides
new file mode 100644
index 0000000..59b3729
--- /dev/null
+++ b/dosbox-x/debian/source/lintian-overrides
@@ -0,0 +1,27 @@
+source: build-depends-on-build-essential-package-without-using-version
+source: source-is-missing
+source: source-is-missing docs/BLASTERBOARD _ A new SB 2.0-compatible ISA sound card - Page 15 __ VOGONS (2020-08-23 6_42_00 AM).html
+source: source-is-missing docs/Getting MS-DOS games to run on Windows 95_ Working around the iretd problem _ The Old New Thing (2020-08-24 11_46_56 AM).html
+source: source-is-missing docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia.html
+source: source-is-missing docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia.html
+source: source-is-missing ref/fat/Windows 98, FAT32 - HelpWithWindows.com.html
+source: source-is-missing ref/mbr/Master boot record - Wikipedia.html
+source: source-is-missing ref/mbr/Partition type - Wikipedia.html
+source: source-is-missing ref/pc98-pegc-256-color/PC-98 256-color planar mode · Issue #1061 · joncampbell123_dosbox-x.html
+source: source-is-missing ref/pc98-pegc-256-color/PC-9821 PEGC (2020-05-03 2_06_51 AM) Google Translate.html
+source: source-is-missing ref/pc98-pegc-256-color/PC-9821 PEGC (2020-05-03 2_06_51 AM).html
+source: source-is-missing ref/pc98-pegc-256-color/SL9821 - æ??è¡?ç??ã?ªã?¯ã?ªã?? - PEGC (2020-05-03 2_10_21 AM) Google Translate.html
+source: source-is-missing ref/pc98-pegc-256-color/SL9821 - æ??è¡?ç??ã?ªã?¯ã?ªã?? - PEGC (2020-05-03 2_10_21 AM).html
+source: source-is-missing vs/UpgradeLog.htm
+source: source-is-missing vs/freetype/docs/reference/ft2-auto_hinter.html
+source: source-is-missing vs/freetype/docs/reference/ft2-base_interface.html
+source: source-is-missing vs/freetype/docs/reference/ft2-cache_subsystem.html
+source: source-is-missing vs/freetype/docs/reference/ft2-cff_driver.html
+source: source-is-missing vs/freetype/docs/reference/ft2-glyph_stroker.html
+source: source-is-missing vs/freetype/docs/reference/ft2-lcd_filtering.html
+source: source-is-missing vs/freetype/docs/reference/ft2-outline_processing.html
+source: source-is-missing vs/freetype/docs/reference/ft2-parameter_tags.html
+source: source-is-missing vs/freetype/docs/reference/ft2-properties.html
+source: source-is-missing vs/freetype/docs/reference/ft2-truetype_tables.html
+source: source-is-missing vs/freetype/docs/reference/ft2-tt_driver.html
+source: autotools-pkg-config-macro-not-cross-compilation-safe
diff --git a/dosbox-x/debian/source/local-options b/dosbox-x/debian/source/local-options
new file mode 100644
index 0000000..77effbe
--- /dev/null
+++ b/dosbox-x/debian/source/local-options
@@ -0,0 +1,4 @@
+#
+# ### gbp-buildpackage(1) user may like this. ###
+#abort-on-upstream-changes
+#unapply-patches
diff --git a/dosbox-x/debian/source/options b/dosbox-x/debian/source/options
new file mode 100644
index 0000000..077de7d
--- /dev/null
+++ b/dosbox-x/debian/source/options
@@ -0,0 +1,4 @@
+#
+# ### dgit-maint-merge(7) workflow user need this ###
+# single-debian-patch
+# auto-commit
diff --git a/dosbox-x/debian/source/patch-header b/dosbox-x/debian/source/patch-header
new file mode 100644
index 0000000..6ff0a40
--- /dev/null
+++ b/dosbox-x/debian/source/patch-header
@@ -0,0 +1,22 @@
+The automatically generated patch puts this free form text on top of it.
+
+If you are using gbp-buildpackage(1), you probably don't need this file.
+
+If you are using dgit-maint-merge(7), please consider text as follows.
+
+The Debian packaging of foo is maintained in git, using the merging workflow
+described in dgit-maint-merge(7). There isn't a patch queue that can be
+represented as a quilt series.
+
+A detailed breakdown of the changes is available from their canonical
+representation - git commits in the packaging repository. For example, to see
+the changes made by the Debian maintainer in the first upload of upstream
+version 1.2.3, you could use:
+
+ % git clone https://git.dgit.debian.org/foo
+ % cd foo
+ % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
+
+(If you have dgit, use `dgit clone foo`, rather than plain `git clone`.)
+
+A single combined diff, containing all the changes, follows.
diff --git a/dosbox-x/debian/tests/control b/dosbox-x/debian/tests/control
new file mode 100644
index 0000000..a0fbc51
--- /dev/null
+++ b/dosbox-x/debian/tests/control
@@ -0,0 +1,6 @@
+#
+# DEP-8: autopkgtest - automatic as-installed package testing
+# Please check * https://dep-team.pages.debian.net/deps/dep8/
+# * /usr/share/doc/autopkgtest
+#Tests: testcode.sh
+#Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root
diff --git a/dosbox-x/debian/upstream/metadata b/dosbox-x/debian/upstream/metadata
new file mode 100644
index 0000000..dc2feb0
--- /dev/null
+++ b/dosbox-x/debian/upstream/metadata
@@ -0,0 +1,16 @@
+#
+# DEP-12: Per-package machine-readable metadata about Upstream
+# Please check * https://dep-team.pages.debian.net/deps/dep12/
+# * https://wiki.debian.org/UpstreamMetadata
+Reference:
+ Author: <please use full names and separate multiple author by the keyword "and">
+ Title:
+ Journal:
+ Year:
+ Volume:
+ Number:
+ Pages:
+ DOI:
+ PMID:
+ URL:
+ eprint:
diff --git a/dosbox-x/debian/watch b/dosbox-x/debian/watch
new file mode 100644
index 0000000..76575dc
--- /dev/null
+++ b/dosbox-x/debian/watch
@@ -0,0 +1,2 @@
+# You must remove unused comment lines for the released package.
+version=3
bgstack15