From e507dbc3528441c8fc38c46307a070b33b4a4585 Mon Sep 17 00:00:00 2001 From: Kim Kibum Date: Mon, 9 Apr 2012 12:12:37 +0900 Subject: [PATCH] Tizen release 1.0 --- AUTHORS | 2 + CMakeLists.txt | 62 + debian/changelog | 211 + debian/compat | 1 + debian/control | 20 + debian/dirs | 2 + debian/docs | 1 + debian/org.tizen.setting.install.in | 6 + debian/org.tizen.setting.postinst | 474 ++ debian/rules | 136 + include/setting-debug.h | 217 + include/setting-main.h | 74 + include/setting-more-menu.h | 34 + include/setting.h | 173 + org.tizen.setting.desktop.in | 22 + org.tizen.setting.png | Bin 0 -> 12365 bytes packaging/settings-beat.spec | 328 ++ resource/Open_Source_Announcement.html | 4119 ++++++++++++++++ resource/Open_Source_Announcement.txt | 5046 ++++++++++++++++++++ resource/icons/00_brightness_left.png | Bin 0 -> 230 bytes resource/icons/00_brightness_right.png | Bin 0 -> 327 bytes resource/icons/00_input_bg_black.png | Bin 0 -> 3103 bytes resource/icons/00_input_bg_white.png | Bin 0 -> 3001 bytes resource/icons/00_search_input_field_bg.png | Bin 0 -> 2869 bytes resource/icons/68_icon_vibration_01.png | Bin 0 -> 1223 bytes resource/icons/68_icon_vibration_02.png | Bin 0 -> 2107 bytes resource/icons/AboutPhone.png | Bin 0 -> 1194 bytes resource/icons/Accounts.png | Bin 0 -> 4018 bytes resource/icons/B04_slider_btn_Vibration01.png | Bin 0 -> 3446 bytes resource/icons/B04_slider_btn_Vibration02.png | Bin 0 -> 3779 bytes resource/icons/B04_slider_btn_Volume01.png | Bin 0 -> 3180 bytes resource/icons/B04_slider_btn_Volume02.png | Bin 0 -> 3732 bytes resource/icons/BT_device_mobile.png | Bin 0 -> 570 bytes resource/icons/DataRoaming.png | Bin 0 -> 1961 bytes resource/icons/DateAndTime.png | Bin 0 -> 2430 bytes resource/icons/DefaultIcon.png | Bin 0 -> 7526 bytes resource/icons/Display.png | Bin 0 -> 1510 bytes resource/icons/Event.png | Bin 0 -> 4140 bytes resource/icons/FlightMode.png | Bin 0 -> 4528 bytes resource/icons/Home.png | Bin 0 -> 2814 bytes resource/icons/Keyboard.png | Bin 0 -> 3792 bytes resource/icons/Kies-via-WiFi.png | Bin 0 -> 1229 bytes resource/icons/Language.png | Bin 0 -> 5252 bytes resource/icons/License.png | Bin 0 -> 1724 bytes resource/icons/Location.png | Bin 0 -> 2136 bytes resource/icons/ManageApplications.png | Bin 0 -> 4409 bytes resource/icons/Memory.png | Bin 0 -> 1694 bytes resource/icons/MobileAP.png | Bin 0 -> 4537 bytes resource/icons/More.png | Bin 0 -> 1121 bytes resource/icons/Network.png | Bin 0 -> 3808 bytes resource/icons/Reset.png | Bin 0 -> 4432 bytes resource/icons/Security.png | Bin 0 -> 3691 bytes resource/icons/Sound.png | Bin 0 -> 1288 bytes resource/icons/Synchronise.png | Bin 0 -> 4541 bytes resource/icons/Theme.png | Bin 0 -> 2801 bytes resource/icons/Touch.png | Bin 0 -> 3810 bytes resource/icons/USB.png | Bin 0 -> 4035 bytes resource/icons/VoiceInOut.png | Bin 0 -> 6400 bytes resource/icons/Wallpaper.png | Bin 0 -> 3118 bytes resource/icons/Wifi.png | Bin 0 -> 4544 bytes resource/icons/WifiDirect.png | Bin 0 -> 6239 bytes resource/icons/horz_scrollbar.png | Bin 0 -> 178118 bytes resource/icons/phoneCalling.png | Bin 0 -> 672238 bytes resource/icons/robert.png | Bin 0 -> 9938 bytes resource/icons/robert_lift.png | Bin 0 -> 14023 bytes resource/icons/rotation-locked.png | Bin 0 -> 2396 bytes resource/images/00_input_bg_black.png | Bin 0 -> 3103 bytes resource/images/00_input_bg_white.png | Bin 0 -> 3001 bytes resource/setting-theme.edc | 551 +++ setting-about/CMakeLists.txt | 35 + setting-about/include/setting-about-licences.h | 34 + setting-about/include/setting-about-main.h | 72 + setting-about/include/setting-about.h | 99 + setting-about/src/setting-about-licences.c | 149 + setting-about/src/setting-about-main.c | 1031 ++++ setting-about/src/setting-about.c | 274 ++ setting-common/CMakeLists.txt | 57 + setting-common/include/setting-cfg.h | 136 + .../include/setting-common-data-edj-define.h | 33 + setting-common/include/setting-common-data-error.h | 110 + .../include/setting-common-data-slp-setting.h | 293 ++ setting-common/include/setting-common-data-type.h | 305 ++ .../include/setting-common-draw-widget.h | 685 +++ .../include/setting-common-general-func.h | 90 + setting-common/include/setting-common-resource.h | 253 + setting-common/include/setting-common-view.h | 57 + setting-common/src/setting-cfg.c | 664 +++ .../src/setting-common-data-slp-setting.c | 596 +++ setting-common/src/setting-common-draw-widget.c | 3665 ++++++++++++++ setting-common/src/setting-common-general-func.c | 868 ++++ setting-common/src/setting-common-resource.c | 43 + setting-common/src/setting-common-view.c | 194 + setting-connectivity/CMakeLists.txt | 33 + .../include/setting-connectivity-usb-help.h | 34 + .../include/setting-connectivity-usb.h | 53 + .../include/setting-connectivity.h | 93 + .../src/setting-connectivity-usb-help.c | 118 + .../src/setting-connectivity-usb.c | 858 ++++ setting-connectivity/src/setting-connectivity.c | 327 ++ setting-display/CMakeLists.txt | 35 + .../include/setting-display-brightness.h | 46 + setting-display/include/setting-display-main.h | 58 + .../include/setting-display-wallpaper.h | 36 + setting-display/include/setting-display.h | 99 + setting-display/src/setting-display-brightness.c | 407 ++ setting-display/src/setting-display-main.c | 442 ++ setting-display/src/setting-display-wallpaper.c | 371 ++ setting-display/src/setting-display.c | 406 ++ setting-memory/CMakeLists.txt | 38 + setting-memory/include/setting-memory-common.h | 116 + .../include/setting-memory-default-memory.h | 30 + setting-memory/include/setting-memory-main.h | 32 + setting-memory/include/setting-memory-status.h | 129 + setting-memory/include/setting-memory.h | 118 + setting-memory/src/setting-memory-common.c | 108 + setting-memory/src/setting-memory-default-memory.c | 354 ++ setting-memory/src/setting-memory-main.c | 209 + setting-memory/src/setting-memory-status.c | 816 ++++ setting-memory/src/setting-memory.c | 280 ++ setting-network/CMakeLists.txt | 42 + .../include/setting-network-3gcon-option.h | 36 + .../include/setting-network-connection-create.h | 48 + .../include/setting-network-main-help.h | 34 + setting-network/include/setting-network-main.h | 32 + .../setting-network-preferred-network-delete.h | 39 + .../setting-network-preferred-network-edit.h | 51 + .../setting-network-preferred-network-list.h | 4950 +++++++++++++++++++ .../setting-network-preferred-network-new.h | 47 + .../include/setting-network-preferred-network.h | 32 + .../include/setting-network-select-network.h | 34 + setting-network/include/setting-network.h | 247 + setting-network/src/setting-network-3gcon-option.c | 179 + .../src/setting-network-connection-create.c | 931 ++++ setting-network/src/setting-network-main-help.c | 180 + setting-network/src/setting-network-main.c | 664 +++ .../src/setting-network-preferred-network-delete.c | 720 +++ .../src/setting-network-preferred-network-edit.c | 276 ++ .../src/setting-network-preferred-network-list.c | 520 ++ .../src/setting-network-preferred-network-new.c | 266 ++ .../src/setting-network-preferred-network.c | 329 ++ .../src/setting-network-select-network.c | 257 + setting-network/src/setting-network.c | 1325 +++++ setting-password/CMakeLists.txt | 38 + setting-password/include/setting-password-main.h | 57 + setting-password/include/setting-password.h | 221 + setting-password/src/setting-password-main.c | 2770 +++++++++++ setting-password/src/setting-password.c | 1213 +++++ setting-phone/CMakeLists.txt | 40 + .../include/setting-phone-display-language.h | 46 + .../include/setting-phone-language-region.h | 35 + .../include/setting-phone-license-divx-main.h | 43 + .../include/setting-phone-license-divx-mode.h | 35 + setting-phone/include/setting-phone-license-main.h | 47 + .../include/setting-phone-region-format.h | 62 + .../include/setting-phone-ticker-notification.h | 40 + setting-phone/include/setting-phone.h | 187 + setting-phone/src/setting-phone-display-language.c | 581 +++ setting-phone/src/setting-phone-language-region.c | 253 + .../src/setting-phone-license-divx-main.c | 252 + .../src/setting-phone-license-divx-mode.c | 238 + setting-phone/src/setting-phone-license-main.c | 415 ++ setting-phone/src/setting-phone-region-format.c | 693 +++ .../src/setting-phone-ticker-notification.c | 542 +++ setting-phone/src/setting-phone.c | 727 +++ setting-profile/CMakeLists.txt | 33 + .../include/setting-profile-sound-main.h | 94 + setting-profile/include/setting-profile.h | 176 + setting-profile/src/setting-profile-sound-main.c | 1033 ++++ setting-profile/src/setting-profile.c | 962 ++++ setting-reset/CMakeLists.txt | 33 + setting-reset/include/setting-reset-main.h | 32 + setting-reset/include/setting-reset.h | 104 + setting-reset/src/setting-reset-main.c | 793 +++ setting-reset/src/setting-reset.c | 381 ++ setting-security/CMakeLists.txt | 34 + setting-security/include/setting-security-main.h | 43 + setting-security/include/setting-security.h | 130 + setting-security/src/setting-security-main.c | 766 +++ setting-security/src/setting-security.c | 432 ++ setting-time/CMakeLists.txt | 35 + setting-time/include/setting-time-engine.h | 37 + setting-time/include/setting-time-main.h | 73 + setting-time/include/setting-time.h | 107 + setting-time/src/setting-time-engine.c | 56 + setting-time/src/setting-time-main.c | 1377 ++++++ setting-time/src/setting-time.c | 302 ++ src/CMakeLists.txt | 88 + src/po/CMakeLists.txt | 27 + src/po/de_DE.po | 2908 +++++++++++ src/po/el_GR.po | 2906 +++++++++++ src/po/en.po | 2908 +++++++++++ src/po/es_ES.po | 2908 +++++++++++ src/po/fr_FR.po | 2909 +++++++++++ src/po/it_IT.po | 2909 +++++++++++ src/po/ko_KR.po | 2914 +++++++++++ src/po/nl_NL.po | 2910 +++++++++++ src/po/pt_PT.po | 2910 +++++++++++ src/po/ru_RU.po | 2912 +++++++++++ src/po/tr_TR.po | 2907 +++++++++++ src/setting-main.c | 1649 +++++++ src/setting-more-menu.c | 156 + src/setting.c | 638 +++ 202 files changed, 88234 insertions(+) create mode 100644 AUTHORS create mode 100644 CMakeLists.txt create mode 100755 debian/changelog create mode 100755 debian/compat create mode 100755 debian/control create mode 100755 debian/dirs create mode 100755 debian/docs create mode 100755 debian/org.tizen.setting.install.in create mode 100755 debian/org.tizen.setting.postinst create mode 100755 debian/rules create mode 100755 include/setting-debug.h create mode 100755 include/setting-main.h create mode 100755 include/setting-more-menu.h create mode 100644 include/setting.h create mode 100755 org.tizen.setting.desktop.in create mode 100644 org.tizen.setting.png create mode 100644 packaging/settings-beat.spec create mode 100644 resource/Open_Source_Announcement.html create mode 100755 resource/Open_Source_Announcement.txt create mode 100755 resource/icons/00_brightness_left.png create mode 100755 resource/icons/00_brightness_right.png create mode 100755 resource/icons/00_input_bg_black.png create mode 100755 resource/icons/00_input_bg_white.png create mode 100644 resource/icons/00_search_input_field_bg.png create mode 100755 resource/icons/68_icon_vibration_01.png create mode 100755 resource/icons/68_icon_vibration_02.png create mode 100755 resource/icons/AboutPhone.png create mode 100644 resource/icons/Accounts.png create mode 100755 resource/icons/B04_slider_btn_Vibration01.png create mode 100755 resource/icons/B04_slider_btn_Vibration02.png create mode 100755 resource/icons/B04_slider_btn_Volume01.png create mode 100755 resource/icons/B04_slider_btn_Volume02.png create mode 100755 resource/icons/BT_device_mobile.png create mode 100755 resource/icons/DataRoaming.png create mode 100755 resource/icons/DateAndTime.png create mode 100755 resource/icons/DefaultIcon.png create mode 100755 resource/icons/Display.png create mode 100644 resource/icons/Event.png create mode 100644 resource/icons/FlightMode.png create mode 100755 resource/icons/Home.png create mode 100644 resource/icons/Keyboard.png create mode 100755 resource/icons/Kies-via-WiFi.png create mode 100644 resource/icons/Language.png create mode 100755 resource/icons/License.png create mode 100755 resource/icons/Location.png create mode 100755 resource/icons/ManageApplications.png create mode 100755 resource/icons/Memory.png create mode 100644 resource/icons/MobileAP.png create mode 100755 resource/icons/More.png create mode 100644 resource/icons/Network.png create mode 100644 resource/icons/Reset.png create mode 100644 resource/icons/Security.png create mode 100755 resource/icons/Sound.png create mode 100644 resource/icons/Synchronise.png create mode 100755 resource/icons/Theme.png create mode 100755 resource/icons/Touch.png create mode 100644 resource/icons/USB.png create mode 100644 resource/icons/VoiceInOut.png create mode 100755 resource/icons/Wallpaper.png create mode 100644 resource/icons/Wifi.png create mode 100644 resource/icons/WifiDirect.png create mode 100755 resource/icons/horz_scrollbar.png create mode 100755 resource/icons/phoneCalling.png create mode 100755 resource/icons/robert.png create mode 100755 resource/icons/robert_lift.png create mode 100755 resource/icons/rotation-locked.png create mode 100755 resource/images/00_input_bg_black.png create mode 100755 resource/images/00_input_bg_white.png create mode 100755 resource/setting-theme.edc create mode 100755 setting-about/CMakeLists.txt create mode 100755 setting-about/include/setting-about-licences.h create mode 100755 setting-about/include/setting-about-main.h create mode 100755 setting-about/include/setting-about.h create mode 100644 setting-about/src/setting-about-licences.c create mode 100755 setting-about/src/setting-about-main.c create mode 100755 setting-about/src/setting-about.c create mode 100755 setting-common/CMakeLists.txt create mode 100755 setting-common/include/setting-cfg.h create mode 100755 setting-common/include/setting-common-data-edj-define.h create mode 100755 setting-common/include/setting-common-data-error.h create mode 100755 setting-common/include/setting-common-data-slp-setting.h create mode 100644 setting-common/include/setting-common-data-type.h create mode 100644 setting-common/include/setting-common-draw-widget.h create mode 100644 setting-common/include/setting-common-general-func.h create mode 100755 setting-common/include/setting-common-resource.h create mode 100755 setting-common/include/setting-common-view.h create mode 100755 setting-common/src/setting-cfg.c create mode 100755 setting-common/src/setting-common-data-slp-setting.c create mode 100644 setting-common/src/setting-common-draw-widget.c create mode 100644 setting-common/src/setting-common-general-func.c create mode 100755 setting-common/src/setting-common-resource.c create mode 100644 setting-common/src/setting-common-view.c create mode 100755 setting-connectivity/CMakeLists.txt create mode 100755 setting-connectivity/include/setting-connectivity-usb-help.h create mode 100755 setting-connectivity/include/setting-connectivity-usb.h create mode 100755 setting-connectivity/include/setting-connectivity.h create mode 100755 setting-connectivity/src/setting-connectivity-usb-help.c create mode 100644 setting-connectivity/src/setting-connectivity-usb.c create mode 100755 setting-connectivity/src/setting-connectivity.c create mode 100755 setting-display/CMakeLists.txt create mode 100755 setting-display/include/setting-display-brightness.h create mode 100755 setting-display/include/setting-display-main.h create mode 100755 setting-display/include/setting-display-wallpaper.h create mode 100644 setting-display/include/setting-display.h create mode 100755 setting-display/src/setting-display-brightness.c create mode 100644 setting-display/src/setting-display-main.c create mode 100755 setting-display/src/setting-display-wallpaper.c create mode 100644 setting-display/src/setting-display.c create mode 100644 setting-memory/CMakeLists.txt create mode 100644 setting-memory/include/setting-memory-common.h create mode 100644 setting-memory/include/setting-memory-default-memory.h create mode 100644 setting-memory/include/setting-memory-main.h create mode 100644 setting-memory/include/setting-memory-status.h create mode 100644 setting-memory/include/setting-memory.h create mode 100644 setting-memory/src/setting-memory-common.c create mode 100644 setting-memory/src/setting-memory-default-memory.c create mode 100644 setting-memory/src/setting-memory-main.c create mode 100644 setting-memory/src/setting-memory-status.c create mode 100644 setting-memory/src/setting-memory.c create mode 100755 setting-network/CMakeLists.txt create mode 100755 setting-network/include/setting-network-3gcon-option.h create mode 100755 setting-network/include/setting-network-connection-create.h create mode 100755 setting-network/include/setting-network-main-help.h create mode 100755 setting-network/include/setting-network-main.h create mode 100755 setting-network/include/setting-network-preferred-network-delete.h create mode 100755 setting-network/include/setting-network-preferred-network-edit.h create mode 100755 setting-network/include/setting-network-preferred-network-list.h create mode 100755 setting-network/include/setting-network-preferred-network-new.h create mode 100755 setting-network/include/setting-network-preferred-network.h create mode 100755 setting-network/include/setting-network-select-network.h create mode 100644 setting-network/include/setting-network.h create mode 100755 setting-network/src/setting-network-3gcon-option.c create mode 100644 setting-network/src/setting-network-connection-create.c create mode 100755 setting-network/src/setting-network-main-help.c create mode 100644 setting-network/src/setting-network-main.c create mode 100644 setting-network/src/setting-network-preferred-network-delete.c create mode 100644 setting-network/src/setting-network-preferred-network-edit.c create mode 100644 setting-network/src/setting-network-preferred-network-list.c create mode 100644 setting-network/src/setting-network-preferred-network-new.c create mode 100644 setting-network/src/setting-network-preferred-network.c create mode 100755 setting-network/src/setting-network-select-network.c create mode 100644 setting-network/src/setting-network.c create mode 100755 setting-password/CMakeLists.txt create mode 100755 setting-password/include/setting-password-main.h create mode 100644 setting-password/include/setting-password.h create mode 100644 setting-password/src/setting-password-main.c create mode 100644 setting-password/src/setting-password.c create mode 100755 setting-phone/CMakeLists.txt create mode 100755 setting-phone/include/setting-phone-display-language.h create mode 100755 setting-phone/include/setting-phone-language-region.h create mode 100755 setting-phone/include/setting-phone-license-divx-main.h create mode 100755 setting-phone/include/setting-phone-license-divx-mode.h create mode 100755 setting-phone/include/setting-phone-license-main.h create mode 100755 setting-phone/include/setting-phone-region-format.h create mode 100755 setting-phone/include/setting-phone-ticker-notification.h create mode 100755 setting-phone/include/setting-phone.h create mode 100644 setting-phone/src/setting-phone-display-language.c create mode 100644 setting-phone/src/setting-phone-language-region.c create mode 100644 setting-phone/src/setting-phone-license-divx-main.c create mode 100644 setting-phone/src/setting-phone-license-divx-mode.c create mode 100644 setting-phone/src/setting-phone-license-main.c create mode 100644 setting-phone/src/setting-phone-region-format.c create mode 100755 setting-phone/src/setting-phone-ticker-notification.c create mode 100755 setting-phone/src/setting-phone.c create mode 100755 setting-profile/CMakeLists.txt create mode 100755 setting-profile/include/setting-profile-sound-main.h create mode 100644 setting-profile/include/setting-profile.h create mode 100644 setting-profile/src/setting-profile-sound-main.c create mode 100755 setting-profile/src/setting-profile.c create mode 100644 setting-reset/CMakeLists.txt create mode 100755 setting-reset/include/setting-reset-main.h create mode 100644 setting-reset/include/setting-reset.h create mode 100644 setting-reset/src/setting-reset-main.c create mode 100644 setting-reset/src/setting-reset.c create mode 100755 setting-security/CMakeLists.txt create mode 100755 setting-security/include/setting-security-main.h create mode 100644 setting-security/include/setting-security.h create mode 100644 setting-security/src/setting-security-main.c create mode 100644 setting-security/src/setting-security.c create mode 100755 setting-time/CMakeLists.txt create mode 100755 setting-time/include/setting-time-engine.h create mode 100755 setting-time/include/setting-time-main.h create mode 100644 setting-time/include/setting-time.h create mode 100755 setting-time/src/setting-time-engine.c create mode 100755 setting-time/src/setting-time-main.c create mode 100755 setting-time/src/setting-time.c create mode 100755 src/CMakeLists.txt create mode 100755 src/po/CMakeLists.txt create mode 100755 src/po/de_DE.po create mode 100755 src/po/el_GR.po create mode 100755 src/po/en.po create mode 100755 src/po/es_ES.po create mode 100755 src/po/fr_FR.po create mode 100755 src/po/it_IT.po create mode 100755 src/po/ko_KR.po create mode 100755 src/po/nl_NL.po create mode 100755 src/po/pt_PT.po create mode 100755 src/po/ru_RU.po create mode 100755 src/po/tr_TR.po create mode 100644 src/setting-main.c create mode 100755 src/setting-more-menu.c create mode 100644 src/setting.c diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..d8071e1 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Taesoo Jun +MyoungJune Park diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..7458207 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,62 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +PROJECT(setting) + +SET(SETTING_PKG_NAME org.tizen.setting) + +SET(PREFIX "/opt/apps/org.tizen.setting") +SET(BINDIR "${PREFIX}/bin") +SET(RESDIR "${PREFIX}/res") +SET(DATADIR "${PREFIX}/data") +SET(LOCALEDIR "${RESDIR}/locale") +SET(ICONDIR "${RESDIR}/icons/default/small") +SET(EDJDIR "${RESDIR}/edje") +SET(IMAGEDIR "${RESDIR}/images") + +#set variable +SET(SETTING_PROFILE setting-profile) +SET(SETTING_CONNECTIVITY setting-connectivity) +SET(SETTING_SECURITY setting-security) +SET(SETTING_DISPLAY setting-display) +SET(SETTING_TIME setting-time) +SET(SETTING_PHONE setting-phone) +SET(SETTING_MEMORY setting-memory) +SET(SETTING_RESET setting-reset) +SET(SETTING_PASSWORD setting-password) +SET(SETTING_COMMON setting-common) +SET(SETTING_NETWORK setting-network) +SET(SETTING_ABOUT setting-about) + +SET(SETTING_PROFILE_UG ug-setting-profile-efl) +SET(SETTING_CONNECTIVITY_UG ug-setting-connectivity-efl) +SET(SETTING_MEMORY_UG ug-setting-memory-efl) +SET(SETTING_SECURITY_UG ug-setting-security-efl) +SET(SETTING_DISPLAY_UG ug-setting-display-efl) +SET(SETTING_TIME_UG ug-setting-time-efl) +SET(SETTING_PHONE_UG ug-setting-phone-efl) +SET(SETTING_RESET_UG ug-setting-reset-efl) +SET(SETTING_NETWORK_UG ug-setting-network-efl) +SET(SETTING_ABOUT_UG ug-setting-about-efl) + +SET(SETTING_PASSWORD_UG ug-setting-password-efl) +SET(LIB_SETTING_COMMON setting-common) + + +#setting main view build start +INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include) +INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include) + +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_PHONE}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_CONNECTIVITY}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_DISPLAY}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_MEMORY}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_NETWORK}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_PROFILE}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_RESET}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_SECURITY}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_TIME}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_ABOUT}) +ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_PASSWORD}) +ADD_SUBDIRECTORY(src) + + diff --git a/debian/changelog b/debian/changelog new file mode 100755 index 0000000..09571f0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,211 @@ +setting (0.1.87-75) unstable; urgency=low + + * Apply EFL migration + * Git: pkgs/s/settings + * Tag: setting_0.1.87-75 + + -- Taeyoung Kim Fri, 30 Mar 2012 10:44:19 +0900 + +setting (0.1.87-74) unstable; urgency=low + + * [AboutUG] Fix BS of dbus signal + * Git: pkgs/s/settings + * Tag: setting_0.1.87-74 + + -- hyejin kim Sun, 26 Feb 2012 16:43:00 +0900 + +setting (0.1.87-73) unstable; urgency=low + + * Multilanguage of timezone is supported + * Unsupported menus are blocked with a 'Unsupported' popup + * Change bluetooth address get API + * Git: pkgs/s/settings + * Tag: setting_0.1.87-73 + + -- Taeyoung Kim Fri, 24 Feb 2012 10:29:11 +0900 + +setting (0.1.87-72) unstable; urgency=low + + * Fix STMS problems + * Fix divx license registration operation + * Add version info in desktop file + * Git: pkgs/s/settings + * Tag: setting_0.1.87-72 + + -- Taeyoung Kim Wed, 22 Feb 2012 19:50:12 +0900 + +setting (0.1.87-71) unstable; urgency=low + + * Fixing unchanged time problem when changing timezone manually + * Git: pkgs/s/settings + * Tag: setting_0.1.87-71 + + -- Taeyoung Kim Wed, 22 Feb 2012 10:09:27 +0900 + +setting (0.1.87-70) unstable; urgency=low + + * Apply EFL-migration + * Change Boiler Plate + * Git: pkgs/s/settings + * Tag: setting_0.1.87-70 + + -- hyejin kim Thu, 16 Feb 2012 14:44:11 +0900 + +setting (0.1.87-69) unstable; urgency=low + + * Fix S1-739, S1-413 + * add New STMS strings + * apply tizen-blue theme + * Git: pkgs/s/settings + * Tag: setting_0.1.87-69 + + -- hyejin Kim Tue, 07 Feb 2012 02:46:12 +0900 + +setting (0.1.87-68) unstable; urgency=low + + * Fix string issues + * Git: pkgs/s/settings + * Tag: setting_0.1.87-68 + + -- Hyejin Kim Wed, 11 Jan 2012 16:15:37 +0900 + +setting (0.1.87-67) unstable; urgency=low + + * setting > about, Device name : set to Tizen + * Git: pkgs/s/settings + * Tag: setting_0.1.87-67 + + -- MyoungJune Park Mon, 09 Jan 2012 13:41:54 +0900 + +setting (0.1.87-66) unstable; urgency=low + + * FIXED: S1-383 [SDK] [Language]While boot up in date screen option is displayed in code + * Removed the unused menu in Memory > Default memory + * Git: pkgs/s/settings + * Tag: setting_0.1.87-66 + + -- MyoungJune Park Fri, 06 Jan 2012 18:31:56 +0900 + +setting (0.1.87-65) unstable; urgency=low + + * updated License html file. + * Git: pkgs/s/settings + * Tag: setting_0.1.87-65 + + -- MyoungJune Park Thu, 05 Jan 2012 18:38:22 +0900 + +setting (0.1.87-64) unstable; urgency=low + + * bug fix on Date/Time - datefield was invisible. + * Git: pkgs/s/settings + * Tag: setting_0.1.87-64 + + -- MyoungJune Park Wed, 04 Jan 2012 11:03:54 +0900 + +setting (0.1.87-63) unstable; urgency=low + + * remove unexpected char in po file + * applied STMS string "Reset all" + * Git: pkgs/s/settings + * Tag: setting_0.1.87-63 + + -- Hyejin Kim Tue, 03 Jan 2012 09:47:39 +0900 + +setting (0.1.87-62) unstable; urgency=low + + * [passwordUG] change title if caller is Gallery app + * Git: pkgs/s/settings + * Tag: setting_0.1.87-62 + + -- Hyejin Kim Fri, 30 Dec 2011 13:14:58 +0900 + +setting (0.1.87-61) unstable; urgency=low + + * removed Flight mode menu + * Git: pkgs/s/settings + * Tag: setting_0.1.87-61 + + -- MyoungJune Park Thu, 29 Dec 2011 16:18:49 +0900 + +setting (0.1.87-60) unstable; urgency=low + + * remove ringtone tab in soundUG + * apply STMS texts for flight mode + * Git: pkgs/s/settings + * Tag: setting_0.1.87-60 + + -- hyejin0906.kim Wed, 28 Dec 2011 16:49:37 +0900 + +setting (0.1.87-59) unstable; urgency=low + + * removed option of Mass Storage. + * added Account menu in Applications tab. + * Git: pkgs/s/settings + * Tag: setting_0.1.87-59 + + -- MyoungJune Park Tue, 27 Dec 2011 16:51:15 +0900 + +setting (0.1.87-58) unstable; urgency=low + + * updated License file as a html file. + * Git: pkgs/s/settings + * Tag: setting_0.1.87-58 + + -- MyoungJune Park Mon, 26 Dec 2011 17:41:19 +0900 + +setting (0.1.87-57) unstable; urgency=low + + * updated License file as a html file. + * Git: pkgs/s/settings + * Tag: setting_0.1.87-57 + + -- MyoungJune Park Mon, 26 Dec 2011 17:16:28 +0900 + +setting (0.1.87-56) unstable; urgency=low + + * updated License file as a text file. + * Git: pkgs/s/settings + * Tag: setting_0.1.87-56 + + -- MyoungJune Park Fri, 23 Dec 2011 17:53:11 +0900 + +setting (0.1.87-55) unstable; urgency=low + + * added License file as a text file. + * Git: pkgs/s/settings + * Tag: setting_0.1.87-55 + + -- MyoungJune Park Thu, 22 Dec 2011 21:02:47 +0900 + +setting (0.1.87-54) unstable; urgency=low + + * fixed B/S in Reset menu + * Git: pkgs/s/settings + * Tag: setting_0.1.87-54 + + -- MyoungJune Park Wed, 21 Dec 2011 19:36:29 +0900 + +setting (0.1.87-53) unstable; urgency=low + + * removed Mobile Hotspot memu + * Git: pkgs/s/settings + * Tag: setting_0.1.87-53 + + -- MyoungJune Park Tue, 20 Dec 2011 16:45:26 +0900 + +setting (0.1.87-52) unstable; urgency=low + + * removed the unused menu & entries + * Git: pkgs/s/settings + * Tag: setting_0.1.87-52 + + -- MyoungJune Park Mon, 19 Dec 2011 17:57:53 +0900 + +setting (0.1.87-51) unstable; urgency=low + + * Initial release + * Git: pkgs/s/settings + * Tag: setting_0.1.87-51 + + -- MyoungJune Park Wed, 07 Dec 2011 12:08:35 +0900 + diff --git a/debian/compat b/debian/compat new file mode 100755 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100755 index 0000000..f596349 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: setting +Section: misc +Priority: extra +Maintainer: Taesoo Jun , MyoungJune Park , Hyejin Kim , Taeyoung Kim +Uploaders: Taesoo Jun , MyoungJune Park , Hyejin Kim , Taeyoung Kim +Build-Depends: debhelper (>= 5), autotools-dev, libappcore-common-dev, libappcore-efl-dev, libelm-dev, libui-idlecapture-dev, libslp-setting-dev, libslp-tapi-dev, libslp-utilx-dev, libdevman-dev, libdevman-haptic-dev, libmm-sound-dev, libcontacts-service-dev, libslp-msg-service-dev, iniparser-dev, libslp-memo-dev, libslp-calendar-dev, libheynoti-dev, libslp-sysman, libslp-sysman-dev, libui-gadget-dev, libbundle-dev, libjson-glib-dev, dlog-dev, libaul-1-dev, libslp-pm-dev, libecore-dev, libeina-dev, libicu-dev, libail-0-dev, libnetwork-dev, libmm-player-dev, drm-service-dev, libsvi-dev, libsecurity-server-client-dev, libelm-webview-dev, libbluetooth-frwk-dev, libappsvc-dev +Standards-Version: 0.1.0 + +Package: org.tizen.setting +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libicu +Description: Setting application + Setting application + +Package: org.tizen.setting-dbg +Architecture: any +Depends: ${misc:Depends}, libicu +Description: Setting application debug package (unstripped) + Setting application debug package + diff --git a/debian/dirs b/debian/dirs new file mode 100755 index 0000000..ca882bb --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff --git a/debian/docs b/debian/docs new file mode 100755 index 0000000..a0f0008 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +CMakeLists.txt diff --git a/debian/org.tizen.setting.install.in b/debian/org.tizen.setting.install.in new file mode 100755 index 0000000..31d5d1b --- /dev/null +++ b/debian/org.tizen.setting.install.in @@ -0,0 +1,6 @@ +opt/* +#@PREFIX@/bin/* +# @PREFIX@/res/locale/* +#@PREFIX@/res/icons/* +#@PREFIX@/res/edje/* +#/opt/share/res/applications/* diff --git a/debian/org.tizen.setting.postinst b/debian/org.tizen.setting.postinst new file mode 100755 index 0000000..7b2dd26 --- /dev/null +++ b/debian/org.tizen.setting.postinst @@ -0,0 +1,474 @@ +#!/bin/sh +#This is setting postinst file + +GOPTION="" # Set without -g, -u options +if [ ${USER} == "root" ] +then + # Set vconf values with -g/-u options + GOPTION="-g 6514" +fi + +ECHO="echo" +################# shell paragrames ############## +NETWORK="network" +DATAROAMING="dataroaming" +USBCON="usbconnectivity" + +SOUND="sounds" +WALLPAPER="wallpaper" +DISPLAY="display" + +MOTIONS="motions" +TILT="tile" +PANNING="panning" +DOUBLETAP="double_tap" +TURNOVER="turn_over" +SHAKE="shake" +PICKUP="pick up" + +POWERSAVING="powersaving" +FONT="font" +ROTATIONLOCK="rotationLock" +TIMEDATE="timeAndData" +ACCESS="accessibility" +LANGREGION="language" +VIEWTYPE="viewtype" +TOUCH="touch" +LICENSE="license" + +NOTI="notification" +SECURITY="security" +MEMORY="memory" +ABOUT="about" +MENUWIDGET="menuwidget" + +#$ECHO $GOPTION + +#network +resetNetwork() +{ + vconftool $GOPTION set -t int db/setting/select_network "0" + vconftool $GOPTION set -t int db/setting/network_mode "0" + vconftool $GOPTION set -t bool db/setting/3gEnabled "1" +} + +#dataRoaming +resetDataRoaming() +{ + vconftool $GOPTION set -t bool db/setting/data_roaming "1" +} + +#UsbConnectivity +resetUsbConnectivity() +{ + #connectivity + #vconftool $GOPTION set -t bool db/setting/ask_on_con "0" + # debug mode is default + vconftool $GOPTION set -t int memory/setting/usb_mode "-1" -i -f + vconftool $GOPTION set -t int memory/setting/usb_sel_mode "0" -i -f + vconftool $GOPTION set -t int db/setting/usb_debugmode "0" + vconftool $GOPTION set -t int memory/setting/usb_in_mode_change "0" -i -f +} + +#sound profiles +resetSound() +{ + DEFAULT_CALL_TONE="/opt/share/settings/Ringtones/General_Over the horizon.mp3" + + vconftool $GOPTION set -t bool db/setting/sound/sound_on "1" + vconftool $GOPTION set -t bool db/setting/sound/vibration_on "1" + + vconftool $GOPTION set -t int db/setting/sound/call/ringtone_sound_volume "13" + vconftool $GOPTION set -t int db/setting/sound/noti/sound_volume "7" + vconftool $GOPTION set -t int db/setting/sound/media/sound_volume "7" + vconftool $GOPTION set -t int db/setting/sound/touch_feedback/sound_volume "5" + + vconftool $GOPTION set -t int db/setting/sound/noti/vibration_level "5" + vconftool $GOPTION set -t int db/setting/sound/touch_feedback/vibration_level "3" + + vconftool $GOPTION set -t string db/setting/sound/call/ringtone_path "${DEFAULT_CALL_TONE}" + vconftool $GOPTION set -t int db/setting/sound/call/vibration_type "2" + + vconftool $GOPTION set -t string db/setting/sound/noti/msg_ringtone_path "${DEFAULT_CALL_TONE}" + vconftool $GOPTION set -t int db/setting/sound/noti/msg_alert_rep_type "0" + + vconftool $GOPTION set -t string db/setting/sound/noti/email_ringtone_path "${DEFAULT_CALL_TONE}" + vconftool $GOPTION set -t int db/setting/sound/noti/email_alert_rep_type "0" + + vconftool $GOPTION set -t bool db/setting/sound/sound_lock "1" + #vconftool $GOPTION set -t bool db/setting/sound/keypad_on "1" + #vconftool $GOPTION set -t bool db/setting/sound/sound_effect_on "1" + + #others + vconftool $GOPTION set -t string db/setting/notification_tone "${DEFAULT_CALL_TONE}" + vconftool $GOPTION set -t string db/setting/media_tone "${DEFAULT_CALL_TONE}" + vconftool $GOPTION set -t string db/setting/touch_tone "${DEFAULT_CALL_TONE}" + vconftool $GOPTION set -t int db/setting/touch_vibration_tone "2" +} + +#wallpaper +resetWallpaper() +{ + vconftool $GOPTION set -t string db/menu_widget/bgset "/opt/share/settings/Wallpapers/Home_default.jpg" + vconftool $GOPTION set -t string db/idle_lock/bgset "/opt/share/settings/Wallpapers/Home_default.jpg" +} + +#motions +resetTilt() +{ + vconftool $GOPTION set -t bool db/setting/use_tilt "1" + vconftool $GOPTION set -t int db/setting/tilt_sensitivity "3" +} + +resetPanning() +{ + vconftool $GOPTION set -t bool db/setting/use_panning "1" + vconftool $GOPTION set -t int db/setting/panning_sensitivity "3" +} + +resetDoubleTap() +{ + vconftool $GOPTION set -t bool db/setting/use_double_tap "0" +} + +resetShake() +{ + vconftool $GOPTION set -t bool db/setting/use_shake "0" +} +resetPickup() +{ + vconftool $GOPTION set -t bool db/setting/use_pickup "0" +} +resetTurnOver() +{ + vconftool $GOPTION set -t bool db/setting/use_turn_over "0" +} + +resetMotions() +{ + vconftool $GOPTION set -t bool db/setting/motion_active "1" + vconftool $GOPTION set -t bool db/setting/internet_on "1" + vconftool $GOPTION set -t bool db/setting/gallery_on "1" + + resetTilt + resetPanning + resetDoubleTap + resetTurnOver + resetShake + resetPickup +} + +#display and light +resetDisplay() +{ + #backlight + vconftool $GOPTION set -t int db/MainLCD/Backlight/Normal "30" + vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30" + + #brightness + vconftool $GOPTION set -t int db/setting/Brightness "-1" + vconftool $GOPTION set -t bool db/setting/brightness_automatic "0" + + #battery + vconftool $GOPTION set -t bool db/setting/battery/charger "0" + vconftool $GOPTION set -t bool db/setting/battery_percentage "0" + #launch + vconftool $GOPTION set -t string db/menu_widget/launch_effect "0" +} + +resetPowersaving() +{ + vconftool $GOPTION set -t bool db/setting/powersaving/powersaving_active "0" + vconftool $GOPTION set -t bool db/setting/powersaving/powersaving_active_reminder "1" + vconftool $GOPTION set -t bool db/setting/powersaving/customed_active "0" + + vconftool $GOPTION set -t int db/setting/powersaving/powersaving_at "30" + vconftool $GOPTION set -t bool db/setting/powersaving/wifi_off "0" + vconftool $GOPTION set -t bool db/setting/powersaving/bt_off "0" + vconftool $GOPTION set -t bool db/setting/powersaving/gps_off "0" + vconftool $GOPTION set -t bool db/setting/powersaving/ync_off "0" + vconftool $GOPTION set -t int db/setting/powersaving/screen_timeout "15" + + vconftool $GOPTION set -t bool db/setting/powersaving/brightness_active "0" + vconftool $GOPTION set -t bool db/setting/powersaving/brightness_auto "1" + vconftool $GOPTION set -t int db/setting/powersaving/brightness "10" +} + +#font +resetFont() +{ + vconftool $GOPTION set -t int db/setting/font_size "1" + vconftool $GOPTION set -t int db/setting/font_type "0" +} + +#RotationLock +resetRotationLock() +{ + vconftool $GOPTION set -t bool db/setting/rotate_lock "0" +} + +#time and date (zone) +resetTimeAndData() +{ + vconftool $GOPTION set -t bool db/setting/automatic_time_update "1" + vconftool $GOPTION set -t bool db/setting/dst "0" + + vconftool $GOPTION set -t int db/menu_widget/regionformat_time1224 "1" + vconftool $GOPTION set -t int db/setting/date_format "0" + vconftool $GOPTION set -t int db/setting/weekofday_format "0" + + vconftool $GOPTION set -t string db/setting/timezone "+9" + # to be removed + vconftool $GOPTION set -t string db/setting/cityname_id "IDS_WCL_BODY_CITYNAME_SEOUL" + + vconftool $GOPTION set -t string db/setting/timezone_id "Asia/Seoul" + + #if [ -f /opt/etc/localtime ] + #then + rm -f /opt/etc/localtime + ln -s /usr/share/zoneinfo/Asia/Seoul /opt/etc/localtime + #fi +} + +#accessibility +resetAccessibility() +{ + vconftool $GOPTION set -t bool db/setting/accessibility/accessibility "1" + vconftool $GOPTION set -t bool db/setting/accessibility/high_contrast "0" + vconftool $GOPTION set -t bool db/setting/accessibility/screen_zoom "1" + vconftool $GOPTION set -t int db/setting/accessibility/font_size "72" + vconftool $GOPTION set -t int db/setting/accessibility/font_style "0" + vconftool $GOPTION set -t bool db/setting/accessibility/torch_light "0" + vconftool $GOPTION set -t bool db/setting/accessibility/mono_audio "0" + vconftool $GOPTION set -t bool db/setting/accessibility/accept_call "0" + vconftool $GOPTION set -t bool db/setting/accessibility/enable_auto_answer "0" + vconftool $GOPTION set -t int db/setting/accessibility/auto_answer "1" + vconftool $GOPTION set -t bool db/setting/accessibility/powerkey_end_calls "0" + vconftool $GOPTION set -t int db/setting/accessibility/power_key_hold "0" +} + +#language & region +resetLanguageAndRegion() +{ + vconftool $GOPTION set -t int db/setting/lang "2" + vconftool $GOPTION set -t string db/menu_widget/language "en_US.UTF-8" + vconftool $GOPTION set -t string db/menu_widget/regionformat "en_US.UTF-8" +} + +#viewtype +resetViewtype() +{ + vconftool $GOPTION set -t int db/menuscreen/viewtype "0" + vconftool $GOPTION set -t int db/taskswitcher/viewtype "0" +} + +#touch +resetTouch() +{ + vconftool $GOPTION set -t int db/setting/vib_feedback "3" + vconftool $GOPTION set -t bool db/setting/touch_panel_autolock "0" +} + +#License +resetLicense() +{ + vconftool $GOPTION set -t bool db/setting/transaction_tracking "0" + vconftool $GOPTION set -t bool db/setting/expiry_reminder "0" + vconftool $GOPTION set -t int db/setting/roaming_network "0" +} + +#Ticker notification +resetNotification() +{ + vconftool $GOPTION set -t bool db/setting/ticker_noti/display_content "0" + vconftool $GOPTION set -t bool db/setting/ticker_noti/messages "1" + vconftool $GOPTION set -t bool db/setting/ticker_noti/vmail "1" + vconftool $GOPTION set -t bool db/setting/ticker_noti/email "1" + #vconftool $GOPTION set -t bool db/setting/ticker_noti/recv_seven_email "0" + #vconftool $GOPTION set -t bool db/setting/ticker_noti/im "1" + #vconftool $GOPTION set -t bool db/setting/ticker_noti/osp "1" + vconftool $GOPTION set -t bool db/setting/ticker_noti/sns "0" + vconftool $GOPTION set -t bool db/setting/ticker_noti/file_tran "1" +} + +#security +resetSecurity() +{ + vconftool $GOPTION set -t string db/setting/phone_passwd "" + rm -rf /opt/data/setting/set_info + #vconftool $GOPTION set -t string db/setting/privacy_passwd "" + + vconftool $GOPTION set -t bool db/setting/power_on_lock "0" + vconftool $GOPTION set -t bool db/setting/phone_lock "0" + vconftool $GOPTION set -t bool db/setting/simple_password "1" + vconftool $GOPTION set -t bool db/setting/fmm/sim_change_alert "0" + vconftool $GOPTION set -t string db/setting/fmm/recipients "" + vconftool $GOPTION set -t string db/setting/fmm/sender "" + vconftool $GOPTION set -t string db/setting/fmm/alert_message "" + vconftool $GOPTION set -t bool db/setting/fmm/remote_control "0" + vconftool $GOPTION set -t bool db/setting/fmm/location_consent "0" + + # NOT USED NOW. + vconftool $GOPTION set -t bool db/setting/rcs "0" + + vconftool $GOPTION set -t int db/setting/phone_lock_attempts_left "5" + vconftool $GOPTION set -t string db/setting/phone_lock_timestamp "" + vconftool $GOPTION set -t int db/setting/sim_lock_attempts_left "5" + vconftool $GOPTION set -t string db/setting/sim_lock_timestamp "" +} + +#Memory +resetMemory() +{ + vconftool $GOPTION set -t int db/setting/default_memory/wap "0" + vconftool $GOPTION set -t int db/setting/default_memory/bluetooth "0" + vconftool $GOPTION set -t int db/setting/default_memory/camera "0" + vconftool $GOPTION set -t int db/setting/default_memory/voice_recorder "0" + vconftool $GOPTION set -t int db/setting/default_memory/fm_radio "0" + vconftool $GOPTION set -t int db/setting/default_memory/all_share "0" + vconftool $GOPTION set -t int db/setting/default_memory/adobe_air "0" + + # format - system server + #vconftool $GOPTION -i set -t int memory/mmc/format "0" +} + +#about +resetAbout() +{ + vconftool $GOPTION set -t string db/setting/device_name "Tizen" +} + +#menu and widgets +resetMenuWidgets() +{ + vconftool $GOPTION set -t bool db/setting/adaptive_menu_order "0" +} + + +########## invoke functions ####### + +if [ $1 == $NETWORK ]; then + resetNetwork + +elif [ $1 == $DATAROAMING ]; then + resetDataRoaming + +elif [ $1 == $USBCON ]; then + resetUsbConnectivity + +elif [ $1 == $SOUND ]; then + resetSound + +elif [ $1 == $WALLPAPER ]; then + resetWallpaper + +elif [ $1 == $DISPLAY ]; then + resetDisplay + +elif [ $1 == $MOTIONS ]; then + resetMotions + +elif [ $1 == $TILT ]; then + resetTilt + +elif [ $1 == $PANNING ]; then + resetPanning + +elif [ $1 == $DOUBLETAP ]; then + resetDoubleTap + +elif [ $1 == $SHAKE ]; then + resetShake + +elif [ $1 == $PICKUP ]; then + resetPickup + +elif [ $1 == $TURNOVER ]; then + resetTurnOver + +elif [ $1 == $FONT ]; then + resetFont + +elif [ $1 == $POWERSAVING ]; then + resetPowersaving + +elif [ $1 == $ROTATIONLOCK ]; then + resetRotationLock + +elif [ $1 == $TIMEDATE ]; then + resetTimeAndData + +elif [ $1 == $ACCESS ]; then + resetAccessibility + +elif [ $1 == $LANGREGION ]; then + resetLanguageAndRegion + +elif [ $1 == $VIEWTYPE ]; then + resetViewtype + +elif [ $1 == $TOUCH ]; then + resetTouch + +elif [ $1 == $LICENSE ]; then + resetLicense + +elif [ $1 == $NOTI ]; then + resetNotification + +elif [ $1 == $SECURITY ]; then + resetSecurity + +elif [ $1 == $MEMORY ]; then + resetMemory + +elif [ $1 == $ABOUT ]; then + resetAbout + +elif [ $1 == $MENUWIDGET ]; then + resetMenuWidgets + +else + resetNetwork + resetDataRoaming + resetUsbConnectivity + resetSound + resetWallpaper + resetMotions + resetDisplay + resetPowersaving + resetFont + resetRotationLock + resetTimeAndData + resetAccessibility + resetLanguageAndRegion + resetViewtype + resetTouch + resetLicense + resetNotification + resetSecurity + resetMemory + resetAbout + resetMenuWidgets + + vconftool $GOPTION -i set -t int memory/setting/font_changed "0" + vconftool $GOPTION -i set -t int memory/mobile_hotspot/skin_changed "0" +fi + +########## ending ####### + + +#create directory /opt/data/setting +if [ "${USER}" == "root" ] +then + if [ ! -d /opt/data/setting ] + then + mkdir -p /opt/data/setting + chown 5000:5000 /opt/data/setting -R + fi + chown 5000:5000 /opt/etc/X11/Xresources +fi +heynotitool set setting_time_changed -a + +sync + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4e3f243 --- /dev/null +++ b/debian/rules @@ -0,0 +1,136 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS += -Wall -g +CXXFLAGS += -Wall -g +LDFLAGS ?= +PREFIX ?= /opt/apps/org.tizen.setting +RESDIR ?= /opt/apps/org.tizen.setting/res +DATADIR ?= /opt/apps/org.tizen.setting/data + +# Reduce relative text symbols in library +CFLAGS += -fPIC +CXXFLAGS += -fPIC + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 + CXXFLAGS += -O0 +else + CFLAGS += -O2 + CXXFLAGS += -O2 +endif + +LDFLAGS += -Wl,--rpath,$(PREFIX)/lib -Wl,--hash-style=both -Wl,--as-needed + +CMAKE_TMP_DIR = $(CURDIR)/cmake_tmp + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + mkdir -p $(CMAKE_TMP_DIR); + cd $(CMAKE_TMP_DIR); CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" cmake .. -DCMAKE_INSTALL_PREFIX=/opt/apps/org.tizen.setting + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + cd $(CMAKE_TMP_DIR) && $(MAKE) + #docbook-to-man debian/wavplayer.sgml > wavplayer.1 + + for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ + cat $$f > $${f%.in}; \ + sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ + sed -i -e "s#@PREFIX@#$(RESDIR)#g" $${f%.in}; \ + sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ + done + + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -cd $(CMAKE_TMP_DIR) && $(MAKE) clean + rm -rf $(CMAKE_TMP_DIR) + find . -name CMakeFiles | xargs rm -rf + find . -name *.so | xargs rm -rf + find . -name *.o | xargs rm -rf + find . -name Makefile | xargs rm -rf + find . -name cmake_install.cmake | xargs rm -rf + find . -name CMakeCache.txt | xargs rm -rf + find . -name CMakeFiles.txt | xargs rm -rf + rm -rf Makefile + rm -rf install_manifest.txt + rm -rf org.tizen.setting.desktop + rm -rf *.so + + for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ + rm -f $${f%.in}; \ + done + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/wavplayer. + cd $(CMAKE_TMP_DIR) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs +# dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link +# dh_strip + dh_strip --dbg-package=org.tizen.setting-dbg + dh_compress + dh_fixperms +# dh_perl + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/include/setting-debug.h b/include/setting-debug.h new file mode 100755 index 0000000..15dee80 --- /dev/null +++ b/include/setting-debug.h @@ -0,0 +1,217 @@ +/* + * setting + * + * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * + * This file is part of org.tizen.setting + * Written by Hyejin Kim + * + * PROPRIETARY/CONFIDENTIAL + * + * This software is the confidential and proprietary information of + * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not + * disclose such Confidential Information and shall use it only in + * accordance with the terms of the license agreement you entered + * into with SAMSUNG ELECTRONICS. + * + * SAMSUNG make no representations or warranties about the suitability + * of the software, either express or implied, including but not limited + * to the implied warranties of merchantability, fitness for a particular + * purpose, or non-infringement. SAMSUNG shall not be liable for any + * damages suffered by licensee as a result of using, modifying or + * distributing this software or its derivatives. + * + */ +/** + * @defgroup setting-debug + * setting debug utility + */ + +#ifndef _SETTING_DEBUG_H_ +#define _SETTING_DEBUG_H_ +#include + +#define SETTING_USING_PLATFORM_DBG +#ifdef SETTING_USING_PLATFORM_DBG +#include +#ifdef LOG_TAG +#undef LOG_TAG +#endif + + +#define LOG_TAG "SETTING" +#endif + + +#if !defined(LOCALEDIR) +#define LOCALEDIR "/opt/apps/org.tizen.setting/res/locale" +#endif + +#if !defined(EDJDIR) +#define EDJDIR "/opt/apps/org.tizen.setting/res/edje" +#endif + +#define SUPPORT_BOTTOM_BTNS 1 + +#define REMOVE_BACK_BUTTON_MAIN 0 + +/*macros to control program flow*/ +#define SUPPORT_MORE_ITEM_FUNCTION 0 +#define SUPPORT_RUN_SYSTEM_COMMAND 0 +#define SUPPORT_DYNAMIC_THEME_CHANGING 0 + + +#define SETTING_ENABLE_TRACE + +#ifdef SETTING_ENABLE_TRACE + #ifdef SETTING_USING_PLATFORM_DBG + #define SETTING_TRACE_DEBUG(fmt, arg...) \ + do {\ + LOGD("\n\033[0;32mDEBUG: " fmt "\033[0m\t%s:%d\n", \ + ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }while(0); + + #define SETTING_TRACE(fmt, arg...) \ + do {\ + LOGI("\n\033[0;36m" fmt "\033[0m\t%s:%d\n", \ + ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }while(0); + + #define SETTING_TRACE_WARNING(fmt, arg...) \ + do {\ + LOGW("\033[0;33mWARRING: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }while(0); + + #define SETTING_TRACE_ERROR(fmt, arg...) \ + do {\ + LOGE("\033[0;31mERROR: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }while(0); + #define SETTING_TRACE_BEGIN do {\ + {\ + LOGD("\n\033[0;35mENTER FUNCTION: %s. \033[0m\t%s:%d\n", \ + __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }\ + }while(0); + + #define SETTING_TRACE_END do {\ + {\ + LOGD("\n\033[0;35mEXIT FUNCTION: %s. \033[0m\t%s:%d\n", \ + __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }\ + }while(0); + #else + #define SETTING_TRACE(fmt, arg...) \ + do {\ + printf("\n[SETTING]\033[0;36m" fmt "\033[0m\t%s:%d\n", \ + ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }while(0); + + + #define SETTING_TRACE_DEBUG(fmt, arg...) \ + do {\ + printf("\n[SETTING]\033[0;32mDEBUG: " fmt "\033[0m\t%s:%d\n", \ + ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }while(0); + + #define SETTING_TRACE_WARNING(fmt, arg...) \ + do {\ + {\ + printf("[SETTING]\033[0;33mWARRING: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);}\ + }while(0); + + #define SETTING_TRACE_ERROR(fmt, arg...) \ + do {\ + {fprintf(stderr, "[SETTING]\033[0;31mERROR: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);}\ + }while(0); + + #define SETTING_TRACE_BEGIN do {\ + {\ + printf("\n[SETTING]\033[0;35mENTER FUNCTION: %s. \033[0m\t%s:%d\n", \ + __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }\ + }while(0); + + #define SETTING_TRACE_END do {\ + {\ + printf("\n[SETTING]\033[0;35mEXIT FUNCTION: %s. \033[0m\t%s:%d\n", \ + __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\ + }\ + }while(0); + #endif +#else + #define SETTING_TRACE(fmt, arg...) + #define SETTING_TRACE_DEBUG(fmt, arg...) + #define SETTING_TRACE_WARNING(fmt, arg...) + #define SETTING_TRACE_ERROR(fmt, arg...) + #define SETTING_TRACE_BEGIN + #define SETTING_TRACE_END +#endif + +#define setting_retvm_if(expr, val, fmt, arg...) do { \ + if(expr) { \ + SETTING_TRACE_ERROR(fmt, ##arg); \ + return (val); \ + } \ + } while (0); + +#define setting_retm_if(expr, fmt, arg...) do { \ + if(expr) { \ + SETTING_TRACE_ERROR(fmt, ##arg); \ + return; \ + } \ + } while (0); + +#ifndef retm_if +#define retm_if setting_retm_if +#endif +#ifndef retvm_if +#define retvm_if setting_retvm_if +#endif + +#ifndef retv_if +#define retv_if(expr, val) do { \ + if(expr) { \ + return (val); \ + } \ +} while (0) +#endif +#ifndef ret_if +#define ret_if(expr) do { \ + if(expr) { \ + return ; \ + } \ +} while (0) +#endif + +#define __FREE(del, arg) do { \ + if(arg) { \ + del((void *)(arg)); /*cast any argument to (void*) to avoid build warring*/\ + arg = NULL; \ + } \ + } while (0); +#define FREE(arg) __FREE(free, arg) +#define G_FREE(arg) __FREE(g_free, arg) + + +////// +//a trick:To manager back pointer. eg, +//For using genlist, whenever Setting side and Genlist side both keep pointers +//to a same block memory(here is genlis item data via calloc), must use __BACK_POINTER_SET to +//bind the Setting side point into the Genlist side pointer +#define __BACK_POINTER_SET(pData) do { \ + if (pData)\ + {\ + pData->pBack = (void **)(&(pData));\ + }\ + } while (0); + +#define __BACK_POINTER_UNSET(pData) do { \ + if (pData && pData->pBack)/*release Setting side poniter handlers*/\ + {\ + *(pData->pBack) = NULL;\ + }\ + } while (0); + + +#endif /* _SETTING_DEBUG_H_ */ + diff --git a/include/setting-main.h b/include/setting-main.h new file mode 100755 index 0000000..731d299 --- /dev/null +++ b/include/setting-main.h @@ -0,0 +1,74 @@ +/* + * setting + * + * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * + * This file is part of org.tizen.setting + * Written by Hyejin Kim + * + * PROPRIETARY/CONFIDENTIAL + * + * This software is the confidential and proprietary information of + * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not + * disclose such Confidential Information and shall use it only in + * accordance with the terms of the license agreement you entered + * into with SAMSUNG ELECTRONICS. + * + * SAMSUNG make no representations or warranties about the suitability + * of the software, either express or implied, including but not limited + * to the implied warranties of merchantability, fitness for a particular + * purpose, or non-infringement. SAMSUNG shall not be liable for any + * damages suffered by licensee as a result of using, modifying or + * distributing this software or its derivatives. + * + */ +/** + *@defgroup setting-main + *main page displaying list view at launch. + */ +#ifndef __SETTING_MAIN_H__ +#define __SETTING_MAIN_H__ +#include + +void setting_update_gl_item(void* data); + +int setting_main_create(void *cb); +int setting_main_destroy(void *cb); +int setting_main_update(void *cb); + +int setting_main_cleanup(void *cb); + +void setting_main_tapi_event_cb(TelTapiEvent_t *event); + +int setting_main_refresh(void *data); + +void setting_ask_data_roaming_resp_cb(void *data, Evas_Object *obj, + void *event_info); +void setting_main_list_mouse_up_cb(void *data, Evas_Object *eo, + void *event_info); + +void setting_main_sel_list_mouse_up_cb(void *data, Evas_Object *eo, + void *event_info); + +void setting_main_click_list_item_reset_data(void *data, + Evas_Object *obj); + +void setting_main_click_list_default_ug_cb(void *data, Evas_Object *obj, + void *event_info); + +void setting_main_click_list_ex_ug_cb(void *data, Evas_Object *obj, + void *event_info); +void setting_main_click_list_more_cb(void *data, Evas_Object *obj, void *event_info); + +void setting_main_click_list_usb_cb(void *data, Evas_Object *obj, + void *event_info); + +void setting_main_click_list_network_ug_cb(void *data, Evas_Object *obj, + void *event_info); + +void setting_try_save_check_list(void *data); + +void setting_main_click_add_all_cb(void *data, Evas_Object *obj, + void *event_info); + +#endif /* __SETTING_MAIN_H__ */ diff --git a/include/setting-more-menu.h b/include/setting-more-menu.h new file mode 100755 index 0000000..37edec5 --- /dev/null +++ b/include/setting-more-menu.h @@ -0,0 +1,34 @@ +/* + * setting + * + * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * + * This file is part of org.tizen.setting + * Written by Hyejin Kim + * + * PROPRIETARY/CONFIDENTIAL + * + * This software is the confidential and proprietary information of + * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not + * disclose such Confidential Information and shall use it only in + * accordance with the terms of the license agreement you entered + * into with SAMSUNG ELECTRONICS. + * + * SAMSUNG make no representations or warranties about the suitability + * of the software, either express or implied, including but not limited + * to the implied warranties of merchantability, fitness for a particular + * purpose, or non-infringement. SAMSUNG shall not be liable for any + * damages suffered by licensee as a result of using, modifying or + * distributing this software or its derivatives. + * + */ +#ifndef __SETTING_MORE_MENU_H__ +#define __SETTING_MORE_MENU_H__ + +#include + +static void setting_more_menu_click_softkey_cancel_cb(void *data, + Evas_Object *obj, + void *event_info); + +#endif /* __SETTING_MORE_MENU_H__ */ diff --git a/include/setting.h b/include/setting.h new file mode 100644 index 0000000..baa7ed8 --- /dev/null +++ b/include/setting.h @@ -0,0 +1,173 @@ +/* + * setting + * + * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * + * This file is part of org.tizen.setting + * Written by Hyejin Kim + * + * PROPRIETARY/CONFIDENTIAL + * + * This software is the confidential and proprietary information of + * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not + * disclose such Confidential Information and shall use it only in + * accordance with the terms of the license agreement you entered + * into with SAMSUNG ELECTRONICS. + * + * SAMSUNG make no representations or warranties about the suitability + * of the software, either express or implied, including but not limited + * to the implied warranties of merchantability, fitness for a particular + * purpose, or non-infringement. SAMSUNG shall not be liable for any + * damages suffered by licensee as a result of using, modifying or + * distributing this software or its derivatives. + * + */ +/**** + *@defgroup setting-app + *entry point of Setting application + */ +#ifndef __SETTING_H__ +#define __SETTING_H__ + +#include + +#include +#include +#include + + +/* TAPI*/ +#include +#include + +#include +#include + +#define EDIT_PREFERRED_STR "IDS_ST_BUTTON2_EDIT_PREFERRED" +#define PREFERRED_STR "IDS_ST_TAB_PREFERRED" +#define ALL_STR "IDS_ST_OPT_ALL" +#define SETTING_MAX_PID_LEN 128 + +/** +* @brief +*/ +typedef enum _setting_view_type { + SETTING_VIEW_MAIN = 0, + SETTING_VIEW_CONNECTIVE_MORE, + SETTING_VIEW_SYSTEM_MORE, + SETTING_VIEW_ALL_CHECK = 9, +} Setting_View_Type; + +typedef void (*menu_list_load_fn) (void *data); +typedef void (*menu_list_load_fn2) (void *, Cfg_Item_Position, Evas_Object *); + +typedef enum _List_Load_Func_Type { + Func_Type_Connectivity = 0, + Func_Type_System = 1, + Func_Type_Apps = 2, + Func_Type_DownApp = 3, + Func_Type_MAX +} List_Load_Func_Type; + +typedef enum _MAIN_PROFILE_Type { + MAIN_PROFILE_PREFERRED = 0, + MAIN_PROFILE_ALL = 1, + MAIN_PROFILE_MAX +} MAIN_PROFILE_Type; + +typedef enum _Update_GL_Item_Type { + GL_ITEM_WIFI = 0, + GL_ITEM_BT, + GL_ITEM_MAP, + GL_ITEM_USB, + GL_ITEM_THEME, + + GL_ITEM_ROAMING, + GL_ITEM_ROTATION, + + GL_ITEM_MAX +} Update_GL_Item_Type; + +#define VCONF_KEY_EVENT_ARR_SIZE 11 +typedef struct _vconf_key_change_event +{ + // member data + char *in_key[VCONF_KEY_EVENT_ARR_SIZE]; + vconf_callback_fn cb[VCONF_KEY_EVENT_ARR_SIZE]; + // member functions + int (*listen)(struct _vconf_key_change_event* me, void* data); + int (*unlisten)(struct _vconf_key_change_event* me, void* data); +}vconf_key_change_event; + +/** +* @brief main view context +*/ +typedef struct _setting_main_appdata { + struct ui_gadget *ug; + Eina_Bool bAppPause; + Eina_Bool updateItems[GL_ITEM_MAX]; + + Evas *evas; + Evas_Object *win_main; + + Evas_Object *controllbar_all_check; + Evas_Object *gl_sel_all; + + menu_list_load_fn load_fns[Func_Type_MAX]; + MAIN_PROFILE_Type profile_type; + + Evas_Object *navibar_main; + + Evas_Object *ly_main; /**< seting view main */ + Setting_View_Type view_load; + Evas_Object *genlist_load; + + Elm_Object_Item *edit_item; + Elm_Object_Item *segment_all; + Elm_Object_Item *segment_preferred; + + bool need_register; + bool isInUGMode; + + /* special layout */ + Setting_GenGroupItem_Data *data_wifi; + Setting_GenGroupItem_Data *data_bt; + Setting_GenGroupItem_Data *data_roaming; + Setting_GenGroupItem_Data *data_rotationMode; + Setting_GenGroupItem_Data *data_mobileApp; + + Setting_GenGroupItem_Data *data_usbcon; + Setting_GenGroupItem_Data *data_theme; + + Setting_GenGroupItem_Data *data_moreSystem; + Setting_GenGroupItem_Data *data_moreConnect; + + Setting_View_Type view_type; + + Evas_Object *main_genlist; /**< genlist in main page */ + Evas_Object *all_check_genlist; + + Elm_Genlist_Item_Class itc[GENDIAL_Type_MAX]; + + Eina_List *item_check_list; + Setting_GenGroupItem_Data *check_all_item; + /* Animation effect for Ui-Gadget. */ + Evas_Object *ly; + + Evas_Object *data_roaming_popup; + + // listen / unlisten code + vconf_key_change_event vk_events; + +} setting_main_appdata; + +/* launch view */ +extern setting_view setting_view_main; +extern setting_view setting_view_more_menu; +extern void __load_connectivity_menu_list(void *data, Cfg_Item_Position inputPos, Evas_Object *genlist); +extern void __load_system_menu_list(void *data, Cfg_Item_Position inputPos, Evas_Object *genlist); + +void signal_hide_finished(void *data, Evas_Object *obj, const char *emission, + const char *source); + +#endif /* __SETTING_H__ */ diff --git a/org.tizen.setting.desktop.in b/org.tizen.setting.desktop.in new file mode 100755 index 0000000..e5a2dcf --- /dev/null +++ b/org.tizen.setting.desktop.in @@ -0,0 +1,22 @@ +Name=Settings +Name[en_US]=Settings +Name[ko_KR]=설정 +Name[de_DE]=Einstellungen +Name[el_GR]=Ρυθμίσεις +Name[en_GB]=Settings +Name[es_ES]=Ajustes +Name[fr_FR]=Paramètres +Name[it_IT]=Impostazioni +Name[nl_NL]=Instellingen +Name[pt_PT]=Definições +Name[ru_RU]=Настройки +Name[tk]=Ayarlar +Type=Application +Exec=${PREFIX}/bin/setting +Icon=org.tizen.setting.png +Comment=Setting application +NoDisplay=False +Version=0.9.0 +X-TIZEN-TaskManage=True +X-TIZEN-Multiple=False +X-TIZEN-Removable=False diff --git a/org.tizen.setting.png b/org.tizen.setting.png new file mode 100644 index 0000000000000000000000000000000000000000..b898e1d8fbd2600b629295c2a7b17336d3093864 GIT binary patch literal 12365 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 + + + + + + +

