diff --git a/.ci/debian/Dockerfile b/.ci/debian/Dockerfile new file mode 100644 index 000000000..5fc2a9a71 --- /dev/null +++ b/.ci/debian/Dockerfile @@ -0,0 +1,16 @@ +FROM debian:testing-slim + +RUN apt-get update && apt-get upgrade -y +RUN apt-get install -y dh-make build-essential libwxgtk3.0 libboost-all-dev icu-devtools libffms2-dev fontconfig libfreetype6-dev libass-dev zlib1g-dev libgl1 libssl-dev libasound2-dev libpulse-dev fftw3-dev libuchardet-dev libc6-dev intltool libhunspell-dev git + +COPY . /aegisub +WORKDIR /aegisub +RUN make clean +RUN build/version.sh . +RUN rm -rf .git +RUN mv .ci/debian/entrypoint.sh / +RUN mv .ci/distribution/debian /aegisub +RUN chmod +x /entrypoint.sh + +CMD ["/entrypoint.sh"] + diff --git a/.ci/debian/entrypoint.sh b/.ci/debian/entrypoint.sh new file mode 100755 index 000000000..613afbea8 --- /dev/null +++ b/.ci/debian/entrypoint.sh @@ -0,0 +1,7 @@ +#!/bin/sh -e + +export MAKEFLAGS="-j$(nproc)" +cd /aegisub +dpkg-buildpackage -nc + +mv ../*.deb /out/ diff --git a/.ci/distribution/debian/README.Debian b/.ci/distribution/debian/README.Debian new file mode 100644 index 000000000..d9a4c6b5c --- /dev/null +++ b/.ci/distribution/debian/README.Debian @@ -0,0 +1,8 @@ +aegisub-japan7 for Debian + +Please edit this to provide information specific to +this aegisub-japan7 Debian package. + + (Automatically generated by debmake Version 4.3.1) + + -- root <> Thu, 17 Oct 2019 08:35:38 +0000 diff --git a/.ci/distribution/debian/changelog b/.ci/distribution/debian/changelog new file mode 100644 index 000000000..5b1912873 --- /dev/null +++ b/.ci/distribution/debian/changelog @@ -0,0 +1,6 @@ +aegisub-japan7 (3.3.2) UNRELEASED; urgency=low + + * Initial release. Closes: #nnnn + + + -- root <> Thu, 17 Oct 2019 08:35:38 +0000 diff --git a/.ci/distribution/debian/compat b/.ci/distribution/debian/compat new file mode 100644 index 000000000..b4de39476 --- /dev/null +++ b/.ci/distribution/debian/compat @@ -0,0 +1 @@ +11 diff --git a/.ci/distribution/debian/control b/.ci/distribution/debian/control new file mode 100644 index 000000000..bc73938a2 --- /dev/null +++ b/.ci/distribution/debian/control @@ -0,0 +1,16 @@ +Source: aegisub-japan7 +Section: video +Priority: optional +Maintainer: odrling +Build-Depends: debhelper (>=11~), dh-autoreconf, intltool, libasound2-dev [linux-any], libass-dev, libboost-dev, libboost-chrono-dev, libboost-filesystem-dev, libboost-locale-dev, libboost-regex-dev, libboost-system-dev, libboost-thread-dev, libffms2-dev (>= 2.19), libfftw3-dev, libfontconfig1-dev, libfreetype6-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libhunspell-dev, libicu-dev, libpulse-dev, libwxgtk3.0-dev, libssl-dev +Standards-Version: 4.1.4 +Homepage: https://github.com/odrling/Aegisub + +Package: aegisub-japan7 +Architecture: any +Multi-Arch: foreign +Conflicts: aegisub +Depends: ${misc:Depends}, ${shlibs:Depends}, libasound2, libass9, libatomic1, libboost-filesystem1.67.0, libboost-locale1.67.0, libboost-regex1.67.0, libboost-system1.67.0, libboost-thread1.67.0, libc6, libffms2-4 (>= 2.19), libfftw3-double3, libgcc1 (>= 1:4.2), libgl1 | libgl1-mesa-glx, libhunspell-1.7-0, libicu63, libpulse0, libstdc++6, libwxbase3.0-0v5, libwxgtk3.0-0v5, zlib1g +Description: advanced subtitle editor + Originally created as tool to make typesetting, particularly in anime fansubs, a less painful experience, Aegisub has grown into a fully fledged, highly customizable subtitle editor. + It features a lot of convenient tools to help you with timing, typesetting, editing and translating subtitles, as well as a powerful scripting environment called Automation (originally mostly intended for creating karaoke effects, Automation can now be used much else, including creating macros and various other convenient tools). diff --git a/.ci/distribution/debian/copyright b/.ci/distribution/debian/copyright new file mode 100644 index 000000000..5e85b28f4 --- /dev/null +++ b/.ci/distribution/debian/copyright @@ -0,0 +1,10619 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: aegisub-japan7 +Source: +# +# Please double check copyright with the licensecheck(1) command. + +Files: .ci/upload_win_installer.sh + .gitignore + .gitmodules + .nuget/NuGet.Config + Aegisub.sln + Makefile + Makefile.inc + Makefile.inc.in + Makefile.target + README.md + acconf.h + acconf.h.in + acconf.h.in~ + acinclude.m4 + appveyor.yml + autogen.sh + autom4te.cache/requests + autom4te.cache/traces.0 + autom4te.cache/traces.1 + automation/.gitignore + automation/Makefile + automation/autoload/duetto-meika.lua + automation/autoload/karaoke-adjust-1sec.lua + automation/autoload/karaoke-split.lua + automation/autoload/ua.BlurAndGlow.lua + automation/autoload/ua.ChangeCase.lua + automation/autoload/ua.Colorize.lua + automation/autoload/ua.Cycles.lua + automation/autoload/ua.FadeWorks.lua + automation/autoload/ua.HYDRA.lua + automation/autoload/ua.ScriptCleanup.lua + automation/autoload/unkf.lua + automation/demos/future-windy-blur.lua + automation/demos/raytracer-test1.ass + automation/demos/raytracer.lua + automation/include/lfs.lua + automation/include/moonscript.lua + automation/tests/aegisub.d + automation/tests/aegisub.o + automation/tests/automation/appended-lines.lua + automation/tests/automation/basic-export-test.lua + automation/tests/automation/basic-tests.lua + automation/tests/automation/config-dialog-test.lua + automation/tests/automation/furi-test.ass + automation/tests/automation/gen-absurd-t-line.lua + automation/tests/automation/hello-world.lua + automation/tests/automation/kara-templater-retime.ass + automation/tests/automation/karaoke-parse-test.lua + automation/tests/automation/progress-reporting-test.lua + automation/tests/automation/selection-set-test.lua + automation/tests/automation/test-filter-name-clash.lua + automation/tests/automation/test-furi.lua + automation/tests/automation/test-tablecopy-recursive.lua + automation/tests/automation/test-text_extents.lua + automation/tests/automation/text-extents-test.lua + automation/tests/automation/trace-level-test.lua + automation/tests/automation/unicode-test.lua + automation/tests/busted.lua + automation/v4-docs/basic-function-interface.txt + automation/v4-docs/configuration-dialogs.txt + automation/v4-docs/file-streams.txt + automation/v4-docs/misc.txt + automation/v4-docs/progress-reporting.txt + automation/v4-docs/subtitle-data.txt + automation/v4-docs/template-scripting-ideas.ass + build/BuildTasks/BuildTasks.csproj + build/BuildTasks/Properties/AssemblyInfo.cs + build/BuildTasks/packages.config + build/PortableInstaller/PortableInstaller.vcxproj.filters + build/ffmpeg/config-x64.asm + build/ffmpeg/config-x64.h + build/ffmpeg/config-x86.asm + build/ffmpeg/config-x86.h + build/ffmpeg/config.h + build/ffmpeg/configure.sh + build/ffmpeg/get-file-list.sh + build/ffmpeg/libavcodec/bsf_list.c + build/ffmpeg/libavcodec/codec_list.c + build/ffmpeg/libavcodec/parser_list.c + build/ffmpeg/libavdevice/indev_list.c + build/ffmpeg/libavdevice/outdev_list.c + build/ffmpeg/libavformat/demuxer_list.c + build/ffmpeg/libavformat/muxer_list.c + build/ffmpeg/libavformat/protocol_list.c + build/ffmpeg/libavutil/avconfig.h + build/ffmpeg/libavutil/ffversion.h + build/fftw/config.h + build/fribidi/fribidi-config.h + build/git_version.h + build/icu/icu.vcxproj + build/libass/config.h + build/libass/dirent.h + build/libass/strings.h + build/libass/unistd.h + build/scintilla/catalogue.cpp + build/universalchardet/universalchardet.vcxproj + build/userconfig/readme.txt + build/version.sh + build/wx/setup-build.h + build/wx/setup-installed.h + build/wx/stc-fi.h + build/yasm.targets + configure.ac + docs/art-sources/aegisub-blog-header.jpg + docs/art-sources/aegisub-blog-header.pdn + docs/art-sources/aegisub-blog-header2.jpg + docs/art-sources/aegisub-blog-header2.pdn + docs/art-sources/aegisub-icon-mk2.png + docs/art-sources/splash.pdn + docs/specs/as5/aegisub.png + docs/specs/as5/as5.pdf + docs/specs/as5/as5.tcp + docs/specs/as5/as5.tex + docs/specs/as5/asa.png + docs/specs/as5/distort.png + docs/specs/as5/spec.cls + docs/specs/ass-format-tests.ass + docs/wiki_convert/aegisub_convert_docs.pl + docs/wiki_convert/convert.bat + header.mk + lib/libluabins.a + libaegisub/Makefile + libaegisub/ass/dialogue_parser.d + libaegisub/ass/dialogue_parser.o + libaegisub/ass/time.d + libaegisub/ass/time.o + libaegisub/ass/uuencode.d + libaegisub/ass/uuencode.o + libaegisub/audio/provider.d + libaegisub/audio/provider.o + libaegisub/audio/provider_convert.d + libaegisub/audio/provider_convert.o + libaegisub/audio/provider_dummy.d + libaegisub/audio/provider_dummy.o + libaegisub/audio/provider_hd.d + libaegisub/audio/provider_lock.d + libaegisub/audio/provider_lock.o + libaegisub/audio/provider_pcm.d + libaegisub/audio/provider_pcm.o + libaegisub/audio/provider_ram.d + libaegisub/common/cajun/elements.cpp + libaegisub/common/cajun/elements.d + libaegisub/common/cajun/elements.o + libaegisub/common/cajun/reader.cpp + libaegisub/common/cajun/reader.d + libaegisub/common/cajun/writer.d + libaegisub/common/cajun/writer.o + libaegisub/common/calltip_provider.d + libaegisub/common/calltip_provider.o + libaegisub/common/character_count.d + libaegisub/common/character_count.o + libaegisub/common/charset.d + libaegisub/common/charset.o + libaegisub/common/charset_6937.d + libaegisub/common/charset_6937.o + libaegisub/common/charset_conv.d + libaegisub/common/color.d + libaegisub/common/color.o + libaegisub/common/dispatch.d + libaegisub/common/file_mapping.d + libaegisub/common/format.d + libaegisub/common/fs.d + libaegisub/common/hotkey.d + libaegisub/common/io.d + libaegisub/common/json.d + libaegisub/common/json.o + libaegisub/common/kana_table.d + libaegisub/common/kana_table.o + libaegisub/common/karaoke_matcher.d + libaegisub/common/keyframe.d + libaegisub/common/line_iterator.d + libaegisub/common/line_iterator.o + libaegisub/common/log.d + libaegisub/common/mru.d + libaegisub/common/option.d + libaegisub/common/option_value.d + libaegisub/common/parser.d + libaegisub/common/path.d + libaegisub/common/thesaurus.d + libaegisub/common/util.d + libaegisub/common/vfr.d + libaegisub/common/ycbcr_conv.d + libaegisub/common/ycbcr_conv.o + libaegisub/include/libaegisub/cajun/elements.h + libaegisub/include/libaegisub/cajun/reader.h + libaegisub/include/libaegisub/cajun/visitor.h + libaegisub/include/libaegisub/charsets.def + libaegisub/lagi_pre.h + libaegisub/lua/modules.d + libaegisub/lua/modules.o + libaegisub/lua/modules/lfs.d + libaegisub/lua/modules/lpeg.d + libaegisub/lua/modules/lpeg.o + libaegisub/lua/modules/re.d + libaegisub/lua/modules/unicode.d + libaegisub/lua/modules/unicode.o + libaegisub/lua/script_reader.d + libaegisub/lua/utils.d + libaegisub/unix/access.d + libaegisub/unix/access.o + libaegisub/unix/fs.d + libaegisub/unix/fs.o + libaegisub/unix/log.d + libaegisub/unix/log.o + libaegisub/unix/path.d + libaegisub/unix/path.o + libaegisub/unix/util.d + libaegisub/windows/lagi_pre.cpp + m4macros/ac_agi.m4 + m4macros/ac_flag.m4 + m4macros/agi_find_libheader.m4 + m4macros/wxwin.m4 + packages/desktop/16x16.png + packages/desktop/22x22.png + packages/desktop/24x24.png + packages/desktop/32x32.png + packages/desktop/48x48.png + packages/desktop/64x64.png + packages/desktop/Makefile + packages/desktop/aegisub.desktop.template + packages/desktop/aegisub.desktop.template.in + packages/osx_bundle/Contents/Resources/Aegisub.icns + packages/osx_bundle/Contents/Resources/assIcon.icns + packages/osx_bundle/Contents/Resources/srtIcon.icns + packages/osx_bundle/Contents/Resources/ssaIcon.icns + packages/osx_bundle/Contents/Resources/txtIcon.icns + packages/osx_dmg/DS_Store + packages/osx_dmg/dmg_background.png + packages/win_installer/aegisub-large.bmp + packages/win_installer/aegisub-large.pdn + packages/win_installer/aegisub.bmp + packages/win_installer/aegisub.pdn + packages/win_installer/aegisub_depctrl.iss + packages/win_installer/fragment_fonts.iss + packages/win_installer/fragment_strings.iss + packages/win_installer/fragment_strings.iss.in + packages/win_installer/legacy_dirlist.txt + packages/win_installer/legacy_filelist.txt + packages/win_installer/legacy_locales.txt + packages/win_installer/legacy_shortcutlist.txt + packages/win_installer/old_dirlist.txt + packages/win_installer/old_filelist.txt + packages/win_installer/old_locales.txt + packages/win_installer/old_shortcutlist.txt + packages/win_installer/portable/config.json + packages/win_installer/portable/create-portable.bat + packages/win_installer/portable/icon.ico + packages/win_installer/portable/portable-comment.txt + packages/win_installer/portable/side-logo.bmp + packages/win_installer/template.ass + packages/win_installer/update_strings.sh + packages/win_installer/welcome-large.bmp + packages/win_installer/welcome-large.pdn + packages/win_installer/welcome.bmp + packages/win_installer/welcome.pdn + po/Makefile + po/README_ja.txt + po/ar.mo + po/bg.mo + po/bg.po + po/ca.mo + po/ca.po + po/cs.mo + po/cs.po + po/da.mo + po/da.po + po/de.mo + po/el.mo + po/es.mo + po/es.po + po/eu.mo + po/fa.mo + po/fa.po + po/fi.mo + po/fi.po + po/fr_FR.mo + po/fr_FR.po + po/gl.mo + po/hu.mo + po/hu.po + po/id.mo + po/it.mo + po/it.po + po/ja.mo + po/ja.po + po/ko.mo + po/ko.po + po/make_pot.sh + po/nl.mo + po/pl.mo + po/pl.po + po/pt_BR.mo + po/pt_BR.po + po/pt_PT.mo + po/pt_PT.po + po/ru.mo + po/sr_RS.mo + po/sr_RS@latin.mo + po/stats.sh + po/uk_UA.mo + po/uk_UA.po + po/vi.mo + po/vi.po + po/zh_CN.mo + po/zh_TW.mo + src/Makefile + src/MatroskaParser.d + src/MatroskaParser.o + src/aegisublocale.d + src/agi_pre.cpp + src/ass_attachment.d + src/ass_dialogue.d + src/ass_entry.d + src/ass_entry.o + src/ass_export_filter.d + src/ass_export_filter.o + src/ass_exporter.d + src/ass_file.d + src/ass_karaoke.d + src/ass_override.d + src/ass_parser.d + src/ass_style.d + src/ass_style_storage.d + src/async_video_provider.d + src/audio_box.d + src/audio_colorscheme.d + src/audio_controller.d + src/audio_display.d + src/audio_karaoke.d + src/audio_marker.d + src/audio_player.d + src/audio_player_oss.d + src/audio_provider_factory.d + src/audio_provider_ffmpegsource.d + src/audio_renderer.d + src/audio_renderer_spectrum.d + src/audio_renderer_waveform.d + src/audio_timing_dialogue.d + src/audio_timing_karaoke.d + src/auto4_base.d + src/auto4_lua.d + src/auto4_lua_assfile.d + src/auto4_lua_dialog.d + src/auto4_lua_progresssink.d + src/avisynth_wrap.d + src/avisynth_wrap.o + src/base_grid.d + src/bitmaps/button/about_menu_16.png + src/bitmaps/button/about_menu_24.png + src/bitmaps/button/about_menu_32.png + src/bitmaps/button/about_menu_48.png + src/bitmaps/button/about_menu_64.png + src/bitmaps/button/arrow_down_16.png + src/bitmaps/button/arrow_down_24.png + src/bitmaps/button/arrow_down_32.png + src/bitmaps/button/arrow_down_48.png + src/bitmaps/button/arrow_down_64.png + src/bitmaps/button/arrow_down_stop_16.png + src/bitmaps/button/arrow_down_stop_24.png + src/bitmaps/button/arrow_down_stop_32.png + src/bitmaps/button/arrow_down_stop_48.png + src/bitmaps/button/arrow_down_stop_64.png + src/bitmaps/button/arrow_sort_16.png + src/bitmaps/button/arrow_sort_24.png + src/bitmaps/button/arrow_sort_32.png + src/bitmaps/button/arrow_sort_48.png + src/bitmaps/button/arrow_sort_64.png + src/bitmaps/button/arrow_up_16.png + src/bitmaps/button/arrow_up_24.png + src/bitmaps/button/arrow_up_32.png + src/bitmaps/button/arrow_up_48.png + src/bitmaps/button/arrow_up_64.png + src/bitmaps/button/arrow_up_stop_16.png + src/bitmaps/button/arrow_up_stop_24.png + src/bitmaps/button/arrow_up_stop_32.png + src/bitmaps/button/arrow_up_stop_48.png + src/bitmaps/button/arrow_up_stop_64.png + src/bitmaps/button/assdraw_16.png + src/bitmaps/button/assdraw_24.png + src/bitmaps/button/assdraw_32.png + src/bitmaps/button/assdraw_48.png + src/bitmaps/button/assdraw_64.png + src/bitmaps/button/attach_button_16.png + src/bitmaps/button/attach_button_24.png + src/bitmaps/button/attach_button_32.png + src/bitmaps/button/attach_button_48.png + src/bitmaps/button/attach_button_64.png + src/bitmaps/button/automation_toolbutton_16.png + src/bitmaps/button/automation_toolbutton_24.png + src/bitmaps/button/automation_toolbutton_32.png + src/bitmaps/button/automation_toolbutton_48.png + src/bitmaps/button/automation_toolbutton_64.png + src/bitmaps/button/bugtracker_button_16.png + src/bitmaps/button/bugtracker_button_24.png + src/bitmaps/button/bugtracker_button_32.png + src/bitmaps/button/bugtracker_button_48.png + src/bitmaps/button/bugtracker_button_64.png + src/bitmaps/button/button_audio_commit_16.png + src/bitmaps/button/button_audio_commit_24.png + src/bitmaps/button/button_audio_commit_32.png + src/bitmaps/button/button_audio_commit_48.png + src/bitmaps/button/button_audio_commit_64.png + src/bitmaps/button/button_audio_goto_16.png + src/bitmaps/button/button_audio_goto_24.png + src/bitmaps/button/button_audio_goto_32.png + src/bitmaps/button/button_audio_goto_48.png + src/bitmaps/button/button_audio_goto_64.png + src/bitmaps/button/button_bold_16.png + src/bitmaps/button/button_bold_24.png + src/bitmaps/button/button_bold_32.png + src/bitmaps/button/button_bold_48.png + src/bitmaps/button/button_bold_64.png + src/bitmaps/button/button_color_four_16.png + src/bitmaps/button/button_color_four_24.png + src/bitmaps/button/button_color_four_32.png + src/bitmaps/button/button_color_four_48.png + src/bitmaps/button/button_color_four_64.png + src/bitmaps/button/button_color_one_16.png + src/bitmaps/button/button_color_one_24.png + src/bitmaps/button/button_color_one_32.png + src/bitmaps/button/button_color_one_48.png + src/bitmaps/button/button_color_one_64.png + src/bitmaps/button/button_color_three_16.png + src/bitmaps/button/button_color_three_24.png + src/bitmaps/button/button_color_three_32.png + src/bitmaps/button/button_color_three_48.png + src/bitmaps/button/button_color_three_64.png + src/bitmaps/button/button_color_two_16.png + src/bitmaps/button/button_color_two_24.png + src/bitmaps/button/button_color_two_32.png + src/bitmaps/button/button_color_two_48.png + src/bitmaps/button/button_color_two_64.png + src/bitmaps/button/button_fontname_16.png + src/bitmaps/button/button_fontname_24.png + src/bitmaps/button/button_fontname_32.png + src/bitmaps/button/button_fontname_48.png + src/bitmaps/button/button_fontname_64.png + src/bitmaps/button/button_italics_16.png + src/bitmaps/button/button_italics_24.png + src/bitmaps/button/button_italics_32.png + src/bitmaps/button/button_italics_48.png + src/bitmaps/button/button_italics_64.png + src/bitmaps/button/button_leadin_16.png + src/bitmaps/button/button_leadin_24.png + src/bitmaps/button/button_leadin_32.png + src/bitmaps/button/button_leadin_48.png + src/bitmaps/button/button_leadin_64.png + src/bitmaps/button/button_leadout_16.png + src/bitmaps/button/button_leadout_24.png + src/bitmaps/button/button_leadout_32.png + src/bitmaps/button/button_leadout_48.png + src/bitmaps/button/button_leadout_64.png + src/bitmaps/button/button_next_16.png + src/bitmaps/button/button_next_24.png + src/bitmaps/button/button_next_32.png + src/bitmaps/button/button_next_48.png + src/bitmaps/button/button_next_64.png + src/bitmaps/button/button_pause_16.png + src/bitmaps/button/button_pause_24.png + src/bitmaps/button/button_pause_32.png + src/bitmaps/button/button_pause_48.png + src/bitmaps/button/button_pause_64.png + src/bitmaps/button/button_play_16.png + src/bitmaps/button/button_play_24.png + src/bitmaps/button/button_play_32.png + src/bitmaps/button/button_play_48.png + src/bitmaps/button/button_play_64.png + src/bitmaps/button/button_playfirstfiveh_16.png + src/bitmaps/button/button_playfirstfiveh_24.png + src/bitmaps/button/button_playfirstfiveh_32.png + src/bitmaps/button/button_playfirstfiveh_48.png + src/bitmaps/button/button_playfirstfiveh_64.png + src/bitmaps/button/button_playfivehafter_16.png + src/bitmaps/button/button_playfivehafter_24.png + src/bitmaps/button/button_playfivehafter_32.png + src/bitmaps/button/button_playfivehafter_48.png + src/bitmaps/button/button_playfivehafter_64.png + src/bitmaps/button/button_playfivehbefore_16.png + src/bitmaps/button/button_playfivehbefore_24.png + src/bitmaps/button/button_playfivehbefore_32.png + src/bitmaps/button/button_playfivehbefore_48.png + src/bitmaps/button/button_playfivehbefore_64.png + src/bitmaps/button/button_playlastfiveh_16.png + src/bitmaps/button/button_playlastfiveh_24.png + src/bitmaps/button/button_playlastfiveh_32.png + src/bitmaps/button/button_playlastfiveh_48.png + src/bitmaps/button/button_playlastfiveh_64.png + src/bitmaps/button/button_playline_16.png + src/bitmaps/button/button_playline_24.png + src/bitmaps/button/button_playline_32.png + src/bitmaps/button/button_playline_48.png + src/bitmaps/button/button_playline_64.png + src/bitmaps/button/button_playsel_16.png + src/bitmaps/button/button_playsel_24.png + src/bitmaps/button/button_playsel_32.png + src/bitmaps/button/button_playsel_48.png + src/bitmaps/button/button_playsel_64.png + src/bitmaps/button/button_playtoend_16.png + src/bitmaps/button/button_playtoend_24.png + src/bitmaps/button/button_playtoend_32.png + src/bitmaps/button/button_playtoend_48.png + src/bitmaps/button/button_playtoend_64.png + src/bitmaps/button/button_prev_16.png + src/bitmaps/button/button_prev_24.png + src/bitmaps/button/button_prev_32.png + src/bitmaps/button/button_prev_48.png + src/bitmaps/button/button_prev_64.png + src/bitmaps/button/button_stop_16.png + src/bitmaps/button/button_stop_24.png + src/bitmaps/button/button_stop_32.png + src/bitmaps/button/button_stop_48.png + src/bitmaps/button/button_stop_64.png + src/bitmaps/button/button_strikeout_16.png + src/bitmaps/button/button_strikeout_24.png + src/bitmaps/button/button_strikeout_32.png + src/bitmaps/button/button_strikeout_48.png + src/bitmaps/button/button_strikeout_64.png + src/bitmaps/button/button_underline_16.png + src/bitmaps/button/button_underline_24.png + src/bitmaps/button/button_underline_32.png + src/bitmaps/button/button_underline_48.png + src/bitmaps/button/button_underline_64.png + src/bitmaps/button/close_audio_menu_16.png + src/bitmaps/button/close_audio_menu_24.png + src/bitmaps/button/close_audio_menu_32.png + src/bitmaps/button/close_audio_menu_48.png + src/bitmaps/button/close_audio_menu_64.png + src/bitmaps/button/close_keyframes_menu_16.png + src/bitmaps/button/close_keyframes_menu_24.png + src/bitmaps/button/close_keyframes_menu_32.png + src/bitmaps/button/close_keyframes_menu_48.png + src/bitmaps/button/close_keyframes_menu_64.png + src/bitmaps/button/close_timecodes_menu_16.png + src/bitmaps/button/close_timecodes_menu_24.png + src/bitmaps/button/close_timecodes_menu_32.png + src/bitmaps/button/close_timecodes_menu_48.png + src/bitmaps/button/close_timecodes_menu_64.png + src/bitmaps/button/close_video_menu_16.png + src/bitmaps/button/close_video_menu_24.png + src/bitmaps/button/close_video_menu_32.png + src/bitmaps/button/close_video_menu_48.png + src/bitmaps/button/close_video_menu_64.png + src/bitmaps/button/contents_button_16.png + src/bitmaps/button/contents_button_24.png + src/bitmaps/button/contents_button_32.png + src/bitmaps/button/contents_button_48.png + src/bitmaps/button/contents_button_64.png + src/bitmaps/button/copy_button_16.png + src/bitmaps/button/copy_button_24.png + src/bitmaps/button/copy_button_32.png + src/bitmaps/button/copy_button_48.png + src/bitmaps/button/copy_button_64.png + src/bitmaps/button/cut_button_16.png + src/bitmaps/button/cut_button_24.png + src/bitmaps/button/cut_button_32.png + src/bitmaps/button/cut_button_48.png + src/bitmaps/button/cut_button_64.png + src/bitmaps/button/delete_button_16.png + src/bitmaps/button/delete_button_24.png + src/bitmaps/button/delete_button_32.png + src/bitmaps/button/delete_button_48.png + src/bitmaps/button/delete_button_64.png + src/bitmaps/button/detach_video_menu_16.png + src/bitmaps/button/detach_video_menu_24.png + src/bitmaps/button/detach_video_menu_32.png + src/bitmaps/button/detach_video_menu_48.png + src/bitmaps/button/detach_video_menu_64.png + src/bitmaps/button/export_menu_16.png + src/bitmaps/button/export_menu_24.png + src/bitmaps/button/export_menu_32.png + src/bitmaps/button/export_menu_48.png + src/bitmaps/button/export_menu_64.png + src/bitmaps/button/eyedropper_tool_16.png + src/bitmaps/button/eyedropper_tool_24.png + src/bitmaps/button/eyedropper_tool_32.png + src/bitmaps/button/eyedropper_tool_48.png + src/bitmaps/button/eyedropper_tool_64.png + src/bitmaps/button/find_button_16.png + src/bitmaps/button/find_button_24.png + src/bitmaps/button/find_button_32.png + src/bitmaps/button/find_button_48.png + src/bitmaps/button/find_button_64.png + src/bitmaps/button/find_next_menu_16.png + src/bitmaps/button/find_next_menu_24.png + src/bitmaps/button/find_next_menu_32.png + src/bitmaps/button/find_next_menu_48.png + src/bitmaps/button/find_next_menu_64.png + src/bitmaps/button/find_replace_menu_16.png + src/bitmaps/button/find_replace_menu_24.png + src/bitmaps/button/find_replace_menu_32.png + src/bitmaps/button/find_replace_menu_48.png + src/bitmaps/button/find_replace_menu_64.png + src/bitmaps/button/font_collector_button_16.png + src/bitmaps/button/font_collector_button_24.png + src/bitmaps/button/font_collector_button_32.png + src/bitmaps/button/font_collector_button_48.png + src/bitmaps/button/font_collector_button_64.png + src/bitmaps/button/forums_button_16.png + src/bitmaps/button/forums_button_24.png + src/bitmaps/button/forums_button_32.png + src/bitmaps/button/forums_button_48.png + src/bitmaps/button/forums_button_64.png + src/bitmaps/button/irc_button_16.png + src/bitmaps/button/irc_button_24.png + src/bitmaps/button/irc_button_32.png + src/bitmaps/button/irc_button_48.png + src/bitmaps/button/irc_button_64.png + src/bitmaps/button/jumpto_button_16.png + src/bitmaps/button/jumpto_button_24.png + src/bitmaps/button/jumpto_button_32.png + src/bitmaps/button/jumpto_button_48.png + src/bitmaps/button/jumpto_button_64.png + src/bitmaps/button/kara_mode_16.png + src/bitmaps/button/kara_mode_24.png + src/bitmaps/button/kara_mode_32.png + src/bitmaps/button/kara_mode_48.png + src/bitmaps/button/kara_mode_64.png + src/bitmaps/button/kara_split_16.png + src/bitmaps/button/kara_split_24.png + src/bitmaps/button/kara_split_32.png + src/bitmaps/button/kara_split_48.png + src/bitmaps/button/kara_split_64.png + src/bitmaps/button/kara_split_accept_16.png + src/bitmaps/button/kara_split_accept_24.png + src/bitmaps/button/kara_split_accept_32.png + src/bitmaps/button/kara_split_accept_48.png + src/bitmaps/button/kara_split_accept_64.png + src/bitmaps/button/kara_split_cancel_16.png + src/bitmaps/button/kara_split_cancel_24.png + src/bitmaps/button/kara_split_cancel_32.png + src/bitmaps/button/kara_split_cancel_48.png + src/bitmaps/button/kara_split_cancel_64.png + src/bitmaps/button/kara_timing_copier_16.png + src/bitmaps/button/kara_timing_copier_24.png + src/bitmaps/button/kara_timing_copier_32.png + src/bitmaps/button/kara_timing_copier_48.png + src/bitmaps/button/kara_timing_copier_64.png + src/bitmaps/button/languages_menu_16.png + src/bitmaps/button/languages_menu_24.png + src/bitmaps/button/languages_menu_32.png + src/bitmaps/button/languages_menu_48.png + src/bitmaps/button/languages_menu_64.png + src/bitmaps/button/new_toolbutton_16.png + src/bitmaps/button/new_toolbutton_24.png + src/bitmaps/button/new_toolbutton_32.png + src/bitmaps/button/new_toolbutton_48.png + src/bitmaps/button/new_toolbutton_64.png + src/bitmaps/button/new_window_menu_16.png + src/bitmaps/button/new_window_menu_24.png + src/bitmaps/button/new_window_menu_32.png + src/bitmaps/button/new_window_menu_48.png + src/bitmaps/button/new_window_menu_64.png + src/bitmaps/button/open_audio_from_video_menu_16.png + src/bitmaps/button/open_audio_from_video_menu_24.png + src/bitmaps/button/open_audio_from_video_menu_32.png + src/bitmaps/button/open_audio_from_video_menu_48.png + src/bitmaps/button/open_audio_from_video_menu_64.png + src/bitmaps/button/open_audio_menu_16.png + src/bitmaps/button/open_audio_menu_24.png + src/bitmaps/button/open_audio_menu_32.png + src/bitmaps/button/open_audio_menu_48.png + src/bitmaps/button/open_audio_menu_64.png + src/bitmaps/button/open_keyframes_menu_16.png + src/bitmaps/button/open_keyframes_menu_24.png + src/bitmaps/button/open_keyframes_menu_32.png + src/bitmaps/button/open_keyframes_menu_48.png + src/bitmaps/button/open_keyframes_menu_64.png + src/bitmaps/button/open_timecodes_menu_16.png + src/bitmaps/button/open_timecodes_menu_24.png + src/bitmaps/button/open_timecodes_menu_32.png + src/bitmaps/button/open_timecodes_menu_48.png + src/bitmaps/button/open_timecodes_menu_64.png + src/bitmaps/button/open_toolbutton_16.png + src/bitmaps/button/open_toolbutton_24.png + src/bitmaps/button/open_toolbutton_32.png + src/bitmaps/button/open_toolbutton_48.png + src/bitmaps/button/open_toolbutton_64.png + src/bitmaps/button/open_video_menu_16.png + src/bitmaps/button/open_video_menu_24.png + src/bitmaps/button/open_video_menu_32.png + src/bitmaps/button/open_video_menu_48.png + src/bitmaps/button/open_video_menu_64.png + src/bitmaps/button/open_with_toolbutton_16.png + src/bitmaps/button/open_with_toolbutton_24.png + src/bitmaps/button/open_with_toolbutton_32.png + src/bitmaps/button/open_with_toolbutton_48.png + src/bitmaps/button/open_with_toolbutton_64.png + src/bitmaps/button/options_button_16.png + src/bitmaps/button/options_button_24.png + src/bitmaps/button/options_button_32.png + src/bitmaps/button/options_button_48.png + src/bitmaps/button/options_button_64.png + src/bitmaps/button/paste_button_16.png + src/bitmaps/button/paste_button_24.png + src/bitmaps/button/paste_button_32.png + src/bitmaps/button/paste_button_48.png + src/bitmaps/button/paste_button_64.png + src/bitmaps/button/properties_toolbutton_16.png + src/bitmaps/button/properties_toolbutton_24.png + src/bitmaps/button/properties_toolbutton_32.png + src/bitmaps/button/properties_toolbutton_48.png + src/bitmaps/button/properties_toolbutton_64.png + src/bitmaps/button/redo_button_16.png + src/bitmaps/button/redo_button_24.png + src/bitmaps/button/redo_button_32.png + src/bitmaps/button/redo_button_48.png + src/bitmaps/button/redo_button_64.png + src/bitmaps/button/resample_toolbutton_16.png + src/bitmaps/button/resample_toolbutton_24.png + src/bitmaps/button/resample_toolbutton_32.png + src/bitmaps/button/resample_toolbutton_48.png + src/bitmaps/button/resample_toolbutton_64.png + src/bitmaps/button/save_as_toolbutton_16.png + src/bitmaps/button/save_as_toolbutton_24.png + src/bitmaps/button/save_as_toolbutton_32.png + src/bitmaps/button/save_as_toolbutton_48.png + src/bitmaps/button/save_as_toolbutton_64.png + src/bitmaps/button/save_keyframes_menu_16.png + src/bitmaps/button/save_keyframes_menu_24.png + src/bitmaps/button/save_keyframes_menu_32.png + src/bitmaps/button/save_keyframes_menu_48.png + src/bitmaps/button/save_keyframes_menu_64.png + src/bitmaps/button/save_timecodes_menu_16.png + src/bitmaps/button/save_timecodes_menu_24.png + src/bitmaps/button/save_timecodes_menu_32.png + src/bitmaps/button/save_timecodes_menu_48.png + src/bitmaps/button/save_timecodes_menu_64.png + src/bitmaps/button/save_toolbutton_16.png + src/bitmaps/button/save_toolbutton_24.png + src/bitmaps/button/save_toolbutton_32.png + src/bitmaps/button/save_toolbutton_48.png + src/bitmaps/button/save_toolbutton_64.png + src/bitmaps/button/select_lines_button_16.png + src/bitmaps/button/select_lines_button_24.png + src/bitmaps/button/select_lines_button_32.png + src/bitmaps/button/select_lines_button_48.png + src/bitmaps/button/select_lines_button_64.png + src/bitmaps/button/select_visible_button_16.png + src/bitmaps/button/select_visible_button_24.png + src/bitmaps/button/select_visible_button_32.png + src/bitmaps/button/select_visible_button_48.png + src/bitmaps/button/select_visible_button_64.png + src/bitmaps/button/shift_times_toolbutton_16.png + src/bitmaps/button/shift_times_toolbutton_24.png + src/bitmaps/button/shift_times_toolbutton_32.png + src/bitmaps/button/shift_times_toolbutton_48.png + src/bitmaps/button/shift_times_toolbutton_64.png + src/bitmaps/button/shift_to_frame_16.png + src/bitmaps/button/shift_to_frame_24.png + src/bitmaps/button/shift_to_frame_32.png + src/bitmaps/button/shift_to_frame_48.png + src/bitmaps/button/shift_to_frame_64.png + src/bitmaps/button/show_video_details_menu_16.png + src/bitmaps/button/show_video_details_menu_24.png + src/bitmaps/button/show_video_details_menu_32.png + src/bitmaps/button/show_video_details_menu_48.png + src/bitmaps/button/show_video_details_menu_64.png + src/bitmaps/button/snap_subs_to_scene_16.png + src/bitmaps/button/snap_subs_to_scene_24.png + src/bitmaps/button/snap_subs_to_scene_32.png + src/bitmaps/button/snap_subs_to_scene_48.png + src/bitmaps/button/snap_subs_to_scene_64.png + src/bitmaps/button/spellcheck_toolbutton_16.png + src/bitmaps/button/spellcheck_toolbutton_24.png + src/bitmaps/button/spellcheck_toolbutton_32.png + src/bitmaps/button/spellcheck_toolbutton_48.png + src/bitmaps/button/spellcheck_toolbutton_64.png + src/bitmaps/button/style_toolbutton_16.png + src/bitmaps/button/style_toolbutton_24.png + src/bitmaps/button/style_toolbutton_32.png + src/bitmaps/button/style_toolbutton_48.png + src/bitmaps/button/style_toolbutton_64.png + src/bitmaps/button/styling_toolbutton_16.png + src/bitmaps/button/styling_toolbutton_24.png + src/bitmaps/button/styling_toolbutton_32.png + src/bitmaps/button/styling_toolbutton_48.png + src/bitmaps/button/styling_toolbutton_64.png + src/bitmaps/button/subend_to_video_16.png + src/bitmaps/button/subend_to_video_24.png + src/bitmaps/button/subend_to_video_32.png + src/bitmaps/button/subend_to_video_48.png + src/bitmaps/button/subend_to_video_64.png + src/bitmaps/button/substart_to_video_16.png + src/bitmaps/button/substart_to_video_24.png + src/bitmaps/button/substart_to_video_32.png + src/bitmaps/button/substart_to_video_48.png + src/bitmaps/button/substart_to_video_64.png + src/bitmaps/button/time_opt_tap_to_time_16.png + src/bitmaps/button/time_opt_tap_to_time_24.png + src/bitmaps/button/time_opt_tap_to_time_32.png + src/bitmaps/button/time_opt_tap_to_time_48.png + src/bitmaps/button/time_opt_tap_to_time_64.png + src/bitmaps/button/time_tap_connect_16.png + src/bitmaps/button/time_tap_connect_24.png + src/bitmaps/button/time_tap_connect_32.png + src/bitmaps/button/time_tap_connect_48.png + src/bitmaps/button/time_tap_connect_64.png + src/bitmaps/button/time_tap_no_connect_16.png + src/bitmaps/button/time_tap_no_connect_24.png + src/bitmaps/button/time_tap_no_connect_32.png + src/bitmaps/button/time_tap_no_connect_48.png + src/bitmaps/button/time_tap_no_connect_64.png + src/bitmaps/button/timing_processor_toolbutton_16.png + src/bitmaps/button/timing_processor_toolbutton_24.png + src/bitmaps/button/timing_processor_toolbutton_32.png + src/bitmaps/button/timing_processor_toolbutton_48.png + src/bitmaps/button/timing_processor_toolbutton_64.png + src/bitmaps/button/toggle_audio_autocommit_16.png + src/bitmaps/button/toggle_audio_autocommit_24.png + src/bitmaps/button/toggle_audio_autocommit_32.png + src/bitmaps/button/toggle_audio_autocommit_48.png + src/bitmaps/button/toggle_audio_autocommit_64.png + src/bitmaps/button/toggle_audio_autoscroll_16.png + src/bitmaps/button/toggle_audio_autoscroll_24.png + src/bitmaps/button/toggle_audio_autoscroll_32.png + src/bitmaps/button/toggle_audio_autoscroll_48.png + src/bitmaps/button/toggle_audio_autoscroll_64.png + src/bitmaps/button/toggle_audio_link_16.png + src/bitmaps/button/toggle_audio_link_24.png + src/bitmaps/button/toggle_audio_link_32.png + src/bitmaps/button/toggle_audio_link_48.png + src/bitmaps/button/toggle_audio_link_64.png + src/bitmaps/button/toggle_audio_medusa_16.png + src/bitmaps/button/toggle_audio_medusa_24.png + src/bitmaps/button/toggle_audio_medusa_32.png + src/bitmaps/button/toggle_audio_medusa_48.png + src/bitmaps/button/toggle_audio_medusa_64.png + src/bitmaps/button/toggle_audio_nextcommit_16.png + src/bitmaps/button/toggle_audio_nextcommit_24.png + src/bitmaps/button/toggle_audio_nextcommit_32.png + src/bitmaps/button/toggle_audio_nextcommit_48.png + src/bitmaps/button/toggle_audio_nextcommit_64.png + src/bitmaps/button/toggle_audio_spectrum_16.png + src/bitmaps/button/toggle_audio_spectrum_24.png + src/bitmaps/button/toggle_audio_spectrum_32.png + src/bitmaps/button/toggle_audio_spectrum_48.png + src/bitmaps/button/toggle_audio_spectrum_64.png + src/bitmaps/button/toggle_tag_hiding_16.png + src/bitmaps/button/toggle_tag_hiding_24.png + src/bitmaps/button/toggle_tag_hiding_32.png + src/bitmaps/button/toggle_tag_hiding_48.png + src/bitmaps/button/toggle_tag_hiding_64.png + src/bitmaps/button/toggle_video_autoscroll_16.png + src/bitmaps/button/toggle_video_autoscroll_24.png + src/bitmaps/button/toggle_video_autoscroll_32.png + src/bitmaps/button/toggle_video_autoscroll_48.png + src/bitmaps/button/toggle_video_autoscroll_64.png + src/bitmaps/button/translation_toolbutton_16.png + src/bitmaps/button/translation_toolbutton_24.png + src/bitmaps/button/translation_toolbutton_32.png + src/bitmaps/button/translation_toolbutton_48.png + src/bitmaps/button/translation_toolbutton_64.png + src/bitmaps/button/undo_button_16.png + src/bitmaps/button/undo_button_24.png + src/bitmaps/button/undo_button_32.png + src/bitmaps/button/undo_button_48.png + src/bitmaps/button/undo_button_64.png + src/bitmaps/button/use_dummy_video_menu_16.png + src/bitmaps/button/use_dummy_video_menu_24.png + src/bitmaps/button/use_dummy_video_menu_32.png + src/bitmaps/button/use_dummy_video_menu_48.png + src/bitmaps/button/use_dummy_video_menu_64.png + src/bitmaps/button/video_to_subend_16.png + src/bitmaps/button/video_to_subend_24.png + src/bitmaps/button/video_to_subend_32.png + src/bitmaps/button/video_to_subend_48.png + src/bitmaps/button/video_to_subend_64.png + src/bitmaps/button/video_to_substart_16.png + src/bitmaps/button/video_to_substart_24.png + src/bitmaps/button/video_to_substart_32.png + src/bitmaps/button/video_to_substart_48.png + src/bitmaps/button/video_to_substart_64.png + src/bitmaps/button/visual_clip_16.png + src/bitmaps/button/visual_clip_24.png + src/bitmaps/button/visual_clip_32.png + src/bitmaps/button/visual_clip_48.png + src/bitmaps/button/visual_clip_64.png + src/bitmaps/button/visual_help_16.png + src/bitmaps/button/visual_help_24.png + src/bitmaps/button/visual_help_32.png + src/bitmaps/button/visual_help_48.png + src/bitmaps/button/visual_help_64.png + src/bitmaps/button/visual_move_16.png + src/bitmaps/button/visual_move_24.png + src/bitmaps/button/visual_move_32.png + src/bitmaps/button/visual_move_48.png + src/bitmaps/button/visual_move_64.png + src/bitmaps/button/visual_move_conv_move_16.png + src/bitmaps/button/visual_move_conv_move_24.png + src/bitmaps/button/visual_move_conv_move_32.png + src/bitmaps/button/visual_move_conv_move_48.png + src/bitmaps/button/visual_move_conv_move_64.png + src/bitmaps/button/visual_move_conv_pos_16.png + src/bitmaps/button/visual_move_conv_pos_24.png + src/bitmaps/button/visual_move_conv_pos_32.png + src/bitmaps/button/visual_move_conv_pos_48.png + src/bitmaps/button/visual_move_conv_pos_64.png + src/bitmaps/button/visual_rotatexy_16.png + src/bitmaps/button/visual_rotatexy_24.png + src/bitmaps/button/visual_rotatexy_32.png + src/bitmaps/button/visual_rotatexy_48.png + src/bitmaps/button/visual_rotatexy_64.png + src/bitmaps/button/visual_rotatez_16.png + src/bitmaps/button/visual_rotatez_24.png + src/bitmaps/button/visual_rotatez_32.png + src/bitmaps/button/visual_rotatez_48.png + src/bitmaps/button/visual_rotatez_64.png + src/bitmaps/button/visual_scale_16.png + src/bitmaps/button/visual_scale_24.png + src/bitmaps/button/visual_scale_32.png + src/bitmaps/button/visual_scale_48.png + src/bitmaps/button/visual_scale_64.png + src/bitmaps/button/visual_standard_16.png + src/bitmaps/button/visual_standard_24.png + src/bitmaps/button/visual_standard_32.png + src/bitmaps/button/visual_standard_48.png + src/bitmaps/button/visual_standard_64.png + src/bitmaps/button/visual_vector_clip_16.png + src/bitmaps/button/visual_vector_clip_24.png + src/bitmaps/button/visual_vector_clip_32.png + src/bitmaps/button/visual_vector_clip_48.png + src/bitmaps/button/visual_vector_clip_64.png + src/bitmaps/button/visual_vector_clip_bicubic_16.png + src/bitmaps/button/visual_vector_clip_bicubic_24.png + src/bitmaps/button/visual_vector_clip_bicubic_32.png + src/bitmaps/button/visual_vector_clip_bicubic_48.png + src/bitmaps/button/visual_vector_clip_bicubic_64.png + src/bitmaps/button/visual_vector_clip_convert_16.png + src/bitmaps/button/visual_vector_clip_convert_24.png + src/bitmaps/button/visual_vector_clip_convert_32.png + src/bitmaps/button/visual_vector_clip_convert_48.png + src/bitmaps/button/visual_vector_clip_convert_64.png + src/bitmaps/button/visual_vector_clip_drag_16.png + src/bitmaps/button/visual_vector_clip_drag_24.png + src/bitmaps/button/visual_vector_clip_drag_32.png + src/bitmaps/button/visual_vector_clip_drag_48.png + src/bitmaps/button/visual_vector_clip_drag_64.png + src/bitmaps/button/visual_vector_clip_freehand_16.png + src/bitmaps/button/visual_vector_clip_freehand_24.png + src/bitmaps/button/visual_vector_clip_freehand_32.png + src/bitmaps/button/visual_vector_clip_freehand_48.png + src/bitmaps/button/visual_vector_clip_freehand_64.png + src/bitmaps/button/visual_vector_clip_freehand_smooth_16.png + src/bitmaps/button/visual_vector_clip_freehand_smooth_24.png + src/bitmaps/button/visual_vector_clip_freehand_smooth_32.png + src/bitmaps/button/visual_vector_clip_freehand_smooth_48.png + src/bitmaps/button/visual_vector_clip_freehand_smooth_64.png + src/bitmaps/button/visual_vector_clip_insert_16.png + src/bitmaps/button/visual_vector_clip_insert_24.png + src/bitmaps/button/visual_vector_clip_insert_32.png + src/bitmaps/button/visual_vector_clip_insert_48.png + src/bitmaps/button/visual_vector_clip_insert_64.png + src/bitmaps/button/visual_vector_clip_line_16.png + src/bitmaps/button/visual_vector_clip_line_24.png + src/bitmaps/button/visual_vector_clip_line_32.png + src/bitmaps/button/visual_vector_clip_line_48.png + src/bitmaps/button/visual_vector_clip_line_64.png + src/bitmaps/button/visual_vector_clip_remove_16.png + src/bitmaps/button/visual_vector_clip_remove_24.png + src/bitmaps/button/visual_vector_clip_remove_32.png + src/bitmaps/button/visual_vector_clip_remove_48.png + src/bitmaps/button/visual_vector_clip_remove_64.png + src/bitmaps/button/website_button_16.png + src/bitmaps/button/website_button_24.png + src/bitmaps/button/website_button_32.png + src/bitmaps/button/website_button_48.png + src/bitmaps/button/website_button_64.png + src/bitmaps/button/zoom_in_button_16.png + src/bitmaps/button/zoom_in_button_24.png + src/bitmaps/button/zoom_in_button_32.png + src/bitmaps/button/zoom_in_button_48.png + src/bitmaps/button/zoom_in_button_64.png + src/bitmaps/button/zoom_out_button_16.png + src/bitmaps/button/zoom_out_button_24.png + src/bitmaps/button/zoom_out_button_32.png + src/bitmaps/button/zoom_out_button_48.png + src/bitmaps/button/zoom_out_button_64.png + src/bitmaps/manifest.respack + src/bitmaps/misc/splash.png + src/bitmaps/misc/wxicon.png + src/bitmaps/windows/eyedropper.cur + src/bitmaps/windows/icon.ico + src/charset_detect.d + src/colorspace.d + src/colorspace.o + src/colour_button.d + src/command/app.d + src/command/audio.d + src/command/automation.d + src/command/command.d + src/command/edit.d + src/command/grid.d + src/command/help.d + src/command/keyframe.d + src/command/recent.d + src/command/subtitle.d + src/command/time.d + src/command/timecode.d + src/command/tool.d + src/command/video.d + src/command/vis_tool.d + src/compat.cpp + src/compat.d + src/compat.h + src/context.d + src/crash_writer.d + src/dialog_about.d + src/dialog_attachments.d + src/dialog_automation.d + src/dialog_autosave.d + src/dialog_colorpicker.d + src/dialog_detached_video.d + src/dialog_dummy_video.d + src/dialog_export.d + src/dialog_export_ebu3264.d + src/dialog_fonts_collector.d + src/dialog_jumpto.d + src/dialog_kara_timing_copy.d + src/dialog_log.d + src/dialog_paste_over.d + src/dialog_progress.d + src/dialog_properties.d + src/dialog_resample.d + src/dialog_search_replace.d + src/dialog_selected_choices.d + src/dialog_selection.d + src/dialog_shift_times.d + src/dialog_spellchecker.d + src/dialog_style_editor.d + src/dialog_style_manager.d + src/dialog_styling_assistant.d + src/dialog_text_import.d + src/dialog_timing_processor.d + src/dialog_translation.d + src/dialog_version_check.d + src/dialog_video_details.d + src/dialog_video_properties.d + src/export_fixstyle.d + src/export_framerate.d + src/ffmpegsource_common.d + src/fft.d + src/fft.o + src/font_file_lister.d + src/font_file_lister_fontconfig.d + src/frame_main.d + src/gl_text.d + src/gl_wrap.d + src/gl_wrap.o + src/grid_column.d + src/help_button.d + src/hotkey.d + src/hotkey_data_view_model.d + src/initial_line_state.d + src/libresrc/Makefile + src/libresrc/bitmap.d + src/libresrc/bitmap.h + src/libresrc/bitmap.o + src/libresrc/default_config.cpp + src/libresrc/default_config.d + src/libresrc/default_config.h + src/libresrc/default_config.json + src/libresrc/default_config.o + src/libresrc/default_config_platform.json + src/libresrc/default_config_platform.json.in + src/libresrc/default_config_win.json + src/libresrc/default_hotkey.json + src/libresrc/default_menu.json + src/libresrc/default_mru.json + src/libresrc/default_toolbar.json + src/libresrc/libresrc.d + src/libresrc/libresrc.o + src/libresrc/manifest.respack + src/libresrc/manifest_osx.respack + src/libresrc/osx/default_config.json + src/libresrc/osx/default_hotkey.json + src/libresrc/osx/default_menu.json + src/main.d + src/menu.d + src/mkv_wrap.d + src/pen.d + src/persist_location.d + src/preferences.d + src/preferences_base.d + src/project.d + src/res/strings.rc + src/res/strings_utf8.rc + src/resolution_resampler.d + src/search_replace_engine.d + src/selection_controller.d + src/spellchecker.d + src/spellchecker.o + src/spline.d + src/spline_curve.d + src/spline_curve.o + src/string_codec.d + src/string_codec.o + src/subs_controller.d + src/subs_edit_box.d + src/subs_edit_ctrl.d + src/subs_preview.d + src/subtitle_format.d + src/subtitle_format_ass.d + src/subtitle_format_ebu3264.d + src/subtitle_format_encore.d + src/subtitle_format_microdvd.d + src/subtitle_format_mkv.d + src/subtitle_format_mkv.o + src/subtitle_format_srt.d + src/subtitle_format_ssa.d + src/subtitle_format_transtation.d + src/subtitle_format_ttxt.d + src/subtitle_format_txt.d + src/subtitles_provider.d + src/subtitles_provider_libass.d + src/text_file_reader.d + src/text_file_reader.o + src/text_file_writer.d + src/text_selection_controller.d + src/text_selection_controller.o + src/thesaurus.d + src/timeedit_ctrl.d + src/toggle_bitmap.d + src/toolbar.d + src/tooltip_manager.d + src/utils.d + src/validators.d + src/vector2d.d + src/vector2d.o + src/version.d + src/version.o + src/video_box.d + src/video_controller.d + src/video_display.d + src/video_frame.d + src/video_out_gl.d + src/video_provider_cache.d + src/video_provider_dummy.d + src/video_provider_ffmpegsource.d + src/video_provider_manager.d + src/video_provider_yuv4mpeg.d + src/video_slider.d + src/visual_feature.d + src/visual_feature.o + src/visual_tool.d + src/visual_tool_clip.d + src/visual_tool_cross.d + src/visual_tool_drag.d + src/visual_tool_rotatexy.d + src/visual_tool_rotatez.d + src/visual_tool_scale.d + src/visual_tool_vector_clip.d + tests/Makefile + tests/keyframe/aegi.txt + tests/keyframe/empty.txt + tests/keyframe/garbage.txt + tests/keyframe/xvid.txt + tests/options/all_bool.json + tests/options/null.json + tests/options/string.json + tests/setup.bat + tests/setup.sh + tests/support/tests_pre.h + tests/vfr/empty.txt + tests/vfr/v1_assume_30.txt + tests/vfr/v1_assume_30_with_override.txt + tests/vfr/v1_assume_int.txt + tests/vfr/v1_assume_over_1000.txt + tests/vfr/v1_bad_seperators.txt + tests/vfr/v1_end_less_than_start.txt + tests/vfr/v1_float_frame_number.txt + tests/vfr/v1_fully_contained.txt + tests/vfr/v1_mode5.txt + tests/vfr/v1_negative_start_of_range.txt + tests/vfr/v1_out_of_order.txt + tests/vfr/v1_override_over_1000.txt + tests/vfr/v1_override_zero.txt + tests/vfr/v1_start_end_overlap.txt + tests/vfr/v1_start_equals_end.txt + tests/vfr/v1_too_few_parts.txt + tests/vfr/v1_too_many_parts.txt + tests/vfr/v1_whitespace.txt + tests/vfr/v2_100_frames_30_fps.txt + tests/vfr/v2_100_frames_30_with_override.txt + tests/vfr/v2_1fps.txt + tests/vfr/v2_comments.txt + tests/vfr/v2_empty.txt + tests/vfr/v2_len_3_10.txt + tests/vfr/v2_mode5.txt + tests/vfr/v2_nolen.txt + tests/vfr/v2_number_in_comment.txt + tests/vfr/v2_out_of_order.txt + tests/vfr/validate_base.txt + tests/vfr/validate_different.txt + tests/vfr/validate_longer.txt + tests/vfr/validate_shorter.txt + tools/Makefile + tools/osx-bundle.sed + tools/osx-bundle.sed.in + tools/osx-bundle.sh + tools/osx-fix-libs.py + tools/repack-thes-dict.d + vendor/csri/Doxyfile + vendor/csri/Makefile.am + vendor/csri/ac/Makefile.am + vendor/csri/acinclude.m4 + vendor/csri/backends/Makefile.am + vendor/csri/backends/libass/Makefile.am + vendor/csri/bootstrap + vendor/csri/configure.ac + vendor/csri/csri.pc.in + vendor/csri/frontends/Makefile.am + vendor/csri/frontends/avisynth25/Makefile.am + vendor/csri/frontends/cmdline/Makefile.am + vendor/csri/include/Makefile.am + vendor/csri/lib/Makefile.am + vendor/csri/subhelp/Makefile.am + vendor/hunspell/ABOUT-NLS + vendor/hunspell/BUGS + vendor/hunspell/ChangeLog.O + vendor/hunspell/NEWS + vendor/hunspell/README + vendor/hunspell/README.myspell + vendor/hunspell/THANKS + vendor/hunspell/TODO + vendor/hunspell/src/hunspell/affentry.cxx + vendor/hunspell/src/hunspell/affentry.hxx + vendor/hunspell/src/hunspell/affixmgr.cxx + vendor/hunspell/src/hunspell/affixmgr.hxx + vendor/hunspell/src/hunspell/atypes.hxx + vendor/hunspell/src/hunspell/baseaffix.hxx + vendor/hunspell/src/hunspell/csutil.cxx + vendor/hunspell/src/hunspell/csutil.hxx + vendor/hunspell/src/hunspell/dictmgr.cxx + vendor/hunspell/src/hunspell/dictmgr.hxx + vendor/hunspell/src/hunspell/filemgr.cxx + vendor/hunspell/src/hunspell/filemgr.hxx + vendor/hunspell/src/hunspell/hashmgr.cxx + vendor/hunspell/src/hunspell/hashmgr.hxx + vendor/hunspell/src/hunspell/htypes.hxx + vendor/hunspell/src/hunspell/hunspell.cxx + vendor/hunspell/src/hunspell/hunspell.dsp + vendor/hunspell/src/hunspell/hunspell.h + vendor/hunspell/src/hunspell/hunspell.hxx + vendor/hunspell/src/hunspell/hunvisapi.h + vendor/hunspell/src/hunspell/hunvisapi.h.in + vendor/hunspell/src/hunspell/hunzip.cxx + vendor/hunspell/src/hunspell/hunzip.hxx + vendor/hunspell/src/hunspell/langnum.hxx + vendor/hunspell/src/hunspell/replist.cxx + vendor/hunspell/src/hunspell/replist.hxx + vendor/hunspell/src/hunspell/suggestmgr.cxx + vendor/hunspell/src/hunspell/suggestmgr.hxx + vendor/hunspell/src/hunspell/utf_info.cxx + vendor/hunspell/src/hunspell/w_char.hxx + vendor/hunspell/src/win_api/config.h + vendor/iconv/AUTHORS + vendor/iconv/DEPENDENCIES + vendor/iconv/DESIGN + vendor/iconv/HACKING + vendor/iconv/NEWS + vendor/iconv/NOTES + vendor/iconv/PORTS + vendor/iconv/README + vendor/iconv/THANKS + vendor/iconv/libcharset/config.h + vendor/iconv/libiconv/aliases.h + vendor/iconv/libiconv/aliases_aix.h + vendor/iconv/libiconv/aliases_aix_sysaix.h + vendor/iconv/libiconv/aliases_dos.h + vendor/iconv/libiconv/aliases_extra.h + vendor/iconv/libiconv/aliases_osf1.h + vendor/iconv/libiconv/aliases_osf1_sysosf1.h + vendor/iconv/libiconv/aliases_sysaix.h + vendor/iconv/libiconv/aliases_syshpux.h + vendor/iconv/libiconv/aliases_sysosf1.h + vendor/iconv/libiconv/aliases_syssolaris.h + vendor/iconv/libiconv/canonical.h + vendor/iconv/libiconv/canonical_aix.h + vendor/iconv/libiconv/canonical_aix_sysaix.h + vendor/iconv/libiconv/canonical_dos.h + vendor/iconv/libiconv/canonical_extra.h + vendor/iconv/libiconv/canonical_local.h + vendor/iconv/libiconv/canonical_local_sysaix.h + vendor/iconv/libiconv/canonical_local_syshpux.h + vendor/iconv/libiconv/canonical_local_sysosf1.h + vendor/iconv/libiconv/canonical_local_syssolaris.h + vendor/iconv/libiconv/canonical_osf1.h + vendor/iconv/libiconv/canonical_osf1_sysosf1.h + vendor/iconv/libiconv/canonical_sysaix.h + vendor/iconv/libiconv/canonical_syshpux.h + vendor/iconv/libiconv/canonical_sysosf1.h + vendor/iconv/libiconv/canonical_syssolaris.h + vendor/iconv/libiconv/charset.alias + vendor/iconv/libiconv/flags.h + vendor/luabins/AUTHORS + vendor/luabins/BENCHMARK + vendor/luabins/HISTORY + vendor/luabins/Makefile + vendor/luabins/README.md + vendor/luabins/TODO + vendor/luabins/etc/benchmark.lua + vendor/luabins/etc/checkfmt.lua + vendor/luabins/etc/dataset.lua + vendor/luabins/etc/tolua.lua + vendor/luabins/etc/toluabins.lua + vendor/luabins/include/.keepme + vendor/luabins/lib/.keepme + vendor/luabins/obj/.keepme + vendor/luabins/rockspec/luabins-0.1.1-1.rockspec + vendor/luabins/rockspec/luabins-0.1.1-2.rockspec + vendor/luabins/rockspec/luabins-0.2-1.rockspec + vendor/luabins/rockspec/luabins-0.3-1.rockspec + vendor/luabins/rockspec/luabins-scm-1.rockspec + vendor/luabins/rockspec/luabins-scm-2.rockspec + vendor/luabins/src/fwrite.c + vendor/luabins/src/fwrite.d + vendor/luabins/src/fwrite.h + vendor/luabins/src/fwrite.o + vendor/luabins/src/load.c + vendor/luabins/src/load.d + vendor/luabins/src/load.o + vendor/luabins/src/luabins.c + vendor/luabins/src/luabins.d + vendor/luabins/src/luabins.o + vendor/luabins/src/luaheaders.h + vendor/luabins/src/luainternals.c + vendor/luabins/src/luainternals.d + vendor/luabins/src/luainternals.h + vendor/luabins/src/luainternals.o + vendor/luabins/src/lualess.h + vendor/luabins/src/save.c + vendor/luabins/src/save.d + vendor/luabins/src/save.o + vendor/luabins/src/savebuffer.c + vendor/luabins/src/savebuffer.d + vendor/luabins/src/savebuffer.h + vendor/luabins/src/savebuffer.o + vendor/luabins/src/saveload.h + vendor/luabins/src/write.c + vendor/luabins/src/write.d + vendor/luabins/src/write.h + vendor/luabins/src/write.o + vendor/luabins/test/large_data.lua + vendor/luabins/test/large_data.luabins + vendor/luabins/test/test.c + vendor/luabins/test/test.h + vendor/luabins/test/test.lua + vendor/luabins/test/test_api.c + vendor/luabins/test/test_fwrite_api.c + vendor/luabins/test/test_savebuffer.c + vendor/luabins/test/test_write_api.c + vendor/luabins/test/util.c + vendor/luabins/test/util.h + vendor/luabins/test/write_tests.inc + vendor/luabins/tmp/.keepme + vendor/luajit/Makefile + vendor/luajit/README + vendor/luajit/include/lauxlib.h + vendor/luajit/include/lua.hpp + vendor/luajit/include/luaconf.h + vendor/luajit/include/lualib.h + vendor/luajit/src/Makefile + vendor/luajit/src/Makefile.dep + vendor/luajit/src/host/README + vendor/luajit/src/host/buildvm + vendor/luajit/src/host/buildvm.c + vendor/luajit/src/host/buildvm.h + vendor/luajit/src/host/buildvm.o + vendor/luajit/src/host/buildvm_arch.h + vendor/luajit/src/host/buildvm_asm.c + vendor/luajit/src/host/buildvm_asm.o + vendor/luajit/src/host/buildvm_fold.c + vendor/luajit/src/host/buildvm_fold.o + vendor/luajit/src/host/buildvm_lib.c + vendor/luajit/src/host/buildvm_lib.o + vendor/luajit/src/host/buildvm_peobj.c + vendor/luajit/src/host/buildvm_peobj.o + vendor/luajit/src/host/minilua + vendor/luajit/src/host/minilua.o + vendor/luajit/src/jit/vmdef.lua + vendor/luajit/src/lauxlib.h + vendor/luajit/src/lib_aux.c + vendor/luajit/src/lib_base.c + vendor/luajit/src/lib_bit.c + vendor/luajit/src/lib_debug.c + vendor/luajit/src/lib_ffi.c + vendor/luajit/src/lib_init.c + vendor/luajit/src/lib_io.c + vendor/luajit/src/lib_jit.c + vendor/luajit/src/lib_math.c + vendor/luajit/src/lib_os.c + vendor/luajit/src/lib_package.c + vendor/luajit/src/lib_string.c + vendor/luajit/src/lib_table.c + vendor/luajit/src/libluajit.a + vendor/luajit/src/lj.supp + vendor/luajit/src/lj_alloc.c + vendor/luajit/src/lj_alloc.h + vendor/luajit/src/lj_api.c + vendor/luajit/src/lj_arch.h + vendor/luajit/src/lj_asm.c + vendor/luajit/src/lj_asm.h + vendor/luajit/src/lj_asm_arm.h + vendor/luajit/src/lj_asm_mips.h + vendor/luajit/src/lj_asm_ppc.h + vendor/luajit/src/lj_asm_x86.h + vendor/luajit/src/lj_bc.c + vendor/luajit/src/lj_bc.h + vendor/luajit/src/lj_bcdef.h + vendor/luajit/src/lj_bcdump.h + vendor/luajit/src/lj_bcread.c + vendor/luajit/src/lj_bcwrite.c + vendor/luajit/src/lj_carith.c + vendor/luajit/src/lj_carith.h + vendor/luajit/src/lj_ccall.c + vendor/luajit/src/lj_ccall.h + vendor/luajit/src/lj_ccallback.c + vendor/luajit/src/lj_ccallback.h + vendor/luajit/src/lj_cconv.c + vendor/luajit/src/lj_cconv.h + vendor/luajit/src/lj_cdata.c + vendor/luajit/src/lj_cdata.h + vendor/luajit/src/lj_char.c + vendor/luajit/src/lj_char.h + vendor/luajit/src/lj_clib.c + vendor/luajit/src/lj_clib.h + vendor/luajit/src/lj_cparse.c + vendor/luajit/src/lj_cparse.h + vendor/luajit/src/lj_crecord.c + vendor/luajit/src/lj_crecord.h + vendor/luajit/src/lj_ctype.c + vendor/luajit/src/lj_ctype.h + vendor/luajit/src/lj_debug.c + vendor/luajit/src/lj_debug.h + vendor/luajit/src/lj_def.h + vendor/luajit/src/lj_dispatch.c + vendor/luajit/src/lj_dispatch.h + vendor/luajit/src/lj_emit_arm.h + vendor/luajit/src/lj_emit_mips.h + vendor/luajit/src/lj_emit_ppc.h + vendor/luajit/src/lj_emit_x86.h + vendor/luajit/src/lj_err.c + vendor/luajit/src/lj_err.h + vendor/luajit/src/lj_errmsg.h + vendor/luajit/src/lj_ff.h + vendor/luajit/src/lj_ffdef.h + vendor/luajit/src/lj_ffrecord.c + vendor/luajit/src/lj_ffrecord.h + vendor/luajit/src/lj_folddef.h + vendor/luajit/src/lj_frame.h + vendor/luajit/src/lj_func.c + vendor/luajit/src/lj_func.h + vendor/luajit/src/lj_gc.c + vendor/luajit/src/lj_gc.h + vendor/luajit/src/lj_gdbjit.c + vendor/luajit/src/lj_gdbjit.h + vendor/luajit/src/lj_ir.c + vendor/luajit/src/lj_ir.h + vendor/luajit/src/lj_ircall.h + vendor/luajit/src/lj_iropt.h + vendor/luajit/src/lj_jit.h + vendor/luajit/src/lj_lex.c + vendor/luajit/src/lj_lex.h + vendor/luajit/src/lj_lib.c + vendor/luajit/src/lj_lib.h + vendor/luajit/src/lj_libdef.h + vendor/luajit/src/lj_load.c + vendor/luajit/src/lj_mcode.c + vendor/luajit/src/lj_mcode.h + vendor/luajit/src/lj_meta.c + vendor/luajit/src/lj_meta.h + vendor/luajit/src/lj_obj.c + vendor/luajit/src/lj_obj.h + vendor/luajit/src/lj_opt_dce.c + vendor/luajit/src/lj_opt_fold.c + vendor/luajit/src/lj_opt_loop.c + vendor/luajit/src/lj_opt_mem.c + vendor/luajit/src/lj_opt_narrow.c + vendor/luajit/src/lj_opt_sink.c + vendor/luajit/src/lj_opt_split.c + vendor/luajit/src/lj_parse.c + vendor/luajit/src/lj_parse.h + vendor/luajit/src/lj_recdef.h + vendor/luajit/src/lj_record.c + vendor/luajit/src/lj_record.h + vendor/luajit/src/lj_snap.c + vendor/luajit/src/lj_snap.h + vendor/luajit/src/lj_state.c + vendor/luajit/src/lj_state.h + vendor/luajit/src/lj_str.c + vendor/luajit/src/lj_str.h + vendor/luajit/src/lj_strscan.c + vendor/luajit/src/lj_strscan.h + vendor/luajit/src/lj_tab.c + vendor/luajit/src/lj_tab.h + vendor/luajit/src/lj_target.h + vendor/luajit/src/lj_target_arm.h + vendor/luajit/src/lj_target_mips.h + vendor/luajit/src/lj_target_ppc.h + vendor/luajit/src/lj_target_x86.h + vendor/luajit/src/lj_trace.c + vendor/luajit/src/lj_trace.h + vendor/luajit/src/lj_traceerr.h + vendor/luajit/src/lj_udata.c + vendor/luajit/src/lj_udata.h + vendor/luajit/src/lj_vm.h + vendor/luajit/src/lj_vm.o + vendor/luajit/src/lj_vm.s + vendor/luajit/src/lj_vmevent.c + vendor/luajit/src/lj_vmevent.h + vendor/luajit/src/lj_vmmath.c + vendor/luajit/src/ljamalg.c + vendor/luajit/src/ljamalg.o + vendor/luajit/src/lua.hpp + vendor/luajit/src/luaconf.h + vendor/luajit/src/luajit + vendor/luajit/src/luajit.c + vendor/luajit/src/luajit.o + vendor/luajit/src/lualib.h + vendor/luajit/src/vm_arm.dasc + vendor/luajit/src/vm_mips.dasc + vendor/luajit/src/vm_ppc.dasc + vendor/luajit/src/vm_ppcspe.dasc + vendor/luajit/src/vm_x86.dasc + vendor/luajit/unicode-io.patch + vendor/luajit/unicode-os.patch +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: automation/include/aegisub/argcheck.moon + automation/include/aegisub/ffi.moon + automation/include/aegisub/lfs.moon + automation/tests/aegisub.cpp + automation/tests/modules/argcheck.moon + build/BuildTasks/DownloadTgzFile.cs + build/BuildTasks/GitVersion.cs + build/BuildTasks/TarballProject.cs + build/boost/locale_stubs.cpp + build/icu/pack-dt.lua + libaegisub/ass/dialogue_parser.cpp + libaegisub/ass/time.cpp + libaegisub/ass/uuencode.cpp + libaegisub/audio/provider.cpp + libaegisub/audio/provider_convert.cpp + libaegisub/audio/provider_dummy.cpp + libaegisub/audio/provider_hd.cpp + libaegisub/audio/provider_lock.cpp + libaegisub/audio/provider_pcm.cpp + libaegisub/audio/provider_ram.cpp + libaegisub/common/cajun/writer.cpp + libaegisub/common/calltip_provider.cpp + libaegisub/common/character_count.cpp + libaegisub/common/dispatch.cpp + libaegisub/common/file_mapping.cpp + libaegisub/common/format.cpp + libaegisub/common/fs.cpp + libaegisub/common/kana_table.cpp + libaegisub/common/karaoke_matcher.cpp + libaegisub/common/option_value.cpp + libaegisub/common/parser.cpp + libaegisub/common/path.cpp + libaegisub/common/util.cpp + libaegisub/common/ycbcr_conv.cpp + libaegisub/include/libaegisub/address_of_adaptor.h + libaegisub/include/libaegisub/ass/dialogue_parser.h + libaegisub/include/libaegisub/ass/smpte.h + libaegisub/include/libaegisub/ass/time.h + libaegisub/include/libaegisub/ass/uuencode.h + libaegisub/include/libaegisub/audio/provider.h + libaegisub/include/libaegisub/cajun/writer.h + libaegisub/include/libaegisub/calltip_provider.h + libaegisub/include/libaegisub/character_count.h + libaegisub/include/libaegisub/dispatch.h + libaegisub/include/libaegisub/file_mapping.h + libaegisub/include/libaegisub/format.h + libaegisub/include/libaegisub/format_flyweight.h + libaegisub/include/libaegisub/format_path.h + libaegisub/include/libaegisub/fs.h + libaegisub/include/libaegisub/fs_fwd.h + libaegisub/include/libaegisub/kana_table.h + libaegisub/include/libaegisub/karaoke_matcher.h + libaegisub/include/libaegisub/lua/ffi.h + libaegisub/include/libaegisub/lua/modules.h + libaegisub/include/libaegisub/lua/script_reader.h + libaegisub/include/libaegisub/lua/utils.h + libaegisub/include/libaegisub/make_unique.h + libaegisub/include/libaegisub/of_type_adaptor.h + libaegisub/include/libaegisub/owning_intrusive_list.h + libaegisub/include/libaegisub/path.h + libaegisub/include/libaegisub/spellchecker.h + libaegisub/include/libaegisub/split.h + libaegisub/include/libaegisub/type_name.h + libaegisub/include/libaegisub/ycbcr_conv.h + libaegisub/lua/modules.cpp + libaegisub/lua/modules/lfs.cpp + libaegisub/lua/modules/re.cpp + libaegisub/lua/modules/unicode.cpp + libaegisub/lua/script_reader.cpp + libaegisub/lua/utils.cpp + libaegisub/osx/dispatch.mm + libaegisub/osx/spellchecker.mm + libaegisub/unix/fs.cpp + libaegisub/unix/path.cpp + libaegisub/windows/fs.cpp + src/ass_attachment.cpp + src/ass_attachment.h + src/ass_entry.cpp + src/ass_file.cpp + src/ass_info.h + src/ass_karaoke.cpp + src/ass_karaoke.h + src/async_video_provider.cpp + src/async_video_provider.h + src/audio_karaoke.cpp + src/audio_karaoke.h + src/audio_marker.cpp + src/audio_marker.h + src/audio_provider_factory.cpp + src/audio_provider_factory.h + src/audio_timing_karaoke.cpp + src/colour_button.cpp + src/colour_button.h + src/command/vis_tool.cpp + src/context.cpp + src/crash_writer.cpp + src/crash_writer.h + src/crash_writer_minidump.cpp + src/dialog_autosave.cpp + src/dialog_dummy_video.cpp + src/dialog_export_ebu3264.cpp + src/dialog_export_ebu3264.h + src/dialog_fonts_collector.cpp + src/dialog_manager.h + src/dialog_resample.cpp + src/dialog_search_replace.cpp + src/dialog_search_replace.h + src/dialog_selected_choices.cpp + src/dialog_selection.cpp + src/dialog_shift_times.cpp + src/dialog_spellchecker.cpp + src/dialog_styling_assistant.cpp + src/dialog_styling_assistant.h + src/dialog_translation.cpp + src/dialog_translation.h + src/dialog_video_properties.cpp + src/dialogs.h + src/factory_manager.h + src/flyweight_hash.h + src/font_file_lister.cpp + src/font_file_lister.h + src/font_file_lister_coretext.mm + src/font_file_lister_fontconfig.cpp + src/font_file_lister_gdi.cpp + src/format.h + src/gl_wrap.cpp + src/gl_wrap.h + src/grid_column.cpp + src/grid_column.h + src/hotkey_data_view_model.cpp + src/hotkey_data_view_model.h + src/include/aegisub/context.h + src/libass_gdi_fontselect.cpp + src/mkv_wrap.h + src/options.h + src/osx/osx_utils.mm + src/osx/retina_helper.mm + src/osx/scintilla_ime.mm + src/pen.cpp + src/pen.h + src/persist_location.cpp + src/persist_location.h + src/placeholder_ctrl.h + src/project.cpp + src/project.h + src/resolution_resampler.cpp + src/resolution_resampler.h + src/retina_helper.h + src/search_replace_engine.cpp + src/search_replace_engine.h + src/selection_controller.cpp + src/spellchecker.cpp + src/spellchecker_hunspell.h + src/subs_controller.cpp + src/subs_controller.h + src/subtitle_format_ass.cpp + src/subtitle_format_ass.h + src/subtitle_format_ebu3264.cpp + src/subtitle_format_ebu3264.h + src/subtitle_format_ssa.cpp + src/subtitle_format_ssa.h + src/subtitles_provider.cpp + src/subtitles_provider_csri.h + src/subtitles_provider_libass.h + src/text_file_reader.cpp + src/text_file_reader.h + src/text_file_writer.cpp + src/text_file_writer.h + src/text_selection_controller.cpp + src/text_selection_controller.h + src/thesaurus.h + src/validators.cpp + src/validators.h + src/value_event.h + src/video_frame.cpp + src/video_frame.h + src/video_out_gl.cpp + src/video_out_gl.h + src/video_provider_cache.cpp + src/video_provider_manager.cpp + src/video_provider_manager.h + src/visual_tool.cpp + src/visual_tool.h + src/visual_tool_clip.cpp + src/visual_tool_clip.h + src/visual_tool_cross.cpp + src/visual_tool_cross.h + src/visual_tool_drag.cpp + src/visual_tool_drag.h + src/visual_tool_rotatexy.cpp + src/visual_tool_rotatexy.h + src/visual_tool_rotatez.cpp + src/visual_tool_rotatez.h + src/visual_tool_scale.cpp + src/visual_tool_scale.h + src/visual_tool_vector_clip.cpp + src/visual_tool_vector_clip.h + tests/support/util.cpp + tests/support/util.h + tests/tests/audio.cpp + tests/tests/character_count.cpp + tests/tests/format.cpp + tests/tests/fs.cpp + tests/tests/ifind.cpp + tests/tests/split.cpp + tests/tests/time.cpp + tests/tests/type_name.cpp + tests/tests/util.cpp + tests/tests/uuencode.cpp + tests/tests/vfr.cpp + tools/respack.lua +Copyright: 2010-2016 Thomas Goyne + 2011 Niels Martin Hansen + __NO_COPYRIGHT__ in: libaegisub/common/kana_table.cpp +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + +Files: libaegisub/include/libaegisub/exception.h + src/aegisublocale.h + src/agi_pre.h + src/ass_dialogue.cpp + src/ass_dialogue.h + src/ass_entry.h + src/ass_export_filter.cpp + src/ass_export_filter.h + src/ass_exporter.cpp + src/ass_exporter.h + src/ass_file.h + src/ass_override.cpp + src/ass_override.h + src/ass_style.cpp + src/ass_style.h + src/ass_style_storage.cpp + src/ass_style_storage.h + src/audio_box.cpp + src/audio_box.h + src/audio_colorscheme.cpp + src/audio_colorscheme.h + src/audio_controller.cpp + src/audio_controller.h + src/audio_display.cpp + src/audio_display.h + src/audio_player.cpp + src/audio_player_alsa.cpp + src/audio_player_dsound.cpp + src/audio_player_dsound2.cpp + src/audio_player_openal.cpp + src/audio_player_oss.cpp + src/audio_player_portaudio.cpp + src/audio_player_portaudio.h + src/audio_player_pulse.cpp + src/audio_provider_avs.cpp + src/audio_provider_ffmpegsource.cpp + src/audio_renderer.cpp + src/audio_renderer.h + src/audio_renderer_spectrum.cpp + src/audio_renderer_spectrum.h + src/audio_renderer_waveform.cpp + src/audio_renderer_waveform.h + src/audio_timing.h + src/audio_timing_dialogue.cpp + src/auto4_base.cpp + src/auto4_base.h + src/auto4_lua.cpp + src/auto4_lua.h + src/auto4_lua_assfile.cpp + src/auto4_lua_dialog.cpp + src/auto4_lua_factory.h + src/auto4_lua_progresssink.cpp + src/avisynth_wrap.cpp + src/avisynth_wrap.h + src/base_grid.cpp + src/base_grid.h + src/block_cache.h + src/charset_detect.cpp + src/charset_detect.h + src/command/app.cpp + src/command/audio.cpp + src/command/automation.cpp + src/command/edit.cpp + src/command/grid.cpp + src/command/help.cpp + src/command/keyframe.cpp + src/command/recent.cpp + src/command/subtitle.cpp + src/command/time.cpp + src/command/timecode.cpp + src/command/tool.cpp + src/command/video.cpp + src/dialog_about.cpp + src/dialog_attachments.cpp + src/dialog_automation.cpp + src/dialog_colorpicker.cpp + src/dialog_detached_video.cpp + src/dialog_detached_video.h + src/dialog_export.cpp + src/dialog_jumpto.cpp + src/dialog_kara_timing_copy.cpp + src/dialog_log.cpp + src/dialog_paste_over.cpp + src/dialog_paste_over.h + src/dialog_properties.cpp + src/dialog_style_editor.cpp + src/dialog_style_manager.cpp + src/dialog_text_import.cpp + src/dialog_timing_processor.cpp + src/dialog_version_check.cpp + src/dialog_video_details.cpp + src/export_fixstyle.cpp + src/export_fixstyle.h + src/export_framerate.cpp + src/export_framerate.h + src/ffmpegsource_common.cpp + src/ffmpegsource_common.h + src/fft.h + src/frame_main.cpp + src/frame_main.h + src/gl_text.cpp + src/gl_text.h + src/help_button.cpp + src/help_button.h + src/include/aegisub/audio_player.h + src/include/aegisub/subtitles_provider.h + src/include/aegisub/video_provider.h + src/main.h + src/mkv_wrap.cpp + src/selection_controller.h + src/spline.h + src/spline_curve.cpp + src/spline_curve.h + src/string_codec.cpp + src/string_codec.h + src/subs_edit_box.cpp + src/subs_edit_box.h + src/subs_edit_ctrl.cpp + src/subs_edit_ctrl.h + src/subs_preview.cpp + src/subs_preview.h + src/subtitle_format.cpp + src/subtitle_format.h + src/subtitle_format_encore.cpp + src/subtitle_format_encore.h + src/subtitle_format_microdvd.cpp + src/subtitle_format_microdvd.h + src/subtitle_format_mkv.cpp + src/subtitle_format_mkv.h + src/subtitle_format_srt.cpp + src/subtitle_format_srt.h + src/subtitle_format_transtation.cpp + src/subtitle_format_transtation.h + src/subtitle_format_ttxt.cpp + src/subtitle_format_ttxt.h + src/subtitle_format_txt.cpp + src/subtitle_format_txt.h + src/subtitles_provider_csri.cpp + src/subtitles_provider_libass.cpp + src/time_range.h + src/timeedit_ctrl.cpp + src/timeedit_ctrl.h + src/toggle_bitmap.cpp + src/toggle_bitmap.h + src/tooltip_manager.cpp + src/tooltip_manager.h + src/utils.cpp + src/utils.h + src/video_box.cpp + src/video_box.h + src/video_controller.cpp + src/video_controller.h + src/video_display.cpp + src/video_display.h + src/video_provider_avs.cpp + src/video_provider_dummy.cpp + src/video_provider_dummy.h + src/video_provider_ffmpegsource.cpp + src/video_provider_yuv4mpeg.cpp + src/video_slider.cpp + src/video_slider.h + src/visual_feature.cpp + src/visual_feature.h +Copyright: 2004-2006 Rodrigo Braz Monteiro, Mike Matsnev + 2005 Dan Donovan (Dansolo) + 2005-2008 Rodrigo Braz Monteiro, Fredrik Mellbin + 2005-2009 Rodrigo Braz Monteiro, Niels Martin Hansen + 2005-2010 Rodrigo Braz Monteiro + 2005-2011 Niels Martin Hansen + 2006 Fredrik Mellbin + 2006-2007 Rodrigo Braz Monteiro, Evgeniy Stepanov + 2007 Alysson Souza e Silva + 2007 Alysson Souza e Silva (demi_alucard) + 2008-2009 Karl Blomster + 2009 Grigori Goronzy + 2010 Amar Takhar + 2010 Thomas Goyne +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + 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: automation/autoload/select-overlaps.moon + automation/include/aegisub/clipboard.lua + automation/include/aegisub/re.moon + automation/include/aegisub/util.moon + automation/include/clipboard.lua + automation/include/re.lua + automation/include/unicode.lua + automation/tests/modules/lfs.moon + automation/tests/modules/re.moon + automation/tests/modules/unicode.moon + libaegisub/common/charset_6937.cpp + libaegisub/common/charset_6937.h + libaegisub/common/charset_conv.cpp + libaegisub/common/color.cpp + libaegisub/common/hotkey.cpp + libaegisub/common/line_iterator.cpp + libaegisub/common/log.cpp + libaegisub/common/mru.cpp + libaegisub/common/parser.h + libaegisub/include/libaegisub/access.h + libaegisub/include/libaegisub/background_runner.h + libaegisub/include/libaegisub/charset_conv.h + libaegisub/include/libaegisub/charset_conv_win.h + libaegisub/include/libaegisub/color.h + libaegisub/include/libaegisub/hotkey.h + libaegisub/include/libaegisub/keyframe.h + libaegisub/include/libaegisub/line_iterator.h + libaegisub/include/libaegisub/line_wrap.h + libaegisub/include/libaegisub/log.h + libaegisub/include/libaegisub/mru.h + libaegisub/include/libaegisub/option_value.h + libaegisub/include/libaegisub/scoped_ptr.h + libaegisub/include/libaegisub/signal.h + libaegisub/include/libaegisub/thesaurus.h + libaegisub/include/libaegisub/util.h + libaegisub/include/libaegisub/util_osx.h + libaegisub/include/libaegisub/vfr.h + libaegisub/unix/log.cpp + libaegisub/unix/util.cpp + libaegisub/windows/charset_conv_win.cpp + libaegisub/windows/log_win.cpp + libaegisub/windows/util_win.cpp + packages/win_installer/build_dictionary_installers.sh + src/ass_parser.cpp + src/ass_parser.h + src/command/command.cpp + src/dialog_progress.cpp + src/dialog_progress.h + src/hotkey.cpp + src/initial_line_state.cpp + src/initial_line_state.h + src/libresrc/libresrc.cpp + src/libresrc/libresrc.h + src/preferences_base.cpp + src/preferences_base.h + src/spellchecker_hunspell.cpp + tests/support/main.cpp + tests/support/main.h + tests/tests/access.cpp + tests/tests/calltip_provider.cpp + tests/tests/dialogue_lexer.cpp + tests/tests/hotkey.cpp + tests/tests/iconv.cpp + tests/tests/karaoke_matcher.cpp + tests/tests/keyframe.cpp + tests/tests/line_iterator.cpp + tests/tests/line_wrap.cpp + tests/tests/mru.cpp + tests/tests/option.cpp + tests/tests/path.cpp + tests/tests/signals.cpp + tests/tests/syntax_highlight.cpp + tests/tests/thesaurus.cpp + tests/tests/word_split.cpp + tools/repack-thes-dict.cpp +Copyright: 2005-2010 Niels Martin Hansen, Rodrigo Braz Monteiro + 2008-2009 Niels Martin Hansen + 2009-2010 Amar Takhar + 2010-2014 Thomas Goyne + __NO_COPYRIGHT__ in: automation/include/aegisub/clipboard.lua + __NO_COPYRIGHT__ in: automation/include/clipboard.lua + __NO_COPYRIGHT__ in: automation/include/re.lua + __NO_COPYRIGHT__ in: automation/include/unicode.lua +License: ISC + Permission to use, copy, modify, and 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. + +Files: LICENCE + packages/win_installer/aegisub3.iss + packages/win_installer/dictionaries/fragment_dictbase.iss + packages/win_installer/dictionaries/fragment_stddict.iss + packages/win_installer/dictionaries/sr_SR.iss + packages/win_installer/fragment_associations.iss + packages/win_installer/fragment_automation.iss + packages/win_installer/fragment_beautify_code.iss + packages/win_installer/fragment_codecs.iss + packages/win_installer/fragment_mainprogram.iss + packages/win_installer/fragment_migrate_code.iss + packages/win_installer/fragment_opengl.iss + packages/win_installer/fragment_runtimes.iss + packages/win_installer/fragment_setupbase.iss + packages/win_installer/fragment_shell_code.iss + packages/win_installer/fragment_spelling.iss + packages/win_installer/fragment_translations.iss + packages/win_installer/license.txt + tools/osx-bundle-restart-helper.m +Copyright: 2004-2012 Aegisub Project + 2005-2014 the Aegisub Team. + 2007-2011 Niels Martin Hansen + __NO_COPYRIGHT__ in: packages/win_installer/fragment_translations.iss +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 Aegisub Group 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: vendor/iconv/libiconv/aliases2.h + vendor/iconv/libiconv/encodings_extra.def + vendor/iconv/libiconv/flushwc.h + vendor/iconv/libiconv/iconv.c + vendor/iconv/libiconv/iconv_open1.h + vendor/iconv/libiconv/iconv_open2.h + vendor/iconv/libiconv/shift_jisx0213.h + vendor/iconv/libiconv/sjis.h + vendor/iconv/libiconv/ucs2be.h + vendor/iconv/libiconv/ucs2internal.h + vendor/iconv/libiconv/ucs2le.h + vendor/iconv/libiconv/ucs2swapped.h + vendor/iconv/libiconv/ucs4be.h + vendor/iconv/libiconv/ucs4internal.h + vendor/iconv/libiconv/ucs4le.h + vendor/iconv/libiconv/ucs4swapped.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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: vendor/csri/frontends/avisynth25/avisynth.cpp + vendor/csri/frontends/cmdline/cmdmain.c + vendor/csri/frontends/cmdline/render.c + vendor/csri/frontends/cmdline/render.h + vendor/csri/include/visibility.h + vendor/csri/lib/csrilib.h + vendor/csri/lib/list.c + vendor/csri/lib/posix/csrilib_os.h + vendor/csri/lib/posix/enumerate.c + vendor/csri/lib/win32/csrilib_os.h + vendor/csri/lib/win32/enumerate.c + vendor/csri/lib/wrap.c + vendor/csri/subhelp/logging.c + vendor/csri/subhelp/posix/openfile.c + vendor/csri/subhelp/win32/openfile.c +Copyright: 2006-2007 David Lamparter +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 St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public License + Version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +Files: libaegisub/lua/modules/lpeg.c + libaegisub/lua/modules/lpeg.h + tools/osx-dmg.sh + vendor/luajit/dynasm/dasm_arm.h + vendor/luajit/dynasm/dasm_mips.h + vendor/luajit/dynasm/dasm_ppc.h + vendor/luajit/dynasm/dasm_proto.h + vendor/luajit/dynasm/dasm_x86.h + vendor/luajit/dynasm/dasm_x86.lua + vendor/luajit/src/host/genminilua.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h + 2005-2017 Mike Pall. Released under the MIT license. See dynasm.lua for full copyright notice. + 2005-2017 Mike Pall. See dynasm.lua for full copyright notice. + 2006-2010 Released under GNU GPL, read the file 'COPYING' from the Inkscape project for more information. + 2007-2009 Lua.org & PUC-Rio (see 'lpeg.html' for license) Roberto Ierusalimschy +License: __NO_LICENSE__ + +Files: po/aegisub.pot + po/ar.po + po/gl.po + po/nl.po + po/sr_RS.po + po/sr_RS@latin.po + po/zh_CN.po + po/zh_TW.po +Copyright: 2005-2014 Rodrigo Braz Monteiro, Niels Martin Hansen, Thomas Goyne et. al. + 2012 Aegisub + __NO_COPYRIGHT__ in: po/zh_CN.po + __NO_COPYRIGHT__ in: po/zh_TW.po +License: _SAME_ + This file is distributed under the same license as the Aegisub package. + +Files: m4macros/ax_boost_base.m4 + m4macros/ax_boost_chrono.m4 + m4macros/ax_boost_filesystem.m4 + m4macros/ax_boost_locale.m4 + m4macros/ax_boost_regex.m4 + m4macros/ax_boost_system.m4 + m4macros/ax_boost_thread.m4 +Copyright: 2008 Daniel Casimiro + 2008-2009 Michael Tindal + 2008-2009 Thomas Porschberg + 2009 Peter Adolphs + 2009 Roman Rybalko + 2012 Xiyue Deng +License: PERMISSIVE + Copying and distribution of this file, with or without modification, are + permitted in any medium without royalty provided the copyright notice + and this notice are preserved. This file is offered as-is, without any + warranty. + +Files: aclocal.m4 + config.guess + config.sub + configure + install-sh +Copyright: 1992-2018 Free Software Foundation, Inc. + 1994 X Consortium +License: __AUTO_PERMISSIVE__ + Autogenerated files with permissive licenses. + +Files: vendor/luabins/src/luabins.h + vendor/luajit/include/lua.h + vendor/luajit/src/host/minilua.c + vendor/luajit/src/lua.h +Copyright: 1994-2012 Lua.org, PUC-Rio. + 2009-2010 Luabins authors. +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: vendor/luajit/COPYRIGHT + vendor/luajit/include/luajit.h + vendor/luajit/src/luajit.h +Copyright: 2005-2017 Mike Pall. +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. + . + [ MIT license: http://www.opensource.org/licenses/mit-license.php ] + +Files: vendor/csri/include/csri/fmtids.h + vendor/csri/include/csri/openerr.h + vendor/csri/include/subhelp.h +Copyright: 2007 David Lamparter +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. + - 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 + . + $Id$ + +Files: vendor/luajit/dynasm/dasm_arm.lua + vendor/luajit/dynasm/dasm_mips.lua + vendor/luajit/dynasm/dasm_ppc.lua +Copyright: 2005-2017 Mike Pall. See dynasm.lua for full copyright notice. +License: __UNKNOWN__ + Module information: + +Files: tests/tests/cajun.cpp + tests/tests/color.cpp +Copyright: 2011-2012 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + $Id$ + +Files: libaegisub/common/json.cpp + libaegisub/include/libaegisub/json.h +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Parse JSON files and return json::UnknownElement + @ingroup libaegisub io + +Files: libaegisub/common/charset.cpp + libaegisub/include/libaegisub/charset.h +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Character set detection and manipulation utilities. + @ingroup libaegisub + +Files: automation/autoload/cleantags-autoload.lua + automation/include/cleantags.lua +Copyright: 2007-2009 Muhammad Lukman Nasaruddin (aka ai-chan, Aegisub's forum member) +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: po/el.po + po/ru.po +Copyright: __NO_COPYRIGHT__ in: po/el.po + __NO_COPYRIGHT__ in: po/ru.po +License: _SAME_ + This file is distributed under the same license as the PACKAGE package. + +Files: po/eu.po + po/id.po +Copyright: 2005-2011 Rodrigo Braz Monteiro, Niels Martin Hansen et. al. +License: _SAME_ + This file is distributed under the same license as Aegisub. + +Files: vendor/hunspell/src/hunspell/phonet.cxx + vendor/hunspell/src/hunspell/phonet.hxx +Copyright: 2000 Bjoern Jacke +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 version 2.1 as published by the Free Software Foundation; + . + 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, see + . + . + Changelog: + . + 2000-01-05 Bjoern Jacke + Initial Release insprired by the article about phonetic + transformations out of c't 25/1999 + . + 2007-07-26 Bjoern Jacke + Released under MPL/GPL/LGPL tri-license for Hunspell + . + 2007-08-23 Laszlo Nemeth + Porting from Aspell to Hunspell using C-like structs + . + 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: vendor/iconv/include/localcharset.h + vendor/iconv/libiconv/localcharset.h +Copyright: 2000-2003 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU CHARSET Library. + . + This program 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, 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 Library 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 Library General Public License + Version 2 can be found in `/usr/share/common-licenses/LGPL-2'. + +Files: vendor/iconv/libcharset/relocatable.c + vendor/iconv/libiconv/relocatable.c +Copyright: 2003-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This program 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, 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 Library 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 glibc's to provide a prototype for getline(). + This must come before because may include + , and once has been included, it's too late. + . + 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: vendor/iconv/libcharset/relocatable.h + vendor/iconv/libiconv/relocatable.h +Copyright: 2003-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This program 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, 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 Library 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 Library General Public License + Version 2 can be found in `/usr/share/common-licenses/LGPL-2'. + +Files: vendor/iconv/include/libcharset.h + vendor/iconv/libiconv/libcharset.h +Copyright: 2003 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU CHARSET Library. + . + The GNU CHARSET 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 CHARSET 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 CHARSET 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: autom4te.cache/output.0 + autom4te.cache/output.1 +Copyright: 1992-2012 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: m4macros/ax_lang_compiler_ms.m4 + m4macros/check_gnu_make.m4 +Copyright: 2002 John Darrington + 2004 Braden McDaniel +License: PERMISSIVE + Copying and distribution of this file, with or without + modification, are permitted in any medium without royalty provided + the copyright notice and this notice are preserved. + +Files: src/MatroskaParser.c + src/MatroskaParser.h +Copyright: 2004-2009 Mike Matsnev. +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 immediately at the beginning of the file, without modification, + 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. Absolutely no warranty of function or purpose is made by the author + Mike Matsnev. + . + 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. + +Files: vendor/csri/include/csri/logging.h + vendor/csri/include/csri/stream.h +Copyright: 2007 David Lamparter +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. + - 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 + . + $Id$ + . + THE SPECIFICATION OF THIS EXTENSION IS TENTATIVE + AND NOT FINALIZED YET + +Files: vendor/hunspell/license.myspell + vendor/hunspell/src/hunspell/license.myspell +Copyright: 2002 Kevin B. Hendricks, Stratford, Ontario, Canada And Contributors. +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. All modifications to the source code must be clearly marked as + such. Binary redistributions based on modified source code + must be clearly marked as modified versions in the documentation + and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS 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 + KEVIN B. HENDRICKS 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. + . + NOTE: A special thanks and credit goes to Geoff Kuenning + the creator of ispell. MySpell's affix algorithms were + based on those of ispell which should be noted is + copyright Geoff Kuenning et.al. and now available + under a BSD style license. For more information on ispell + and affix compression in general, please see: + http://www.cs.ucla.edu/ficus-members/geoff/ispell.html + (the home page for ispell) + . + An almost complete rewrite of MySpell for use by + the Mozilla project has been developed by David Einstein + (Deinst@world.std.com). David and I are now + working on parallel development tracks to help + our respective projects (Mozilla and OpenOffice.org + and we will maintain full affix file and dictionary + file compatibility and work on merging our versions + of MySpell back into a single tree. David has been + a significant help in improving MySpell. + . + Special thanks also go to La'szlo' Ne'meth + who is the author of the + Hungarian dictionary and who developed and contributed + the code to support compound words in MySpell + and fixed numerous problems with the encoding + case conversion tables. + +Files: src/avisynth.h + vendor/csri/frontends/avisynth25/avisynth.h +Copyright: __NO_COPYRIGHT__ in: src/avisynth.h + __NO_COPYRIGHT__ in: vendor/csri/frontends/avisynth25/avisynth.h +License: GPL-2.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 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., 675 Mass Ave, Cambridge, MA 02139, USA, or visit + http://www.gnu.org/copyleft/gpl.html . + . + Linking Avisynth statically or dynamically with other modules is making a + combined work based on Avisynth. Thus, the terms and conditions of the GNU + General Public License cover the whole combination. + . + As a special exception, the copyright holders of Avisynth give you + permission to link Avisynth with independent modules that communicate with + Avisynth solely through the interfaces defined in avisynth.h, regardless of the license + terms of these independent modules, and to copy and distribute the + resulting combined work under terms of your choice, provided that + every copy of the combined work is accompanied by a complete copy of + the source code of Avisynth (the version of Avisynth used to produce the + combined work), being distributed under the terms of the GNU General + Public License plus this exception. An independent module is a module + which is not derived from or based on Avisynth, such as 3rd-party filters, + import and export plugins, or graphical user interfaces. + . + 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: tools/strip-icu.py +Copyright: 2014 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + A script to strip all of the data we don't use out of ICU's data files + +Files: src/vector2d.h +Copyright: 2011 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + @see vector2d.cpp + +Files: libaegisub/common/io.cpp +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Windows IO methods. + @ingroup libaegisub + +Files: src/include/aegisub/hotkey.h +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Hotkey handler + @ingroup hotkey menu event window + +Files: src/include/aegisub/spellchecker.h +Copyright: 2012 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Declaration of factory for spell checkers + +Files: src/vector2d.cpp +Copyright: 2011 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief 2D mathematical vector used in visual typesetting + +Files: libaegisub/osx/util.mm +Copyright: 2012 Thomas Goyne, +License: ISC + Permission to use, copy, modify, and 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. + . + @brief OSX Utilities + @ingroup libosxutil osx + +Files: src/toolbar.cpp +Copyright: 2011 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Dynamic menu toolbar generator. + @ingroup toolbar menu + +Files: src/include/aegisub/toolbar.h +Copyright: 2011 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Dynamic toolbar generator. + @ingroup menu toolbar + +Files: src/thesaurus.cpp +Copyright: 2012 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Thesaurus implementation + @ingroup thesaurus + +Files: build/freetype2/ftsystem.cpp +Copyright: 2014 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + The non-unix version of ftsystem.c uses stdio functions, but freetype uses + streams as if they had mmap's performance characteristics (as it uses mmap + on unix), which results in mind-blowingly poor performance (35%+ of the + fontconfig caching runtime is spent on fseek). + +Files: libaegisub/unix/access.cpp +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Unix access methods. + @ingroup libaegisub unix + +Files: libaegisub/common/option.cpp +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Option interface. + @ingroup libaegisub + +Files: src/menu.cpp +Copyright: 2011 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Dynamic menu and toolbar generator. + @ingroup menu + +Files: src/preferences.cpp +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Preferences dialogue + +Files: libaegisub/include/libaegisub/option.h +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Public interface for option values. + @ingroup libaegisub + +Files: src/include/aegisub/menu.h +Copyright: 2011 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Dynamic menu and toolbar generator. + @ingroup menu toolbar + +Files: libaegisub/include/libaegisub/io.h +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Public interface for IO methods. + @ingroup libaegisub + +Files: libaegisub/common/thesaurus.cpp +Copyright: 2012 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + @brief MyThes-compatible thesaurus implementation + @ingroup libaegisub thesaurus + +Files: libaegisub/windows/path_win.cpp +Copyright: 2013 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Windows-specific path code + @ingroup libaegisub windows + +Files: src/command/command.h +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Command base class and main header. + @ingroup command + +Files: libaegisub/common/vfr.cpp +Copyright: 2010 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Framerate handling of all sorts + +Files: src/res/res.rc +Copyright: 2014 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + Aegisub Project http://www.aegisub.org/ + . + main app icon should always be first + (windows explorer uses the first icon resource by default) + +Files: src/preferences.h +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Preferences dialogue + @see preferences.cpp + +Files: libaegisub/windows/access.cpp +Copyright: 2010 Amar Takhar +License: ISC + Permission to use, copy, modify, and 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. + . + @brief Windows access methods. + @ingroup libaegisub windows + +Files: libaegisub/common/keyframe.cpp +Copyright: 2011 Thomas Goyne +License: ISC + Permission to use, copy, modify, and 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. + . + @see keyframe.h + @ingroup libaegisub + +Files: po/de.po +Copyright: 2013 aegisub.org +License: _SAME_ + This file is distributed under the same license as the Aegisub 3 package. + +Files: vendor/hunspell/src/hunspell/makefile.mk +Copyright: __NO_COPYRIGHT__ in: vendor/hunspell/src/hunspell/makefile.mk +License: MPL-1.1 + The contents of this file are subject to the Mozilla Public License Version + 1.1 (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.mozilla.org/MPL/ + . + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + for the specific language governing rights and limitations under the + License. + . + Alternatively, the contents of this file may be used under the terms of + either the GNU General Public License Version 2 or later (the "GPL"), or + the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + in which case the provisions of the GPL or the LGPL are applicable instead + of those above. If you wish to allow use of your version of this file only + under the terms of either the GPL or the LGPL, and not to allow others to + use your version of this file under the terms of the MPL, indicate your + decision by deleting the provisions above and replace them with the notice + and other provisions required by the GPL or the LGPL. If you do not delete + the provisions above, a recipient may use your version of this file under + the terms of any one of the MPL, the GPL or the LGPL. + . + ************************************************************************* + +Files: vendor/hunspell/src/hunspell/license.hunspell +Copyright: __NO_COPYRIGHT__ in: vendor/hunspell/src/hunspell/license.hunspell +License: MPL-1.1 + The contents of this file are subject to the Mozilla Public License Version + 1.1 (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.mozilla.org/MPL/ + . + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + for the specific language governing rights and limitations under the + License. + . + The Original Code is Hunspell, based on MySpell. + . + The Initial Developers of the Original Code are + Kevin Hendricks (MySpell) and Laszlo Nemeth (Hunspell). + Portions created by the Initial Developers are Copyright (C) 2002-2005 + the Initial Developers. + . + Contributor(s): + David Einstein + Davide Prina + Giuseppe Modugno + Gianluca Turconi + Simon Brouwer + Noll Janos + Biro Arpad + Goldman Eleonora + Sarlos Tamas + Bencsath Boldizsar + Halacsy Peter + Dvornik Laszlo + Gefferth Andras + Nagy Viktor + Varga Daniel + Chris Halls + Rene Engelhard + Bram Moolenaar + Dafydd Jones + Harri Pitkanen + Andras Timar + Tor Lillqvist + . + Alternatively, the contents of this file may be used under the terms of + either the GNU General Public License Version 2 or later (the "GPL"), or + the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + in which case the provisions of the GPL or the LGPL are applicable instead + of those above. If you wish to allow use of your version of this file only + under the terms of either the GPL or the LGPL, and not to allow others to + use your version of this file under the terms of the MPL, indicate your + decision by deleting the provisions above and replace them with the notice + and other provisions required by the GPL or the LGPL. If you do not delete + the provisions above, a recipient may use your version of this file under + the terms of any one of the MPL, the GPL or the LGPL. + . + ***** END LICENSE BLOCK ***** + +Files: vendor/hunspell/license.hunspell +Copyright: __NO_COPYRIGHT__ in: vendor/hunspell/license.hunspell +License: MPL-1.1 + The contents of this file are subject to the Mozilla Public License Version + 1.1 (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.mozilla.org/MPL/ + . + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + for the specific language governing rights and limitations under the + License. + . + The Original Code is Hunspell, based on MySpell. + . + The Initial Developers of the Original Code are + Kevin Hendricks (MySpell) and Németh László (Hunspell). + Portions created by the Initial Developers are Copyright (C) 2002-2005 + the Initial Developers. + . + Contributor(s): + David Einstein + Davide Prina + Giuseppe Modugno + Gianluca Turconi + Simon Brouwer + Noll János + Bíró Árpád + Goldman Eleonóra + Sarlós Tamás + Bencsáth Boldizsár + Halácsy Péter + Dvornik László + Gefferth András + Nagy Viktor + Varga Dániel + Chris Halls + Rene Engelhard + Bram Moolenaar + Dafydd Jones + Harri Pitkänen + . + Alternatively, the contents of this file may be used under the terms of + either the GNU General Public License Version 2 or later (the "GPL"), or + the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + in which case the provisions of the GPL or the LGPL are applicable instead + of those above. If you wish to allow use of your version of this file only + under the terms of either the GPL or the LGPL, and not to allow others to + use your version of this file under the terms of the MPL, indicate your + decision by deleting the provisions above and replace them with the notice + and other provisions required by the GPL or the LGPL. If you do not delete + the provisions above, a recipient may use your version of this file under + the terms of any one of the MPL, the GPL or the LGPL. + . + ***** END LICENSE BLOCK ***** + +Files: vendor/csri/backends/libass/libass_csri.c +Copyright: 2007 David Lamparter +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 St, Fifth Floor, Boston, MA 02110-1301 USA + . + libass csri wrapper. + Indirectly based on code from aegisub, + (c) 2006-2007, Rodrigo Braz Monteiro, Evgeniy Stepanov + . + 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: vendor/iconv/libiconv/utf32be.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-32BE + . + Specification: Unicode 3.1 Standard Annex #19 + . + 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: vendor/iconv/libiconv/cns11643_7.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 7 + . + 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: vendor/iconv/libiconv/ucs2.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UCS-2 + . + Here we accept FFFE/FEFF marks as endianness indicators everywhere + in the stream, not just at the beginning. The default is big-endian. + The state is 0 if big-endian, 1 if little-endian. + . + 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: vendor/iconv/libiconv/tds565.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + TDS565 + . + 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: vendor/iconv/libiconv/gb18030uni.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GB18030 four-byte extension + . + 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: vendor/iconv/libiconv/armscii_8.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ARMSCII-8 + . + 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: vendor/iconv/libiconv/iso2022_cn.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-2022-CN + . + Specification: RFC 1922 + . + 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: vendor/iconv/libiconv/iso2022_kr.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-2022-KR + . + Specification: RFC 1557 + . + Note: CJK.INF says the SO designator needs to appear only once at the + beginning of a text, but to decrease the risk of ambiguities, when + producing ISO-2022-KR, we repeat the designator in every line containing + SO characters. RFC 1557 does not mandate this. + . + 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: vendor/iconv/libiconv/mac_turkish.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacTurkish + . + 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: vendor/iconv/include/iconv.h +Copyright: 1999-2009 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + When installed, this file is called "iconv.h". + . + 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: vendor/iconv/libiconv/dec_hanyu.h +Copyright: 2001-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + DEC-HANYU + . + 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: vendor/iconv/libiconv/encodings_dos.def +Copyright: 2001-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Encodings used by system dependent locales on MSDOS. + . + 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: vendor/iconv/libiconv/cp857.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP857 + . + 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: vendor/iconv/libiconv/hkscs2001.h +Copyright: 1999-2006 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + HKSCS:2001 + . + 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: vendor/iconv/libiconv/translit.h +Copyright: 1999-2003 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Transliteration table + . + 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: vendor/iconv/libiconv/big5hkscs2004.h +Copyright: 1999-2006 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + BIG5-HKSCS:2004 + . + BIG5-HKSCS:2004 can be downloaded from + http://www.info.gov.hk/digital21/eng/hkscs/download.html + http://www.info.gov.hk/digital21/eng/hkscs/index.html + . + It extends BIG5-HKSCS:2001 through 123 characters. + . + It extends BIG5 (without the rows 0xC6..0xC7) through the ranges + . + 0x{87..8D}{40..7E,A1..FE} 880 characters + 0x{8E..A0}{40..7E,A1..FE} 2898 characters + 0x{C6..C8}{40..7E,A1..FE} 359 characters + 0xF9{D6..FE} 41 characters + 0x{FA..FE}{40..7E,A1..FE} 763 characters + . + Note that some HKSCS characters are not contained in Unicode 3.2 + and are therefore best represented as sequences of Unicode characters: + 0x8862 U+00CA U+0304 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND MACRON + 0x8864 U+00CA U+030C LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND CARON + 0x88A3 U+00EA U+0304 LATIN SMALL LETTER E WITH CIRCUMFLEX AND MACRON + 0x88A5 U+00EA U+030C LATIN SMALL LETTER E WITH CIRCUMFLEX AND CARON + . + 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: vendor/iconv/libiconv/iso646_jp.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO646-JP + . + 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: vendor/iconv/libiconv/iso8859_4.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-4 + . + 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: vendor/iconv/libiconv/utf32le.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-32LE + . + Specification: Unicode 3.1 Standard Annex #19 + . + 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: vendor/iconv/libiconv/cns11643_4.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 4 + . + The table has been split into two parts. Each part's entries fit it 16 bits. + But the combined table would need 17 bits per entry. + . + 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: vendor/iconv/libiconv/iso8859_5.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-5 + . + 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: vendor/iconv/libiconv/mac_cyrillic.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacCyrillic + . + 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: vendor/iconv/libiconv/jisx0208.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + JISX0208.1990-0 + . + 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: vendor/iconv/libiconv/cns11643_1.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 1 + . + 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: vendor/iconv/libiconv/dec_kanji.h +Copyright: 2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + DEC-KANJI + . + 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: vendor/iconv/libiconv/vietcomb.h +Copyright: 2001-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Combining characters used in Vietnamese encodings CP1258, TCVN. + . + 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: vendor/iconv/libiconv/iso8859_6.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-6 + . + 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: vendor/iconv/libiconv/mac_centraleurope.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacCentralEurope + . + 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: vendor/iconv/libcharset/localcharset.c +Copyright: 2000-2009 Free Software Foundation, Inc. +License: LGPL-2.0+ + This program 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, 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 Library 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. + . + Written by Bruno Haible . + . + 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: vendor/iconv/libiconv/cp874.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP874 + . + 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: vendor/iconv/libiconv/iso2022_jp1.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-2022-JP-1 + . + Specification: RFC 2237 + . + 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: vendor/iconv/libiconv/encodings.def +Copyright: 1999-2009 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + The list of all system independent user-visible encodings. + . + 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: vendor/iconv/libiconv/gbkext1.h +Copyright: 1999-2000 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GBK/3 extensions + . + 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: vendor/iconv/libiconv/utf16be.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-16BE + . + Specification: RFC 2781 + . + 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: vendor/iconv/libiconv/cp949.h +Copyright: 1999-2007 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP949 is EUC-KR, extended with UHC (Unified Hangul Code). + . + Some variants of CP949 (in JDK, Windows-2000, ICU) also add: + . + 2. Private area mappings: + . + code Unicode + 0xC9{A1..FE} U+E000..U+E05D + 0xFE{A1..FE} U+E05E..U+E0BB + . + We add them too because, although there are backward compatibility problems + when a character from a private area is moved to an official Unicode code + point, they are useful for some people in practice. + . + 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: vendor/iconv/libiconv/iso8859_14.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-14 + . + 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: vendor/iconv/libiconv/genaliases.c +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Creates the aliases.gperf table. + . + 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: vendor/iconv/libiconv/gentranslit.c +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Generates a table of small strings, used for transliteration, from a table + containing lines of the form + Unicode utf-8 replacement # comment + . + On Debian systems, the complete text of the GNU Library General Public License + Version 2 can be found in `/usr/share/common-licenses/LGPL-2'. + +Files: vendor/iconv/libiconv/cp775.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP775 + . + 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: vendor/iconv/libiconv/georgian_academy.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GEORGIAN-ACADEMY + . + 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: vendor/iconv/libiconv/genaliases2.c +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Creates the aliases2.h table. + . + 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: vendor/iconv/libiconv/iso8859_3.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-3 + . + 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: vendor/iconv/libiconv/hp_roman8.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + HP-ROMAN8 + . + 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: vendor/iconv/libiconv/cp932ext.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP932 extensions + . + 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: vendor/iconv/libiconv/cp922.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP922 + . + 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: vendor/iconv/libiconv/ascii.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ASCII + . + 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: vendor/iconv/libiconv/mac_hebrew.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacHebrew + . + 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: vendor/iconv/libiconv/cns11643_2.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 2 + . + 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: vendor/iconv/libiconv/koi8_u.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + KOI8-U + . + Specification: RFC 2319 + . + 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: vendor/iconv/libiconv/ucs4.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UCS-4 + . + Here we accept FFFE0000/0000FEFF marks as endianness indicators everywhere + in the stream, not just at the beginning. The default is big-endian. + The state is 0 if big-endian, 1 if little-endian. + . + 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: vendor/iconv/libiconv/gb18030ext.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GB18030 two-byte extension + . + 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: vendor/iconv/libiconv/big5.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + BIG5 + . + 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: vendor/iconv/libiconv/utf32.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-32 + . + Specification: Unicode 3.1 Standard Annex #19 + . + Here we accept FFFE0000/0000FEFF marks as endianness indicators + everywhere in the stream, not just at the beginning. (This is contrary + to what #19 D36c specifies, but it allows concatenation of byte + sequences to work flawlessly, while disagreeing with #19 behaviour + only for strings containing U+FEFF characters, which is quite rare.) + The default is big-endian. + The state is 0 if big-endian, 1 if little-endian. + . + 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: vendor/iconv/libiconv/uhc_2.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Unified Hangul Code part 2 + . + 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: vendor/iconv/libiconv/loop_wchar.h +Copyright: 2000-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + This file defines three conversion loops: + . + 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: vendor/iconv/libiconv/cp861.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP861 + . + 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: vendor/iconv/libiconv/iso8859_11.h +Copyright: 1999-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-11 + . + 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: vendor/iconv/libiconv/encodings_aix.def +Copyright: 2000-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Encodings used by system dependent locales on AIX. + . + 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: vendor/iconv/libiconv/mac_ukraine.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacUkraine + . + 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: vendor/iconv/libiconv/gbkext2.h +Copyright: 1999-2000 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GBK/4 and GBK/5 extensions + . + 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: vendor/iconv/libiconv/cns11643_4a.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 4 part a + . + 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: vendor/iconv/libiconv/pt154.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + PT154 + . + 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: vendor/iconv/libiconv/iso2022_cnext.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-2022-CN-EXT + . + Specification: RFC 1922 + . + 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: vendor/iconv/libiconv/riscos1.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + RISCOS-LATIN1 + . + 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: vendor/iconv/libiconv/euc_jp.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + EUC-JP + . + 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: vendor/iconv/libiconv/cp860.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP860 + . + 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: vendor/iconv/libiconv/utf8.h +Copyright: 1999-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-8 + . + Specification: RFC 3629 + . + 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: vendor/iconv/libiconv/iso8859_7.h +Copyright: 1999-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-7 + . + 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: vendor/iconv/libiconv/euc_kr.h +Copyright: 1999-2007 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + EUC-KR + . + Specification: RFC 1557 + . + 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: vendor/iconv/libiconv/iso8859_16.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-16 + . + 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: vendor/iconv/libiconv/encodings_local.def +Copyright: 2000-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Names for locale dependent encodings. + . + 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: vendor/iconv/libiconv/cp1124.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1124 + . + 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: vendor/iconv/libiconv/mac_iceland.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacIceland + . + 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: vendor/iconv/libiconv/jisx0213.h +Copyright: 1999-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + JISX0213:2000 + . + 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: vendor/iconv/libiconv/cp1163.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1163 + . + 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: vendor/iconv/libiconv/mac_romania.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacRomania + . + 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: vendor/iconv/libiconv/java.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + JAVA + This is ISO 8859-1 with \uXXXX escape sequences, denoting Unicode BMP + characters. Consecutive pairs of \uXXXX escape sequences in the surrogate + range, as in UTF-16, denote Unicode characters outside the BMP. + . + 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: vendor/iconv/libiconv/johab.h +Copyright: 1999-2007 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + JOHAB + . + Conversion between JOHAB codes (s1,s2) and KSX1001 codes (c1,c2): + . + 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: vendor/iconv/libiconv/big5hkscs1999.h +Copyright: 1999-2006 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + BIG5-HKSCS:1999 + . + BIG5-HKSCS:1999 can be downloaded from + http://www.info.gov.hk/digital21/eng/hkscs/download.html + http://www.info.gov.hk/digital21/eng/hkscs/index.html + . + It extends BIG5 (without the rows 0xC6..0xC7) through the ranges + . + 0x{88..8D}{40..7E,A1..FE} 641 characters + 0x{8E..A0}{40..7E,A1..FE} 2898 characters + 0x{C6..C8}{40..7E,A1..FE} 359 characters + 0xF9{D6..FE} 41 characters + 0x{FA..FE}{40..7E,A1..FE} 763 characters + . + Note that some HKSCS characters are not contained in Unicode 3.2 + and are therefore best represented as sequences of Unicode characters: + 0x8862 U+00CA U+0304 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND MACRON + 0x8864 U+00CA U+030C LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND CARON + 0x88A3 U+00EA U+0304 LATIN SMALL LETTER E WITH CIRCUMFLEX AND MACRON + 0x88A5 U+00EA U+030C LATIN SMALL LETTER E WITH CIRCUMFLEX AND CARON + . + 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: vendor/iconv/libiconv/cp1256.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1256 + . + 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: vendor/iconv/libiconv/cp862.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP862 + . + 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: vendor/iconv/libiconv/cns11643.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 + . + ISO-2022-CN and EUC-TW use CNS 11643-1992 planes 1 to 7. We also + have a table for the older plane 15. We use a trick to keep the + . + 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: vendor/iconv/libiconv/ksc5601.h +Copyright: 1999-2007 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + KSC5601.1987-0, now KS X 1001:2002 + . + 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: vendor/iconv/libiconv/cp869.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP869 + . + 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: vendor/iconv/libiconv/mulelao.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MULELAO-1 + . + 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: vendor/iconv/libiconv/mac_arabic.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacArabic + . + 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: vendor/iconv/libiconv/iso646_cn.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO646-CN + . + 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: vendor/iconv/libiconv/mac_roman.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacRoman + . + 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: vendor/iconv/libiconv/gbkext_inv.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GBK extensions + . + 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: vendor/iconv/libiconv/atarist.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Atari ST + . + 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: vendor/iconv/libiconv/cp856.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP856 + . + 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: vendor/iconv/libiconv/iso2022_jp3.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-2022-JP-3 + . + 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: vendor/iconv/libiconv/jisx0212.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + JISX0212.1990-0 + . + 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: vendor/iconv/libiconv/iso8859_15.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-15 + . + 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: vendor/iconv/libiconv/ces_big5.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + BIG-5 + . + 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: vendor/iconv/libiconv/cp858.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP858 + . + 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: vendor/iconv/libiconv/cp865.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP865 + . + 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: vendor/iconv/libiconv/nextstep.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + NEXTSTEP + . + 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: vendor/iconv/libiconv/tcvn.h +Copyright: 1999-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + TCVN-5712 + . + 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: vendor/iconv/libiconv/cp853.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP853 + . + 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: vendor/iconv/libiconv/converters.h +Copyright: 1999-2009 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + This file defines all the converters. + . + Our own notion of wide character, as UCS-4, according to ISO-10646-1. + . + 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: vendor/iconv/libiconv/big5_2003.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + BIG5-2003 + . + BIG5-2003 is a slightly extended and slightly modified version of BIG5. + It is actually nearer to Microsoft CP950 than to BIG5. The differences + between EASTASIA/OTHER/BIG5.TXT found on ftp.unicode.org and BIG5-2003.TXT + are as follows: + . + 1. Some characters in the symbols area (0xA140..0xA2CE) are defined + differently: + . + code BIG5.TXT BIG5-2003.TXT + 0xA145 0x2022 # BULLET 0x2027 # HYPHENATION POINT + 0xA14E 0xFF64 # HALFWIDTH IDEOGRAPHIC COMMA + 0xFE51 # SMALL IDEOGRAPHIC COMMA + 0xA156 0x2013 # EN DASH 0x2015 # HORIZONTAL BAR + 0xA15A --- 0x2574 # BOX DRAWINGS LIGHT LEFT + 0xA1C3 --- 0xFFE3 # FULLWIDTH MACRON + 0xA1C5 --- 0x02CD # MODIFIER LETTER LOW MACRON + 0xA1E3 0x223C # TILDE OPERATOR 0xFF5E # FULLWIDTH TILDE + 0xA1F2 0x2641 # EARTH 0x2295 # CIRCLED PLUS + 0xA1F3 0x2609 # SUN 0x2299 # CIRCLED DOT OPERATOR + 0xA1FE --- 0xFF0F # FULLWIDTH SOLIDUS + 0xA240 --- 0xFF3C # FULLWIDTH REVERSE SOLIDUS + 0xA241 0xFF0F # FULLWIDTH SOLIDUS 0x2215 # DIVISION SLASH + 0xA242 0xFF3C # FULLWIDTH REVERSE SOLIDUS + 0xFE68 # SMALL REVERSE SOLIDUS + 0xA244 0x00A5 # YEN SIGN 0xFFE5 # FULLWIDTH YEN SIGN + 0xA246 0x00A2 # CENT SIGN 0xFFE0 # FULLWIDTH CENT SIGN + 0xA247 0x00A3 # POUND SIGN 0xFFE1 # FULLWIDTH POUND SIGN + 0xA2A4 0x2550 # BOX DRAWINGS DOUBLE HORIZONTAL + 0x2501 # BOX DRAWINGS HEAVY HORIZONTAL + 0xA2A5 0x255E # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE + 0x251D # BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY + 0xA2A6 0x256A # BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE + 0x253F # BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY + 0xA2A7 0x2561 # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE + 0x2525 # BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY + 0xA2CC --- 0x3038 # HANGZHOU NUMERAL TEN + 0xA2CD 0x5344 0x3039 # HANGZHOU NUMERAL TWENTY + 0xA2CE --- 0x303A # HANGZHOU NUMERAL THIRTY + . + 2. A control symbols area is added: + . + code + 0xA3C0..0xA3E0 U+2400..U+2421 + . + 3. The Euro sign is added: + . + code + 0xA3E1 0x20AC # EURO SIGN + . + 4. Some characters in the main area are defined differently: + . + code BIG5.TXT BIG5-2003.TXT + 0xC255 0x5F5D 0x5F5E + . + 5. The area 0xC6A1..0xC7FE is organized differently: + . + code + 0xC6A1..0xC6BE numerals (was in BIG5.TXT at 0xC7E9..0xC7FC) + 0xC6BF..0xC6D7 radicals + 0xC6D8..0xC6E6 rarely used symbols + 0xC6E7..0xC77A hiragana (U+3041..U+3093, was in BIG5.TXT at 0xC6A5..0xC6F7) + 0xC77B..0xC7F2 katakana (U+30A1..U+30F6, was in BIG5.TXT at 0xC6F8..0xC7B0) + . + 6. Some characters are added at 0xF9D6..0xF9DC. + . + 7. Box drawing characters are added at 0xF9DD..0xF9FE. + . + Note: 4 of these characters are mapped in a non-inversible way, because + Unicode does not yet include the corresponding characters: + . + code Unicode approximation + 0xF9FA BOX DRAWINGS DOUBLE ARC DOWN AND RIGHT 0x2554 + 0xF9FB BOX DRAWINGS DOUBLE ARC DOWN AND LEFT 0x2557 + 0xF9FC BOX DRAWINGS DOUBLE ARC UP AND RIGHT 0x255A + 0xF9FD BOX DRAWINGS DOUBLE ARC UP AND LEFT 0x255D + . + 8. Private area mappings are added: + . + code Unicode + 0x{81..8D}{40..7E,A1..FE} U+EEB8..U+F6B0 + 0x{8E..A0}{40..7E,A1..FE} U+E311..U+EEB7 + 0x{FA..FE}{40..7E,A1..FE} U+E000..U+E310 + . + These mappings are not contained in the BSMI Big5-2003 standard. However, + they were contained in a draft of it. + . + 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: vendor/iconv/libiconv/euc_tw.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + EUC-TW + . + 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: vendor/iconv/libiconv/cp950.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP950 + . + Microsoft CP950 is a slightly extended and slightly modified version of + BIG5. The differences between the EASTASIA/OTHER/BIG5.TXT and + VENDORS/MICSFT/WINDOWS/CP950.TXT tables found on ftp.unicode.org are + as follows: + . + 1. Some characters in the BIG5 range are defined differently: + . + code BIG5.TXT CP950.TXT + 0xA145 0x2022 # BULLET 0x2027 # HYPHENATION POINT + 0xA14E 0xFF64 # HALFWIDTH IDEOGRAPHIC COMMA + 0xFE51 # SMALL IDEOGRAPHIC COMMA + 0xA15A --- 0x2574 # BOX DRAWINGS LIGHT LEFT + 0xA1C2 0x203E # OVERLINE 0x00AF # MACRON + 0xA1C3 --- 0xFFE3 # FULLWIDTH MACRON + 0xA1C5 --- 0x02CD # MODIFIER LETTER LOW MACRON + 0xA1E3 0x223C # TILDE OPERATOR 0xFF5E # FULLWIDTH TILDE + 0xA1F2 0x2641 # EARTH 0x2295 # CIRCLED PLUS + 0xA1F3 0x2609 # SUN 0x2299 # CIRCLED DOT OPERATOR + 0xA1FE --- 0xFF0F # FULLWIDTH SOLIDUS + 0xA240 --- 0xFF3C # FULLWIDTH REVERSE SOLIDUS + 0xA241 0xFF0F # FULLWIDTH SOLIDUS 0x2215 # DIVISION SLASH + 0xA242 0xFF3C # FULLWIDTH REVERSE SOLIDUS + 0xFE68 # SMALL REVERSE SOLIDUS + 0xA244 0x00A5 # YEN SIGN 0xFFE5 # FULLWIDTH YEN SIGN + 0xA246 0x00A2 # CENT SIGN 0xFFE0 # FULLWIDTH CENT SIGN + 0xA247 0x00A3 # POUND SIGN 0xFFE1 # FULLWIDTH POUND SIGN + 0xA2CC --- 0x5341 + 0xA2CE --- 0x5345 + . + 2. A small new row. See cp950ext.h. + . + 3. CP950.TXT is lacking the range 0xC6A1..0xC7FC (Hiragana, Katakana, + Cyrillic, circled digits, parenthesized digits). + . + We implement this omission, because said range is marked "uncertain" + in the unicode.org BIG5 table. + . + The table found on Microsoft's website furthermore adds: + . + 4. A single character: + . + code CP950.TXT + 0xA3E1 0x20AC # EURO SIGN + . + Many variants of BIG5 or CP950 (in JDK, Solaris, OSF/1, Windows-2000, ICU, + as well as our BIG5-2003 converter) also add: + . + 5. Private area mappings: + . + code Unicode + 0x{81..8D}{40..7E,A1..FE} U+EEB8..U+F6B0 + 0x{8E..A0}{40..7E,A1..FE} U+E311..U+EEB7 + 0x{FA..FE}{40..7E,A1..FE} U+E000..U+E310 + . + We add them too because, although there are backward compatibility problems + when a character from a private area is moved to an official Unicode code + point, they are useful for some people in practice. + . + 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: vendor/iconv/libiconv/config.h +Copyright: 1999-2007 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Define to 1 to enable a few rarely used encodings. + . + 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: vendor/iconv/libiconv/cjk_variants.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CJK variants table + . + 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: vendor/iconv/libiconv/iso8859_8.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-8 + . + 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: vendor/iconv/libiconv/gbk.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GBK + . + GBK, as described in Ken Lunde's book, is an extension of GB 2312-1980 + (shifted by adding 0x8080 to the range 0xA1A1..0xFEFE, as used in EUC-CN). + It adds the following ranges: + . + (part of GBK/1) 0xA2A1-0xA2AA Small Roman numerals + GBK/3 0x{81-A0}{40-7E,80-FE} 6080 new characters, all in Unicode + GBK/4 0x{AA-FE}{40-7E,80-A0} 8160 new characters, 8080 in Unicode + GBK/5 0x{A8-A9}{40-7E,80-A0} 166 new characters, 153 in Unicode + . + Furthermore, all four tables I have looked at + - the CP936 table by Microsoft, found on ftp.unicode.org in 1999, + - the GBK table by Sun, investigated on a Solaris 2.7 machine, + - the GBK tables by CWEX, found in the Big5+ package, + - the GB18030 standard (second printing), + agree in the following extensions. (Ken Lunde must have overlooked these + differences between GB2312 and GBK. Also, the CWEX tables have additional + differences.) + . + 1. Some characters in the GB2312 range are defined differently: + . + code GB2312 GBK + 0xA1A4 0x30FB # KATAKANA MIDDLE DOT 0x00B7 # MIDDLE DOT + 0xA1AA 0x2015 # HORIZONTAL BAR 0x2014 # EM DASH + . + 2. 19 characters added in the range 0xA6E0-0xA6F5. + . + 3. 4 characters added in the range 0xA8BB-0xA8C0. + . + CP936 as of 1999 was identical to GBK. However, since 1999, Microsoft has + added new mappings to CP936... + . + 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: vendor/iconv/libiconv/cp1254.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1254 + . + 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: vendor/iconv/libiconv/cp850.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP850 + . + 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: vendor/iconv/libiconv/cp855.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP855 + . + 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: vendor/iconv/libiconv/cp437.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP437 + . + 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: vendor/iconv/libiconv/rk1048.h +Copyright: 1999-2007 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + RK1048 + . + 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: vendor/iconv/libiconv/cp936ext.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP936 extensions + . + 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: vendor/iconv/libiconv/cp936.h +Copyright: 2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP936 + . + The IANA has CP936 as an alias of GBK. But GBK is an official Chinese + specification, whereas CP936 is de-facto maintained by Microsoft. And, + of course, Microsoft modified CP936 since 1999. + . + The differences from GBK are: + . + 1. A single character: + . + code CP936.TXT + 0x80 0x20AC # EURO SIGN + . + Some variants of CP936 (in JDK, Windows-2000, ICU) also add: + . + 2. Private area mappings: + . + code Unicode + 0x{A1..A2}{40..7E,80..A0} U+E4C6..U+E585 + 0x{AA..AF,F8..FE}{A1..FE} U+E000..U+E4C5 + . + We add them too because, although there are backward compatibility problems + when a character from a private area is moved to an official Unicode code + point, they are useful for some people in practice. + . + 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: vendor/iconv/libiconv/koi8_r.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + KOI8-R + . + Specification: RFC 1489 + . + 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: vendor/iconv/libiconv/loops.h +Copyright: 2000 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + This file defines all the loops. + . + 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: vendor/iconv/libiconv/hkscs1999.h +Copyright: 1999-2006 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + HKSCS:1999 + . + 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: vendor/iconv/libiconv/gb18030.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GB18030 + . + GB18030, as specified in the GB18030 standard, is an extension of GBK. + . + In what follows, page numbers refer to the GB18030 standard (second + printing). + . + It consists of the following parts: + . + One-byte range: + ASCII p. 2 0x{00..7F} + . + Two-byte range: + GBK part 1 p. 10..12 0x{A1..A9}{A1..FE} + GBK part 2 p. 13..36 0x{B0..F7}{A1..FE} + GBK part 3 p. 37..52 0x{81..A0}{40..7E,80..FE} + GBK part 4 p. 53..81 0x{AA..FE}{40..7E,80..A0} + GBK part 5 p. 82 0x{A8..A9}{40..7E,80..A0} + UDA part 1 p. 83..84 0x{AA..AF}{A1..FE} U+E000..U+E233 + UDA part 2 p. 85..87 0x{F8..FE}{A1..FE} U+E234..U+E4C5 + UDA part 3 p. 88..90 0x{A1..A7}{40..7E,80..A0} U+E4C6..U+E765 + . + Four-byte range: + BMP rest p. 94..283 0x{81..84}{30..39}{81..FE}{30..39} + rest of U+0080..U+FFFF + Planes 1-16 p. 5 0x{90..FE}{30..39}{81..FE}{30..39} + U+10000..U+10FFFF + . + To GBK part 1 were added: + 1. 0xA2E3, 0xA8BF. + 2. Characters mapped to the Unicode PUA + 0xA2AB..0xA2B0 U+E766..U+E76B + 0xA2E4 U+E76D + 0xA2EF..0xA2F0 U+E76E..U+E76F + 0xA2FD..0xA2FE U+E770..U+E771 + 0xA4F4..0xA4FE U+E772..U+E77C + 0xA5F7..0xA5FE U+E77D..U+E784 + 0xA6B9..0xA6C0 U+E785..U+E78C + 0xA6D9..0xA6DF [glyphs here!!] U+E78D..U+E793 + 0xA6EC..0xA6ED [glyphs here!!] U+E794..U+E795 + 0xA6F3 [glyphs here!!] U+E796 + 0xA6F6..0xA6FE U+E797..U+E79F + 0xA7C2..0xA7D0 U+E7A0..U+E7AE + 0xA7F2..0xA7FE U+E7AF..U+E7BB + 0xA8BC [glyphs here!!] U+E7C7 + 0xA8C1..0xA8C4 U+E7C9..U+E7CC + 0xA8EA..0xA8FE U+E7CD..U+E7E1 + 0xA9A1..0xA9A3 U+E7FE..U+E800 + 0xA9F0..0xA9FE U+E801..U+E80F + . + To GBK part 2 were added: + 3. Characters mapped to the Unicode PUA + 0xD7FA..0xD7FE U+E810..0xE814 + . + To GBK part 3 nothing was added. + . + To GBK part 4 were added: + 4. 0xFE{50,54..58,5A..60,62..65,68..6B,6E..75,77..7D,80..8F,92..9F}. + 5. Characters mapped to the Unicode PUA + 0xFE51..0xFE53 [glyphs here!!] U+E816..U+E818 + 0xFE59 [glyphs here!!] U+E81E + 0xFE61 [glyphs here!!] U+E826 + 0xFE66..0xFE67 [glyphs here!!] U+E82B..U+E82C + 0xFE6C..0xFE6D [glyphs here!!] U+E831..U+E832 + 0xFE76 [glyphs here!!] U+E83B + 0xFE7E [glyphs here!!] U+E843 + 0xFE90..0xFE91 [glyphs here!!] U+E854..U+E855 + 0xFEA0 [glyphs here!!] U+E864 + . + To GBK part 5 were added: + 6. 0xA98A..0xA995. + 7. Characters mapped to the Unicode PUA + 0xA896..0xA8A0 U+E7BC..U+E7C6 + 0xA958 U+E7E2 + 0xA95B U+E7E3 + 0xA95D..0xA95F U+E7E4..U+E7E6 + 0xA997..0xA9A0 U+E7F4..U+E7FD + . + UDA part 1 contains the user-defined characters, mapped to the Unicode PUA + U+E000..U+E233 in ascending order. + . + UDA part 2 contains the user-defined characters, mapped to the Unicode PUA + U+E234..U+E4C5 in ascending order. + . + UDA part 3 contains the user-defined characters, mapped to the Unicode PUA + U+E4C6..U+E765 in ascending order. + . + The four-byte range 0x{81..84}{30..39}{81..FE}{30..39} + contains the rest of the Unicode BMP in ascending order. + . + 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: vendor/iconv/libiconv/gb2312.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GB2312.1980-0 + . + 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: vendor/iconv/libiconv/ces_gbk.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GBK + . + 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: vendor/iconv/libiconv/euc_jisx0213.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + EUC-JISX0213 + . + The structure of EUC-JISX0213 is as follows: + . + 0x00..0x7F: ASCII + . + 0x8E{A1..FE}: JISX0201 Katakana, with prefix 0x8E, offset by +0x80. + . + 0x8F{A1..FE}{A1..FE}: JISX0213 plane 2, with prefix 0x8F, offset by +0x8080. + . + 0x{A1..FE}{A1..FE}: JISX0213 plane 1, offset by +0x8080. + . + Note that some JISX0213 characters are not contained in Unicode 3.2 + and are therefore best represented as sequences of Unicode characters. + . + 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: vendor/iconv/libiconv/cp1162.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1162 + . + 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: vendor/iconv/libiconv/cp1251.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1251 + . + 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: vendor/iconv/libiconv/tis620.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + TIS620.2533-1 + . + 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: vendor/iconv/libiconv/cp1252.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1252 + . + 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: vendor/iconv/libiconv/mac_greek.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacGreek + . + 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: vendor/iconv/libiconv/hz.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + HZ + . + Specification: RFC 1842, RFC 1843 + . + The state is 1 in GB mode, 0 in ASCII mode. + . + 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: vendor/iconv/libiconv/cp866.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP866 + . + 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: vendor/iconv/libiconv/johab_hangul.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + JOHAB Hangul + . + Ken Lunde writes in his "CJKV Information Processing" book, p. 114: + "Hangul can be composed of two or three jamo (some jamo are considered + compound). Johab uses 19 initial jamo (consonants), 21 medial jamo (vowels) + and 27 final jamo (consonants; 28 when you include the "fill" character + for Hangul containing only two jamo). Multiplying these numbers results in + 11172." + . + Structure of the Johab encoding (see p. 181-184): + . + 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: vendor/iconv/libiconv/loop_unicode.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + This file defines the conversion loop via Unicode as a pivot encoding. + . + 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: vendor/iconv/libiconv/iso8859_10.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-10 + . + 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: vendor/iconv/libiconv/isoir165.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-IR-165 + . + ISO-IR-165 is an extension of GB 2312, consisting of: + 1. GB 6345.1-86 corrections: + Two corrections to GB 2312, at 0x2367 and 0x6F71. + 2. GB 6345.1-86 additions: + - 6 new full-width pinyin characters in row 0x28. + - ISO646-CN in row 0x2A. + - 32 half-width pinyin characters in row 0x2B. + 3. GB 8565.2-88 additions: + - 50 characters in row 0x2D. + - 92 characters in row 0x2E. + - 93 characters in row 0x2F. + - 470 characters in rows 0x7A-0x7E. + 4. ISO-IR-165 additions: + - 22 characters in row 0x26. + - 94 characters in row 0x2C. + - 44 new characters in row 0x2D. + - 1 new character in row 0x2F. + . + The conversion table was created from the following sources: + Ad 1. The 0x2367 correction is already integrated in the unicode.org + GB2312.TXT table. The 0x6F71 mapping is the same in the unicode.org + GB2312.TXT and UNIHAN.TXT table and in Koichi Yasuoka's Uni2GB table, + so we assume it's correct. + The unicode.org UNIHAN.TXT table about GB 8565 is not usable: it has + extraneous code points at rows 0x28, 0x2C, 0x2D. Note also that it does + not list the 69 non-hanzi in row 0x2F. Moreover, it has the characters + 0x2F7A-0x2F7D shifted down by one to 0x2F79-0x2F7C. + Therefore we take the GB8565 and ISO-IR-165 data from Koichi Yasuoka's + Uni2GB table. + Ad 1. Yasuoka maps 0x2367 to U+0261 (small script g) and 0x2840 to U+FF47 + (full-width small normal g). While coherent with ISO-IR's 165.pdf, + this disagrees with Ken Lunde's book: He says that ISO-IR-165 + includes the GB6345 correction, i.e. maps 0x2367 to U+FF47 or U+0067 + . + 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: vendor/iconv/libiconv/cp1133.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + IBM-CP1133 + . + 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: vendor/iconv/libiconv/iso8859_13.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-13 + . + 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: vendor/iconv/libiconv/big5hkscs2001.h +Copyright: 1999-2006 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + BIG5-HKSCS:2001 + . + BIG5-HKSCS:2001 can be downloaded from + http://www.info.gov.hk/digital21/eng/hkscs/download.html + http://www.info.gov.hk/digital21/eng/hkscs/index.html + . + It extends BIG5-HKSCS:1999 through 116 characters. + . + It extends BIG5 (without the rows 0xC6..0xC7) through the ranges + . + 0x{88..8D}{40..7E,A1..FE} 757 characters + 0x{8E..A0}{40..7E,A1..FE} 2898 characters + 0x{C6..C8}{40..7E,A1..FE} 359 characters + 0xF9{D6..FE} 41 characters + 0x{FA..FE}{40..7E,A1..FE} 763 characters + . + Note that some HKSCS characters are not contained in Unicode 3.2 + and are therefore best represented as sequences of Unicode characters: + 0x8862 U+00CA U+0304 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND MACRON + 0x8864 U+00CA U+030C LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND CARON + 0x88A3 U+00EA U+0304 LATIN SMALL LETTER E WITH CIRCUMFLEX AND MACRON + 0x88A5 U+00EA U+030C LATIN SMALL LETTER E WITH CIRCUMFLEX AND CARON + . + 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: vendor/iconv/libiconv/iso8859_2.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-2 + . + 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: vendor/iconv/libiconv/koi8_ru.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + KOI8-RU + . + 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: vendor/iconv/libiconv/cp1125.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1125 + . + 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: vendor/iconv/libiconv/cns11643_4b.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 4 part b + . + 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: vendor/iconv/libiconv/cp1253.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1253 + . + 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: vendor/iconv/libiconv/gb12345.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GB/T 12345-1990 + . + GB/T 12345-1990 is a traditional chinese counterpart of GB 2312-1986. + According to the unicode.org tables: + 2146 characters have been changed to their traditional counterpart, + 103 characters have been added, no characters have been removed. + Therefore we use an auxiliary table, which contains only the changes. + . + 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: vendor/iconv/libiconv/gb12345ext.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GB/T 12345.1990-0 extensions + . + 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: vendor/iconv/libiconv/cns11643_6.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 6 + . + 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: vendor/iconv/libiconv/encodings_osf1.def +Copyright: 2001-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Encodings used by system dependent locales on OSF/1 a.k.a. Tru64. + . + 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: vendor/iconv/libiconv/viscii.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + VISCII1.1-1 + . + Specification: RFC 1456 + . + 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: vendor/iconv/libiconv/koi8_t.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + KOI8-T + . + 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: vendor/iconv/libiconv/cp1131.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1131 + . + 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: vendor/iconv/libiconv/cp737.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP737 + . + 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: vendor/iconv/libiconv/cp1129.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1129 + . + 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: vendor/iconv/libiconv/iso2022_jp.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-2022-JP + . + Specification: RFC 1468 + . + 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: vendor/iconv/libiconv/utf16le.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-16LE + . + Specification: RFC 2781 + . + 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: vendor/iconv/libiconv/cp1250.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1250 + . + 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: vendor/iconv/libiconv/genflags.c +Copyright: 2000-2009 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Creates the flags.h include file. + . + 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: vendor/iconv/libiconv/mac_thai.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacThai + . + 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: vendor/iconv/libiconv/cp950ext.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP950 extensions + . + 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: vendor/iconv/libiconv/cp1255.h +Copyright: 1999-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1255 + . + 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: vendor/iconv/libiconv/cp863.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP863 + . + 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: vendor/iconv/libiconv/hkscs2004.h +Copyright: 1999-2006 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + HKSCS:2004 + . + 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: vendor/iconv/libiconv/cns11643_5.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 5 + . + 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: vendor/iconv/libiconv/iso8859_9.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-9 + . + 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: vendor/iconv/libiconv/cp943.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + IBM CP943 + . + This is essentially CP932, with many mappings missing in the AIX conversion + table. We just pretend it were the same as CP932. + . + 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: vendor/iconv/libiconv/cns11643_3.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 3 + . + 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: vendor/iconv/libiconv/c99.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + C99 + This is ASCII with \uXXXX and \UXXXXXXXX escape sequences, denoting Unicode + characters. See ISO/IEC 9899:1999, section 6.4.3. + The treatment of control characters in the range U+0080..U+009F is not + specified; we pass them through unmodified. + . + 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: vendor/iconv/libiconv/utf7.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-7 + . + Specification: RFC 2152 (and old RFC 1641, RFC 1642) + The original Base64 encoding is defined in RFC 2045. + . + Set of direct characters: + . + 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: vendor/iconv/libiconv/euc_cn.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + EUC-CN + . + 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: vendor/iconv/libiconv/uhc_1.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + Unified Hangul Code part 1 + . + 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: vendor/iconv/libiconv/cns11643_15.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 plane 15 + . + 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: vendor/iconv/libiconv/mac_croatian.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + MacCroatian + . + 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: vendor/iconv/libiconv/georgian_ps.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + GEORGIAN-PS + . + 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: vendor/iconv/libiconv/cp1257.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1257 + . + 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: vendor/iconv/libiconv/cp852.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP852 + . + 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: vendor/iconv/libiconv/cp1161.h +Copyright: 1999-2002 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1161 + . + 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: vendor/iconv/libiconv/jisx0201.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + JISX0201.1976-0 + . + 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: vendor/iconv/libiconv/cp1258.h +Copyright: 1999-2004 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1258 + . + 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: vendor/iconv/libiconv/iso8859_1.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-8859-1 + . + 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: vendor/iconv/libiconv/cp864.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP864 + . + 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: vendor/iconv/libiconv/cp932.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP932 + . + 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: vendor/iconv/libiconv/iso2022_jp2.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-2022-JP-2 + . + Specification: RFC 1554 + ESC '(' 'I' for JISX0201 Katakana is an extension not found in RFC 1554 or + CJK.INF, but implemented in glibc-2.1 and qt-2.0. + . + 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: vendor/iconv/libiconv/utf16.h +Copyright: 1999-2008 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + UTF-16 + . + Specification: RFC 2781 + . + Here we accept FFFE/FEFF marks as endianness indicators everywhere + in the stream, not just at the beginning. (This is contrary to what + RFC 2781 section 3.2 specifies, but it allows concatenation of byte + sequences to work flawlessly, while disagreeing with the RFC behaviour + only for strings containing U+FEFF characters, which is quite rare.) + The default is big-endian. + The state is 0 if big-endian, 1 if little-endian. + . + 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: vendor/iconv/libiconv/isoir165ext.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + ISO-IR-165 extensions + . + 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: vendor/iconv/libiconv/cns11643_inv.h +Copyright: 1999-2005 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CNS 11643-1992 planes 1-7, CNS 11643-1986 plane 15 + . + 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: vendor/iconv/libiconv/cp1046.h +Copyright: 1999-2001 Free Software Foundation, Inc. +License: LGPL-2.0+ + This file is part of the GNU LIBICONV Library. + . + The GNU LIBICONV 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 LIBICONV 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 LIBICONV 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. + . + CP1046 + . + 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: vendor/hunspell/src/hunspell/README +Copyright: __NO_COPYRIGHT__ in: vendor/hunspell/src/hunspell/README +License: LGPL-2.1+ + Hunspell based on OpenOffice.org's Myspell. MySpell's author: + Kevin Hendricks (kevin.hendricks (at) sympatico.ca) + . + License: GPL 2.0/LGPL 2.1/MPL 1.1 tri-license + . + The contents of this library may be used under the terms of + the GNU General Public License Version 2 or later (the "GPL"), or + the GNU Lesser General Public License Version 2.1 or later (the "LGPL", + see http://gnu.org/copyleft/lesser.html) or the Mozilla Public License + Version 1.1 or later (the "MPL", see http://mozilla.org/MPL/MPL-1.1.html). + . + Software distributed under these licenses is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences + for the specific language governing rights and limitations under the 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: vendor/hunspell/COPYING.LGPL +Copyright: 1991-1999 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 Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + . + 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 Lesser General Public License, applies to some + specially designated software packages--typically libraries--of the + Free Software Foundation and other authors who decide to use it. You + can use it too, but we suggest you first think carefully about whether + this license or the ordinary General Public License is the better + strategy to use in any particular case, based on the explanations + below. + . + When we speak of free software, we are referring to freedom of use, + 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 and use pieces of + it in new free programs; and that you are informed that you can do + these things. + . + To protect your rights, we need to make restrictions that forbid + distributors to deny you these rights or to ask you to surrender these + 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 other code 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. + . + We protect your rights with a two-step method: (1) we copyright the + library, and (2) we offer you this license, which gives you legal + permission to copy, distribute and/or modify the library. + . + To protect each distributor, we want to make it very clear that + there is no warranty for the free library. Also, if the library is + modified by someone else and passed on, the recipients should know + that what they have is not the original version, so that the original + author's reputation will not be affected by problems that might be + introduced by others. + ^L + Finally, software patents pose a constant threat to the existence of + any free program. We wish to make sure that a company cannot + effectively restrict the users of a free program by obtaining a + restrictive license from a patent holder. Therefore, we insist that + any patent license obtained for a version of the library must be + consistent with the full freedom of use specified in this license. + . + Most GNU software, including some libraries, is covered by the + ordinary GNU General Public License. This license, the GNU Lesser + General Public License, applies to certain designated libraries, and + is quite different from the ordinary General Public License. We use + this license for certain libraries in order to permit linking those + libraries into non-free programs. + . + When a program is linked with a library, whether statically or using + a shared library, the combination of the two is legally speaking a + combined work, a derivative of the original library. The ordinary + General Public License therefore permits such linking only if the + entire combination fits its criteria of freedom. The Lesser General + Public License permits more lax criteria for linking other code with + the library. + . + We call this license the "Lesser" General Public License because it + does Less to protect the user's freedom than the ordinary General + Public License. It also provides other free software developers Less + of an advantage over competing non-free programs. These disadvantages + are the reason we use the ordinary General Public License for many + libraries. However, the Lesser license provides advantages in certain + special circumstances. + . + For example, on rare occasions, there may be a special need to + encourage the widest possible use of a certain library, so that it + becomes + a de-facto standard. To achieve this, non-free programs must be + allowed to use the library. A more frequent case is that a free + library does the same job as widely used non-free libraries. In this + case, there is little to gain by limiting the free library to free + software only, so we use the Lesser General Public License. + . + In other cases, permission to use a particular library in non-free + programs enables a greater number of people to use a large body of + free software. For example, permission to use the GNU C Library in + non-free programs enables many more people to use the whole GNU + operating system, as well as its variant, the GNU/Linux operating + system. + . + Although the Lesser General Public License is Less protective of the + users' freedom, it does ensure that the user of a program that is + linked with the Library has the freedom and the wherewithal to run + that program using a modified version of the Library. + . + 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, whereas the latter must + be combined with the library in order to run. + ^L + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + . + 0. This License Agreement applies to any software library or other + program which contains a notice placed by the copyright holder or + other authorized party saying it may be distributed under the terms of + this Lesser 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. + ^L + 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. + ^L + 6. As an exception to the Sections above, you may also combine 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) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + . + c) 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. + . + d) 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. + . + e) 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 materials to be 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. + ^L + 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 with + this License. + ^L + 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 Lesser 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. + ^L + 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 + ^L + How to Apply These Terms to Your New Libraries + . + If you develop a new library, and you want it to be of the greatest + possible use to the public, we recommend making it free software that + everyone can redistribute and change. You can do so by permitting + redistribution under these terms (or, alternatively, under the terms + of the ordinary General Public License). + . + To apply these terms, attach the following notices to the library. + 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. + . + + Copyright (C) + . + 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 02111-1307 USA + . + Also add information on how to contact you by electronic and paper + mail. + . + You should also get your employer (if you work as a programmer) or + your + school, if any, to sign a "copyright disclaimer" for the library, if + necessary. Here is a sample; alter the names: + . + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James + Random Hacker. + . + , 1 April 1990 + Ty Coon, President of Vice + . + That's all there is to it! + +Files: vendor/luajit/dynasm/dasm_x64.lua +Copyright: 2005-2017 Mike Pall. See dynasm.lua for full copyright notice. +License: __UNKNOWN__ + This module just sets 64 bit mode for the combined x86/x64 module. + All the interesting stuff is there. + +Files: packages/osx_dmg/dmg_set_style.applescript +Copyright: __NO_COPYRIGHT__ in: packages/osx_dmg/dmg_set_style.applescript +License: __UNKNOWN__ + Licensed under GNU General Public License + *) + . + tell application "Finder" + +Files: vendor/luajit/src/jit/dis_mipsel.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This module just exports the little-endian functions from the + MIPS disassembler module. All the interesting stuff is there. + +Files: vendor/luajit/dynasm/dynasm.lua +Copyright: 2005-2017 Mike Pall. See below for full copyright notice. +License: __UNKNOWN__ + Application information. + +Files: src/dialog_style_editor.h +Copyright: 2005 Rodrigo Braz Monteiro +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + +Files: vendor/luajit/src/jit/dis_ppc.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT/X license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This is a helper module used by the LuaJIT machine code dumper module. + . + It disassembles all common, non-privileged 32/64 bit PowerPC instructions + plus the e500 SPE instructions and some Cell/Xenon extensions. + . + NYI: VMX, VMX128 + +Files: config.log +Copyright: 2018 Free Software Foundation, Inc. +License: __UNKNOWN__ + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Files: config.status +Copyright: 2012 Free Software Foundation, Inc. +License: __UNKNOWN__ + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + +Files: build/zlib/zconf.h +Copyright: 1995-2012 Jean-loup Gailly. For conditions of distribution and use, see copyright notice in zlib.h +License: __UNKNOWN__ + @(#) $Id$ + +Files: vendor/hunspell/AUTHORS +Copyright: __NO_COPYRIGHT__ in: vendor/hunspell/AUTHORS +License: __UNKNOWN__ + Hunspell based on OpenOffice.org's Myspell. MySpell's author: + Kevin Hendricks kevin.hendricks (at) sympatico.ca + +Files: vendor/hunspell/COPYING.MPL +Copyright: Representations. Contributor represents that, except as disclosed pursuant to Section 3.4(a) above, Contributor believes that Contributor's + the licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first makes Commercial Use of the Covered Code. + the licenses granted in this Section 2.1(a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License. +License: __UNKNOWN__ + (d) Notwithstanding Section 2.1(b) above, no patent license is + granted: 1) for code that You delete from the Original Code; 2) + separate from the Original Code; or 3) for infringements caused + by: i) the modification of the Original Code or ii) the + combination of the Original Code with other software or devices. + . + 2.2. Contributor Grant. + Subject to third party intellectual property claims, each Contributor + hereby grants You a world-wide, royalty-free, non-exclusive license + . + (a) under intellectual property rights (other than patent or + trademark) Licensable by Contributor, to use, reproduce, modify, + display, perform, sublicense and distribute the Modifications + created by such Contributor (or portions thereof) either on an + unmodified basis, with other Modifications, as Covered Code + and/or as part of a Larger Work; and + . + (b) under Patent Claims infringed by the making, using, or + selling of Modifications made by that Contributor either alone + and/or in combination with its Contributor Version (or portions + of such combination), to make, use, sell, offer for sale, have + made, and/or otherwise dispose of: 1) Modifications made by that + Contributor (or portions thereof); and 2) the combination of + Modifications made by that Contributor with its Contributor + Version (or portions of such combination). + . + (d) Notwithstanding Section 2.2(b) above, no patent license is + granted: 1) for any code that Contributor has deleted from the + Contributor Version; 2) separate from the Contributor Version; + 3) for infringements caused by: i) third party modifications of + Contributor Version or ii) the combination of Modifications made + by that Contributor with other software (except as part of the + Contributor Version) or other devices; or 4) under Patent Claims + infringed by Covered Code in the absence of Modifications made by + that Contributor. + . + 3. Distribution Obligations. + . + 3.1. Application of License. + The Modifications which You create or to which You contribute are + governed by the terms of this License, including without limitation + Section 2.2. The Source Code version of Covered Code may be + distributed only under the terms of this License or a future version + of this License released under Section 6.1, and You must include a + copy of this License with every copy of the Source Code You + distribute. You may not offer or impose any terms on any Source Code + version that alters or restricts the applicable version of this + License or the recipients' rights hereunder. However, You may include + an additional document offering the additional rights described in + Section 3.5. + . + 3.2. Availability of Source Code. + Any Modification which You create or to which You contribute must be + made available in Source Code form under the terms of this License + either on the same media as an Executable version or via an accepted + Electronic Distribution Mechanism to anyone to whom you made an + Executable version available; and if made available via Electronic + Distribution Mechanism, must remain available for at least twelve (12) + months after the date it initially became available, or at least six + (6) months after a subsequent version of that particular Modification + has been made available to such recipients. You are responsible for + ensuring that the Source Code version remains available even if the + Electronic Distribution Mechanism is maintained by a third party. + . + 3.3. Description of Modifications. + You must cause all Covered Code to which You contribute to contain a + file documenting the changes You made to create that Covered Code and + the date of any change. You must include a prominent statement that + the Modification is derived, directly or indirectly, from Original + Code provided by the Initial Developer and including the name of the + Initial Developer in (a) the Source Code, and (b) in any notice in an + Executable version or related documentation in which You describe the + origin or ownership of the Covered Code. + . + 3.4. Intellectual Property Matters + (a) Third Party Claims. + If Contributor has knowledge that a license under a third party's + intellectual property rights is required to exercise the rights + granted by such Contributor under Sections 2.1 or 2.2, + Contributor must include a text file with the Source Code + distribution titled "LEGAL" which describes the claim and the + party making the claim in sufficient detail that a recipient will + know whom to contact. If Contributor obtains such knowledge after + the Modification is made available as described in Section 3.2, + Contributor shall promptly modify the LEGAL file in all copies + Contributor makes available thereafter and shall take other steps + (such as notifying appropriate mailing lists or newsgroups) + reasonably calculated to inform those who received the Covered + Code that new knowledge has been obtained. + . + (b) Contributor APIs. + If Contributor's Modifications include an application programming + interface and Contributor has knowledge of patent licenses which + are reasonably necessary to implement that API, Contributor must + also include this information in the LEGAL file. + . + Modifications are Contributor's original creation(s) and/or + Contributor has sufficient rights to grant the rights conveyed by + this License. + . + 3.5. Required Notices. + You must duplicate the notice in Exhibit A in each file of the Source + Code. If it is not possible to put such notice in a particular Source + Code file due to its structure, then You must include such notice in a + location (such as a relevant directory) where a user would be likely + to look for such a notice. If You created one or more Modification(s) + You may add your name as a Contributor to the notice described in + Exhibit A. You must also duplicate this License in any documentation + for the Source Code where You describe recipients' rights or ownership + rights relating to Covered Code. You may choose to offer, and to + charge a fee for, warranty, support, indemnity or liability + obligations to one or more recipients of Covered Code. However, You + may do so only on Your own behalf, and not on behalf of the Initial + Developer or any Contributor. You must make it absolutely clear than + any such warranty, support, indemnity or liability obligation is + offered by You alone, and You hereby agree to indemnify the Initial + Developer and every Contributor for any liability incurred by the + Initial Developer or such Contributor as a result of warranty, + support, indemnity or liability terms You offer. + . + 3.6. Distribution of Executable Versions. + You may distribute Covered Code in Executable form only if the + requirements of Section 3.1-3.5 have been met for that Covered Code, + and if You include a notice stating that the Source Code version of + the Covered Code is available under the terms of this License, + including a description of how and where You have fulfilled the + obligations of Section 3.2. The notice must be conspicuously included + in any notice in an Executable version, related documentation or + collateral in which You describe recipients' rights relating to the + Covered Code. You may distribute the Executable version of Covered + Code or ownership rights under a license of Your choice, which may + contain terms different from this License, provided that You are in + compliance with the terms of this License and that the license for the + Executable version does not attempt to limit or alter the recipient's + rights in the Source Code version from the rights set forth in this + License. If You distribute the Executable version under a different + license You must make it absolutely clear that any terms which differ + from this License are offered by You alone, not by the Initial + Developer or any Contributor. You hereby agree to indemnify the + Initial Developer and every Contributor for any liability incurred by + the Initial Developer or such Contributor as a result of any such + terms You offer. + . + 3.7. Larger Works. + You may create a Larger Work by combining Covered Code with other code + not governed by the terms of this License and distribute the Larger + Work as a single product. In such a case, You must make sure the + requirements of this License are fulfilled for the Covered Code. + . + 4. Inability to Comply Due to Statute or Regulation. + . + If it is impossible for You to comply with any of the terms of this + License with respect to some or all of the Covered Code due to + statute, judicial order, or regulation then You must: (a) comply with + the terms of this License to the maximum extent possible; and (b) + describe the limitations and the code they affect. Such description + must be included in the LEGAL file described in Section 3.4 and must + be included with all distributions of the Source Code. Except to the + extent prohibited by statute or regulation, such description must be + sufficiently detailed for a recipient of ordinary skill to be able to + understand it. + . + 5. Application of this License. + . + This License applies to code to which the Initial Developer has + attached the notice in Exhibit A and to related Covered Code. + . + 6. Versions of the License. + . + 6.1. New Versions. + Netscape Communications Corporation ("Netscape") may publish revised + and/or new versions of the License from time to time. Each version + will be given a distinguishing version number. + . + 6.2. Effect of New Versions. + Once Covered Code has been published under a particular version of the + License, You may always continue to use it under the terms of that + version. You may also choose to use such Covered Code under the terms + of any subsequent version of the License published by Netscape. No one + other than Netscape has the right to modify the terms applicable to + Covered Code created under this License. + . + 6.3. Derivative Works. + If You create or use a modified version of this License (which you may + only do in order to apply it to code which is not already Covered Code + governed by this License), You must (a) rename Your license so that + the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", + "MPL", "NPL" or any confusingly similar phrase do not appear in your + license (except to note that your license differs from this License) + and (b) otherwise make it clear that Your version of the license + contains terms which differ from the Mozilla Public License and + Netscape Public License. (Filling in the name of the Initial + Developer, Original Code or Contributor in the notice described in + Exhibit A shall not of themselves be deemed to be modifications of + this License.) + . + 7. DISCLAIMER OF WARRANTY. + . + COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF + DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. + THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE + IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE + COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF + ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + . + 8. TERMINATION. + . + 8.1. This License and the rights granted hereunder will terminate + automatically if You fail to comply with terms herein and fail to cure + such breach within 30 days of becoming aware of the breach. All + sublicenses to the Covered Code which are properly granted shall + survive any termination of this License. Provisions which, by their + nature, must remain in effect beyond the termination of this License + shall survive. + . + 8.2. If You initiate litigation by asserting a patent infringement + claim (excluding declatory judgment actions) against Initial Developer + or a Contributor (the Initial Developer or Contributor against whom + You file such action is referred to as "Participant") alleging that: + . + (a) such Participant's Contributor Version directly or indirectly + infringes any patent, then any and all rights granted by such + Participant to You under Sections 2.1 and/or 2.2 of this License + shall, upon 60 days notice from Participant terminate prospectively, + unless if within 60 days after receipt of notice You either: (i) + agree in writing to pay Participant a mutually agreeable reasonable + royalty for Your past and future use of Modifications made by such + Participant, or (ii) withdraw Your litigation claim with respect to + the Contributor Version against such Participant. If within 60 days + of notice, a reasonable royalty and payment arrangement are not + mutually agreed upon in writing by the parties or the litigation claim + is not withdrawn, the rights granted by Participant to You under + Sections 2.1 and/or 2.2 automatically terminate at the expiration of + the 60 day notice period specified above. + . + (b) any software, hardware, or device, other than such Participant's + Contributor Version, directly or indirectly infringes any patent, then + any rights granted to You by such Participant under Sections 2.1(b) + and 2.2(b) are revoked effective as of the date You first made, used, + sold, distributed, or had made, Modifications made by that + Participant. + . + 8.3. If You assert a patent infringement claim against Participant + alleging that such Participant's Contributor Version directly or + indirectly infringes any patent where such claim is resolved (such as + by license or settlement) prior to the initiation of patent + infringement litigation, then the reasonable value of the licenses + granted by such Participant under Sections 2.1 or 2.2 shall be taken + into account in determining the amount or value of any payment or + license. + . + 8.4. In the event of termination under Sections 8.1 or 8.2 above, + all end user license agreements (excluding distributors and resellers) + which have been validly granted by You or any distributor hereunder + prior to termination shall survive termination. + . + 9. LIMITATION OF LIABILITY. + . + UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT + (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL + DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, + OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR + ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY + CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, + WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER + COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN + INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF + LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY + RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW + PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE + EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO + THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + . + 10. U.S. GOVERNMENT END USERS. + . + The Covered Code is a "commercial item," as that term is defined in + 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer + software" and "commercial computer software documentation," as such + terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 + C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), + all U.S. Government End Users acquire Covered Code with only those + rights set forth herein. + . + 11. MISCELLANEOUS. + . + This License represents the complete agreement concerning subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. This License shall be governed by + California law provisions (except to the extent applicable law, if + any, provides otherwise), excluding its conflict-of-law provisions. + With respect to disputes in which at least one party is a citizen of, + or an entity chartered or registered to do business in the United + States of America, any litigation relating to this License shall be + subject to the jurisdiction of the Federal Courts of the Northern + District of California, with venue lying in Santa Clara County, + California, with the losing party responsible for costs, including + without limitation, court costs and reasonable attorneys' fees and + expenses. The application of the United Nations Convention on + Contracts for the International Sale of Goods is expressly excluded. + Any law or regulation which provides that the language of a contract + shall be construed against the drafter shall not apply to this + License. + . + 12. RESPONSIBILITY FOR CLAIMS. + . + As between Initial Developer and the Contributors, each party is + responsible for claims and damages arising, directly or indirectly, + out of its utilization of rights under this License and You agree to + work with Initial Developer and Contributors to distribute such + responsibility on an equitable basis. Nothing herein is intended or + shall be deemed to constitute any admission of liability. + . + 13. MULTIPLE-LICENSED CODE. + . + Initial Developer may designate portions of the Covered Code as + "Multiple-Licensed". "Multiple-Licensed" means that the Initial + Developer permits you to utilize portions of the Covered Code under + Your choice of the NPL or the alternative licenses, if any, specified + by the Initial Developer in the file described in Exhibit A. + . + EXHIBIT A -Mozilla Public License. + . + ``The contents of this file are subject to the Mozilla Public License + Version 1.1 (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.mozilla.org/MPL/ + . + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + License for the specific language governing rights and limitations + under the License. + +Files: vendor/luajit/src/jit/bc.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This module lists the bytecode of a Lua function. If it's loaded by -jbc + it hooks into the parser and lists all functions of a chunk as they + are parsed. + . + Example usage: + +Files: vendor/luajit/src/jit/dis_x86.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This is a helper module used by the LuaJIT machine code dumper module. + . + Sending small code snippets to an external disassembler and mixing the + output with our own stuff was too fragile. So I had to bite the bullet + and write yet another x86 disassembler. Oh well ... + . + The output format is very similar to what ndisasm generates. But it has + been developed independently by looking at the opcode tables from the + Intel and AMD manuals. The supported instruction set is quite extensive + and reflects what a current generation Intel or AMD CPU implements in + 32 bit and 64 bit mode. Yes, this includes MMX, SSE, SSE2, SSE3, SSSE3, + SSE4.1, SSE4.2, SSE4a and even privileged and hypervisor (VMX/SVM) + instructions. + . + Notes: + * The (useless) a16 prefix, 3DNow and pre-586 opcodes are unsupported. + * No attempt at optimization has been made -- it's fast enough for my needs. + * The public API may change when more architectures are added. + +Files: vendor/csri/include/csri/csri.h +Copyright: 2007 David Lamparter +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. + - 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 + +Files: vendor/luajit/src/jit/dump.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This module can be used to debug the JIT compiler itself. It dumps the + code representations and structures used in various compiler stages. + . + Example usage: + +Files: src/gl/glext.h +Copyright: 2007-2010 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. + . + Header file version number, required by OpenGL ABI for Linux + glext.h last updated $Date: 2010-05-17 09:47:20 -0700 (Mon, 17 May 2010) $ + Current version at http://www.opengl.org/registry/ + +Files: vendor/luabins/COPYRIGHT +Copyright: __NO_COPYRIGHT__ in: vendor/luabins/COPYRIGHT +License: __UNKNOWN__ + This means that luabins is free software and can be used for both academic + and commercial purposes at absolutely no cost. + +Files: vendor/luajit/src/jit/dis_x64.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This module just exports the 64 bit functions from the combined + x86/x64 disassembler module. All the interesting stuff is there. + +Files: vendor/luajit/src/jit/bcsave.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This module saves or lists the bytecode for an input file. + It's run by the -b command line option. + +Files: automation/v4-docs/overview.txt +Copyright: 2005-2006 Niels Martin Hansen +License: __UNKNOWN__ + THIS IS OUT OF DATE COMPARED TO THE REST OF THE DOCS! + +Files: vendor/luajit/src/jit/dis_mips.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT/X license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This is a helper module used by the LuaJIT machine code dumper module. + . + It disassembles all standard MIPS32R1/R2 instructions. + +Files: vendor/luajit/src/jit/dis_arm.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This is a helper module used by the LuaJIT machine code dumper module. + . + It disassembles most user-mode ARMv7 instructions + NYI: Advanced SIMD and VFP instructions. + +Files: vendor/luajit/src/jit/v.lua +Copyright: 2005-2017 Mike Pall. Released under the MIT license. See Copyright Notice in luajit.h +License: __UNKNOWN__ + This module shows verbose information about the progress of the + JIT compiler. It prints one line for each generated trace. This module + is useful to see which code has been compiled or where the compiler + punts and falls back to the interpreter. + . + Example usage: + +Files: vendor/hunspell/AUTHORS.myspell +Copyright: __NO_COPYRIGHT__ in: vendor/hunspell/AUTHORS.myspell +License: __UNKNOWN__ + Please send any and all contributions or improvements + to him or to dev@lingucomponent.openoffice.org. + . + David Einstein (Deinst@world.std.com) developed an almost + complete rewrite of MySpell for use by the Mozilla project. + David and I are now working on parallel development tracks + to help our respective projects (Mozilla and OpenOffice.org) + and we will maintain full affix file and dictionary file + compatibility and work on merging our versions of MySpell + back into a single tree. David has been a significant help + in improving MySpell. + . + Németh László is the author of + the Hungarian dictionary and he developed and contributed + extensive changes to MySpell including ... + * code to support compound words in MySpell + * fixed numerous problems with encoding case conversion tables. + * designed/developed replacement tables to improve suggestions + * changed affix file parsing to trees to greatly speed loading + +Files: vendor/hunspell/INSTALL +Copyright: 1994-2002 Free Software Foundation, Inc. +License: __UNKNOWN__ + This file is free documentation; the Free Software Foundation gives + unlimited permission to copy, distribute and modify it. + . + Basic Installation + +Files: vendor/iconv/include/stdbool.h +Copyright: 2000 Jeroen Ruigrok van der Werven +License: BSD-2-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + . + $FreeBSD: src/include/stdbool.h,v 1.6 2002/08/16 07:33:14 alfred Exp $ + +Files: src/version.cpp +Copyright: 2005 Niels Martin Hansen +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Derive and return various information about the build and version at runtime + @ingroup main + . + 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: automation/include/karaskel.lua +Copyright: 2007 Niels Martin Hansen, Rodrigo Braz Monteiro +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 Aegisub Group 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. + ]] + . + include "karaskel-auto4.lua" + . + 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/spline.cpp +Copyright: 2007 Rodrigo Braz Monteiro +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Manage vector drawings for visual typesetting tools + . + 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/colorspace.h +Copyright: 2005 Niels Martin Hansen +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @see colorspace.cpp + @ingroup utility + . + Convert a HSL color to RGB; all values are expected to be in range 0..255 + . + 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/aegisublocale.cpp +Copyright: 2005 Rodrigo Braz Monteiro +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Enumerate available locales for picking translation on Windows + @ingroup utility + . + 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: automation/autoload/kara-templater.lua +Copyright: 2007 Niels Martin Hansen, Rodrigo Braz Monteiro +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 Aegisub Group 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. + ]] + . + -- Aegisub Automation 4 Lua karaoke templater tool + -- Parse and apply a karaoke effect written in ASS karaoke template language + -- See help file and wiki for more information on this + . + 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/audio_rendering_style.h +Copyright: 2010 Niels Martin Hansen +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Styles audio may be rendered in + . + The constants are ordered by priority: + Primary has highest priority and should overlap selected, which should + overlap inactive, which should overlap normal regions. + . + 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/version.h +Copyright: 2005 Niels Martin Hansen +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @see version.cpp + @ingroup main + . + Version string appended in title bar of main window (quick identification of all elements of a build) + . + 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: automation/include/aegisub/unicode.moon +Copyright: __NO_COPYRIGHT__ in: automation/include/aegisub/unicode.moon +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 Aegisub Group 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. + . + Unicode (UTF-8) support functions for Aegisub Automation 4 Lua + http://www.ietf.org/rfc/rfc2279.txt + . + 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: automation/include/utils-auto4.lua +Copyright: 2005-2010 Niels Martin Hansen, Rodrigo Braz Monteiro +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 Aegisub Group 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: src/main.cpp +Copyright: 2005 Rodrigo Braz Monteiro +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Main entry point, as well as crash handling + @ingroup main + . + 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: automation/include/utils.lua +Copyright: 2005-2006 Niels Martin Hansen, Rodrigo Braz Monteiro +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 Aegisub Group 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. + ]] + . + include "utils-auto4.lua" + . + 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/colorspace.cpp +Copyright: 2005 Niels Martin Hansen, Rodrigo Braz Monteiro +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Functions for converting colours between different representations + @ingroup utility + . + 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: automation/include/karaskel-auto4.lua +Copyright: 2007-2010 Niels Martin Hansen, Rodrigo Braz Monteiro +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 Aegisub Group 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. + ]] + . + include("utils.lua") + include("unicode.lua") + . + -- Make sure karaskel table exists + if not karaskel then + . + 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/fft.cpp +Copyright: 2005 Rodrigo Braz Monteiro +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 Aegisub Group 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. + . + Aegisub Project http://www.aegisub.org/ + . + @brief Fast Fourier-transform implementation + @ingroup utility + . + Most of this code was taken from http://www.codeproject.com/audio/waveInFFT.asp + And rewriten by Rodrigo Braz Monteiro + . + 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: m4macros/ax_check_gl.m4 +Copyright: 2009 Braden McDaniel + 2012 Bastien Roucaries +License: GPL-2.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 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, see . + . + 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 2 can be found in `/usr/share/common-licenses/GPL-2'. + +Files: m4macros/ax_pthread.m4 +Copyright: 2008 Steven G. Johnson + 2011 Daniel Richard G. +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 . + . + 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'. + +#---------------------------------------------------------------------------- +# xml and html files (skipped): +# vendor/csri/csri_2008.vcproj +# .nuget/NuGet.targets +# packages/desktop/scalable.svg +# packages/osx_bundle/Contents/Info.plist +# build/respack.targets +# build/standard-settings.props +# build/DefaultConfiguration.props +# build/paths.props +# build/install.targets +# build/aegisub.props +# build/standard-outdirs.props +# build/tasks.props +# build/git_version.xml +# build/luajit/luajit.vcxproj +# build/luajit/luajit.vcxproj.filters +# build/zlib/zlib.vcxproj +# build/Aegisub/Aegisub.vcxproj.filters +# build/Aegisub/Aegisub.xml +# build/Aegisub/standard-libraries.props +# build/Aegisub/Aegisub.vcxproj +# build/Aegisub/Aegisub.targets +# build/ffms2/ffms2.vcxproj.filters +# build/ffms2/ffms2.vcxproj +# build/libresrc/libresrc.vcxproj.filters +# build/libresrc/libresrc.vcxproj +# build/expat/expat.vcxproj.filters +# build/expat/expat.vcxproj +# build/freetype2/freetype.vcxproj +# build/freetype2/freetype.vcxproj.filters +# build/googletest/googletest.vcxproj +# build/googletest/googletest.vcxproj.filters +# build/hunspell/hunspell.vcxproj +# build/hunspell/hunspell.vcxproj.filters +# build/fftw/fftw.vcxproj +# build/fftw/fftw.vcxproj.filters +# build/luajit-minilua/luajit-minilua.vcxproj +# build/luajit-minilua/luajit-minilua.vcxproj.filters +# build/luajit-buildvm/luajit-buildvm.vcxproj +# build/luajit-buildvm/luajit-buildvm.vcxproj.filters +# build/universalchardet/universalchardet.vcxproj.filters +# build/icu/icu.vcxproj.filters +# build/userconfig/ft2.props.sample +# build/userconfig/wx.props.sample +# build/userconfig/paths.props.sample +# build/libpng/libpng.vcxproj.filters +# build/libpng/libpng.vcxproj +# build/libass/libass.vcxproj +# build/libass/libass.vcxproj.filters +# build/libaegisub/libaegisub.vcxproj.filters +# build/libaegisub/libaegisub.vcxproj +# build/fribidi/fribidi.vcxproj +# build/fribidi/fribidi.vcxproj.filters +# build/luabins/luabins.vcxproj +# build/luabins/luabins.vcxproj.filters +# build/libiconv/libiconv.vcxproj +# build/libiconv/libiconv.vcxproj.filters +# build/wx/wxWidgets.vcxproj +# build/csrihelper/csrihelper.vcxproj.filters +# build/csrihelper/csrihelper.vcxproj +# build/PortableInstaller/PortableInstaller.vcxproj +# build/tests/tests.vcxproj.filters +# build/tests/tests.vcxproj +# build/boost/boost.vcxproj.filters +# build/boost/boost.vcxproj +# build/scintilla/scintilla.vcxproj.filters +# build/scintilla/scintilla.vcxproj +# build/ffmpeg/ffmpeg.vcxproj +# build/ffmpeg/ffmpeg.vcxproj.filters +# docs/art-sources/aegisub-logo.svg +# docs/art-sources/aegisub-icon-mk2.svg +# docs/art-sources/buttons/button_audio_commit.svg +# docs/art-sources/buttons/visual_vector_clip_freehand.svg +# docs/art-sources/buttons/video_to_subend.svg +# docs/art-sources/buttons/font_collector_button.svg +# docs/art-sources/buttons/close_timecodes_menu.svg +# docs/art-sources/buttons/menu_check.svg +# docs/art-sources/buttons/button_leadout.svg +# docs/art-sources/buttons/arrow_up_stop.svg +# docs/art-sources/buttons/visual_vector_clip.svg +# docs/art-sources/buttons/visual_help.svg +# docs/art-sources/buttons/substart_to_video.svg +# docs/art-sources/buttons/show_video_details_menu.svg +# docs/art-sources/buttons/open_keyframes_menu.svg +# docs/art-sources/buttons/video_to_substart.svg +# docs/art-sources/buttons/override_aspect_menu.svg +# docs/art-sources/buttons/find_next_menu.svg +# docs/art-sources/buttons/toggle_audio_spectrum.svg +# docs/art-sources/buttons/button_leadin.svg +# docs/art-sources/buttons/select_lines_button.svg +# docs/art-sources/buttons/use_dummy_video_menu.svg +# docs/art-sources/buttons/toggle_audio_autocommit.svg +# docs/art-sources/buttons/zoom_in_button.svg +# docs/art-sources/buttons/button_color_four.svg +# docs/art-sources/buttons/resample_toolbutton.svg +# docs/art-sources/buttons/arrow_down_stop.svg +# docs/art-sources/buttons/kara_split.svg +# docs/art-sources/buttons/button_track_move.svg +# docs/art-sources/buttons/spellcheck_toolbutton.svg +# docs/art-sources/buttons/toggle_audio_medusa.svg +# docs/art-sources/buttons/visual_move.svg +# docs/art-sources/buttons/visual_rotatez.svg +# docs/art-sources/buttons/snap_subs_to_scene.svg +# docs/art-sources/buttons/arrow_down.svg +# docs/art-sources/buttons/button_playsel.svg +# docs/art-sources/buttons/visual_rotatexy.svg +# docs/art-sources/buttons/close_audio_menu.svg +# docs/art-sources/buttons/button_track_trail.svg +# docs/art-sources/buttons/irc_button.svg +# docs/art-sources/buttons/visual_vector_clip_insert.svg +# docs/art-sources/buttons/button_stop.svg +# docs/art-sources/buttons/hotkeys_button.svg +# docs/art-sources/buttons/paste_button.svg +# docs/art-sources/buttons/save_timecodes_menu.svg +# docs/art-sources/buttons/toggle_audio_ssa.svg +# docs/art-sources/buttons/visual_vector_clip_remove.svg +# docs/art-sources/buttons/delete_button.svg +# docs/art-sources/buttons/button_audio_goto.svg +# docs/art-sources/buttons/select_visible_button.svg +# docs/art-sources/buttons/shift_times_toolbutton.svg +# docs/art-sources/buttons/save_as_toolbutton.svg +# docs/art-sources/buttons/copy_button.svg +# docs/art-sources/buttons/style_toolbutton.svg +# docs/art-sources/buttons/visual_vector_clip_convert.svg +# docs/art-sources/buttons/button_track_point_add.svg +# docs/art-sources/buttons/button_prev.svg +# docs/art-sources/buttons/button_play.svg +# docs/art-sources/buttons/toggle_audio_link.svg +# docs/art-sources/buttons/cut_button.svg +# docs/art-sources/buttons/translation_toolbutton.svg +# docs/art-sources/buttons/open_audio_menu.svg +# docs/art-sources/buttons/new_window_menu.svg +# docs/art-sources/buttons/export_menu.svg +# docs/art-sources/buttons/toggle_audio_autoscroll.svg +# docs/art-sources/buttons/find_button.svg +# docs/art-sources/buttons/visual_scale.svg +# docs/art-sources/buttons/timing_processor_toolbutton.svg +# docs/art-sources/buttons/button_playtoend.svg +# docs/art-sources/buttons/arrow_sort.svg +# docs/art-sources/buttons/button_track_points.svg +# docs/art-sources/buttons/toggle_video_autoscroll.svg +# docs/art-sources/buttons/toggle_tag_hiding.svg +# docs/art-sources/buttons/shift_to_frame.svg +# docs/art-sources/buttons/button_color_one.svg +# docs/art-sources/buttons/button_color_two.svg +# docs/art-sources/buttons/attach_button.svg +# docs/art-sources/buttons/save_toolbutton.svg +# docs/art-sources/buttons/styling_toolbutton.svg +# docs/art-sources/buttons/open_video_menu.svg +# docs/art-sources/buttons/button_playfivehbefore.svg +# docs/art-sources/buttons/arrow_up.svg +# docs/art-sources/buttons/visual_vector_clip_line.svg +# docs/art-sources/buttons/button_bold.svg +# docs/art-sources/buttons/find_replace_menu.svg +# docs/art-sources/buttons/assdraw.svg +# docs/art-sources/buttons/sort_times_button.svg +# docs/art-sources/buttons/automation_toolbutton.svg +# docs/art-sources/buttons/button_playfivehafter.svg +# docs/art-sources/buttons/show_overscan_menu_checked.svg +# docs/art-sources/buttons/kara_join.svg +# docs/art-sources/buttons/undo_button.svg +# docs/art-sources/buttons/jumpto_button.svg +# docs/art-sources/buttons/visual_clip.svg +# docs/art-sources/buttons/button_italics.svg +# docs/art-sources/buttons/detach_video_menu.svg +# docs/art-sources/buttons/save_keyframes_menu.svg +# docs/art-sources/buttons/open_audio_from_video_menu.svg +# docs/art-sources/buttons/website_button.svg +# docs/art-sources/buttons/visual_vector_clip_drag.svg +# docs/art-sources/buttons/button_playline.svg +# docs/art-sources/buttons/button_track_point_del.svg +# docs/art-sources/buttons/about_menu.svg +# docs/art-sources/buttons/contents_button.svg +# docs/art-sources/buttons/kara_split_accept.svg +# docs/art-sources/buttons/subend_to_video.svg +# docs/art-sources/buttons/button_fontname.svg +# docs/art-sources/buttons/visual_move_conv_pos.svg +# docs/art-sources/buttons/button_track_movement.svg +# docs/art-sources/buttons/visual_vector_clip_bicubic.svg +# docs/art-sources/buttons/visual_vector_clip_freehand_smooth.svg +# docs/art-sources/buttons/kara_split_cancel.svg +# docs/art-sources/buttons/properties_toolbutton.svg +# docs/art-sources/buttons/visual_move_conv_move.svg +# docs/art-sources/buttons/new_toolbutton.svg +# docs/art-sources/buttons/button_playfirstfiveh.svg +# docs/art-sources/buttons/open_with_toolbutton.svg +# docs/art-sources/buttons/eyedropper_tool.svg +# docs/art-sources/buttons/close_keyframes_menu.svg +# docs/art-sources/buttons/close_video_menu.svg +# docs/art-sources/buttons/toggle_audio_nextcommit.svg +# docs/art-sources/buttons/kara_timing_copier.svg +# docs/art-sources/buttons/zoom_out_button.svg +# docs/art-sources/buttons/open_toolbutton.svg +# docs/art-sources/buttons/redo_button.svg +# docs/art-sources/buttons/forums_button.svg +# docs/art-sources/buttons/languages_menu.svg +# docs/art-sources/buttons/button_playlastfiveh.svg +# docs/art-sources/buttons/button_strikeout.svg +# docs/art-sources/buttons/open_timecodes_menu.svg +# docs/art-sources/buttons/button_next.svg +# docs/art-sources/buttons/visual_realtime.svg +# docs/art-sources/buttons/button_color_three.svg +# docs/art-sources/buttons/visual_standard.svg +# docs/art-sources/buttons/set_zoom_menu.svg +# docs/art-sources/buttons/button_underline.svg +# docs/art-sources/buttons/options_button.svg +# docs/art-sources/buttons/button_track_split_line.svg +# docs/art-sources/buttons/button_pause.svg +# docs/art-sources/buttons/kara_mode.svg +# docs/art-sources/buttons/bugtracker_button.svg + +#---------------------------------------------------------------------------- +# huge files (skipped): +# automation/aegisub-lua +# libaegisub/lagi_pre.h.gch +# libaegisub/lua/utils.o +# libaegisub/lua/script_reader.o +# libaegisub/lua/modules/lfs.o +# libaegisub/lua/modules/re.o +# libaegisub/unix/util.o +# libaegisub/common/path.o +# libaegisub/common/hotkey.o +# libaegisub/common/fs.o +# libaegisub/common/parser.o +# libaegisub/common/keyframe.o +# libaegisub/common/format.o +# libaegisub/common/log.o +# libaegisub/common/option.o +# libaegisub/common/thesaurus.o +# libaegisub/common/mru.o +# libaegisub/common/dispatch.o +# libaegisub/common/io.o +# libaegisub/common/option_value.o +# libaegisub/common/file_mapping.o +# libaegisub/common/karaoke_matcher.o +# libaegisub/common/charset_conv.o +# libaegisub/common/util.o +# libaegisub/common/vfr.o +# libaegisub/common/cajun/reader.o +# libaegisub/audio/provider_hd.o +# libaegisub/audio/provider_ram.o +# lib/libaegisub.a +# lib/libresrc.a +# tools/repack-thes-dict.o +# tools/repack-thes-dict +# src/dialog_colorpicker.o +# src/validators.o +# src/crash_writer.o +# src/ass_style.o +# src/subtitle_format_transtation.o +# src/export_framerate.o +# src/ass_exporter.o +# src/video_provider_ffmpegsource.o +# src/auto4_lua_progresssink.o +# src/compat.o +# src/timeedit_ctrl.o +# src/dialog_styling_assistant.o +# src/ffmpegsource_common.o +# src/dialog_log.o +# src/ass_dialogue.o +# src/subs_edit_box.o +# src/audio_renderer_spectrum.o +# src/video_provider_yuv4mpeg.o +# src/dialog_spellchecker.o +# src/menu.o +# src/audio_player_oss.o +# src/dialog_export_ebu3264.o +# src/charset_detect.o +# src/video_controller.o +# src/subtitle_format_txt.o +# src/ass_karaoke.o +# src/hotkey.o +# src/subtitle_format_srt.o +# src/main.o +# src/spline.o +# src/ass_parser.o +# src/dialog_dummy_video.o +# src/video_frame.o +# src/resolution_resampler.o +# src/video_provider_cache.o +# src/utils.o +# src/dialog_attachments.o +# src/dialog_timing_processor.o +# src/colour_button.o +# src/dialog_fonts_collector.o +# src/audio_colorscheme.o +# src/audio_player.o +# src/tooltip_manager.o +# src/context.o +# src/dialog_video_details.o +# src/dialog_progress.o +# src/subtitle_format_ttxt.o +# src/subs_edit_ctrl.o +# src/subtitle_format_encore.o +# src/subtitle_format_ebu3264.o +# src/video_box.o +# src/ass_style_storage.o +# src/subtitle_format.o +# src/initial_line_state.o +# src/dialog_autosave.o +# src/subtitle_format_ssa.o +# src/visual_tool_cross.o +# src/subtitles_provider.o +# src/preferences_base.o +# src/export_fixstyle.o +# src/ass_file.o +# src/dialog_search_replace.o +# src/audio_marker.o +# src/toolbar.o +# src/audio_controller.o +# src/dialog_style_manager.o +# src/selection_controller.o +# src/audio_timing_karaoke.o +# src/subtitles_provider_libass.o +# src/persist_location.o +# src/thesaurus.o +# src/dialog_export.o +# src/dialog_jumpto.o +# src/async_video_provider.o +# src/video_slider.o +# src/dialog_translation.o +# src/ass_attachment.o +# src/visual_tool_rotatexy.o +# src/audio_karaoke.o +# src/mkv_wrap.o +# src/video_provider_dummy.o +# src/video_provider_manager.o +# src/audio_renderer_waveform.o +# src/subtitle_format_ass.o +# src/auto4_lua_assfile.o +# src/audio_box.o +# src/hotkey_data_view_model.o +# src/aegisublocale.o +# src/audio_timing_dialogue.o +# src/video_display.o +# src/search_replace_engine.o +# src/auto4_base.o +# src/visual_tool_drag.o +# src/dialog_kara_timing_copy.o +# src/subs_controller.o +# src/font_file_lister.o +# src/auto4_lua.o +# src/help_button.o +# src/agi_pre.h.gch +# src/auto4_lua_dialog.o +# src/audio_provider_factory.o +# src/audio_renderer.o +# src/toggle_bitmap.o +# src/base_grid.o +# src/dialog_style_editor.o +# src/dialog_shift_times.o +# src/subtitle_format_microdvd.o +# src/audio_provider_ffmpegsource.o +# src/dialog_detached_video.o +# src/dialog_selection.o +# src/visual_tool_vector_clip.o +# src/dialog_properties.o +# src/dialog_automation.o +# src/gl_text.o +# src/video_out_gl.o +# src/dialog_paste_over.o +# src/visual_tool_scale.o +# src/preferences.o +# src/visual_tool.o +# src/pen.o +# src/dialog_resample.o +# src/dialog_video_properties.o +# src/ass_override.o +# src/subs_preview.o +# src/visual_tool_clip.o +# src/font_file_lister_fontconfig.o +# src/project.o +# src/dialog_text_import.o +# src/dialog_about.o +# src/aegisub +# src/grid_column.o +# src/audio_display.o +# src/frame_main.o +# src/visual_tool_rotatez.o +# src/dialog_selected_choices.o +# src/text_file_writer.o +# src/dialog_version_check.o +# src/libresrc/bitmap.cpp +# src/command/video.o +# src/command/time.o +# src/command/tool.o +# src/command/vis_tool.o +# src/command/audio.o +# src/command/help.o +# src/command/command.o +# src/command/automation.o +# src/command/timecode.o +# src/command/app.o +# src/command/subtitle.o +# tests/keyframe/x264.log + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. diff --git a/.ci/distribution/debian/rules b/.ci/distribution/debian/rules new file mode 100755 index 000000000..a66a86d67 --- /dev/null +++ b/.ci/distribution/debian/rules @@ -0,0 +1,13 @@ +#!/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 DEB_BUILD_OPTIONS=nocheck # tests are broken + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --without-oss --without-portaudio --without-openal --disable-update-checker diff --git a/.ci/distribution/debian/source/format b/.ci/distribution/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/.ci/distribution/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/.ci/distribution/debian/source/local-options b/.ci/distribution/debian/source/local-options new file mode 100644 index 000000000..00131ee8c --- /dev/null +++ b/.ci/distribution/debian/source/local-options @@ -0,0 +1,2 @@ +#abort-on-upstream-changes +#unapply-patches diff --git a/.ci/distribution/debian/watch b/.ci/distribution/debian/watch new file mode 100644 index 000000000..76575dc53 --- /dev/null +++ b/.ci/distribution/debian/watch @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +version=3