License: AFLv2.1, GPLv2
+Packages: dbus, libdbus-1-0, libdbus-glib-1-2 +

License: AFLv2, LGPLv2.0
+Packages: libxdgmime +

License: Apache License v2.0
+Packages: alarm-server, appsvc-tool, bluetooth-frwk-agent, bluetooth-frwk-test, bluetooth-share, capi-appfw-app-manager, capi-appfw-application, capi-base-common-dev, capi-content-media-content, capi-location-geocoder, capi-location-manager, capi-media-audio-io, capi-media-camera, capi-media-image-util, capi-media-player, capi-media-radio, capi-media-recorder, capi-media-sound-manager, capi-media-tone-player, capi-media-wav-player, capi-messaging-email, capi-messaging-mms, capi-messaging-sms, capi-network-bluetooth, capi-network-connection, capi-network-nfc, capi-social-calendar, capi-social-call-log, capi-social-contacts, capi-system-device, capi-system-haptic, capi-system-info, capi-system-power, capi-system-runtime-info, capi-system-sensor, capi-telephony-call, capi-telephony-network-info, capi-telephony-sim, capi-ui-efl-util, capi-uix-feedback, capi-uix-tts, org.tizen.bluetooth, org.tizen.bluetooth-headers, org.tizen.bluetooth-share-ui, org.tizen.bt-appsvc, org.tizen.bt-syspopup, org.tizen.idle-lock, org.tizen.voicerecorder, contacts-service-bin, default-fonts-fc-sdk, default-fonts-sdk, dlogutil-bin, drm-service-0, efl-theme-tizen, efl-theme-tizen-black, efl-theme-tizen-black-hd, efl-theme-tizen-hd, gps-manager, ise-engine-default, libail-0, libalarm-0, libapp-checker-0, libapp-checker-server-0, libappcore-common-0, libappcore-efl-0, libappsvc-0, libaul-1, libaul-1-executable, libbluetooth-engine-0, libbluetooth-frwk-0, libbundle-0, libcamsrcjpegenc, libcamsrcjpegenc-sw-libjpeg, libcert-svc-0, libconnectivity-device-interface-0, libcontacts-service, libdevman-0, libdlog-0, libdownload-agent-0, libheynoti-0, libmedia-service, libmedia-thumbnail, libmedia-utils, libmm-common, libmm-fileinfo, libmm-imgp-gstcs, libmm-log, libmm-player, libmm-radio, libmm-session-0, libmm-sound-0, libmm-sound-tool, libmm-ta, libmm-utility, libopencore-amrnb, libopencore-amrwb, libprivilege-control-0, librua-0, libsecurity-server-client-0, libslp-calendar-0, libslp-db-util-0, libslp-location, libslp-sensor-0, libslp-setting-0, libslp-sysman, libslp-tapi-0, libslp-utilx-0, libss-client-0, libstt, libsvi-0, libsys-assert-0, libtts, libug-setting-bluetooth-efl, libug-setting-manage-applications-efl-0, libui-gadget-0, libui-idlecapture-0, libuw-imap-toolkit-0, libvconf-0, location-geoclue-gpsd, location-geoclue-nominatim, location-gps-manager, media-data-sdk, media-server, media-thumbnail-server, mm-fileinfo-tools, mmfw-sysconf-cleansdk-target, mmfw-sysconf-simulator, nitz, opengl-es, opengl-es-virtual-drv, security-server, sonet0, ss-server, starter, svi-data-sdk, telephony-server, wrt, wrt-plugins-common, wrt-plugins-tizen, wrt-plugins-wac, wrt-test, openssh-client, openssh-server +

Licence: BSD
+Packages: libuuid1 +

License: New BSD
+Packages: gpsd, libelektra-dev, libgps19, libiri, libjpeg-turbo, libogg0, libspeex1, libspeexdsp1, libtheora0, libvorbis0a, libvorbisenc2, libvorbisfile3, speex, ssh, strace +

Licence: Simplified BSD
+Packages: e17, e17-data, e17-extra-modules, e17-misc, expedite, libecore, libecore-bin, libecore-con, libecore-config, libecore-data, libecore-doc, libecore-evas, libecore-fb, libecore-file, libecore-imf, libecore-input, libecore-ipc, libecore-x, libedbus, libedje, libedje-doc, libeet-bin, libeet-doc, libeet1, libefreet, libefreet-doc, libevas, libevas-doc, libevas-engines, libevas-engines-extras +

License: bzip2
+Packages: libbz2-1.0, bzip2 +

License: BSD, GPLv2
+Packages: wpasupplicant +

License: New BSD, GPLv3
+Packages: libcap2, libcap2-bin +

License: Simplified BSD, GPLv2
+Packages: libedje-bin +

License: Simplified BSD, Small/Pawn License
+Packages: libembryo-bin, libembryo-doc, libembryo0 +

License: Simplified BSD, Motorola, New BSD
+Packages: liboil0.3 +

License: Google, New BSD
+Packages: libpcre +

License: perl License
+Packages: libperl5.10, perl, perl-base, perl-debug, perl-doc, perl-modules, perl-suid +

License: GPLv2
+Packages: apt, bash, default-files-slp, login, mtd-utils, passwd, alsa-utils, base-files, base-passwd, bluez, busybox, busybox-symlinks-adduser, busybox-symlinks-adjtimex, busybox-symlinks-binutils, busybox-symlinks-bridge-utils, busybox-symlinks-bsdmainutils, busybox-symlinks-busybox, busybox-symlinks-bzip2, busybox-symlinks-console-tools, busybox-symlinks-cpio, busybox-symlinks-cron, busybox-symlinks-daemontools, busybox-symlinks-dc, busybox-symlinks-dnsutils, busybox-symlinks-dosfstools, busybox-symlinks-ed, busybox-symlinks-eject, busybox-symlinks-fbset, busybox-symlinks-fdflush, busybox-symlinks-hdparm, busybox-symlinks-ifupdown, busybox-symlinks-initscripts, busybox-symlinks-ipcalc, busybox-symlinks-iproute, busybox-symlinks-ipsvd, busybox-symlinks-iputils-arping, busybox-symlinks-iputils-ping, busybox-symlinks-klogd, busybox-symlinks-loadlin, busybox-symlinks-lrzsz, busybox-symlinks-lzma, busybox-symlinks-lzop, busybox-symlinks-module-init-tools, busybox-symlinks-mtd-utils, busybox-symlinks-net-tools, busybox-symlinks-openbsd-inetd, busybox-symlinks-passwd, busybox-symlinks-patch, busybox-symlinks-ppp, busybox-symlinks-procps, busybox-symlinks-psmisc, busybox-symlinks-rdate, busybox-symlinks-realpath, busybox-symlinks-rpm, busybox-symlinks-runit, busybox-symlinks-sharutils, busybox-symlinks-ssmtp, busybox-symlinks-sysklogd, busybox-symlinks-telnetd, busybox-symlinks-tftp, busybox-symlinks-time, busybox-symlinks-tofrodos, busybox-symlinks-udhcpc, busybox-symlinks-udhcpd, busybox-symlinks-unzip, busybox-symlinks-vlan, busybox-symlinks-vlock, busybox-symlinks-watchdog, busybox-symlinks-wget, busybox-symlinks-xterm, busybox-symlinks-zcip, connman, e2fsck-static, execstack, gnupg, gpgv, ifupdown, initscripts, insserv, iptables, lib64readline5, libbluetooth3, libc-bin, libc-dev-bin, libc6, libc6-i686, libc6-prof, libelfg0, libfuse-dev, libgstreamer-plugins-base0.10-0, libgudev-1.0-0, liblzo2-2, libpci3, libreadline5, libudev0, linux-base, linux-headers-2.6.36-trunk-all, linux-headers-2.6.36-trunk-all-armel, linux-headers-2.6.36-trunk-common, linux-headers-2.6.36-trunk-u1, linux-image-2.6.36-trunk-u1, linux-kbuild-2.6.36, linux-source-2.6.36, locales, lsb-base, ltrace, mawk, module-init-tools, netbase, obexd, oprofile, pciutils, pkg-config, prelink, procps, psmisc, ragel, readline-common, rlfe, locales-init, shared-mime-info, simulator-opengl-dev, smackutils, system-plugin-slp, sysv-rc, sysvinit, sysvinit-utils, u-boot, u-boot-tools, udev, usbutils, valgrind, tzdata-slp, fakeroot +

License: GPLv2, LGPLv2.1
+Packages: attr, acl, libacl1, libattr1 +

License: GPLv3
+Packages: fixincludes, gdb, gdbserver, binutils, binutils-gold, binutils-multiarch, cpp-4.5, g++-4.5, gcc-4.5, gcc-4.5-locales, gcc-4.5-source, libblkid1, libgcc1, libgomp1, libmpfr4, libmudflap0, boot-console-init, boot-telnet-init, uuid-runtime +

License: GPLv3, LGPLv2.1
+Packages: libidn11 +

License: GPLv3, LGPLv3
+Packages: libgmp10, libgmpxx4ldbl +

License: LGPLv2.0
+Packages: gconf-dbus-utils, geoclue, geoclue-gpsd, geoclue-nominatim, glib-networking, gstreamer-tools, gstreamer0.10-plugins-base, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-ugly, gstreamer0.10-tools, gstreamer0.10-x, libfreealut, libfribidi0, libgconf-dbus, libgeoclue, libglib2.0-0, libglib2.0-0-refdbg, libglib2.0-bin, libglib2.0-data, libglib2.0-dev, libglib2.0-doc, libgstreamer0.10-0, libopenal-soft, libpango1.0, libpango1.0-common, libsoup2.4 +

License: LGPLv2.1
+Packages: alsa-scenario-scn-data-0, alsa-scenario-scn-data-0-base, alsa-scenario-scn-data-0-mc1n2, check, dialog, elm-misc, gstreamer0.10-alsa, gstreamer0.10-ffmpeg, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ext, gstreamer0.10-plugins-good, libaccounts-svc-0, libascenario-0, libasound2, libavcodec, libavformat, libavutil, libc6-dev, libeina, libeina-doc, libethumb, libethumb-bin, libexif12, libgcrypt11, libgnutls26, libgpg-error0, libisf-bin, libjson-glib, libmpc2, libnotification-0, libopenobex1, libpulse0, libsmack-0, libsndfile1, libsocial-service-0, libswscale, libusb-0.1-4, libwbxml2-0, libwbxml2-utils, location-geoclue-pdr, location-geoclue-xps, pulseaudio, pulseaudio-module-bluetooth, pulseaudio-utils, sndfile-programs, sqlfs-bin, libelm, libelm-bin +

License: LGPLv2.1, Mozilla Public License 1.1
+Packages: libcairo2 +

License: libpng License
+Packages: libpng12-0, libpng3 +

License: ICU License
+Packages: icu-doc, libicu +

License: MIT/X Consortium License
+Packages: libexpat1, expat +

License: MIT License
+Packages: fontconfig, fontconfig-config, giflib-tools, iniparser, libcurl, libcurl3, libdmx1, libdri2, libdrm-slp1, libdrm2, libfontconfig1, libfontenc1, libgif4, libharfbuzz, libice6, libkms1, liblua5.1-0, liboauth, libpciaccess0, libpixman-1-0, libpthread-stubs0, libsm6, libungif-bin, libungif4g, libx11-6, libx11-data, libx11-xcb1, libxau6, libxaw7, libxcb-atom1, libxcb-aux0, libxcb-composite0, libxcb-damage0, libxcb-dpms0, libxcb-dri2-0, libxcb-event1, libxcb-glx0, libxcb-icccm1, libxcb-image0, libxcb-keysyms1, libxcb-property1, libxcb-randr0, libxcb-record0, libxcb-render-util0, libxcb-render0, libxcb-reply1, libxcb-res0, libxcb-screensaver0, libxcb-shape0, libxcb-shm0, libxcb-sync0, libxcb-xevie0, libxcb-xf86dri0, libxcb-xfixes0, libxcb-xinerama0, libxcb-xprint0, libxcb-xtest0, libxcb-xv0, libxcb-xvmc0, libxcb1, libxcomposite1, libxcursor1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxfont1, libxft2, libxgesture0, libxi6, libxinerama1, libxkbfile1, libxml2, libxml2-0, libxml2-doc, libxml2-utils, libxmlsec1, libxmlsec1-openssl, libxmu-headers, libxmu6, libxmuu1, libxpm4, libxrandr2, libxrender1, libxres1, libxslt1.1, libxt6, libxtrap6, libxtst6, libxv1, libxxf86dga1, libxxf86misc1, libxxf86vm1, lua5.1, lua5.1-doc, python-xcbgen, x11-apps, x11-common, x11-utils, x11-xkb-utils, x11-xserver-utils, x11proto-bigreqs-dev, x11proto-composite-dev, x11proto-core-dev, x11proto-damage-dev, x11proto-dmx-dev, x11proto-dri2-dev, x11proto-fixes-dev, x11proto-fontcache-dev, x11proto-fonts-dev, x11proto-gesture-dev, x11proto-input-dev, x11proto-kb-dev, x11proto-randr-dev, x11proto-record-dev, x11proto-render-dev, x11proto-resource-dev, x11proto-scrnsaver-dev, x11proto-trap-dev, x11proto-video-dev, x11proto-xcmisc-dev, x11proto-xext-dev, x11proto-xf86bigfont-dev, x11proto-xf86dga-dev, x11proto-xf86dri-dev, x11proto-xf86misc-dev, x11proto-xf86vidmode-dev, x11proto-xinerama-dev, xbitmaps, xcb-proto, xfonts-utils, xinit, xinput, xkb-data, xkb-data-i18n, xpmutils, xrestop, xserver-common, xserver-xorg-core, xserver-xorg-input-evdev, xserver-xorg-input-evdev-multitouch, xserver-xorg-input-gesture, xserver-xorg-misc-emulfb, xserver-xorg-tools, xserver-xorg-video-emulfb, xtrans-dev, xutils-dev +

License: ISC(Internet Software Consortium)
+Packages: rfkill +

License: MIT, ISC(Internet Software Consortium)
+Packages: libc-ares2 +

License: OpenSSL License
+Packages: libssl-dev, libssl1.0.0, openssl +

License: Red Hat Software
+Packages: popt +

License: Zlib license
+Packages: zlib-bin, zlib1g, zlib1g-dev, libbullet-0 +

License: FreeType License or GPLv2
+Packages: libfreetype6 +

License: bzip2
+Packages: libbz2-1.0, bzip2 +

License: Samsung Proprietary
+Packages: org.tizen.sat-ui, geoclue-pdr, geoclue-xps, libslp-lbs-plugin-csr, boot-network-init +

License: Apachev2.0, MIT, CPOL
+Packages: wrt-commons +

License: libjpeg license
+Packages: libjpeg-progs +

License: ncurse license
+Packages: ncurses-bin, ncurses-term, ncurse license, libncurses5 +

License: GCC 4.5 License
+Packages: libstdc++6 +

+
+The Academic Free License v. 2.1 +

This Academic Free License (the "License") applies to any original work of authorship +(the "Original Work") whose owner (the "Licensor") has placed the following notice immediately +following the copyright notice for the Original Work: +

Licensed under the Academic Free License version 2.1 +

    +
  1. Grant of Copyright License. Licensor hereby grants You a +world-wide, royalty-free, non-exclusive, perpetual, sublicenseable +license to do the following:
  2. to reproduce the Original Work in copies;
  3. to prepare derivative works ("Derivative Works") based upon the Original Work;
  4. to distribute copies of the Original Work and Derivative Works to the public;
  5. to perform the Original Work publicly; and
  6. to display the Original Work publicly.
  7. Grant of Patent License. Licensor hereby grants You a world-wide, +royalty-free, non-exclusive, perpetual, sublicenseable license, under +patent claims owned or controlled by the Licensor that are embodied in +the Original Work as furnished by the Licensor, to make, use, sell and +offer for sale the Original Work and Derivative Works.
  8. Grant of Source Code License. The term "Source Code" means the +preferred form of the Original Work for making modifications to it and +all available documentation describing how to modify the Original +Work. Licensor hereby agrees to provide a machine-readable copy of the +Source Code of the Original Work along with each copy of the Original +Work that Licensor distributes. Licensor reserves the right to satisfy +this obligation by placing a machine-readable copy of the Source Code +in an information repository reasonably calculated to permit +inexpensive and convenient access by You for as long as Licensor +continues to distribute the Original Work, and by publishing the +address of that information repository in a notice immediately +following the copyright notice that applies to the Original Work.
  9. Exclusions From License Grant. Neither the names of Licensor, nor +the names of any contributors to the Original Work, nor any of their +trademarks or service marks, may be used to endorse or promote +products derived from this Original Work without express prior written +permission of the Licensor. Nothing in this License shall be deemed to +grant any rights to trademarks, copyrights, patents, trade secrets or +any other intellectual property of Licensor except as expressly stated +herein. No patent license is granted to make, use, sell or offer to +sell embodiments of any patent claims other than the licensed claims +defined in Section 2. No right is granted to the trademarks of +Licensor even if such marks are included in the Original Work. Nothing +in this License shall be interpreted to prohibit Licensor from +licensing under different terms from this License any Original Work +that Licensor otherwise would have a right to license.
  10. This section intentionally omitted.
  11. Attribution Rights. You must retain, in the Source Code of any +Derivative Works that You create, all copyright, patent or trademark +notices from the Source Code of the Original Work, as well as any +notices of licensing and any descriptive text identified therein as an +"Attribution Notice." You must cause the Source Code for any +Derivative Works that You create to carry a prominent Attribution +Notice reasonably calculated to inform recipients that You have +modified the Original Work.
  12. Warranty of Provenance and Disclaimer of Warranty. Licensor +warrants that the copyright in and to the Original Work and the patent +rights granted herein by Licensor are owned by the Licensor or are +sublicensed to You under the terms of this License with the permission +of the contributor(s) of those copyrights and patent rights. Except as +expressly stated in the immediately proceeding sentence, the Original +Work is provided under this License on an "AS IS" BASIS and WITHOUT +WARRANTY, either express or implied, including, without limitation, +the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL +WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential +part of this License. No license to Original Work is granted hereunder +except under this disclaimer.
  13. Limitation of Liability. Under no circumstances and under no legal +theory, whether in tort (including negligence), contract, or +otherwise, shall the Licensor be liable to any person for any direct, +indirect, special, incidental, or consequential damages of any +character arising as a result of this License or the use of the +Original Work including, without limitation, damages for loss of +goodwill, work stoppage, computer failure or malfunction, or any and +all other commercial damages or losses. This limitation of liability +shall not apply to liability for death or personal injury resulting +from Licensor'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.
  14. Acceptance and Termination. If You distribute copies of the +Original Work or a Derivative Work, You must make a reasonable effort +under the circumstances to obtain the express assent of recipients to +the terms of this License. Nothing else but this License (or another +written agreement between Licensor and You) grants You permission to +create Derivative Works based upon the Original Work or to exercise +any of the rights granted in Section 1 herein, and any attempt to do +so except under the terms of this License (or another written +agreement between Licensor and You) is expressly prohibited by +U.S. copyright law, the equivalent laws of other countries, and by +international treaty. Therefore, by exercising any of the rights +granted to You in Section 1 herein, You indicate Your acceptance of +this License and all of its terms and conditions.
  15. Termination for Patent Action. This License shall terminate +automatically and You may no longer exercise any of the rights granted +to You by this License as of the date You commence an action, +including a cross-claim or counterclaim, against Licensor or any +licensee alleging that the Original Work infringes a patent. This +termination provision shall not apply for an action alleging patent +infringement by combinations of the Original Work with other software +or hardware.
  16. Jurisdiction, Venue and Governing Law. Any action or suit relating +to this License may be brought only in the courts of a jurisdiction +wherein the Licensor resides or in which Licensor conducts its primary +business, and under the laws of that jurisdiction excluding its +conflict-of-law provisions. The application of the United Nations +Convention on Contracts for the International Sale of Goods is +expressly excluded. Any use of the Original Work outside the scope of +this License or after its termination shall be subject to the +requirements and penalties of the U.S. Copyright Act, 17 U.S.C. A§ 101 +et seq., the equivalent laws of other countries, and international +treaty. This section shall survive the termination of this License.
  17. Attorneys Fees. In any action to enforce the terms of this License +or seeking damages relating thereto, the prevailing party shall be +entitled to recover its costs and expenses, including, without +limitation, reasonable attorneys' fees and costs incurred in +connection with such action, including any appeal of such action. This +section shall survive the termination of this License.
  18. Miscellaneous. This License represents the complete agreement +concerning the 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.
  19. Definition of "You" in This License. "You" throughout this +License, whether in upper or lower case, means an individual or a +legal entity exercising rights under, and complying with all of the +terms of, this License. For legal entities, "You" includes any entity +that controls, is controlled by, or is under common control with +you. For purposes of this definition, "control" means (i) the power, +direct or indirect, to cause the direction or management of such +entity, whether by contract or otherwise, or (ii) ownership of fifty +percent (50%) or more of the outstanding shares, or (iii) beneficial +ownership of such entity.
  20. Right to Use. You may use the Original Work in all ways not +otherwise restricted or conditioned by this License or by law, and +Licensor promises not to interfere with or be responsible for such +uses by You.
+

This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights +reserved. Permission is hereby granted to copy and distribute this +license without modification. This license may not be modified without +the express written permission of its copyright owner. +

+

--
+END OF ACADEMIC FREE LICENSE. The following is intended to describe the essential +differences between the Academic Free License (AFL) version 1.0 and other +open source licenses: +

The Academic Free License is similar to the BSD, MIT, UoI/NCSA and Apache +licenses in many respects but it is intended to solve a few problems with +those licenses. +

    +
  • The AFL is written so as to make it clear what software is being +licensed (by the inclusion of a statement following the copyright notice +in the software). This way, the license functions better than a template +license. The BSD, MIT and UoI/NCSA licenses apply to unidentified software.
  • The AFL contains a complete copyright grant to the software. The BSD +and Apache licenses are vague and incomplete in that respect.
  • The AFL contains a complete patent grant to the software. The BSD, MIT, +UoI/NCSA and Apache licenses rely on an implied patent license and contain +no explicit patent grant.
  • The AFL makes it clear that no trademark rights are granted to the +licensor's trademarks. The Apache license contains such a provision, but the +BSD, MIT and UoI/NCSA licenses do not.
  • The AFL includes the warranty by the licensor that it either owns the +copyright or that it is distributing the software under a license. None of +the other licenses contain that warranty. All other warranties are disclaimed, +as is the case for the other licenses.
  • The AFL is itself copyrighted (with the right granted to copy and distribute +without modification). This ensures that the owner of the copyright to the +license will control changes. The Apache license contains a copyright notice, +but the BSD, MIT and UoI/NCSA licenses do not. +
+
+Apache License v2.0 +
+                                    Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +

    +
  1. Definitions.

    "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. +

    "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. +

    "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. +

    "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. +

    "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. +

    "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. +

    "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). +

    "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. +

    "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." +

    "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. +

  2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form.
  3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed.
  4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions:

    (a) You must give any other recipients of the Work or +

    Derivative Works a copy of this License; and +

    (b) You must cause any modified files to carry prominent notices +

    stating that You changed the files; and +

    (c) You must retain, in the Source form of any Derivative Works +

    that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and +

    (d) If the Work includes a "NOTICE" text file as part of its +

    distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. +

    You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. +

  5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions.
  6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file.
  7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License.
  8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages.
  9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability.
+

END OF TERMS AND CONDITIONS +

APPENDIX: How to apply the Apache License to your work. +

+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+

Copyright [yyyy] [name of copyright owner] +

Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at +

http://www.apache.org/licenses/LICENSE-2.0 +

Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +


+Mozilla Public License 1.1 +
+                          MOZILLA PUBLIC LICENSE
+                                Version 1.1
+                              ---------------
+
    +
  1. Definitions.
+

1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. +

1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. +

1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. +

1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. +

1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. +

1.5. "Executable" means Covered Code in any form other than Source + Code. +

1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. +

1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. +

1.8. "License" means this document. +

1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. +

1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: +

    +
  1. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications.
  2. Any new file that contains any part of the Original Code or + previous Modifications.
+

1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. +

1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. +

1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. +

1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. +

2. Source Code License. +

2.1. The Initial Developer Grant.
+ The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property +

+
claims
+
+

(a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and +

(b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). +

(c) 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. +

(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). +

(c) 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. +

(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. +

(c) Representations.
+ Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + 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. +

The Original Code is ______________________________________. +

The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. +

Contributor(s): ______________________________________. +

Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." +

[NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] +


+LGPLv2.0 +
+                  GNU LIBRARY GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+

Copyright (C) 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. +

[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] +

Preamble +

The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. +

This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. +

To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. +

For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. +

Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. +

Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. +

Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. +

Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. +

The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. +

Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. +

However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. +

The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. +

Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. +

GNU LIBRARY GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +

0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". +

A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. +

The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) +

"Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. +

Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. +

    +
  1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library.
+

You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. +

2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: +

    +
  1. The modified work must itself be a software library.
  2. You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change.
  3. You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License.
  4. If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful.
+

(For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) +

These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. +

Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. +

In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. +

3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. +

Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. +

This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. +

4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. +

If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. +

5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. +

However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. +

When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. +

If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) +

Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. +

6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. +

You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: +

    +
  1. 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.)
  2. 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.
  3. 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.
  4. Verify that the user has already received a copy of these + materials or that you have already sent this user a copy.
+

For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. +

It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. +

7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: +

    +
  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License.
  6. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library.
+

If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. +

It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. +

This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. +

12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. +

13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. +

Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. +

14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. +

NO WARRANTY +

15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. +

16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. +

END OF TERMS AND CONDITIONS +

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. +

<one line to give the library's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> +

This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. +

This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. +

You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +

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. +

<signature of Ty Coon>, 1 April 1990
+ Ty Coon, President of Vice +

That's all there is to it! +


+LGPLv2.1 +
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 2.1, February 1999
+

Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. +

[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. +

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. +

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: +

    +
  1. The modified work must itself be a software library.
  2. You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change.
  3. You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License.
  4. If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful.
+

(For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) +

These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. +

Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. +

In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. +

3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. +

Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. +

This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. +

4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. +

If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. +

5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. +

However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. +

When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. +

If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) +

Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. +

6. As an exception to the Sections above, you may also 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: +

    +
  1. 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.)
  2. 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.
  3. 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.
  4. 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.
  5. 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. +

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: +

    +
  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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. +

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 +

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. +

<one line to give the library's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> +

This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. +

This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. +

You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +

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. +

<signature of Ty Coon>, 1 April 1990
+ Ty Coon, President of Vice +

That's all there is to it! +


+LGPLv3 +
+                   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. +

+

This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. +

0. Additional Definitions. +

As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. +

"The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. +

An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. +

A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". +

The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. +

The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. +

    +
  1. Exception to Section 3 of the GNU GPL.
+

You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. +

2. Conveying Modified Versions. +

If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: +

    +
  1. under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or
  2. under the GNU GPL, with none of the additional permissions of + this License applicable to that copy.
  3. Object Code Incorporating Material from Library Header Files.
+

The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: +

    +
  1. Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License.
  2. Accompany the object code with a copy of the GNU GPL and this license + document.
  3. Combined Works.
+

You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: +

    +
  1. Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License.
  2. Accompany the Combined Work with a copy of the GNU GPL and this license + document.
  3. For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document.
  4. Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version.
+

e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) +

5. Combined Libraries. +

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 that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: +

    +
  1. Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License.
  2. Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work.
  3. Revised Versions of the GNU Lesser General Public License.
+

The Free Software Foundation may publish revised and/or new versions +of the GNU 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 as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. +

If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. +


+GPLv1 + +
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
+

Copyright (C) 1989 Free Software Foundation, Inc. +

51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +

Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. +

Preamble +

The license agreements of most software companies try to keep users +at the mercy of those companies. By contrast, our General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. The +General Public License applies to the Free Software Foundation's +software and to any other program whose authors commit to using it. +You can use it for your programs, too. +

When we speak of free software, we are referring to freedom, not +price. Specifically, the General Public License is designed to make +sure that you have the freedom to give away or sell copies of free +software, that you receive source code or can get it if you want it, +that you can change the software or use pieces of it in new free +programs; and that you know you can do these things. +

To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. +

For example, if you distribute copies of a such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must tell them their rights. +

We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. +

Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. +

The precise terms and conditions for copying, distribution and +modification follow. +

GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +

0. This License Agreement applies to any program or other work which +contains a notice placed by the copyright holder saying it may be +distributed under the terms of this General Public License. The +"Program", below, refers to any such program or work, and a "work based +on the Program" means either the Program or any work containing the +Program or a portion of it, either verbatim or with modifications. Each +licensee is addressed as "you". +

    +
  1. You may copy and distribute verbatim copies of the Program's source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this +General Public License and to the absence of any warranty; and give any +other recipients of the Program a copy of this General Public License +along with the Program. You may charge a fee for the physical act of +transferring a copy.
  2. You may modify your copy or copies of the Program or any portion of +it, and copy and distribute such modifications under the terms of Paragraph +1 above, provided that you also do the following:
      +
    1. cause the modified files to carry prominent notices stating that + you changed the files and the date of any change; and
    2. cause the whole of any work that you distribute or publish, that + in whole or in part contains the Program or any part thereof, either + with or without modifications, to be licensed at no charge to all + third parties under the terms of this General Public License (except + that you may choose to grant warranty protection to some or all + third parties, at your option).
    3. If the modified program normally reads commands interactively when + run, you must cause it, when started running for such interactive use + in the simplest and most usual way, to print or display an + announcement including an appropriate copyright notice and a notice + that there is no warranty (or else, saying that you provide a + warranty) and that users may redistribute the program under these + conditions, and telling the user how to view a copy of this General + Public License.
    4. 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.
    +
+

Mere aggregation of another independent work with the Program (or its +derivative) on a volume of a storage or distribution medium does not bring +the other work under the scope of these terms. +

3. You may copy and distribute the Program (or a portion or derivative of +it, under Paragraph 2) in object code or executable form under the terms of +Paragraphs 1 and 2 above provided that you also do one of the following: +

    +
  1. accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of + Paragraphs 1 and 2 above; or,
  2. accompany it with a written offer, valid for at least three + years, to give any third party free (except for a nominal charge + for the cost of distribution) a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of + Paragraphs 1 and 2 above; or,
  3. accompany it with the information you received as to where the + corresponding source code may be obtained. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form alone.)
+

Source code for a work means the preferred form of the work for making +modifications to it. For an executable file, complete source code means +all the source code for all modules it contains; but, as a special +exception, it need not include source code for modules which are standard +libraries that accompany the operating system on which the executable +file runs, or for standard header files or definitions files that +accompany that operating system. +

4. You may not copy, modify, sublicense, distribute or transfer the +Program except as expressly provided under this General Public License. +Any attempt otherwise to copy, modify, sublicense, distribute or transfer +the Program is void, and will automatically terminate your rights to use +the Program under this License. However, parties who have received +copies, or rights to use copies, from you under this General Public +License will not have their licenses terminated so long as such parties +remain in full compliance. +

5. By copying, distributing or modifying the Program (or any work based +on the Program) you indicate your acceptance of this license to do so, +and all its terms and conditions. +

6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the original +licensor to copy, distribute or modify the Program subject to these +terms and conditions. You may not impose any further restrictions on the +recipients' exercise of the rights granted herein. +

7. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. +

Each version is given a distinguishing version number. If the Program +specifies a version number of the license which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +the license, you may choose any version ever published by the Free Software +Foundation. +

8. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. +

NO WARRANTY +

9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. +

10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. +

END OF TERMS AND CONDITIONS +

Appendix: How to Apply These Terms to Your New Programs +

If you develop a new program, and you want it to be of the greatest +possible use to humanity, the best way to achieve this is to make it +free software which everyone can redistribute and change under these +terms. +

To do so, attach the following notices to the program. It is safest to +attach them to the start of each source file to most effectively convey +the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. +

<one line to give the program's name and a brief idea of what it does.> + Copyright (C) 19yy <name of author> +

This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. +

This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +

You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA +

+

Also add information on how to contact you by electronic and paper mail. +

If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: +

Gnomovision version 69, Copyright (C) 19xx name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. +

The hypothetical commands `show w' and `show c' should show the +appropriate parts of the General Public License. Of course, the +commands you use may be called something other than `show w' and `show +c'; they could even be mouse-clicks or menu items--whatever suits your +program. +

You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here a sample; alter the names: +

Yoyodyne, Inc., hereby disclaims all copyright interest in the + program `Gnomovision' (a program to direct compilers to make passes + at assemblers) written by James Hacker. +

<signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice +

That's all there is to it! +


+GPLv2 +
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+

Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. +

Preamble +

The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. +

To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. +

For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. +

We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. +

Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. +

Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. +

The precise terms and conditions for copying, distribution and +modification follow. +

GNU GENERAL PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +

0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". +

Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. +

    +
  1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program.
+

You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. +

2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: +

    +
  1. You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change.
  2. You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License.
  3. If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.)
+

These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. +

Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. +

In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. +

3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: +

    +
  1. Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or,
  2. Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or,
  3. Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.)
+

The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. +

If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. +

4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. +

5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. +

6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. +

7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. +

If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. +

It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. +

This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. +

8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. +

9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. +

Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. +

10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. +

NO WARRANTY +

11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. +

12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. +

END OF TERMS AND CONDITIONS +

How to Apply These Terms to Your New Programs +

If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. +

To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. +

<one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> +

This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. +

This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +

You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +

Also add information on how to contact you by electronic and paper mail. +

If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: +

Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. +

The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. +

You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: +

Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. +

<signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice +

This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. +


+GPLv3 +
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. +

Preamble +

The GNU General Public License is a free, copyleft license for +software and other kinds of works. +

The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. +

To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. +

For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. +

Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. +

For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. +

Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. +

Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. +

The precise terms and conditions for copying, distribution and +modification follow. +

TERMS AND CONDITIONS +

0. Definitions. +

"This License" refers to version 3 of the GNU General Public License. +

"Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. +

"The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. +

To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. +

A "covered work" means either the unmodified Program or a work based +on the Program. +

To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. +

To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. +

An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. +

    +
  1. Source Code.
+

The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. +

A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. +

The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. +

The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. +

The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. +

The Corresponding Source for a work in source code form is that +same work. +

2. Basic Permissions. +

All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. +

You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. +

Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. +

3. Protecting Users' Legal Rights From Anti-Circumvention Law. +

No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. +

When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. +

4. Conveying Verbatim Copies. +

You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. +

You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. +

5. Conveying Modified Source Versions. +

You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: +

    +
  1. The work must carry prominent notices stating that you modified + it, and giving a relevant date.
  2. The work must carry prominent notices stating that it is + released under this License and any conditions added under section +
  3. This requirement modifies the requirement in section 4 to + "keep intact all notices".
  4. You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it.
  5. If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so.
+

A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. +

6. Conveying Non-Source Forms. +

You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: +

    +
  1. Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange.
  2. Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge.
  3. Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b.
  4. Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements.
  5. Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d.
+

A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. +

A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. +

"Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. +

If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). +

The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. +

Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. +

7. Additional Terms. +

"Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. +

When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. +

Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: +

    +
  1. Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or
  2. Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or
  3. Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or
  4. Limiting the use for publicity purposes of names of licensors or + authors of the material; or
  5. Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or
  6. Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors.
+

All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. +

If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. +

Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. +

8. Termination. +

You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). +

However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. +

Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. +

Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. +

9. Acceptance Not Required for Having Copies. +

You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. +

10. Automatic Licensing of Downstream Recipients. +

Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. +

An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. +

You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. +

11. Patents. +

A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". +

A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. +

Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. +

In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. +

If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. +

If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. +

A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. +

Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. +

12. No Surrender of Others' Freedom. +

If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. +

13. Use with the GNU Affero General Public License. +

Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. +

14. Revised Versions of this License. +

The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. +

Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. +

If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. +

Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. +

15. Disclaimer of Warranty. +

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. +

16. Limitation of Liability. +

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. +

17. Interpretation of Sections 15 and 16. +

If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. +

END OF TERMS AND CONDITIONS +

How to Apply These Terms to Your New Programs +

If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. +

To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. +

<one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> +

This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. +

This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. +

You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +

Also add information on how to contact you by electronic and paper mail. +

If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: +

<program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. +

The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". +

You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. +

The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. +


+OpenSSL License + +

LICENSE ISSUES +


+

The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. Actually both licenses are BSD-style + Open Source licenses. In case of any license issues related to OpenSSL + please contact openssl-core@openssl.org. +

OpenSSL License

+

/* ==================================================================== +

    +
  • Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + * +
  • Redistribution and use in source and binary forms, with or without +
  • modification, are permitted provided that the following conditions +
  • are met: + * +
  • 1. Redistributions of source code must retain the above copyright +
  • notice, this list of conditions and the following disclaimer. + * +
  • 2. Redistributions in binary form must reproduce the above copyright +
  • notice, this list of conditions and the following disclaimer in +
  • the documentation and/or other materials provided with the +
  • distribution. + * +
  • 3. All advertising materials mentioning features or use of this +
  • software must display the following acknowledgment: +
  • "This product includes software developed by the OpenSSL Project +
  • for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * +
  • 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to +
  • endorse or promote products derived from this software without +
  • prior written permission. For written permission, please contact +
  • openssl-core@openssl.org. + * +
  • 5. Products derived from this software may not be called "OpenSSL" +
  • nor may "OpenSSL" appear in their names without prior written +
  • permission of the OpenSSL Project. + * +
  • 6. Redistributions of any form whatsoever must retain the following +
  • acknowledgment: +
  • "This product includes software developed by the OpenSSL Project +
  • for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * +
  • THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY +
  • EXPRESSED 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 OpenSSL PROJECT OR +
  • ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +
  • SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +
  • NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +
  • LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +
  • HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, +
  • STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +
  • ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +
  • OF THE POSSIBILITY OF SUCH DAMAGE. +
    + * +
  • This product includes cryptographic software written by Eric Young +
  • (eay@cryptsoft.com). This product includes software written by Tim +
  • Hudson (tjh@cryptsoft.com). + * + */
+

Original SSLeay License

+

/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +

    +
  • All rights reserved. + * +
  • This package is an SSL implementation written +
  • by Eric Young (eay@cryptsoft.com). +
  • The implementation was written so as to conform with Netscapes SSL. + * +
  • This library is free for commercial and non-commercial use as long as +
  • the following conditions are aheared to. The following conditions +
  • apply to all code found in this distribution, be it the RC4, RSA, +
  • lhash, DES, etc., code; not just the SSL code. The SSL documentation +
  • included with this distribution is covered by the same copyright terms +
  • except that the holder is Tim Hudson (tjh@cryptsoft.com). + * +
  • Copyright remains Eric Young's, and as such any Copyright notices in +
  • the code are not to be removed. +
  • If this package is used in a product, Eric Young should be given attribution +
  • as the author of the parts of the library used. +
  • This can be in the form of a textual message at program startup or +
  • in documentation (online or textual) provided with the package. + * +
  • 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 copyright +
  • notice, this list of conditions and the following disclaimer. +
  • 2. Redistributions in binary form must reproduce the above copyright +
  • notice, this list of conditions and the following disclaimer in the +
  • documentation and/or other materials provided with the distribution. +
  • 3. All advertising materials mentioning features or use of this software +
  • must display the following acknowledgement: +
  • "This product includes cryptographic software written by +
  • Eric Young (eay@cryptsoft.com)" +
  • The word 'cryptographic' can be left out if the rouines from the library +
  • being used are not cryptographic related :-). +
  • 4. If you include any Windows specific code (or a derivative thereof) from +
  • the apps directory (application code) you must include an acknowledgement: +
  • "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * +
  • THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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. + * +
  • The licence and distribution terms for any publically available version or +
  • derivative of this code cannot be changed. i.e. this code cannot simply be +
  • copied and put under another distribution licence +
  • [including the GNU Public Licence.] + */ +
+
+Artistic License +

The "Artistic License" +

Preamble +

The intent of this document is to state the conditions under which a +Package may be copied, such that the Copyright Holder maintains some +semblance of artistic control over the development of the package, +while giving the users of the package the right to use and distribute +the Package in a more-or-less customary fashion, plus the right to make +reasonable modifications. +

+
Definitions
+
+

"Package" refers to the collection of files distributed by the +Copyright Holder, and derivatives of that collection of files +created through textual modification. +

"Standard Version" refers to such a Package if it has not been +modified, or has been modified in accordance with the wishes +of the Copyright Holder as specified below. +

"Copyright Holder" is whoever is named in the copyright or +copyrights for the package. +

"You" is you, if you're thinking about copying or distributing +this Package. +

"Reasonable copying fee" is whatever you can justify on the +basis of media cost, duplication charges, time of people involved, +and so on. (You will not be required to justify it to the +Copyright Holder, but only to the computing community at large +as a market that must bear the fee.) +

"Freely Available" means that no fee is charged for the item +itself, though there may be fees involved in handling the item. +It also means that recipients of the item may redistribute it +under the same conditions they received it. +

    +
  1. You may make and give away verbatim copies of the source form of the +Standard Version of this Package without restriction, provided that you +duplicate all of the original copyright notices and associated disclaimers.
  2. You may apply bug fixes, portability fixes and other modifications +derived from the Public Domain or from the Copyright Holder. A Package +modified in such a way shall still be considered the Standard Version.
  3. You may otherwise modify your copy of this Package in any way, provided +that you insert a prominent notice in each changed file stating how and +when you changed that file, and provided that you do at least ONE of the +following:
      +
    1. place your modifications in the Public Domain or otherwise make them + Freely Available, such as by posting said modifications to Usenet or + an equivalent medium, or placing the modifications on a major archive + site such as uunet.uu.net, or by allowing the Copyright Holder to include + your modifications in the Standard Version of the Package.
    2. use the modified Package only within your corporation or organization.
    3. rename any non-standard executables so the names do not conflict + with standard executables, which must also be provided, and provide + a separate manual page for each non-standard executable that clearly + documents how it differs from the Standard Version.
    4. make other distribution arrangements with the Copyright Holder.
    +
  4. You may distribute the programs of this Package in object code or +executable form, provided that you do at least ONE of the following:
      +
    1. distribute a Standard Version of the executables and library files, + together with instructions (in the manual page or equivalent) on where + to get the Standard Version.
    2. accompany the distribution with the machine-readable source of + the Package with your modifications.
    3. give non-standard executables non-standard names, and clearly + document the differences in manual pages (or equivalent), together + with instructions on where to get the Standard Version.
    4. make other distribution arrangements with the Copyright Holder.
    +
  5. You may charge a reasonable copying fee for any distribution of this +Package. You may charge any fee you choose for support of this +Package. You may not charge a fee for this Package itself. However, +you may distribute this Package in aggregate with other (possibly +commercial) programs as part of a larger (possibly commercial) software +distribution provided that you do not advertise this Package as a +product of your own. You may embed this Package's interpreter within +an executable of yours (by linking); this shall be construed as a mere +form of aggregation, provided that the complete Standard Version of the +interpreter is so embedded.
  6. The scripts and library files supplied as input to or produced as +output from the programs of this Package do not automatically fall +under the copyright of this Package, but belong to whoever generated +them, and may be sold commercially, and may be aggregated with this +Package. If such scripts or library files are aggregated with this +Package via the so-called "undump" or "unexec" methods of producing a +binary executable image, then distribution of such an image shall +neither be construed as a distribution of this Package nor shall it +fall under the restrictions of Paragraphs 3 and 4, provided that you do +not represent such an executable image as a Standard Version of this +Package.
  7. C subroutines (or comparably compiled subroutines in other +languages) supplied by you and linked into this Package in order to +emulate subroutines and variables of the language defined by this +Package shall not be considered part of this Package, but are the +equivalent of input as in Paragraph 6, provided these subroutines do +not change the language in any way that would cause it to fail the +regression tests for the language.
  8. Aggregation of this Package with a commercial distribution is always +permitted provided that the use of this Package is embedded; that is, +when no overt attempt is made to make this Package's interfaces visible +to the end user of the commercial distribution. Such use shall not be +construed as a distribution of this Package.
  9. The name of the Copyright Holder may not be used to endorse or promote +products derived from this software without specific prior written permission.
  10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+

The End +


+bzip2 License +

This program, "bzip2" and associated library "libbzip2", are copyright (C) 1996-2000 Julian R Seward. All rights reserved. +

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. he origin of this software must not be misrepresented; you must not claim that you wrote +the original software. If you use this software in a product, an acknowledgment in the product +documentation would be appreciated but is not required.
  3. Altered source versions must be plainly marked as such, and must not be misrepresented +as being the original software.
  4. 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. +


+ICU License +

COPYRIGHT AND PERMISSION NOTICE +

Copyright (c) 1995-2011 International Business Machines Corporation and others +

All rights reserved. +

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, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished +to do so, provided that the above copyright notice(s) and this permission +notice appear in all copies of the Software and that both the above copyright +notice(s) and this permission notice appear in supporting documentation. +

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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE +FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA +OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH +THE USE OR PERFORMANCE OF THIS SOFTWARE. +

Except as contained in this notice, the name of a copyright holder shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization of the +copyright holder. +


+Red Hat Software License +

Copyright (c) 1998 Red Hat Software +

Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: +

The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. +

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +

Except as contained in this notice, the name of the X Consortium shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from the X Consortium. +


+libpng license +

This copy of the libpng notices is provided for your convenience. In case of +any discrepancy between this copy and the notices in the file png.h that is +included in the libpng distribution, the latter shall prevail. +

COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: +

If you modify libpng you may insert additional notices immediately following +this sentence. +

This code is released under the libpng license. +

libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are +Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-1.2.5 +with the following individual added to the list of Contributing Authors +

Cosmin Truta +

libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are +Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-1.0.6 +with the following individuals added to the list of Contributing Authors +

Simon-Pierre Cadieux
+ Eric S. Raymond
+ Gilles Vollant +

and with the following additions to the disclaimer: +

There is no warranty against interference with your enjoyment of the + library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is with + the user. +

libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-0.96, +with the following individuals added to the list of Contributing Authors: +

Tom Lane
+ Glenn Randers-Pehrson
+ Willem van Schaik +

libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996, 1997 Andreas Dilger +Distributed according to the same disclaimer and license as libpng-0.88, +with the following individuals added to the list of Contributing Authors: +

John Bowler
+ Kevin Bracey
+ Sam Bushell
+ Magnus Holmgren
+ Greg Roelofs
+ Tom Tanner +

libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. +

For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: +

Andreas Dilger
+ Dave Martindale
+ Guy Eric Schalnat
+ Paul Schmidt
+ Tim Wegner +

The PNG Reference Library is supplied "AS IS". The Contributing Authors +and Group 42, Inc. disclaim all warranties, expressed or implied, +including, without limitation, the warranties of merchantability and of +fitness for any purpose. The Contributing Authors and Group 42, Inc. +assume no liability for direct, indirect, incidental, special, exemplary, +or consequential damages, which may result from the use of the PNG +Reference Library, even if advised of the possibility of such damage. +

Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: +

    +
  1. The origin of this source code must not be misrepresented.
  2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source.
  3. This Copyright notice may not be removed or altered from any + source or altered source distribution.
+

The Contributing Authors and Group 42, Inc. specifically permit, without +fee, and encourage the use of this source code as a component to +supporting the PNG file format in commercial products. If you use this +source code in a product, acknowledgment is not required but would be +appreciated. +

+

A "png_get_copyright" function is available, for convenient use in "about" +boxes and the like: +

printf("%s",png_get_copyright(NULL)); +

Also, the PNG logo (in PNG format, of course) is supplied in the +files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). +

Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a +certification mark of the Open Source Initiative. +

Glenn Randers-Pehrson
+glennrp at users.sourceforge.net
+July 9, 2011 +


+X Consortium license +

Copyright (C) 1996 X Consortium +

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 +

Copyright (C) <year> <copyright holders> +

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. +


+Zlib license +

Copyright (c) <''year''> <''copyright holders''> +

This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. +

Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: +

    +
  1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software.
  3. This notice may not be removed or altered from any source + distribution.
+
+Samsung Proprietary +

Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. +

PROPRIETARY/CONFIDENTIAL +

This software is the confidential and proprietary information of +SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge +that this software is owned by Samsung and you shall not disclose +such Confidential Information and shall use it only in accordance with the +terms of the license agreement you entered into with SAMSUNG ELECTRONICS. +SAMSUNG make no representations or warranties about the suitability +of the software, either express or implied, including but not limited +to the implied warranties of merchantability, fitness for a particular purpose, +or non-infringement. SAMSUNG shall not be liable for any damages suffered +by licensee arising out of or releated to this software. +


+libjpeg License +

This is Debian's prepackaged version of the `jpeg library' by the Independent +JPEG Group. +

This package was created by Mark Mickan <mmickan@debian.org> from sources +which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz +

It is partly based on the libjpeg6a package originally put together by +Andy Guy <awpguy@acs.ucalgary.ca> and later maintained by Mark Mickan. +

Current Debian maintainer is Bill Allombert <ballombe@debian.org>. +

LEGAL ISSUES [ from README supplied with source - MM ]

+

In plain English: +

    +
  1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +
  2. You can use this software for whatever you want. You don't have to pay us. +
  3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code.
+

In legalese: +

The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. +

This software is copyright (C) 1991-2009, Thomas G. Lane, Guido Vollbeding. +All Rights Reserved except as specified below. +

Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions:
+(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group".
+(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. +

These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. +

Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". +

We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. +

+

ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. +

The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. +

It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. +

The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. +

We are required to state that +

"The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." +


+ncurse License +

This is the Debian prepackaged version of the ncurses +library and terminfo utilities. ncurses/terminfo was originally written +by Pavel Curtis and Zeyd M. Ben-Halim <zmbenhal@netcom.com>, and is +currently held by the Free Software Foundation. +

This package was put together by Vaidhyanathan G Mayilrangam +<vaidhy@debian.org> and Joel Klecker <espy@debian.org>, using sources +obtained from ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz. +

It is based somewhat on work done by Bruce Perens <Bruce@Pixar.com>, +David Engel <david@elo.ods.com>. Michael Alan Dorman +<mdorman@debian.org>, Richard Braakman <dark@xs4all.nl>, James Troup +<jjtroup@comp.brad.ac.uk>, J.H.M. Dassen (Ray) +<jdassen@wi.LeidenUniv.nl>, and Galen Hazelwood <galenh@micron.net> +over various years. +

+
+
Changes
+
    +
  • added Debian package maintenance system files +
  • changed Makefile.in's to compile with -D_REENTRANT +
  • changed configure.in to support proper compilation of debugging libraries +
  • Fixed tget{flag,num,str} in lib_termcap ("long" strings work now)
+
+

Changes to terminfo.src: +

    +
  • Removed ich(1) from linux, screen, vt320
+

/**************************************************************************** +

    +
  • Copyright (c) 1998 Free Software Foundation, Inc. +
  • +
  • Permission is hereby granted, free of charge, to any person obtaining a * +
  • copy of this software and associated documentation files (the * +
  • "Software"), to deal in the Software without restriction, including * +
  • without limitation the rights to use, copy, modify, merge, publish, * +
  • distribute, distribute with modifications, sublicense, and/or sell * +
  • copies of the Software, and to permit persons to whom the Software is * +
  • furnished to do so, subject to the following conditions: +
  • +
  • The above copyright notice and this permission notice shall be included * +
  • in all copies or substantial portions of the Software. +
  • +
  • THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * +
  • OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * +
  • MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * +
  • IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * +
  • DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * +
  • OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * +
  • THE USE OR OTHER DEALINGS IN THE SOFTWARE. +
  • +
  • Except as contained in this notice, the name(s) of the above copyright * +
  • holders shall not be used in advertising or otherwise to promote the * +
  • sale, use or other dealings in this Software without prior written * +
  • authorization. + ***************************************************************************/ +
+
+GCC 4.5 License +

This is the Debian GNU/Linux prepackaged version of the GNU compiler +collection, containing Ada, C, C++, Fortran 95, Java, Objective-C, +Objective-C++, and Treelang compilers, documentation, and support +libraries. In addition, Debian provides the gdc compiler, either in +the same source package, or built from a separate same source package. +Packaging is done by the Debian GCC Maintainers +<debian-gcc@lists.debian.org>, with sources obtained from: +

ftp://gcc.gnu.org/pub/gcc/releases/ (for full releases) +

+  svn://gcc.gnu.org/svn/gcc/           (for prereleases)
+  http://bitbucket.org/goshawk/gdc     (for D)
+

The current gcc-4.5 source package is taken from the SVN gcc-4_5-branch. +

Changes: See changelog.Debian.gz +

Debian splits the GNU Compiler Collection into packages for each language, +library, and documentation as follows: +

Language Compiler package Library package Documentation

+
+Ada            gnat-4.5          libgnat-4.5        gnat-4.5-doc
+C              gcc-4.5                              gcc-4.5-doc
+C++            g++-4.5           libstdc++6         libstdc++6-4.5-doc
+D              gdc-4.5
+Fortran 95     gfortran-4.5      libgfortran3       gfortran-4.5-doc
+Java           gcj-4.5           libgcj10           libgcj-doc
+Objective C    gobjc-4.5         libobjc2
+
+

Objective C++ gobjc++-4.5 +

For some language run-time libraries, Debian provides source files, +development files, debugging symbols and libraries containing positionindependent +code in separate packages: +

Language Sources Development Debugging Position-Independent

+
+C++                                  libstdc++6-4.5-dbg  libstdc++6-4.5-pic
+D         libphobos-4.5-dev
+Java      libgcj10-src libgcj10-dev  libgcj10-dbg
+

Additional packages include: +

All languages: +

+libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)
+gcc-4.5-base                    Base files common to all compilers
+gcc-4.5-soft-float              Software floating point (ARM only)
+gcc-4.5-source                  The sources with patches
+
+
Ada
+
libgnatvsn-dev, libgnatvsn4.5 GNAT version library +libgnatprj-dev, libgnatprj4.5 GNAT Project Manager library
+

C:
+cpp-4.5, cpp-4.5-doc GNU C Preprocessor +libmudflap0-dev, libmudflap0 Library for instrumenting pointers +

+libssp0-dev, libssp0            GCC stack smashing protection library
+fixincludes                     Fix non-ANSI header files
+protoize                        Create/remove ANSI prototypes from C code
+
+
Java
+
gij The Java bytecode interpreter and VM +libgcj-common Common files for the Java run-time +libgcj10-awt The Abstract Windowing Toolkit +libgcj10-jar Java ARchive for the Java run-time
+

C, C++ and Fortran 95:
+libgomp1-dev, libgomp1 GCC OpenMP (GOMP) support library +

Biarch support: On some 64-bit platforms which can also run 32-bit code, +Debian provides additional packages containing 32-bit versions of some +libraries. These packages have names beginning with 'lib32' instead of +'lib', for example lib32stdc++6. Similarly, on some 32-bit platforms which +can also run 64-bit code, Debian provides additional packages with names +beginning with 'lib64' instead of 'lib'. These packages contain 64-bit +versions of the libraries. (At this time, not all platforms and not all +libraries support biarch.) The license terms for these lib32 or lib64 +packages are identical to the ones for the lib packages. +

+

COPYRIGHT STATEMENTS AND LICENSING TERMS +

+

GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +2008 Free Software Foundation, Inc. +

GCC 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, or (at your option) any later +version. +

GCC is distributed in the hope that 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. +

Files that have exception clauses are licensed under the terms of the +GNU General Public License; either version 3, or (at your option) any +later version. +

On Debian GNU/Linux systems, the complete text of the GNU General +Public License is in `/usr/share/common-licenses/GPL', version 3 of this +license in `/usr/share/common-licenses/GPL-3'. +

The following runtime libraries are licensed under the terms of the +GNU General Public License (v3 or later) with version 3.1 of the GCC +Runtime Library Exception (included in this file): +

    +
  • libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind, gcc/gthr, + gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h, + gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c, + gcc/tsystem.h, gcc/typeclass.h). +
  • libdecnumber +
  • libgomp +
  • libssp +
  • libstdc++-v3 +
  • libobjc +
  • libmudflap +
  • libgfortran +
  • The libgnat-4.5 Ada support library and libgnatvsn library. +
  • Various config files in gcc/config/ used in runtime libraries.
+

In contrast, libgnatprj is licensed under the terms of the pure GNU +General Public License. +

The libgcj library is licensed under the terms of the GNU General +Public License, with a special exception: +

Linking this library statically or dynamically with other modules + is making a combined work based on this library. Thus, the terms + and conditions of the GNU General Public License cover the whole + combination. +

As a special exception, the copyright holders of this library give + you permission to link this library with independent modules to + produce an executable, regardless of the license terms of these + independent modules, and to copy and distribute the resulting + executable under terms of your choice, provided that you also + meet, for each linked independent module, the terms and conditions + of the license of that module. An independent module is a module + which is not derived from or based on this library. If you modify + this library, you may extend this exception to your version of the + library, but you are not obligated to do so. If you do not wish + to do so, delete this exception statement from your version. +

The libffi library is licensed under the following terms: +

libffi - Copyright (c) 1996-2003 Red Hat, Inc. +

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 CYGNUS SOLUTIONS 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. +

+

The documentation is licensed under the GNU Free Documentation License (v1.2). +On Debian GNU/Linux systems, the complete text of this license is in +`/usr/share/common-licenses/GFDL-1.2'. +

+

GCC RUNTIME LIBRARY EXCEPTION +

Version 3.1, 31 March 2009 +

Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/> +

Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. +

This GCC Runtime Library Exception ("Exception") is an additional +permission under section 7 of the GNU General Public License, version +3 ("GPLv3"). It applies to a given file (the "Runtime Library") that +bears a notice placed by the copyright holder of the file stating that +the file is governed by GPLv3 along with this Exception. +

When you use GCC to compile a program, GCC may combine portions of +certain GCC header files and runtime libraries with the compiled +program. The purpose of this Exception is to allow compilation of +non-GPL (including proprietary) programs to use, in this way, the +header files and runtime libraries covered by this Exception. +

0. Definitions. +

A file is an "Independent Module" if it either requires the Runtime +Library for execution after a Compilation Process, or makes use of an +interface provided by the Runtime Library, but is not otherwise based +on the Runtime Library. +

"GCC" means a version of the GNU Compiler Collection, with or without +modifications, governed by version 3 (or a specified later version) of +the GNU General Public License (GPL) with the option of using any +subsequent versions published by the FSF. +

"GPL-compatible Software" is software whose conditions of propagation, +modification and use would permit combination with GCC in accord with +the license of GCC. +

"Target Code" refers to output from any compiler for a real or virtual +target processor architecture, in executable form or suitable for +input to an assembler, loader, linker and/or execution +phase. Notwithstanding that, Target Code does not include data in any +format that is used as a compiler intermediate representation, or used +for producing a compiler intermediate representation. +

The "Compilation Process" transforms code entirely represented in +non-intermediate languages designed for human-written code, and/or in +Java Virtual Machine byte code, into Target Code. Thus, for example, +use of source code generators and preprocessors need not be considered +part of the Compilation Process, since the Compilation Process can be +understood as starting with the output of the generators or +preprocessors. +

A Compilation Process is "Eligible" if it is done using GCC, alone or +with other GPL-compatible software, or if it is done without using any +work based on GCC. For example, using non-GPL-compatible Software to +optimize any GCC intermediate representations would not qualify as an +Eligible Compilation Process. +

    +
  1. Grant of Additional Permission.
+

You have permission to propagate a work of Target Code formed by +combining the Runtime Library with Independent Modules, even if such +propagation would otherwise violate the terms of GPLv3, provided that +all Target Code was generated by Eligible Compilation Processes. You +may then convey such a combination under terms of your choice, +consistent with the licensing of the Independent Modules. +

2. No Weakening of GCC Copyleft. +

The availability of this Exception does not imply any general +presumption that third-party software is unaffected by the copyleft +requirements of the license of GCC. +

+

D: +

+gdc-4.5                         GNU D Compiler
+libphobos-4.5-dev               D standard runtime library
+

The D source package is made up of the following components. +

The D front-end for GCC: +

    +
  • d/*
+

Copyright (C) 2004-2007 David Friedman
+Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010 +

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. +

On Debian GNU/Linux systems, the complete text of the GNU General +Public License is in `/usr/share/common-licenses/GPL', version 2 of this +license in `/usr/share/common-licenses/GPL-2'. +

+

The DMD Compiler implementation of the D programming language: +

    +
  • d/dmd/*
+

Copyright (c) 1999-2010 by Digital Mars +All Rights Reserved
+written by Walter Bright
+http://www.digitalmars.com
+License for redistribution is by either the Artistic License or +the GNU General Public License (v1). +

On Debian GNU/Linux systems, the complete text of the GNU General +Public License is in `/usr/share/common-licenses/GPL', the Artistic +license in `/usr/share/common-licenses/Artistic'. +

+

The Zlib data compression library: +

    +
  • d/phobos/etc/c/zlib/*
+

(C) 1995-2004 Jean-loup Gailly and Mark Adler +

This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. +

Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: +

    +
  1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +
  2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +
  3. This notice may not be removed or altered from any source distribution. +
+

The Phobos standard runtime library: +

    +
  • d/phobos/*
+

Unless otherwise marked within the file, each file in the source +is under the following licenses: +

Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com +Written by Walter Bright +

This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. +

Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, in both source and binary form, subject to the following +restrictions: +

    +
  • The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +
  • Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. +
  • This notice may not be removed or altered from any source + distribution.
+

By plainly marking modifications, something along the lines of adding to each +file that has been changed a "Modified by Foo Bar" line +underneath the "Written by" line would be adequate. +


+perl License +

This package was debianized by Brendan O'Dea <bod@debian.org> on +Thu, 17 Aug 2000 16:10:54 +1000. +

It was downloaded from: +

http://www.perl.com/CPAN/src/5.0/ +

Upstream Authors: +

Larry Wall et. al. (see /usr/share/doc/perl/AUTHORS). +

+
Copyright
+
+

Copyright 1989-2001, Larry Wall All rights reserved. +

This program is free software; you can redistribute it and/or modify + it under the terms of either: +

    +
  1. the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or
  2. the "Artistic License" which comes with Perl.
+

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


+

The zlib library in ext/Compress-Raw-Zlib/zlib-src has the following +copyright and license: +

Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler +

This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. +

Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: +

    +
  1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +
  2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +
  3. This notice may not be removed or altered from any source distribution.
+
+

The Unicode database files in lib/unicore/*.txt are +Copyright (c) 1991-2006 Unicode, Inc. +

Their license information is given as
+ For terms of use, see http://www.unicode.org/terms_of_use.html + +

The corresponding license is as follows: +

EXHIBIT 1
+UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE +

Unicode Data Files include all data files under the directories + http://www.unicode.org/Public/, http://www.unicode.org/reports/, + and http://www.unicode.org/cldr/data/ . Unicode Software includes any + source code published in the Unicode Standard or under the directories + http://www.unicode.org/Public/, http://www.unicode.org/reports/, + and http://www.unicode.org/cldr/data/. +

+      NOTICE TO USER: Carefully read the following legal agreement. BY
+      DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE
+      INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU
+      UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND
+      CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD,
+      INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
+      COPYRIGHT AND PERMISSION NOTICE
+      Copyright ⓒ 1991-2008 Unicode, Inc. All rights
+      reserved. Distributed under the Terms of Use in
+      http://www.unicode.org/copyright.html.
+      Permission is hereby granted, free of charge, to any person
+      obtaining a copy of the Unicode data files and any associated
+      documentation (the "Data Files") or Unicode software and any
+      associated documentation (the "Software") to deal in the Data Files
+      or Software without restriction, including without limitation
+      the rights to use, copy, modify, merge, publish, distribute,
+      and/or sell copies of the Data Files or Software, and to permit
+      persons to whom the Data Files or Software are furnished to do so,
+      provided that (a) the above copyright notice(s) and this permission
+      notice appear with all copies of the Data Files or Software,
+      (b) both the above copyright notice(s) and this permission notice
+      appear in associated documentation, and (c) there is clear notice
+      in each modified Data File or in the Software as well as in the
+      documentation associated with the Data File(s) or Software that
+      the data or software has been modified.
+      THE DATA FILES AND SOFTWARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
+      COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
+      FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
+      OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+      PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+      TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+      PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+      Except as contained in this notice, the name of a copyright holder
+      shall not be used in advertising or otherwise to promote the sale,
+      use or other dealings in these Data Files or Software without
+      prior written authorization of the copyright holder.
+
+

The file lib/Cwd.pm has the following copyright and license: +

Copyright (c) 2004 by the Perl 5 Porters. All rights reserved. +

This program is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. +

Portions of the C code in this library are copyright (c) 1994 by the + Regents of the University of California. All rights reserved. The + license on this code is compatible with the licensing of the rest of + the distribution - please see the source code in F<Cwd.xs> for the + details. +

The file referenced above, ext/Cwd/Cwd.xs, has the following copyright: +

    +
  • Copyright (c) 1994 +
  • The Regents of the University of California. All rights reserved. + * +
  • This code is derived from software contributed to Berkeley by +
  • Jan-Simon Pendry.
+

and is licensed with the standard 3-clause BSD license. On Debian GNU/Linux +systems, this license can be found in `/usr/share/common-licenses/BSD'. +


+

The C parts of File::Glob in ext/File-Glob/bsd_glob.[ch] hav the +following copyright: +

    +
  • Copyright (c) 1989, 1993 +
  • The Regents of the University of California. All rights reserved. + * +
  • This code is derived from software contributed to Berkeley by +
  • Guido van Rossum.
+

and are licensed with the standard 3-clause BSD license. On Debian GNU/Linux +systems, this license can be found in `/usr/share/common-licenses/BSD'. +


+

The bzip2 library in ext/Compress-Raw-Bzip2/bzip2-src has the following +copyright and license: +

This program, "bzip2", the associated library "libbzip2", and all + documentation, are copyright (C) 1996-2007 Julian R Seward. All + rights reserved. + +

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. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + +
  3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +
  4. 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. + +

Julian Seward, jseward@bzip.org
+ bzip2/libbzip2 version 1.0.5 of 10 December 2007 + +


+

The Text::Tabs module in lib/Text/Tabs.pm has the following +copyright and license: +

Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff. + Copyright (C) 2005 Aristotle Pagaltzis + This module may be modified, used, copied, and redistributed at your own risk. + Publicly redistributed modified versions must use a different name. +


+

Portions of the Debian packaging are
+ Copyright 2008-2010 Niko Tyni <ntyni@debian.org> +The other people listed in debian/changelog are most probably +copyright holders too, but they have not included explicit copyright +or licensing information. +

The portions by Niko Tyni may be redistributed and/or modified under +the same terms as Perl itself. It is assumed that other contributors +have placed their contributions under a compatible license. +


+
+BSD License +

Copyright (c) <year>, <copyright holder> +All rights reserved. +

Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright +

notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright +

notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software +

must display the following acknowledgement: + This product includes software developed by the <organization>. +4. Neither the name of the <organization> 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 <COPYRIGHT HOLDER> ''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 <COPYRIGHT HOLDER> 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. +


+New BSD License +

Copyright (c) <year>, <copyright holder> +All rights reserved. +

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 <organization> 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 <COPYRIGHT HOLDER> 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. +


+Simplified BSD License +

Copyright <year> <copyright holder>. All rights reserved. +

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 <COPYRIGHT HOLDER> ''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 <COPYRIGHT HOLDER> OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

The views and conclusions contained in the software and documentation are those of the +authors and should not be interpreted as representing official policies, either expressed +or implied, of <copyright holder>. +


+Small/Pawn License +

Copyright (c) ITB CompuPhase, 1997-2003 +

This software is provided "as-is", without any express or implied warranty. +In no event will the authors be held liable for any damages arising from +the use of this software. +

Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: +

    +
  1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software in + a product, an acknowledgment in the product documentation would be + appreciated but is not required. +
  2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +
  3. This notice may not be removed or altered from any source distribution.
+
+Motorola License +

Copyright Motorola, Inc. 2003
+ALL RIGHTS RESERVED +

You are hereby granted a copyright license to use, modify, and + distribute the SOFTWARE so long as this entire notice is retained + without alteration in any modified and/or redistributed versions, + and that such modified versions are clearly identified as such. + No licenses are granted by implication, estoppel or otherwise under + any patents or trademarks of Motorola, Inc. +

The SOFTWARE is provided on an "AS IS" basis and without warranty. + To the maximum extent permitted by applicable law, MOTOROLA DISCLAIMS +ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, INCLUDING IMPLIED +WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR +PURPOSE AND ANY WARRANTY AGAINST INFRINGEMENT WITH +REGARD TO THE SOFTWARE (INCLUDING ANY MODIFIED VERSIONS +THEREOF) AND ANY ACCOMPANYING WRITTEN MATERIALS. +

To the maximum extent permitted by applicable law, IN NO EVENT SHALL +MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER +(INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF +BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS +INFORMATION, OR OTHER PECUNIARY LOSS) ARISING OF THE USE OR + INABILITY TO USE THE SOFTWARE. Motorola assumes no responsibility + for the maintenance and support of the SOFTWARE. +


+Google License +

THE C++ WRAPPER FUNCTIONS

+

Contributed by: Google Inc. +

Copyright (c) 2007-2008, Google Inc.
+All rights reserved. +


+ISC(Internet Software Consortium) License +

Copyright ⓒ 2004-2011 by Internet Systems Consortium, Inc. ("ISC") +Copyright ⓒ 1995-2003 by Internet Software Consortium +

Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and +this permission notice appear in all copies. +

THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL ISC 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. +


+CPOL(The Code Project Open License) +

THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CODE PROJECT +OPEN LICENSE ("LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER +APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS +LICENSE OR COPYRIGHT LAW IS PROHIBITED. +

BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HEREIN, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE AUTHOR GRANTS YOU THE RIGHTS +CONTAINED HEREIN IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND +CONDITIONS. IF YOU DO NOT AGREE TO ACCEPT AND BE BOUND BY THE TERMS OF THIS +LICENSE, YOU CANNOT MAKE ANY USE OF THE WORK. +

    +
  1. Definitions. +
      +
    1. "Articles" means, collectively, all articles written by Author which describes + how the Source Code and Executable Files for the Work may be used by a user. +
    2. "Author" means the individual or entity that offers the Work under the terms of + this License. +
    3. "Derivative Work" means a work based upon the Work or upon the Work and + other pre-existing works. +
    4. "Executable Files" refer to the executables, binary files, configuration and any + required data files included in the Work. +
    5. "Publisher" means the provider of the website, magazine, CD-ROM, DVD or + other medium from or by which the Work is obtained by You. +
    6. "Source Code" refers to the collection of source code and configuration files + used to create the Executable Files. +
    7. "Standard Version" refers to such a Work if it has not been modified, or has + been modified in accordance with the consent of the Author, such consent + being in the full discretion of the Author. +
    8. "Work" refers to the collection of files distributed by the Publisher, including + the Source Code, Executable Files, binaries, data files, documentation, + whitepapers and the Articles. +
    9. "You" is you, an individual or entity wishing to use the Work and exercise your + rights under this License. +
    +
  2. Fair Use/Fair Use Rights. Nothing in this License is intended to reduce, limit, or + restrict any rights arising from fair use, fair dealing, first sale or other limitations on + the exclusive rights of the copyright owner under copyright law or other applicable laws. +
  3. License Grant. Subject to the terms and conditions of this License, the Author + hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the + duration of the applicable copyright) license to exercise the rights in the Work as + stated below: +
      +
    1. You may use the standard version of the Source Code or Executable Files in + Your own applications. +
    2. You may apply bug fixes, portability fixes and other modifications obtained from + the Public Domain or from the Author. A Work modified in such a way shall still + be considered the standard version and will be subject to this License. +
    3. You may otherwise modify Your copy of this Work (excluding the Articles) in any + way to create a Derivative Work, provided that You insert a prominent notice in + each changed file stating how, when and where You changed that file. +
    4. You may distribute the standard version of the Executable Files and Source + Code or Derivative Work in aggregate with other (possibly commercial) programs + as part of a larger (possibly commercial) software distribution. +
    5. The Articles discussing the Work published in any form by the author may not + be distributed or republished without the Author's consent. The author retains + copyright to any such Articles. You may use the Executable Files and Source + Code pursuant to this License but you may not repost or republish or otherwise + distribute or make available the Articles, without the prior written consent of the Author. + Any subroutines or modules supplied by You and linked into the Source Code or + Executable Files of this Work shall not be considered part of this Work and will not be + subject to the terms of this License. +
    +
  4. Patent License. Subject to the terms and conditions of this License, each Author + hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable (except as stated in this section) patent license to make, have made, + use, import, and otherwise transfer the Work. +
  5. Restrictions. The license granted in Section 3 above is expressly made subject to + and limited by the following restrictions: +
      +
    1. You agree not to remove any of the original copyright, patent, trademark, and + attribution notices and associated disclaimers that may appear in the Source + Code or Executable Files. +
    2. You agree not to advertise or in any way imply that this Work is a product of + Your own. +
    3. The name of the Author may not be used to endorse or promote products + derived from the Work without the prior written consent of the Author. +
    4. You agree not to sell, lease, or rent any part of the Work. This does not restrict + you from including the Work or any part of the Work inside a larger software + distribution that itself is being sold. The Work by itself, though, cannot be sold, + leased or rented. +
    5. You may distribute the Executable Files and Source Code only under the terms + of this License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy of the Executable Files or Source + Code You distribute and ensure that anyone receiving such Executable Files and + Source Code agrees that the terms of this License apply to such Executable + Files and/or Source Code. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' exercise of the + rights granted hereunder. You may not sublicense the Work. You must keep + intact all notices that refer to this License and to the disclaimer of warranties. + You may not distribute the Executable Files or Source Code with any + technological measures that control access or use of the Work in a manner + inconsistent with the terms of this License. +
    6. You agree not to use the Work for illegal, immoral or improper purposes, or on + pages containing illegal, immoral or improper material. The Work is subject to + applicable export laws. You agree to comply with all such laws and regulations + that may apply to the Work after Your receipt of the Work. +
    +
  6. Representations, Warranties and Disclaimer. THIS WORK IS PROVIDED "AS IS", +"WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES +OR CONDITIONS OR GUARANTEES. YOU, THE USER, ASSUME ALL RISK IN ITS USE, +INCLUDING COPYRIGHT INFRINGEMENT, PATENT INFRINGEMENT, SUITABILITY, ETC. +AUTHOR EXPRESSLY DISCLAIMS ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES +OR CONDITIONS, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF +MERCHANTABILITY, MERCHANTABLE QUALITY OR FITNESS FOR A PARTICULAR +PURPOSE, OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT, OR THAT THE WORK +(OR ANY PORTION THEREOF) IS CORRECT, USEFUL, BUG-FREE OR FREE OF VIRUSES. +YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE WORK OR +DERIVATIVE WORKS. +
  7. Indemnity. You agree to defend, indemnify and hold harmless the Author and the + Publisher from and against any claims, suits, losses, damages, liabilities, costs, and + expenses (including reasonable legal or attorneys? fees) resulting from or relating to + any use of the Work by You. +
  8. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN +NO EVENT WILL THE AUTHOR OR THE PUBLISHER BE LIABLE TO YOU ON ANY LEGAL +THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY +DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK OR OTHERWISE, +EVEN IF THE AUTHOR OR THE PUBLISHER HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. +
  9. Termination. +
      +
    1. This License and the rights granted hereunder will terminate automatically upon + any breach by You of any term of this License. Individuals or entities who have + received Derivative Works from You under this License, however, will not have + their licenses terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 6, 7, 8, 9, 10 and 11 will survive + any termination of this License. +
    2. If You bring a copyright, trademark, patent or any other infringement claim + against any contributor over infringements You claim are made by the Work, + your License from such contributor to the Work ends automatically. +
    3. Subject to the above terms and conditions, this License is perpetual (for the + duration of the applicable copyright in the Work). Notwithstanding the above, + the Author reserves the right to release the Work under different license terms + or to stop distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other license that has + been, or is required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as stated above. +
    +
  10. Publisher. The parties hereby confirm that the Publisher shall not, under any + circumstances, be responsible for and shall not have any liability in respect of the + subject matter of this License. The Publisher makes no warranty whatsoever in + connection with the Work and shall not be liable to You or any party on any legal + theory for any damages whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this license. The + Publisher reserves the right to cease making the Work available to You at any time + without notice +
  11. Miscellaneous +
      +
    1. This License shall be governed by the laws of the location of the head office of + the Author or if the Author is an individual, the laws of location of the principal + place of residence of the Author. +
    2. If any provision of this License is invalid or unenforceable under applicable law, + it shall not affect the validity or enforceability of the remainder of the terms of + this License, and without further action by the parties to this License, such + provision shall be reformed to the minimum extent necessary to make such + provision valid and enforceable. +
    3. No term or provision of this License shall be deemed waived and no breach + consented to unless such waiver or consent shall be in writing and signed by + the party to be charged with such waiver or consent. +
    4. This License constitutes the entire agreement between the parties with respect + to the Work licensed herein. There are no understandings, agreements or + representations with respect to the Work not specified herein. The Author shall + not be bound by any additional provisions that may appear in any + communication from You. This License may not be modified without the mutual + written agreement of the Author and You. +
    +
+
+ + + + + diff --git a/resource/Open_Source_Announcement.txt b/resource/Open_Source_Announcement.txt new file mode 100755 index 0000000..b993514 --- /dev/null +++ b/resource/Open_Source_Announcement.txt @@ -0,0 +1,5046 @@ +License: AFLv2.1, GPLv2 +Packages: dbus, libdbus-1-0, libdbus-glib-1-2 + +License: AFLv2, LGPLv2.0 +Packages: libxdgmime + +License: Apache License v2.0 +Packages: alarm-server, appsvc-tool, bluetooth-frwk-agent, bluetooth-frwk-test, bluetooth-share, capi-appfw-app-manager, capi-appfw-application, capi-base-common-dev, capi-content-media-content, capi-location-geocoder, capi-location-manager, capi-media-audio-io, capi-media-camera, capi-media-image-util, capi-media-player, capi-media-radio, capi-media-recorder, capi-media-sound-manager, capi-media-tone-player, capi-media-wav-player, capi-messaging-email, capi-messaging-mms, capi-messaging-sms, capi-network-bluetooth, capi-network-connection, capi-network-nfc, capi-social-calendar, capi-social-call-log, capi-social-contacts, capi-system-device, capi-system-haptic, capi-system-info, capi-system-power, capi-system-runtime-info, capi-system-sensor, capi-telephony-call, capi-telephony-network-info, capi-telephony-sim, capi-ui-efl-util, capi-uix-feedback, capi-uix-tts, org.tizen.bluetooth, org.tizen.bluetooth-headers, org.tizen.bluetooth-share-ui, org.tizen.bt-appsvc, org.tizen.bt-syspopup, org.tizen.idle-lock, org.tizen.voicerecorder, contacts-service-bin, default-fonts-fc-sdk, default-fonts-sdk, dlogutil-bin, drm-service-0, efl-theme-tizen, efl-theme-tizen-black, efl-theme-tizen-black-hd, efl-theme-tizen-hd, gps-manager, ise-engine-default, libail-0, libalarm-0, libapp-checker-0, libapp-checker-server-0, libappcore-common-0, libappcore-efl-0, libappsvc-0, libaul-1, libaul-1-executable, libbluetooth-engine-0, libbluetooth-frwk-0, libbundle-0, libcamsrcjpegenc, libcamsrcjpegenc-sw-libjpeg, libcert-svc-0, libconnectivity-device-interface-0, libcontacts-service, libdevman-0, libdlog-0, libdownload-agent-0, libheynoti-0, libmedia-service, libmedia-thumbnail, libmedia-utils, libmm-common, libmm-fileinfo, libmm-imgp-gstcs, libmm-log, libmm-player, libmm-radio, libmm-session-0, libmm-sound-0, libmm-sound-tool, libmm-ta, libmm-utility, libopencore-amrnb, libopencore-amrwb, libprivilege-control-0, librua-0, libsecurity-server-client-0, libslp-calendar-0, libslp-db-util-0, libslp-location, libslp-sensor-0, libslp-setting-0, libslp-sysman, libslp-tapi-0, libslp-utilx-0, libss-client-0, libstt, libsvi-0, libsys-assert-0, libtts, libug-setting-bluetooth-efl, libug-setting-manage-applications-efl-0, libui-gadget-0, libui-idlecapture-0, libuw-imap-toolkit-0, libvconf-0, location-geoclue-gpsd, location-geoclue-nominatim, location-gps-manager, media-data-sdk, media-server, media-thumbnail-server, mm-fileinfo-tools, mmfw-sysconf-cleansdk-target, mmfw-sysconf-simulator, nitz, opengl-es, opengl-es-virtual-drv, security-server, sonet0, ss-server, starter, svi-data-sdk, telephony-server, wrt, wrt-plugins-common, wrt-plugins-tizen, wrt-plugins-wac, wrt-test, openssh-client, openssh-server + +Licence: BSD +Packages: libuuid1 + +License: New BSD +Packages: gpsd, libelektra-dev, libgps19, libiri, libjpeg-turbo, libogg0, libspeex1, libspeexdsp1, libtheora0, libvorbis0a, libvorbisenc2, libvorbisfile3, speex, ssh, strace + +Licence: Simplified BSD +Packages: e17, e17-data, e17-extra-modules, e17-misc, expedite, libecore, libecore-bin, libecore-con, libecore-config, libecore-data, libecore-doc, libecore-evas, libecore-fb, libecore-file, libecore-imf, libecore-input, libecore-ipc, libecore-x, libedbus, libedje, libedje-doc, libeet-bin, libeet-doc, libeet1, libefreet, libefreet-doc, libevas, libevas-doc, libevas-engines, libevas-engines-extras + +License: bzip2 +Packages: libbz2-1.0, bzip2 + +License: BSD, GPLv2 +Packages: wpasupplicant + +License: New BSD, GPLv3 +Packages: libcap2, libcap2-bin + +License: Simplified BSD, GPLv2 +Packages: libedje-bin + +License: Simplified BSD, Small/Pawn License +Packages: libembryo-bin, libembryo-doc, libembryo0 + +License: Simplified BSD, Motorola, New BSD +Packages: liboil0.3 + +License: Google, New BSD +Packages: libpcre + +License: perl License +Packages: libperl5.10, perl, perl-base, perl-debug, perl-doc, perl-modules, perl-suid + +License: GPLv2 +Packages: apt, bash, default-files-slp, login, mtd-utils, passwd, alsa-utils, base-files, base-passwd, bluez, busybox, busybox-symlinks-adduser, busybox-symlinks-adjtimex, busybox-symlinks-binutils, busybox-symlinks-bridge-utils, busybox-symlinks-bsdmainutils, busybox-symlinks-busybox, busybox-symlinks-bzip2, busybox-symlinks-console-tools, busybox-symlinks-cpio, busybox-symlinks-cron, busybox-symlinks-daemontools, busybox-symlinks-dc, busybox-symlinks-dnsutils, busybox-symlinks-dosfstools, busybox-symlinks-ed, busybox-symlinks-eject, busybox-symlinks-fbset, busybox-symlinks-fdflush, busybox-symlinks-hdparm, busybox-symlinks-ifupdown, busybox-symlinks-initscripts, busybox-symlinks-ipcalc, busybox-symlinks-iproute, busybox-symlinks-ipsvd, busybox-symlinks-iputils-arping, busybox-symlinks-iputils-ping, busybox-symlinks-klogd, busybox-symlinks-loadlin, busybox-symlinks-lrzsz, busybox-symlinks-lzma, busybox-symlinks-lzop, busybox-symlinks-module-init-tools, busybox-symlinks-mtd-utils, busybox-symlinks-net-tools, busybox-symlinks-openbsd-inetd, busybox-symlinks-passwd, busybox-symlinks-patch, busybox-symlinks-ppp, busybox-symlinks-procps, busybox-symlinks-psmisc, busybox-symlinks-rdate, busybox-symlinks-realpath, busybox-symlinks-rpm, busybox-symlinks-runit, busybox-symlinks-sharutils, busybox-symlinks-ssmtp, busybox-symlinks-sysklogd, busybox-symlinks-telnetd, busybox-symlinks-tftp, busybox-symlinks-time, busybox-symlinks-tofrodos, busybox-symlinks-udhcpc, busybox-symlinks-udhcpd, busybox-symlinks-unzip, busybox-symlinks-vlan, busybox-symlinks-vlock, busybox-symlinks-watchdog, busybox-symlinks-wget, busybox-symlinks-xterm, busybox-symlinks-zcip, connman, e2fsck-static, execstack, gnupg, gpgv, ifupdown, initscripts, insserv, iptables, lib64readline5, libbluetooth3, libc-bin, libc-dev-bin, libc6, libc6-i686, libc6-prof, libelfg0, libfuse-dev, libgstreamer-plugins-base0.10-0, libgudev-1.0-0, liblzo2-2, libpci3, libreadline5, libudev0, linux-base, linux-headers-2.6.36-trunk-all, linux-headers-2.6.36-trunk-all-armel, linux-headers-2.6.36-trunk-common, linux-headers-2.6.36-trunk-u1, linux-image-2.6.36-trunk-u1, linux-kbuild-2.6.36, linux-source-2.6.36, locales, lsb-base, ltrace, mawk, module-init-tools, netbase, obexd, oprofile, pciutils, pkg-config, prelink, procps, psmisc, ragel, readline-common, rlfe, locales-init, shared-mime-info, simulator-opengl-dev, smackutils, system-plugin-slp, sysv-rc, sysvinit, sysvinit-utils, u-boot, u-boot-tools, udev, usbutils, valgrind, tzdata-slp, fakeroot + +License: GPLv2, LGPLv2.1 +Packages: attr, acl, libacl1, libattr1 + +License: GPLv3 +Packages: fixincludes, gdb, gdbserver, binutils, binutils-gold, binutils-multiarch, cpp-4.5, g++-4.5, gcc-4.5, gcc-4.5-locales, gcc-4.5-source, libblkid1, libgcc1, libgomp1, libmpfr4, libmudflap0, boot-console-init, boot-telnet-init, uuid-runtime + +License: GPLv3, LGPLv2.1 +Packages: libidn11 + +License: GPLv3, LGPLv3 +Packages: libgmp10, libgmpxx4ldbl + +License: LGPLv2.0 +Packages: gconf-dbus-utils, geoclue, geoclue-gpsd, geoclue-nominatim, glib-networking, gstreamer-tools, gstreamer0.10-plugins-base, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-ugly, gstreamer0.10-tools, gstreamer0.10-x, libfreealut, libfribidi0, libgconf-dbus, libgeoclue, libglib2.0-0, libglib2.0-0-refdbg, libglib2.0-bin, libglib2.0-data, libglib2.0-dev, libglib2.0-doc, libgstreamer0.10-0, libopenal-soft, libpango1.0, libpango1.0-common, libsoup2.4 + +License: LGPLv2.1 +Packages: alsa-scenario-scn-data-0, alsa-scenario-scn-data-0-base, alsa-scenario-scn-data-0-mc1n2, check, dialog, elm-misc, gstreamer0.10-alsa, gstreamer0.10-ffmpeg, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ext, gstreamer0.10-plugins-good, libaccounts-svc-0, libascenario-0, libasound2, libavcodec, libavformat, libavutil, libc6-dev, libeina, libeina-doc, libethumb, libethumb-bin, libexif12, libgcrypt11, libgnutls26, libgpg-error0, libisf-bin, libjson-glib, libmpc2, libnotification-0, libopenobex1, libpulse0, libsmack-0, libsndfile1, libsocial-service-0, libswscale, libusb-0.1-4, libwbxml2-0, libwbxml2-utils, location-geoclue-pdr, location-geoclue-xps, pulseaudio, pulseaudio-module-bluetooth, pulseaudio-utils, sndfile-programs, sqlfs-bin, libelm, libelm-bin + +License: LGPLv2.1, Mozilla Public License 1.1 +Packages: libcairo2 + +License: libpng License +Packages: libpng12-0, libpng3 + +License: ICU License +Packages: icu-doc, libicu + +License: MIT/X Consortium License +Packages: libexpat1, expat + +License: MIT License +Packages: fontconfig, fontconfig-config, giflib-tools, iniparser, libcurl, libcurl3, libdmx1, libdri2, libdrm-slp1, libdrm2, libfontconfig1, libfontenc1, libgif4, libharfbuzz, libice6, libkms1, liblua5.1-0, liboauth, libpciaccess0, libpixman-1-0, libpthread-stubs0, libsm6, libungif-bin, libungif4g, libx11-6, libx11-data, libx11-xcb1, libxau6, libxaw7, libxcb-atom1, libxcb-aux0, libxcb-composite0, libxcb-damage0, libxcb-dpms0, libxcb-dri2-0, libxcb-event1, libxcb-glx0, libxcb-icccm1, libxcb-image0, libxcb-keysyms1, libxcb-property1, libxcb-randr0, libxcb-record0, libxcb-render-util0, libxcb-render0, libxcb-reply1, libxcb-res0, libxcb-screensaver0, libxcb-shape0, libxcb-shm0, libxcb-sync0, libxcb-xevie0, libxcb-xf86dri0, libxcb-xfixes0, libxcb-xinerama0, libxcb-xprint0, libxcb-xtest0, libxcb-xv0, libxcb-xvmc0, libxcb1, libxcomposite1, libxcursor1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxfont1, libxft2, libxgesture0, libxi6, libxinerama1, libxkbfile1, libxml2, libxml2-0, libxml2-doc, libxml2-utils, libxmlsec1, libxmlsec1-openssl, libxmu-headers, libxmu6, libxmuu1, libxpm4, libxrandr2, libxrender1, libxres1, libxslt1.1, libxt6, libxtrap6, libxtst6, libxv1, libxxf86dga1, libxxf86misc1, libxxf86vm1, lua5.1, lua5.1-doc, python-xcbgen, x11-apps, x11-common, x11-utils, x11-xkb-utils, x11-xserver-utils, x11proto-bigreqs-dev, x11proto-composite-dev, x11proto-core-dev, x11proto-damage-dev, x11proto-dmx-dev, x11proto-dri2-dev, x11proto-fixes-dev, x11proto-fontcache-dev, x11proto-fonts-dev, x11proto-gesture-dev, x11proto-input-dev, x11proto-kb-dev, x11proto-randr-dev, x11proto-record-dev, x11proto-render-dev, x11proto-resource-dev, x11proto-scrnsaver-dev, x11proto-trap-dev, x11proto-video-dev, x11proto-xcmisc-dev, x11proto-xext-dev, x11proto-xf86bigfont-dev, x11proto-xf86dga-dev, x11proto-xf86dri-dev, x11proto-xf86misc-dev, x11proto-xf86vidmode-dev, x11proto-xinerama-dev, xbitmaps, xcb-proto, xfonts-utils, xinit, xinput, xkb-data, xkb-data-i18n, xpmutils, xrestop, xserver-common, xserver-xorg-core, xserver-xorg-input-evdev, xserver-xorg-input-evdev-multitouch, xserver-xorg-input-gesture, xserver-xorg-misc-emulfb, xserver-xorg-tools, xserver-xorg-video-emulfb, xtrans-dev, xutils-dev + +License: ISC(Internet Software Consortium) +Packages: rfkill + +License: MIT, ISC(Internet Software Consortium) +Packages: libc-ares2 + +License: OpenSSL License +Packages: libssl-dev, libssl1.0.0, openssl + +License: Red Hat Software +Packages: popt + +License: Zlib license +Packages: zlib-bin, zlib1g, zlib1g-dev, libbullet-0 + +License: FreeType License or GPLv2 +Packages: libfreetype6 + +License: bzip2 +Packages: libbz2-1.0, bzip2 + +License: Samsung Proprietary +Packages: org.tizen.sat-ui, geoclue-pdr, geoclue-xps, libslp-lbs-plugin-csr, boot-network-init + +License: Apachev2.0, MIT, CPOL +Packages: wrt-commons + +License: libjpeg license +Packages: libjpeg-progs + +License: ncurse license +Packages: ncurses-bin, ncurses-term, ncurse license, libncurses5 + +License: GCC 4.5 License +Packages: libstdc++6 + + +============================================================================================ +The Academic Free License v. 2.1 + +This Academic Free License (the "License") applies to any original work of authorship +(the "Original Work") whose owner (the "Licensor") has placed the following notice immediately +following the copyright notice for the Original Work: + +Licensed under the Academic Free License version 2.1 + +1) Grant of Copyright License. Licensor hereby grants You a +world-wide, royalty-free, non-exclusive, perpetual, sublicenseable +license to do the following: + +a) to reproduce the Original Work in copies; + +b) to prepare derivative works ("Derivative Works") based upon the Original Work; + +c) to distribute copies of the Original Work and Derivative Works to the public; + +d) to perform the Original Work publicly; and + +e) to display the Original Work publicly. + +2) Grant of Patent License. Licensor hereby grants You a world-wide, +royalty-free, non-exclusive, perpetual, sublicenseable license, under +patent claims owned or controlled by the Licensor that are embodied in +the Original Work as furnished by the Licensor, to make, use, sell and +offer for sale the Original Work and Derivative Works. + +3) Grant of Source Code License. The term "Source Code" means the +preferred form of the Original Work for making modifications to it and +all available documentation describing how to modify the Original +Work. Licensor hereby agrees to provide a machine-readable copy of the +Source Code of the Original Work along with each copy of the Original +Work that Licensor distributes. Licensor reserves the right to satisfy +this obligation by placing a machine-readable copy of the Source Code +in an information repository reasonably calculated to permit +inexpensive and convenient access by You for as long as Licensor +continues to distribute the Original Work, and by publishing the +address of that information repository in a notice immediately +following the copyright notice that applies to the Original Work. + +4) Exclusions From License Grant. Neither the names of Licensor, nor +the names of any contributors to the Original Work, nor any of their +trademarks or service marks, may be used to endorse or promote +products derived from this Original Work without express prior written +permission of the Licensor. Nothing in this License shall be deemed to +grant any rights to trademarks, copyrights, patents, trade secrets or +any other intellectual property of Licensor except as expressly stated +herein. No patent license is granted to make, use, sell or offer to +sell embodiments of any patent claims other than the licensed claims +defined in Section 2. No right is granted to the trademarks of +Licensor even if such marks are included in the Original Work. Nothing +in this License shall be interpreted to prohibit Licensor from +licensing under different terms from this License any Original Work +that Licensor otherwise would have a right to license. + +5) This section intentionally omitted. + +6) Attribution Rights. You must retain, in the Source Code of any +Derivative Works that You create, all copyright, patent or trademark +notices from the Source Code of the Original Work, as well as any +notices of licensing and any descriptive text identified therein as an +"Attribution Notice." You must cause the Source Code for any +Derivative Works that You create to carry a prominent Attribution +Notice reasonably calculated to inform recipients that You have +modified the Original Work. + +7) Warranty of Provenance and Disclaimer of Warranty. Licensor +warrants that the copyright in and to the Original Work and the patent +rights granted herein by Licensor are owned by the Licensor or are +sublicensed to You under the terms of this License with the permission +of the contributor(s) of those copyrights and patent rights. Except as +expressly stated in the immediately proceeding sentence, the Original +Work is provided under this License on an "AS IS" BASIS and WITHOUT +WARRANTY, either express or implied, including, without limitation, +the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL +WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential +part of this License. No license to Original Work is granted hereunder +except under this disclaimer. + +8) Limitation of Liability. Under no circumstances and under no legal +theory, whether in tort (including negligence), contract, or +otherwise, shall the Licensor be liable to any person for any direct, +indirect, special, incidental, or consequential damages of any +character arising as a result of this License or the use of the +Original Work including, without limitation, damages for loss of +goodwill, work stoppage, computer failure or malfunction, or any and +all other commercial damages or losses. This limitation of liability +shall not apply to liability for death or personal injury resulting +from Licensor'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. + +9) Acceptance and Termination. If You distribute copies of the +Original Work or a Derivative Work, You must make a reasonable effort +under the circumstances to obtain the express assent of recipients to +the terms of this License. Nothing else but this License (or another +written agreement between Licensor and You) grants You permission to +create Derivative Works based upon the Original Work or to exercise +any of the rights granted in Section 1 herein, and any attempt to do +so except under the terms of this License (or another written +agreement between Licensor and You) is expressly prohibited by +U.S. copyright law, the equivalent laws of other countries, and by +international treaty. Therefore, by exercising any of the rights +granted to You in Section 1 herein, You indicate Your acceptance of +this License and all of its terms and conditions. + +10) Termination for Patent Action. This License shall terminate +automatically and You may no longer exercise any of the rights granted +to You by this License as of the date You commence an action, +including a cross-claim or counterclaim, against Licensor or any +licensee alleging that the Original Work infringes a patent. This +termination provision shall not apply for an action alleging patent +infringement by combinations of the Original Work with other software +or hardware. + +11) Jurisdiction, Venue and Governing Law. Any action or suit relating +to this License may be brought only in the courts of a jurisdiction +wherein the Licensor resides or in which Licensor conducts its primary +business, and under the laws of that jurisdiction excluding its +conflict-of-law provisions. The application of the United Nations +Convention on Contracts for the International Sale of Goods is +expressly excluded. Any use of the Original Work outside the scope of +this License or after its termination shall be subject to the +requirements and penalties of the U.S. Copyright Act, 17 U.S.C. A§ 101 +et seq., the equivalent laws of other countries, and international +treaty. This section shall survive the termination of this License. + +12) Attorneys Fees. In any action to enforce the terms of this License +or seeking damages relating thereto, the prevailing party shall be +entitled to recover its costs and expenses, including, without +limitation, reasonable attorneys' fees and costs incurred in +connection with such action, including any appeal of such action. This +section shall survive the termination of this License. + +13) Miscellaneous. This License represents the complete agreement +concerning the 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. + +14) Definition of "You" in This License. "You" throughout this +License, whether in upper or lower case, means an individual or a +legal entity exercising rights under, and complying with all of the +terms of, this License. For legal entities, "You" includes any entity +that controls, is controlled by, or is under common control with +you. For purposes of this definition, "control" means (i) the power, +direct or indirect, to cause the direction or management of such +entity, whether by contract or otherwise, or (ii) ownership of fifty +percent (50%) or more of the outstanding shares, or (iii) beneficial +ownership of such entity. + +15) Right to Use. You may use the Original Work in all ways not +otherwise restricted or conditioned by this License or by law, and +Licensor promises not to interfere with or be responsible for such +uses by You. + +This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights +reserved. Permission is hereby granted to copy and distribute this +license without modification. This license may not be modified without +the express written permission of its copyright owner. + + +-- +END OF ACADEMIC FREE LICENSE. The following is intended to describe the essential +differences between the Academic Free License (AFL) version 1.0 and other +open source licenses: + +The Academic Free License is similar to the BSD, MIT, UoI/NCSA and Apache +licenses in many respects but it is intended to solve a few problems with +those licenses. + +* The AFL is written so as to make it clear what software is being +licensed (by the inclusion of a statement following the copyright notice +in the software). This way, the license functions better than a template +license. The BSD, MIT and UoI/NCSA licenses apply to unidentified software. + +* The AFL contains a complete copyright grant to the software. The BSD +and Apache licenses are vague and incomplete in that respect. + +* The AFL contains a complete patent grant to the software. The BSD, MIT, +UoI/NCSA and Apache licenses rely on an implied patent license and contain +no explicit patent grant. + +* The AFL makes it clear that no trademark rights are granted to the +licensor's trademarks. The Apache license contains such a provision, but the +BSD, MIT and UoI/NCSA licenses do not. + +* The AFL includes the warranty by the licensor that it either owns the +copyright or that it is distributing the software under a license. None of +the other licenses contain that warranty. All other warranties are disclaimed, +as is the case for the other licenses. + +* The AFL is itself copyrighted (with the right granted to copy and distribute +without modification). This ensures that the owner of the copyright to the +license will control changes. The Apache license contains a copyright notice, +but the BSD, MIT and UoI/NCSA licenses do not. + + +================================================================================ +Apache License v2.0 + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +============================================================================================ +Mozilla Public License 1.1 + + MOZILLA PUBLIC LICENSE + Version 1.1 + + --------------- + +1. Definitions. + + 1.0.1. "Commercial Use" means distribution or otherwise making the + Covered Code available to a third party. + + 1.1. "Contributor" means each entity that creates or contributes to + the creation of Modifications. + + 1.2. "Contributor Version" means the combination of the Original + Code, prior Modifications used by a Contributor, and the Modifications + made by that particular Contributor. + + 1.3. "Covered Code" means the Original Code or Modifications or the + combination of the Original Code and Modifications, in each case + including portions thereof. + + 1.4. "Electronic Distribution Mechanism" means a mechanism generally + accepted in the software development community for the electronic + transfer of data. + + 1.5. "Executable" means Covered Code in any form other than Source + Code. + + 1.6. "Initial Developer" means the individual or entity identified + as the Initial Developer in the Source Code notice required by Exhibit + A. + + 1.7. "Larger Work" means a work which combines Covered Code or + portions thereof with code not governed by the terms of this License. + + 1.8. "License" means this document. + + 1.8.1. "Licensable" means having the right to grant, to the maximum + extent possible, whether at the time of the initial grant or + subsequently acquired, any and all of the rights conveyed herein. + + 1.9. "Modifications" means any addition to or deletion from the + substance or structure of either the Original Code or any previous + Modifications. When Covered Code is released as a series of files, a + Modification is: + A. Any addition to or deletion from the contents of a file + containing Original Code or previous Modifications. + + B. Any new file that contains any part of the Original Code or + previous Modifications. + + 1.10. "Original Code" means Source Code of computer software code + which is described in the Source Code notice required by Exhibit A as + Original Code, and which, at the time of its release under this + License is not already Covered Code governed by this License. + + 1.10.1. "Patent Claims" means any patent claim(s), now owned or + hereafter acquired, including without limitation, method, process, + and apparatus claims, in any patent Licensable by grantor. + + 1.11. "Source Code" means the preferred form of the Covered Code for + making modifications to it, including all modules it contains, plus + any associated interface definition files, scripts used to control + compilation and installation of an Executable, or source code + differential comparisons against either the Original Code or another + well known, available Covered Code of the Contributor's choice. The + Source Code can be in a compressed or archival form, provided the + appropriate decompression or de-archiving software is widely available + for no charge. + + 1.12. "You" (or "Your") means an individual or a legal entity + exercising rights under, and complying with all of the terms of, this + License or a future version of this License issued under Section 6.1. + For legal entities, "You" includes any entity which controls, is + controlled by, or is under common control with You. For purposes of + this definition, "control" means (a) the power, direct or indirect, + to cause the direction or management of such entity, whether by + contract or otherwise, or (b) ownership of more than fifty percent + (50%) of the outstanding shares or beneficial ownership of such + entity. + +2. Source Code License. + + 2.1. The Initial Developer Grant. + The Initial Developer hereby grants You a world-wide, royalty-free, + non-exclusive license, subject to third party intellectual property + + claims: + + (a) under intellectual property rights (other than patent or + trademark) Licensable by Initial Developer to use, reproduce, + modify, display, perform, sublicense and distribute the Original + Code (or portions thereof) with or without Modifications, and/or + as part of a Larger Work; and + + (b) under Patents Claims infringed by the making, using or + selling of Original Code, to make, have made, use, practice, + sell, and offer for sale, and/or otherwise dispose of the + Original Code (or portions thereof). + + (c) 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. + + (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). + + (c) 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. + + (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. + + (c) Representations. + Contributor represents that, except as disclosed pursuant to + Section 3.4(a) above, Contributor believes that Contributor's + 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. + + The Original Code is ______________________________________. + + The Initial Developer of the Original Code is ________________________. + Portions created by ______________________ are Copyright (C) ______ + _______________________. All Rights Reserved. + + Contributor(s): ______________________________________. + + Alternatively, the contents of this file may be used under the terms + of the _____ license (the "[___] License"), in which case the + provisions of [______] License are applicable instead of those + above. If you wish to allow use of your version of this file only + under the terms of the [____] License and not to allow others to use + your version of this file under the MPL, indicate your decision by + deleting the provisions above and replace them with the notice and + other provisions required by the [___] License. If you do not delete + the provisions above, a recipient may use your version of this file + under either the MPL or the [___] License." + + [NOTE: The text of this Exhibit A may differ slightly from the text of + the notices in the Source Code files of the Original Code. You should + use the text of this Exhibit A rather than the text found in the + Original Code Source Code for Your Modifications.] + +============================================================================================ +LGPLv2.0 + + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + 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 Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +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! + +============================================================================================ +LGPLv2.1 + + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[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. + + 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. + + 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. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also 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. + + 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. + + 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. + + 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 + + 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.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +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! + +============================================================================================ +LGPLv3 + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + 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 that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU 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 as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + +============================================================================================ +GPLv1 + + + GNU GENERAL PUBLIC LICENSE + Version 1, February 1989 + + Copyright (C) 1989 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The license agreements of most software companies try to keep users +at the mercy of those companies. By contrast, our General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. The +General Public License applies to the Free Software Foundation's +software and to any other program whose authors commit to using it. +You can use it for your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Specifically, the General Public License is designed to make +sure that you have the freedom to give away or sell copies of free +software, that you receive source code or can get it if you want it, +that you can change the software or use pieces of it in new free +programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of a such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must tell them their rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any program or other work which +contains a notice placed by the copyright holder saying it may be +distributed under the terms of this General Public License. The +"Program", below, refers to any such program or work, and a "work based +on the Program" means either the Program or any work containing the +Program or a portion of it, either verbatim or with modifications. Each +licensee is addressed as "you". + + 1. You may copy and distribute verbatim copies of the Program's source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this +General Public License and to the absence of any warranty; and give any +other recipients of the Program a copy of this General Public License +along with the Program. You may charge a fee for the physical act of +transferring a copy. + + 2. You may modify your copy or copies of the Program or any portion of +it, and copy and distribute such modifications under the terms of Paragraph +1 above, provided that you also do the following: + + a) cause the modified files to carry prominent notices stating that + you changed the files and the date of any change; and + + b) cause the whole of any work that you distribute or publish, that + in whole or in part contains the Program or any part thereof, either + with or without modifications, to be licensed at no charge to all + third parties under the terms of this General Public License (except + that you may choose to grant warranty protection to some or all + third parties, at your option). + + c) If the modified program normally reads commands interactively when + run, you must cause it, when started running for such interactive use + in the simplest and most usual way, to print or display an + announcement including an appropriate copyright notice and a notice + that there is no warranty (or else, saying that you provide a + warranty) and that users may redistribute the program under these + conditions, and telling the user how to view a copy of this General + Public License. + + d) 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. + +Mere aggregation of another independent work with the Program (or its +derivative) on a volume of a storage or distribution medium does not bring +the other work under the scope of these terms. + + 3. You may copy and distribute the Program (or a portion or derivative of +it, under Paragraph 2) in object code or executable form under the terms of +Paragraphs 1 and 2 above provided that you also do one of the following: + + a) accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of + Paragraphs 1 and 2 above; or, + + b) accompany it with a written offer, valid for at least three + years, to give any third party free (except for a nominal charge + for the cost of distribution) a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of + Paragraphs 1 and 2 above; or, + + c) accompany it with the information you received as to where the + corresponding source code may be obtained. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form alone.) + +Source code for a work means the preferred form of the work for making +modifications to it. For an executable file, complete source code means +all the source code for all modules it contains; but, as a special +exception, it need not include source code for modules which are standard +libraries that accompany the operating system on which the executable +file runs, or for standard header files or definitions files that +accompany that operating system. + + 4. You may not copy, modify, sublicense, distribute or transfer the +Program except as expressly provided under this General Public License. +Any attempt otherwise to copy, modify, sublicense, distribute or transfer +the Program is void, and will automatically terminate your rights to use +the Program under this License. However, parties who have received +copies, or rights to use copies, from you under this General Public +License will not have their licenses terminated so long as such parties +remain in full compliance. + + 5. By copying, distributing or modifying the Program (or any work based +on the Program) you indicate your acceptance of this license to do so, +and all its terms and conditions. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the original +licensor to copy, distribute or modify the Program subject to these +terms and conditions. You may not impose any further restrictions on the +recipients' exercise of the rights granted herein. + + 7. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of the license which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +the license, you may choose any version ever published by the Free Software +Foundation. + + 8. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + Appendix: How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to humanity, the best way to achieve this is to make it +free software which everyone can redistribute and change under these +terms. + + To do so, attach the following notices to the program. It is safest to +attach them to the start of each source file to most effectively convey +the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 19yy + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) 19xx name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the +appropriate parts of the General Public License. Of course, the +commands you use may be called something other than `show w' and `show +c'; they could even be mouse-clicks or menu items--whatever suits your +program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + program `Gnomovision' (a program to direct compilers to make passes + at assemblers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +That's all there is to it! + +============================================================================================ +GPLv2 + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. + +============================================================================================ +GPLv3 + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + +============================================================================================ +OpenSSL License + + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. Actually both licenses are BSD-style + Open Source licenses. In case of any license issues related to OpenSSL + please contact openssl-core@openssl.org. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED 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 OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * 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 copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + + +============================================================================================ +Artistic License + + The "Artistic License" + + Preamble + +The intent of this document is to state the conditions under which a +Package may be copied, such that the Copyright Holder maintains some +semblance of artistic control over the development of the package, +while giving the users of the package the right to use and distribute +the Package in a more-or-less customary fashion, plus the right to make +reasonable modifications. + +Definitions: + +"Package" refers to the collection of files distributed by the +Copyright Holder, and derivatives of that collection of files +created through textual modification. + +"Standard Version" refers to such a Package if it has not been +modified, or has been modified in accordance with the wishes +of the Copyright Holder as specified below. + +"Copyright Holder" is whoever is named in the copyright or +copyrights for the package. + +"You" is you, if you're thinking about copying or distributing +this Package. + +"Reasonable copying fee" is whatever you can justify on the +basis of media cost, duplication charges, time of people involved, +and so on. (You will not be required to justify it to the +Copyright Holder, but only to the computing community at large +as a market that must bear the fee.) + +"Freely Available" means that no fee is charged for the item +itself, though there may be fees involved in handling the item. +It also means that recipients of the item may redistribute it +under the same conditions they received it. + +1. You may make and give away verbatim copies of the source form of the +Standard Version of this Package without restriction, provided that you +duplicate all of the original copyright notices and associated disclaimers. + +2. You may apply bug fixes, portability fixes and other modifications +derived from the Public Domain or from the Copyright Holder. A Package +modified in such a way shall still be considered the Standard Version. + +3. You may otherwise modify your copy of this Package in any way, provided +that you insert a prominent notice in each changed file stating how and +when you changed that file, and provided that you do at least ONE of the +following: + + a) place your modifications in the Public Domain or otherwise make them + Freely Available, such as by posting said modifications to Usenet or + an equivalent medium, or placing the modifications on a major archive + site such as uunet.uu.net, or by allowing the Copyright Holder to include + your modifications in the Standard Version of the Package. + + b) use the modified Package only within your corporation or organization. + + c) rename any non-standard executables so the names do not conflict + with standard executables, which must also be provided, and provide + a separate manual page for each non-standard executable that clearly + documents how it differs from the Standard Version. + + d) make other distribution arrangements with the Copyright Holder. + +4. You may distribute the programs of this Package in object code or +executable form, provided that you do at least ONE of the following: + + a) distribute a Standard Version of the executables and library files, + together with instructions (in the manual page or equivalent) on where + to get the Standard Version. + + b) accompany the distribution with the machine-readable source of + the Package with your modifications. + + c) give non-standard executables non-standard names, and clearly + document the differences in manual pages (or equivalent), together + with instructions on where to get the Standard Version. + + d) make other distribution arrangements with the Copyright Holder. + +5. You may charge a reasonable copying fee for any distribution of this +Package. You may charge any fee you choose for support of this +Package. You may not charge a fee for this Package itself. However, +you may distribute this Package in aggregate with other (possibly +commercial) programs as part of a larger (possibly commercial) software +distribution provided that you do not advertise this Package as a +product of your own. You may embed this Package's interpreter within +an executable of yours (by linking); this shall be construed as a mere +form of aggregation, provided that the complete Standard Version of the +interpreter is so embedded. + +6. The scripts and library files supplied as input to or produced as +output from the programs of this Package do not automatically fall +under the copyright of this Package, but belong to whoever generated +them, and may be sold commercially, and may be aggregated with this +Package. If such scripts or library files are aggregated with this +Package via the so-called "undump" or "unexec" methods of producing a +binary executable image, then distribution of such an image shall +neither be construed as a distribution of this Package nor shall it +fall under the restrictions of Paragraphs 3 and 4, provided that you do +not represent such an executable image as a Standard Version of this +Package. + +7. C subroutines (or comparably compiled subroutines in other +languages) supplied by you and linked into this Package in order to +emulate subroutines and variables of the language defined by this +Package shall not be considered part of this Package, but are the +equivalent of input as in Paragraph 6, provided these subroutines do +not change the language in any way that would cause it to fail the +regression tests for the language. + +8. Aggregation of this Package with a commercial distribution is always +permitted provided that the use of this Package is embedded; that is, +when no overt attempt is made to make this Package's interfaces visible +to the end user of the commercial distribution. Such use shall not be +construed as a distribution of this Package. + +9. The name of the Copyright Holder may not be used to endorse or promote +products derived from this software without specific prior written permission. + +10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + + The End + +============================================================================================ +bzip2 License + +This program, "bzip2" and associated library "libbzip2", are copyright (C) 1996-2000 Julian R Seward. All rights reserved. + +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. he origin of this software must not be misrepresented; you must not claim that you wrote +the original software. If you use this software in a product, an acknowledgment in the product +documentation would be appreciated but is not required. + +3. Altered source versions must be plainly marked as such, and must not be misrepresented +as being the original software. + +4. 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. + +============================================================================================ +ICU License + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1995-2011 International Business Machines Corporation and others + +All rights reserved. + +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, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished +to do so, provided that the above copyright notice(s) and this permission +notice appear in all copies of the Software and that both the above copyright +notice(s) and this permission notice appear in supporting documentation. + +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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE +FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA +OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH +THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in this Software without prior written authorization of the +copyright holder. + +============================================================================================ +Red Hat Software License + +Copyright (c) 1998 Red Hat Software + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the X Consortium shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from the X Consortium. + +============================================================================================ +libpng license + +This copy of the libpng notices is provided for your convenience. In case of +any discrepancy between this copy and the notices in the file png.h that is +included in the libpng distribution, the latter shall prevail. + +COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: + +If you modify libpng you may insert additional notices immediately following +this sentence. + +This code is released under the libpng license. + +libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are +Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-1.2.5 +with the following individual added to the list of Contributing Authors + + Cosmin Truta + +libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are +Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-1.0.6 +with the following individuals added to the list of Contributing Authors + + Simon-Pierre Cadieux + Eric S. Raymond + Gilles Vollant + +and with the following additions to the disclaimer: + + There is no warranty against interference with your enjoyment of the + library or against infringement. There is no warranty that our + efforts or the library will fulfill any of your particular purposes + or needs. This library is provided with all faults, and the entire + risk of satisfactory quality, performance, accuracy, and effort is with + the user. + +libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are +Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are +distributed according to the same disclaimer and license as libpng-0.96, +with the following individuals added to the list of Contributing Authors: + + Tom Lane + Glenn Randers-Pehrson + Willem van Schaik + +libpng versions 0.89, June 1996, through 0.96, May 1997, are +Copyright (c) 1996, 1997 Andreas Dilger +Distributed according to the same disclaimer and license as libpng-0.88, +with the following individuals added to the list of Contributing Authors: + + John Bowler + Kevin Bracey + Sam Bushell + Magnus Holmgren + Greg Roelofs + Tom Tanner + +libpng versions 0.5, May 1995, through 0.88, January 1996, are +Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. + +For the purposes of this copyright and license, "Contributing Authors" +is defined as the following set of individuals: + + Andreas Dilger + Dave Martindale + Guy Eric Schalnat + Paul Schmidt + Tim Wegner + +The PNG Reference Library is supplied "AS IS". The Contributing Authors +and Group 42, Inc. disclaim all warranties, expressed or implied, +including, without limitation, the warranties of merchantability and of +fitness for any purpose. The Contributing Authors and Group 42, Inc. +assume no liability for direct, indirect, incidental, special, exemplary, +or consequential damages, which may result from the use of the PNG +Reference Library, even if advised of the possibility of such damage. + +Permission is hereby granted to use, copy, modify, and distribute this +source code, or portions hereof, for any purpose, without fee, subject +to the following restrictions: + +1. The origin of this source code must not be misrepresented. + +2. Altered versions must be plainly marked as such and must not + be misrepresented as being the original source. + +3. This Copyright notice may not be removed or altered from any + source or altered source distribution. + +The Contributing Authors and Group 42, Inc. specifically permit, without +fee, and encourage the use of this source code as a component to +supporting the PNG file format in commercial products. If you use this +source code in a product, acknowledgment is not required but would be +appreciated. + + +A "png_get_copyright" function is available, for convenient use in "about" +boxes and the like: + + printf("%s",png_get_copyright(NULL)); + +Also, the PNG logo (in PNG format, of course) is supplied in the +files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). + +Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a +certification mark of the Open Source Initiative. + +Glenn Randers-Pehrson +glennrp at users.sourceforge.net +July 9, 2011 + +============================================================================================ +X Consortium license + +Copyright (C) 1996 X Consortium + +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 + +Copyright (C) + +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. + +============================================================================================ +Zlib license + +Copyright (c) <''year''> <''copyright holders''> + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source + distribution. + +============================================================================================ +Samsung Proprietary + +Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. + +PROPRIETARY/CONFIDENTIAL + +This software is the confidential and proprietary information of +SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge +that this software is owned by Samsung and you shall not disclose +such Confidential Information and shall use it only in accordance with the +terms of the license agreement you entered into with SAMSUNG ELECTRONICS. +SAMSUNG make no representations or warranties about the suitability +of the software, either express or implied, including but not limited +to the implied warranties of merchantability, fitness for a particular purpose, +or non-infringement. SAMSUNG shall not be liable for any damages suffered +by licensee arising out of or releated to this software. + +============================================================================================ +libjpeg License + +This is Debian's prepackaged version of the `jpeg library' by the Independent +JPEG Group. + +This package was created by Mark Mickan from sources +which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz + +It is partly based on the libjpeg6a package originally put together by +Andy Guy and later maintained by Mark Mickan. + +Current Debian maintainer is Bill Allombert . + +LEGAL ISSUES [ from README supplied with source - MM ] +============ + +In plain English: + +1. We don't promise that this software works. (But if you find any bugs, + please let us know!) +2. You can use this software for whatever you want. You don't have to pay us. +3. You may not pretend that you wrote this software. If you use it in a + program, you must acknowledge somewhere in your documentation that + you've used the IJG code. + +In legalese: + +The authors make NO WARRANTY or representation, either express or implied, +with respect to this software, its quality, accuracy, merchantability, or +fitness for a particular purpose. This software is provided "AS IS", and you, +its user, assume the entire risk as to its quality and accuracy. + +This software is copyright (C) 1991-2009, Thomas G. Lane, Guido Vollbeding. +All Rights Reserved except as specified below. + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. + +These conditions apply to any software derived from or based on the IJG code, +not just to the unmodified library. If you use our work, you ought to +acknowledge us. + +Permission is NOT granted for the use of any IJG author's name or company name +in advertising or publicity relating to this software or products derived from +it. This software may be referred to only as "the Independent JPEG Group's +software". + +We specifically permit and encourage the use of this software as the basis of +commercial products, provided that all warranty or liability claims are +assumed by the product vendor. + + +ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, +sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. +ansi2knr.c is NOT covered by the above copyright and conditions, but instead +by the usual distribution terms of the Free Software Foundation; principally, +that you must include source code if you redistribute it. (See the file +ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part +of any program generated from the IJG code, this does not limit you more than +the foregoing paragraphs do. + +The Unix configuration script "configure" was produced with GNU Autoconf. +It is copyright by the Free Software Foundation but is freely distributable. +The same holds for its supporting scripts (config.guess, config.sub, +ltconfig, ltmain.sh). Another support script, install-sh, is copyright +by M.I.T. but is also freely distributable. + +It appears that the arithmetic coding option of the JPEG spec is covered by +patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot +legally be used without obtaining one or more licenses. For this reason, +support for arithmetic coding has been removed from the free JPEG software. +(Since arithmetic coding provides only a marginal gain over the unpatented +Huffman mode, it is unlikely that very many implementations will support it.) +So far as we are aware, there are no patent restrictions on the remaining +code. + +The IJG distribution formerly included code to read and write GIF files. +To avoid entanglement with the Unisys LZW patent, GIF reading support has +been removed altogether, and the GIF writer has been simplified to produce +"uncompressed GIFs". This technique does not use the LZW algorithm; the +resulting GIF files are larger than usual, but are readable by all standard +GIF decoders. + +We are required to state that + "The Graphics Interchange Format(c) is the Copyright property of + CompuServe Incorporated. GIF(sm) is a Service Mark property of + CompuServe Incorporated." + +============================================================================================ +ncurse License + +This is the Debian prepackaged version of the ncurses +library and terminfo utilities. ncurses/terminfo was originally written +by Pavel Curtis and Zeyd M. Ben-Halim , and is +currently held by the Free Software Foundation. + +This package was put together by Vaidhyanathan G Mayilrangam + and Joel Klecker , using sources +obtained from ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz. + +It is based somewhat on work done by Bruce Perens , +David Engel . Michael Alan Dorman +, Richard Braakman , James Troup +, J.H.M. Dassen (Ray) +, and Galen Hazelwood +over various years. + + +Changes: + * added Debian package maintenance system files + * changed Makefile.in's to compile with -D_REENTRANT + * changed configure.in to support proper compilation of debugging libraries + * Fixed tget{flag,num,str} in lib_termcap ("long" strings work now) + +Changes to terminfo.src: + * Removed ich(1) from linux, screen, vt320 + +/**************************************************************************** + * Copyright (c) 1998 Free Software Foundation, Inc. * + * * + * Permission is hereby granted, free of charge, to any person obtaining a * + * copy of this software and associated documentation files (the * + * "Software"), to deal in the Software without restriction, including * + * without limitation the rights to use, copy, modify, merge, publish, * + * distribute, distribute with modifications, sublicense, and/or sell * + * copies of the Software, and to permit persons to whom the Software is * + * furnished to do so, subject to the following conditions: * + * * + * The above copyright notice and this permission notice shall be included * + * in all copies or substantial portions of the Software. * + * * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * + * * + * Except as contained in this notice, the name(s) of the above copyright * + * holders shall not be used in advertising or otherwise to promote the * + * sale, use or other dealings in this Software without prior written * + * authorization. * + ****************************************************************************/ + + +============================================================================================ +GCC 4.5 License + +This is the Debian GNU/Linux prepackaged version of the GNU compiler +collection, containing Ada, C, C++, Fortran 95, Java, Objective-C, +Objective-C++, and Treelang compilers, documentation, and support +libraries. In addition, Debian provides the gdc compiler, either in +the same source package, or built from a separate same source package. +Packaging is done by the Debian GCC Maintainers +, with sources obtained from: + + ftp://gcc.gnu.org/pub/gcc/releases/ (for full releases) + svn://gcc.gnu.org/svn/gcc/ (for prereleases) + http://bitbucket.org/goshawk/gdc (for D) + +The current gcc-4.5 source package is taken from the SVN gcc-4_5-branch. + +Changes: See changelog.Debian.gz + +Debian splits the GNU Compiler Collection into packages for each language, +library, and documentation as follows: + +Language Compiler package Library package Documentation +--------------------------------------------------------------------------- +Ada gnat-4.5 libgnat-4.5 gnat-4.5-doc +C gcc-4.5 gcc-4.5-doc +C++ g++-4.5 libstdc++6 libstdc++6-4.5-doc +D gdc-4.5 +Fortran 95 gfortran-4.5 libgfortran3 gfortran-4.5-doc +Java gcj-4.5 libgcj10 libgcj-doc +Objective C gobjc-4.5 libobjc2 +Objective C++ gobjc++-4.5 + +For some language run-time libraries, Debian provides source files, +development files, debugging symbols and libraries containing position- +independent code in separate packages: + +Language Sources Development Debugging Position-Independent +------------------------------------------------------------------------------ +C++ libstdc++6-4.5-dbg libstdc++6-4.5-pic +D libphobos-4.5-dev +Java libgcj10-src libgcj10-dev libgcj10-dbg + +Additional packages include: + +All languages: +libgcc1, libgcc2, libgcc4 GCC intrinsics (platform-dependent) +gcc-4.5-base Base files common to all compilers +gcc-4.5-soft-float Software floating point (ARM only) +gcc-4.5-source The sources with patches + +Ada: +libgnatvsn-dev, libgnatvsn4.5 GNAT version library +libgnatprj-dev, libgnatprj4.5 GNAT Project Manager library + +C: +cpp-4.5, cpp-4.5-doc GNU C Preprocessor +libmudflap0-dev, libmudflap0 Library for instrumenting pointers +libssp0-dev, libssp0 GCC stack smashing protection library +fixincludes Fix non-ANSI header files +protoize Create/remove ANSI prototypes from C code + +Java: +gij The Java bytecode interpreter and VM +libgcj-common Common files for the Java run-time +libgcj10-awt The Abstract Windowing Toolkit +libgcj10-jar Java ARchive for the Java run-time + +C, C++ and Fortran 95: +libgomp1-dev, libgomp1 GCC OpenMP (GOMP) support library + +Biarch support: On some 64-bit platforms which can also run 32-bit code, +Debian provides additional packages containing 32-bit versions of some +libraries. These packages have names beginning with 'lib32' instead of +'lib', for example lib32stdc++6. Similarly, on some 32-bit platforms which +can also run 64-bit code, Debian provides additional packages with names +beginning with 'lib64' instead of 'lib'. These packages contain 64-bit +versions of the libraries. (At this time, not all platforms and not all +libraries support biarch.) The license terms for these lib32 or lib64 +packages are identical to the ones for the lib packages. + + +COPYRIGHT STATEMENTS AND LICENSING TERMS + + +GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, +1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +2008 Free Software Foundation, Inc. + +GCC 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, or (at your option) any later +version. + +GCC is distributed in the hope that 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. + +Files that have exception clauses are licensed under the terms of the +GNU General Public License; either version 3, or (at your option) any +later version. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License is in `/usr/share/common-licenses/GPL', version 3 of this +license in `/usr/share/common-licenses/GPL-3'. + +The following runtime libraries are licensed under the terms of the +GNU General Public License (v3 or later) with version 3.1 of the GCC +Runtime Library Exception (included in this file): + + - libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind*, gcc/gthr*, + gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h, + gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c, + gcc/tsystem.h, gcc/typeclass.h). + - libdecnumber + - libgomp + - libssp + - libstdc++-v3 + - libobjc + - libmudflap + - libgfortran + - The libgnat-4.5 Ada support library and libgnatvsn library. + - Various config files in gcc/config/ used in runtime libraries. + +In contrast, libgnatprj is licensed under the terms of the pure GNU +General Public License. + +The libgcj library is licensed under the terms of the GNU General +Public License, with a special exception: + + Linking this library statically or dynamically with other modules + is making a combined work based on this library. Thus, the terms + and conditions of the GNU General Public License cover the whole + combination. + + As a special exception, the copyright holders of this library give + you permission to link this library with independent modules to + produce an executable, regardless of the license terms of these + independent modules, and to copy and distribute the resulting + executable under terms of your choice, provided that you also + meet, for each linked independent module, the terms and conditions + of the license of that module. An independent module is a module + which is not derived from or based on this library. If you modify + this library, you may extend this exception to your version of the + library, but you are not obligated to do so. If you do not wish + to do so, delete this exception statement from your version. + +The libffi library is licensed under the following terms: + + libffi - Copyright (c) 1996-2003 Red Hat, Inc. + + 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 CYGNUS SOLUTIONS 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. + + +The documentation is licensed under the GNU Free Documentation License (v1.2). +On Debian GNU/Linux systems, the complete text of this license is in +`/usr/share/common-licenses/GFDL-1.2'. + + +GCC RUNTIME LIBRARY EXCEPTION + +Version 3.1, 31 March 2009 + +Copyright (C) 2009 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + +This GCC Runtime Library Exception ("Exception") is an additional +permission under section 7 of the GNU General Public License, version +3 ("GPLv3"). It applies to a given file (the "Runtime Library") that +bears a notice placed by the copyright holder of the file stating that +the file is governed by GPLv3 along with this Exception. + +When you use GCC to compile a program, GCC may combine portions of +certain GCC header files and runtime libraries with the compiled +program. The purpose of this Exception is to allow compilation of +non-GPL (including proprietary) programs to use, in this way, the +header files and runtime libraries covered by this Exception. + +0. Definitions. + +A file is an "Independent Module" if it either requires the Runtime +Library for execution after a Compilation Process, or makes use of an +interface provided by the Runtime Library, but is not otherwise based +on the Runtime Library. + +"GCC" means a version of the GNU Compiler Collection, with or without +modifications, governed by version 3 (or a specified later version) of +the GNU General Public License (GPL) with the option of using any +subsequent versions published by the FSF. + +"GPL-compatible Software" is software whose conditions of propagation, +modification and use would permit combination with GCC in accord with +the license of GCC. + +"Target Code" refers to output from any compiler for a real or virtual +target processor architecture, in executable form or suitable for +input to an assembler, loader, linker and/or execution +phase. Notwithstanding that, Target Code does not include data in any +format that is used as a compiler intermediate representation, or used +for producing a compiler intermediate representation. + +The "Compilation Process" transforms code entirely represented in +non-intermediate languages designed for human-written code, and/or in +Java Virtual Machine byte code, into Target Code. Thus, for example, +use of source code generators and preprocessors need not be considered +part of the Compilation Process, since the Compilation Process can be +understood as starting with the output of the generators or +preprocessors. + +A Compilation Process is "Eligible" if it is done using GCC, alone or +with other GPL-compatible software, or if it is done without using any +work based on GCC. For example, using non-GPL-compatible Software to +optimize any GCC intermediate representations would not qualify as an +Eligible Compilation Process. + +1. Grant of Additional Permission. + +You have permission to propagate a work of Target Code formed by +combining the Runtime Library with Independent Modules, even if such +propagation would otherwise violate the terms of GPLv3, provided that +all Target Code was generated by Eligible Compilation Processes. You +may then convey such a combination under terms of your choice, +consistent with the licensing of the Independent Modules. + +2. No Weakening of GCC Copyleft. + +The availability of this Exception does not imply any general +presumption that third-party software is unaffected by the copyleft +requirements of the license of GCC. + + +D: +gdc-4.5 GNU D Compiler +libphobos-4.5-dev D standard runtime library + +The D source package is made up of the following components. + +The D front-end for GCC: + - d/* + +Copyright (C) 2004-2007 David Friedman +Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010 + +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. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License is in `/usr/share/common-licenses/GPL', version 2 of this +license in `/usr/share/common-licenses/GPL-2'. + + +The DMD Compiler implementation of the D programming language: + - d/dmd/* + +Copyright (c) 1999-2010 by Digital Mars +All Rights Reserved +written by Walter Bright +http://www.digitalmars.com +License for redistribution is by either the Artistic License or +the GNU General Public License (v1). + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License is in `/usr/share/common-licenses/GPL', the Artistic +license in `/usr/share/common-licenses/Artistic'. + + +The Zlib data compression library: + - d/phobos/etc/c/zlib/* + + (C) 1995-2004 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + +The Phobos standard runtime library: + - d/phobos/* + +Unless otherwise marked within the file, each file in the source +is under the following licenses: + +Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com +Written by Walter Bright + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, in both source and binary form, subject to the following +restrictions: + + o The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + o Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + o This notice may not be removed or altered from any source + distribution. + +By plainly marking modifications, something along the lines of adding to each +file that has been changed a "Modified by Foo Bar" line +underneath the "Written by" line would be adequate. + +============================================================================================ +perl License + +This package was debianized by Brendan O'Dea on +Thu, 17 Aug 2000 16:10:54 +1000. + +It was downloaded from: + + + +Upstream Authors: + + Larry Wall et. al. (see /usr/share/doc/perl/AUTHORS). + +Copyright: + + Copyright 1989-2001, Larry Wall All rights reserved. + + This program is free software; you can redistribute it and/or modify + it under the terms of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. + +---------------------------------------------------------------------- + +The zlib library in ext/Compress-Raw-Zlib/zlib-src has the following +copyright and license: + + Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + +---------------------------------------------------------------------- + +The Unicode database files in lib/unicore/*.txt are +Copyright (c) 1991-2006 Unicode, Inc. + +Their license information is given as + For terms of use, see http://www.unicode.org/terms_of_use.html + +The corresponding license is as follows: + + EXHIBIT 1 + UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE + + Unicode Data Files include all data files under the directories + http://www.unicode.org/Public/, http://www.unicode.org/reports/, + and http://www.unicode.org/cldr/data/ . Unicode Software includes any + source code published in the Unicode Standard or under the directories + http://www.unicode.org/Public/, http://www.unicode.org/reports/, + and http://www.unicode.org/cldr/data/. + + NOTICE TO USER: Carefully read the following legal agreement. BY + DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE + INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU + UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND + CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, + INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. + + COPYRIGHT AND PERMISSION NOTICE + + Copyright ⓒ 1991-2008 Unicode, Inc. All rights + reserved. Distributed under the Terms of Use in + http://www.unicode.org/copyright.html. + + Permission is hereby granted, free of charge, to any person + obtaining a copy of the Unicode data files and any associated + documentation (the "Data Files") or Unicode software and any + associated documentation (the "Software") to deal in the Data Files + or Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, + and/or sell copies of the Data Files or Software, and to permit + persons to whom the Data Files or Software are furnished to do so, + provided that (a) the above copyright notice(s) and this permission + notice appear with all copies of the Data Files or Software, + (b) both the above copyright notice(s) and this permission notice + appear in associated documentation, and (c) there is clear notice + in each modified Data File or in the Software as well as in the + documentation associated with the Data File(s) or Software that + the data or software has been modified. + + THE DATA FILES AND SOFTWARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE + COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE + FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, + OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR + PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER + TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THE DATA FILES OR SOFTWARE. + + Except as contained in this notice, the name of a copyright holder + shall not be used in advertising or otherwise to promote the sale, + use or other dealings in these Data Files or Software without + prior written authorization of the copyright holder. + +---------------------------------------------------------------------- + +The file lib/Cwd.pm has the following copyright and license: + + Copyright (c) 2004 by the Perl 5 Porters. All rights reserved. + + This program is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. + + Portions of the C code in this library are copyright (c) 1994 by the + Regents of the University of California. All rights reserved. The + license on this code is compatible with the licensing of the rest of + the distribution - please see the source code in F for the + details. + +The file referenced above, ext/Cwd/Cwd.xs, has the following copyright: + + * Copyright (c) 1994 + * The Regents of the University of California. All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Jan-Simon Pendry. + +and is licensed with the standard 3-clause BSD license. On Debian GNU/Linux +systems, this license can be found in `/usr/share/common-licenses/BSD'. + +---------------------------------------------------------------------- + +The C parts of File::Glob in ext/File-Glob/bsd_glob.[ch] hav the +following copyright: + + * Copyright (c) 1989, 1993 + * The Regents of the University of California. All rights reserved. + * + * This code is derived from software contributed to Berkeley by + * Guido van Rossum. + +and are licensed with the standard 3-clause BSD license. On Debian GNU/Linux +systems, this license can be found in `/usr/share/common-licenses/BSD'. + +---------------------------------------------------------------------- + +The bzip2 library in ext/Compress-Raw-Bzip2/bzip2-src has the following +copyright and license: + + This program, "bzip2", the associated library "libbzip2", and all + documentation, are copyright (C) 1996-2007 Julian R Seward. All + rights reserved. + + 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. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + + 3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + + 4. 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. + + Julian Seward, jseward@bzip.org + bzip2/libbzip2 version 1.0.5 of 10 December 2007 + +-------------------------------------------------------------------------- + +The Text::Tabs module in lib/Text/Tabs.pm has the following +copyright and license: + + Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff. + Copyright (C) 2005 Aristotle Pagaltzis + This module may be modified, used, copied, and redistributed at your own risk. + Publicly redistributed modified versions must use a different name. + +-------------------------------------------------------------------------- + +Portions of the Debian packaging are + Copyright 2008-2010 Niko Tyni +The other people listed in debian/changelog are most probably +copyright holders too, but they have not included explicit copyright +or licensing information. + +The portions by Niko Tyni may be redistributed and/or modified under +the same terms as Perl itself. It is assumed that other contributors +have placed their contributions under a compatible license. + +-------------------------------------------------------------------------- + +============================================================================================ +BSD License + +Copyright (c) , +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by the . +4. Neither the name of the 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 ''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 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. + +============================================================================================ +New BSD License + +Copyright (c) , +All rights reserved. + +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 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 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. + +============================================================================================ +Simplified BSD License + +Copyright . All rights reserved. + +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 ''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 OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the +authors and should not be interpreted as representing official policies, either expressed +or implied, of . + +============================================================================================ +Small/Pawn License + +Copyright (c) ITB CompuPhase, 1997-2003 + +This software is provided "as-is", without any express or implied warranty. +In no event will the authors be held liable for any damages arising from +the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software in + a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + +============================================================================================ +Motorola License + + Copyright Motorola, Inc. 2003 + ALL RIGHTS RESERVED + + You are hereby granted a copyright license to use, modify, and + distribute the SOFTWARE so long as this entire notice is retained + without alteration in any modified and/or redistributed versions, + and that such modified versions are clearly identified as such. + No licenses are granted by implication, estoppel or otherwise under + any patents or trademarks of Motorola, Inc. + + The SOFTWARE is provided on an "AS IS" basis and without warranty. + To the maximum extent permitted by applicable law, MOTOROLA DISCLAIMS + ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, INCLUDING IMPLIED + WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR + PURPOSE AND ANY WARRANTY AGAINST INFRINGEMENT WITH + REGARD TO THE SOFTWARE (INCLUDING ANY MODIFIED VERSIONS + THEREOF) AND ANY ACCOMPANYING WRITTEN MATERIALS. + + To the maximum extent permitted by applicable law, IN NO EVENT SHALL + MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER + (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF + BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS + INFORMATION, OR OTHER PECUNIARY LOSS) ARISING OF THE USE OR + INABILITY TO USE THE SOFTWARE. Motorola assumes no responsibility + for the maintenance and support of the SOFTWARE. + +============================================================================================ +Google License + +THE C++ WRAPPER FUNCTIONS +------------------------- + +Contributed by: Google Inc. + +Copyright (c) 2007-2008, Google Inc. +All rights reserved. + +============================================================================================ +ISC(Internet Software Consortium) License + +Copyright ⓒ 2004-2011 by Internet Systems Consortium, Inc. ("ISC") +Copyright ⓒ 1995-2003 by Internet Software Consortium + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and +this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL ISC 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. + +============================================================================================ +CPOL(The Code Project Open License) + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CODE PROJECT +OPEN LICENSE ("LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER +APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS +LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HEREIN, YOU ACCEPT AND AGREE TO +BE BOUND BY THE TERMS OF THIS LICENSE. THE AUTHOR GRANTS YOU THE RIGHTS +CONTAINED HEREIN IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND +CONDITIONS. IF YOU DO NOT AGREE TO ACCEPT AND BE BOUND BY THE TERMS OF THIS +LICENSE, YOU CANNOT MAKE ANY USE OF THE WORK. + +1. Definitions. + a. "Articles" means, collectively, all articles written by Author which describes + how the Source Code and Executable Files for the Work may be used by a user. + b. "Author" means the individual or entity that offers the Work under the terms of + this License. + c. "Derivative Work" means a work based upon the Work or upon the Work and + other pre-existing works. + d. "Executable Files" refer to the executables, binary files, configuration and any + required data files included in the Work. + e. "Publisher" means the provider of the website, magazine, CD-ROM, DVD or + other medium from or by which the Work is obtained by You. + f. "Source Code" refers to the collection of source code and configuration files + used to create the Executable Files. + g. "Standard Version" refers to such a Work if it has not been modified, or has + been modified in accordance with the consent of the Author, such consent + being in the full discretion of the Author. + h. "Work" refers to the collection of files distributed by the Publisher, including + the Source Code, Executable Files, binaries, data files, documentation, + whitepapers and the Articles. + i. "You" is you, an individual or entity wishing to use the Work and exercise your + rights under this License. +2. Fair Use/Fair Use Rights. Nothing in this License is intended to reduce, limit, or + restrict any rights arising from fair use, fair dealing, first sale or other limitations on + the exclusive rights of the copyright owner under copyright law or other applicable laws. +3. License Grant. Subject to the terms and conditions of this License, the Author + hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the + duration of the applicable copyright) license to exercise the rights in the Work as + stated below: + a. You may use the standard version of the Source Code or Executable Files in + Your own applications. + b. You may apply bug fixes, portability fixes and other modifications obtained from + the Public Domain or from the Author. A Work modified in such a way shall still + be considered the standard version and will be subject to this License. + c. You may otherwise modify Your copy of this Work (excluding the Articles) in any + way to create a Derivative Work, provided that You insert a prominent notice in + each changed file stating how, when and where You changed that file. + d. You may distribute the standard version of the Executable Files and Source + Code or Derivative Work in aggregate with other (possibly commercial) programs + as part of a larger (possibly commercial) software distribution. + e. The Articles discussing the Work published in any form by the author may not + be distributed or republished without the Author's consent. The author retains + copyright to any such Articles. You may use the Executable Files and Source + Code pursuant to this License but you may not repost or republish or otherwise + distribute or make available the Articles, without the prior written consent of the Author. + Any subroutines or modules supplied by You and linked into the Source Code or + Executable Files of this Work shall not be considered part of this Work and will not be + subject to the terms of this License. +4. Patent License. Subject to the terms and conditions of this License, each Author + hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, + irrevocable (except as stated in this section) patent license to make, have made, + use, import, and otherwise transfer the Work. +5. Restrictions. The license granted in Section 3 above is expressly made subject to + and limited by the following restrictions: + a. You agree not to remove any of the original copyright, patent, trademark, and + attribution notices and associated disclaimers that may appear in the Source + Code or Executable Files. + b. You agree not to advertise or in any way imply that this Work is a product of + Your own. + c. The name of the Author may not be used to endorse or promote products + derived from the Work without the prior written consent of the Author. + d. You agree not to sell, lease, or rent any part of the Work. This does not restrict + you from including the Work or any part of the Work inside a larger software + distribution that itself is being sold. The Work by itself, though, cannot be sold, + leased or rented. + e. You may distribute the Executable Files and Source Code only under the terms + of this License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy of the Executable Files or Source + Code You distribute and ensure that anyone receiving such Executable Files and + Source Code agrees that the terms of this License apply to such Executable + Files and/or Source Code. You may not offer or impose any terms on the Work + that alter or restrict the terms of this License or the recipients' exercise of the + rights granted hereunder. You may not sublicense the Work. You must keep + intact all notices that refer to this License and to the disclaimer of warranties. + You may not distribute the Executable Files or Source Code with any + technological measures that control access or use of the Work in a manner + inconsistent with the terms of this License. + f. You agree not to use the Work for illegal, immoral or improper purposes, or on + pages containing illegal, immoral or improper material. The Work is subject to + applicable export laws. You agree to comply with all such laws and regulations + that may apply to the Work after Your receipt of the Work. +6. Representations, Warranties and Disclaimer. THIS WORK IS PROVIDED "AS IS", + "WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES + OR CONDITIONS OR GUARANTEES. YOU, THE USER, ASSUME ALL RISK IN ITS USE, + INCLUDING COPYRIGHT INFRINGEMENT, PATENT INFRINGEMENT, SUITABILITY, ETC. + AUTHOR EXPRESSLY DISCLAIMS ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES + OR CONDITIONS, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF + MERCHANTABILITY, MERCHANTABLE QUALITY OR FITNESS FOR A PARTICULAR + PURPOSE, OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT, OR THAT THE WORK + (OR ANY PORTION THEREOF) IS CORRECT, USEFUL, BUG-FREE OR FREE OF VIRUSES. + YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE WORK OR + DERIVATIVE WORKS. +7. Indemnity. You agree to defend, indemnify and hold harmless the Author and the + Publisher from and against any claims, suits, losses, damages, liabilities, costs, and + expenses (including reasonable legal or attorneys? fees) resulting from or relating to + any use of the Work by You. +8. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN + NO EVENT WILL THE AUTHOR OR THE PUBLISHER BE LIABLE TO YOU ON ANY LEGAL + THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY + DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK OR OTHERWISE, + EVEN IF THE AUTHOR OR THE PUBLISHER HAS BEEN ADVISED OF THE POSSIBILITY OF + SUCH DAMAGES. +9. Termination. + a. This License and the rights granted hereunder will terminate automatically upon + any breach by You of any term of this License. Individuals or entities who have + received Derivative Works from You under this License, however, will not have + their licenses terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 6, 7, 8, 9, 10 and 11 will survive + any termination of this License. + b. If You bring a copyright, trademark, patent or any other infringement claim + against any contributor over infringements You claim are made by the Work, + your License from such contributor to the Work ends automatically. + c. Subject to the above terms and conditions, this License is perpetual (for the + duration of the applicable copyright in the Work). Notwithstanding the above, + the Author reserves the right to release the Work under different license terms + or to stop distributing the Work at any time; provided, however that any such + election will not serve to withdraw this License (or any other license that has + been, or is required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as stated above. +10. Publisher. The parties hereby confirm that the Publisher shall not, under any + circumstances, be responsible for and shall not have any liability in respect of the + subject matter of this License. The Publisher makes no warranty whatsoever in + connection with the Work and shall not be liable to You or any party on any legal + theory for any damages whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this license. The + Publisher reserves the right to cease making the Work available to You at any time + without notice +11. Miscellaneous + a. This License shall be governed by the laws of the location of the head office of + the Author or if the Author is an individual, the laws of location of the principal + place of residence of the Author. + b. If any provision of this License is invalid or unenforceable under applicable law, + it shall not affect the validity or enforceability of the remainder of the terms of + this License, and without further action by the parties to this License, such + provision shall be reformed to the minimum extent necessary to make such + provision valid and enforceable. + c. No term or provision of this License shall be deemed waived and no breach + consented to unless such waiver or consent shall be in writing and signed by + the party to be charged with such waiver or consent. + d. This License constitutes the entire agreement between the parties with respect + to the Work licensed herein. There are no understandings, agreements or + representations with respect to the Work not specified herein. The Author shall + not be bound by any additional provisions that may appear in any + communication from You. This License may not be modified without the mutual + written agreement of the Author and You. + + +============================================================================================ + + diff --git a/resource/icons/00_brightness_left.png b/resource/icons/00_brightness_left.png new file mode 100755 index 0000000000000000000000000000000000000000..3f44b8f386b0882973c478a457f34dd6bf323f5b GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^Y9P$Q3?!q3zsv zmjw9*Gb9K!81&EAc&S|l6e{y{aSW-5yLw?GSA&88+k^P-sKsp8w}qKsf5G{R_tvb% z590Q#ya;)ev8KM@hrs#YA7`&%*N&g@PG6eoboc^>D}4&fcKOR$y;^px#iH+o+7!Wy z(<0o{Z{6tGuGMt2ax=H_{mJ(q@BH+?g1<8Uo$DL_cXqvp#ETjBOpxF+5>DX-x`4sc L)z4*}Q$iB})k;{7 literal 0 HcmV?d00001 diff --git a/resource/icons/00_brightness_right.png b/resource/icons/00_brightness_right.png new file mode 100755 index 0000000000000000000000000000000000000000..06cf04fdb13111f3198c15c8cb4b6dcb008e5556 GIT binary patch literal 327 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 literal 0 HcmV?d00001 diff --git a/resource/icons/AboutPhone.png b/resource/icons/AboutPhone.png new file mode 100755 index 0000000000000000000000000000000000000000..215d3872995f0aadba4097027fe34a2f7b312bb7 GIT binary patch literal 1194 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 Y0KA|sIgR|AxBvhE07*qoM6N<$g1)|kk^lez literal 0 HcmV?d00001 diff --git a/resource/icons/B04_slider_btn_Vibration01.png b/resource/icons/B04_slider_btn_Vibration01.png new file mode 100755 index 0000000000000000000000000000000000000000..8783cb6d496a321bd4fead5ba7ea2253878873c3 GIT binary patch literal 3446 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 Y0Nm}EdM5Pv6aWAK07*qoM6N<$f))jGSpWb4 literal 0 HcmV?d00001 diff --git a/resource/icons/B04_slider_btn_Vibration02.png b/resource/icons/B04_slider_btn_Vibration02.png new file mode 100755 index 0000000000000000000000000000000000000000..f89881d9a84b4d2726cb4c516a9b628564fb2d16 GIT binary patch literal 3779 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 literal 0 HcmV?d00001 diff --git a/resource/icons/B04_slider_btn_Volume01.png b/resource/icons/B04_slider_btn_Volume01.png new file mode 100755 index 0000000000000000000000000000000000000000..2d9f3847eab28dcc4648c41585426e79b8c3ccf4 GIT binary patch literal 3180 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 literal 0 HcmV?d00001 diff --git a/resource/icons/DataRoaming.png b/resource/icons/DataRoaming.png new file mode 100755 index 0000000000000000000000000000000000000000..3ff46eefbc307ffd0f1645d382297c4e7e1460bb GIT binary patch literal 1961 zcmV;a2UhrrP)p^Y{v<9 z96L)}8bU}3kcLM|Sv$(8QU&_j3MyTyB2C#tT_=z_)}poR#H0#s?I!J^(nnBRN*|lr zLXkjytW$ZYu+lUy2#>rSk~nspIC1>CzK?y+^(70H0OPQRKYHPtV_)CL=X}ra_dDla zPE}R9mN%ZR@$H%iH2lABaQBuE8_~#+2z>(W+y8t`!?on#e!cZT&p=-S`Xp4F&dJ<2 znIwQJL$d+e3^{c8jc{~i#sIhMXj+dZ05v`TXyup=nu}(e4%z{&0c6Ka0k)u7q{ktP z!QTP&3mufX`6}dtssI_73BYnRw?oy83Cf0cLcaj02*~^J`2*+(vV9sFIciAvQD|A@4JqvZSxCE>%V+Tub zU280yxAdMHD_7lKP`t2+O0Fz=5ALx%4HBvi$IM5g;?L*7EU`ZsgU-4K|Y_oc**i# z*KL3Q+^R>OTE~8aV=?Gye0*BZ=*I!Y;9q9n;pQT}79NCZ(vHE6&wcc0)m^n8J5A(q zS$Q&{&qElzz6pg!;wp)N@zPs)>uRk;8lFzYv zs1GgM_ULW3-nOy=4mUlQ1zi8zx9ch@s$Q@fRFlI@8c;N$&|p}mwtz&6tX!aQT%jR= z7g|)Z1J+_tX>mU4M)eQ2-SyM$+jJ*o-L(LQ-K7_4HZKeMZQJzk*_VvL+crG0ux8`d z2A735^^7Z2Q<6p5MvhMSB{~z7E*TOx41ybO0I4)C9P^9sgM3N+5REN4^aE)l? zYy(xg1-d?mXug9dkK0qWY)#$9X*)RY)(0Lb_n62aaFhEQ`(kv;mq_b^b~8`;$ZQrl z26Vs7$vQ}sNODxNq?*;b*D`jncu9@XZq2UAvj~&>f)R;Yyb(%@Qd+v+&TEeUPptf? zRDderp1o*=v#4}d#tzyGikG-^1cz2PbOYN5qm)caXqY@0yJ4&H(D?yaJZU`D-Vt)=tS=XoJl{fyN2RafcQ-TUI=OyR5Du~rJ2VdZ_Evj zC2%nt)qm1QF@V|30*PY!4t5WzbW>p#*|Srzrzok6*Ib0PoFOYeV?Z$;jdlAXq*gd6 z5>1jL$4FK)n?VdH#wz(jmrs;obmqOIewtro)iQn{7^l0JfSbY6m+wo|Nfw>x(f!9y^`t3=5YDoS%b^h9*RcjR((W z3^+d2*&-$+`M`e$1T!YylJD5)=3+Yq;N03O51A03hXi&u-E158xsE8*Pla+Jw=%%6^ zn(Z>9zNKc3qbGw}VtpNu#~%S@q0b*BUuSbi$lu#Pt(l~+aqn9ahVgt|i$p{uiTt&U zRJB>==8`5J2T^)b-8XLn*E)WIOx zP1w!ay&)P!{7fyp>Xc&KgCU%lNL&agvh!0K9F9`Q+0!GvO?zLMHeez=B=sKOwONtR z&#!PXD$<{Kw~{{?)5=ClqzyS!G@jIoITJfxX6MOlNhWJ*X%AB8vDY`nW0BaE0$y~< zUwqrI{^p!p{Yyz^ma+e-!dqG9q}nxew5f)j+j%ZbJNKR;8OO1hhfx}*8u0#pUG=~}nCc%`{xTj_f zMI>KS{U1Azy|h|lv6A7I)>EC$wV=FU{Ubw8*T2Qf8Fxn~&wn7sr7~Xh*%7I22Q{|Ybw9&jfK74mjC00000NkvXXu0mjfC}p{? literal 0 HcmV?d00001 diff --git a/resource/icons/DateAndTime.png b/resource/icons/DateAndTime.png new file mode 100755 index 0000000000000000000000000000000000000000..f68d08a9c508ec5b0c86c6ceb48a00f126b62feb GIT binary patch literal 2430 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 w58^+2-;!qJy`SL+{mAeACw_SR@MwR{ z0EsmSftcDFsS21#S|3!z7z1KJqdpj3G|>lQLPBDE(D%U&p{HNdPm|1|B;Q$EbA^v8~jUuP!2`H3eUw z5@4a{j4bY6c_;TC131&YZN(zw%xuYiT@O00&A&5%+uzuUv3?hlC|_5vF&n9c0ye+- z6u0BLPH4130hYhr=y@0O=iClK5GOUrcxzZWN?ZcsidOf9JkQ18!1;i^NC4rX$_v&^+W<6^ z0NIE^Bh_bcYwH~3(gtz(95WA3F(673Buj%L#X`J@GJxTB#A*-n4$q&6aAF%)9*@6r z57uq%#1;DjocK6oMS`MAFqEsv$d|BT+X_7N+!B~HHdG+xc4~xqQVve$dd9ImpZMW8pCxKVrUk@X1@o@*g{Ec#5Ds+t~cEUaAg}<5q+<{2^8T@?=KkqvM zJ*C37EtsYW%d+5-0OXj6gS&b$(x2!2E2=ciMj=uN1z8iI&%w$CnOeuPBM|1Kq0Mu! zylWX)VQ1iq09j|x?(JF%shPstFoyBmRXC1a6C|RAxRSh%;{?cSk&*T_^Ksv!OZfk; z=fJjX6n7uxP1R+*ubop_*f^hkc(Nfh@#vWF@vYo<}lO~48F5#~GFXNU4 z4WR(f_FcgFqvL2!>WE26KDT_WN;^{lh{7ZuVgx6$1WPhOa;}OPh0!pK&}z}xLcnx^ z3yO7~+sig}zMY6FcDcI?y(E;fXXV|n^H{xU87*$&>kogx(F13Y&ry=jeM%3N*HgdjXMzaJ_Dt z;aei&plO@5H7X?L%2F>_}js z@9)rJA3T9h>~1h#cdSL+UHafWo?q5zmUh z`3b)EQGtzRomHIC(NR90*^CS@CTmn zR}g(cyN-clOk8S7_w3xO)A?7SaE9?Y^1(fvY;%>%YCG`CE6aiGBq<8=Ht(-u@S00JdEH1+;&<-2eap M07*qoM6N<$f};Z32mk;8 literal 0 HcmV?d00001 diff --git a/resource/icons/Event.png b/resource/icons/Event.png new file mode 100644 index 0000000000000000000000000000000000000000..d27582695bbc136e99f0970949299be1f4f91e29 GIT binary patch literal 4140 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 O0000%(~p1${1ophDbUFy5IXRPs& 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 QJOBUy07*qoM6N<$g2bFV=>Px# literal 0 HcmV?d00001 diff --git a/resource/icons/Keyboard.png b/resource/icons/Keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..02a43b9dd359637c12135b2795abc7aa86270b50 GIT binary patch literal 3792 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 literal 0 HcmV?d00001 diff --git a/resource/icons/Language.png b/resource/icons/Language.png new file mode 100644 index 0000000000000000000000000000000000000000..58f734f1d45301a9647f05d2262fdbbe0aa768b6 GIT binary patch literal 5252 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 literal 0 HcmV?d00001 diff --git a/resource/icons/Memory.png b/resource/icons/Memory.png new file mode 100755 index 0000000000000000000000000000000000000000..c18ea6be376b701b506badb7d17f0418aaa8ef46 GIT binary patch literal 1694 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 XV1q*EbBccI00000NkvXXu0mjfZRDqg literal 0 HcmV?d00001 diff --git a/resource/icons/More.png b/resource/icons/More.png new file mode 100755 index 0000000000000000000000000000000000000000..62b468bb461dd99fa9cfbc1a94a1cdfd71fcdb35 GIT binary patch literal 1121 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 JPDHLkV1mfB@caM( literal 0 HcmV?d00001 diff --git a/resource/icons/Sound.png b/resource/icons/Sound.png new file mode 100755 index 0000000000000000000000000000000000000000..36bc53ccebe6a33787188115ad8ec247ee6837ff GIT binary patch literal 1288 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 b0sdzI`0oI_&-pvN00000NkvXXu0mjfxr&;D literal 0 HcmV?d00001 diff --git a/resource/icons/Theme.png b/resource/icons/Theme.png new file mode 100755 index 0000000000000000000000000000000000000000..ef0de7a1a39b6b8fae04e7c7bab0aab66aff919e GIT binary patch literal 2801 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 DDpPLb literal 0 HcmV?d00001 diff --git a/resource/icons/Touch.png b/resource/icons/Touch.png new file mode 100755 index 0000000000000000000000000000000000000000..93126839d0f5bf56e9b8e5ac1238b53a2e98e19a GIT binary patch literal 3810 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 literal 0 HcmV?d00001 diff --git a/resource/icons/VoiceInOut.png b/resource/icons/VoiceInOut.png new file mode 100644 index 0000000000000000000000000000000000000000..5716413576d3300f21a9ff318a105f896e79ff1f GIT binary patch literal 6400 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⋘)w=@h{C+QI#Cf>wcwt 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%0D*ABBLHujcJas3CJ||!3 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

^ZtPj(h(30= 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 literal 0 HcmV?d00001 diff --git a/resource/icons/phoneCalling.png b/resource/icons/phoneCalling.png new file mode 100755 index 0000000000000000000000000000000000000000..df195fa909a888ea76e61458dbb3adb6e22c110f GIT binary patch literal 672238 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

riFJ-P;~11=T#q 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℘6M|Q0<)}{$>x+yqP7l8izh5v8 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 EP;6{RT%BnTASQ%g1g9Y}VM7T5IhkGA!+ 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 !Lt6x@$|6;taIQ`kmBvh_35R__ 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