[
  {
    "path": ".gitignore",
    "content": "/keyrings/live/pubring.gpg~\n/keyrings/live/pubring.kbx~\n/keyrings/live/secring.gpg\n/private/idea.key\n/private/atom-exception-reporting\n/private/id_rsa\n/mail/pass-yrashk\n/mail/pass-gmail\n"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"home-manager\"]\n\tpath = home-manager\n\turl = https://github.com/rycee/home-manager\n[submodule \"nixpkgs-mozilla\"]\n\tpath = nixpkgs-mozilla\n\turl = https://github.com/mozilla/nixpkgs-mozilla.git\n[submodule \"backgrounds\"]\n\tpath = backgrounds\n\turl = https://github.com/yrashk/backgrounds\n"
  },
  {
    "path": "README.md",
    "content": "# Installation\n\n```shell\n$ git submodule init\n$ git submodule update\n$ ln -s `pwd` ~/.config/nixpkgs\n$ nix-env -f '<nixpkgs>' -iA home-manager\n```\n\n# Using Rust\n\n```shell\n# A channel can be \"nightly\", \"beta\", \"stable\", \"\\d{1}.\\d{1}.\\d{1}\", or \"\\d{1}.\\d{2\\d{1}\".\n$ nix-shell --command fish -p rustChannels.stable.rust\n```\n"
  },
  {
    "path": "alacritty.yml",
    "content": "# Configuration for Alacritty, the GPU enhanced terminal emulator\n\n\n# Any items in the `env` entry below will be added as\n# environment variables. Some entries may override variables\n# set by alacritty it self.\nenv:\n  # TERM env customization.\n  #\n  # If this property is not set, alacritty will set it to xterm-256color.\n  #\n  # Note that some xterm terminfo databases don't declare support for italics.\n  # You can verify this by checking for the presence of `smso` and `sitm` in\n  # `infocmp xterm-256color`.\n  TERM: xterm-256color\n\n# Window dimensions in character columns and lines\n# (changes require restart)\ndimensions:\n  columns: 80\n  lines: 24\n\n# Adds this many blank pixels of padding around the window\n# Units are physical pixels; this is not DPI aware.\n# (change requires restart)\npadding:\n  x: 2\n  y: 2\n\n# The FreeType rasterizer needs to know the device DPI for best results\n# (changes require restart)\ndpi:\n  x: 96.0\n  y: 96.0\n\n# Display tabs using this many cells (changes require restart)\ntabspaces: 8\n\n# When true, bold text is drawn using the bright variant of colors.\ndraw_bold_text_with_bright_colors: true\n\n# Font configuration (changes require restart)\nfont:\n  # The normal (roman) font face to use.\n  normal:\n    family: Iosevka # should be \"Menlo\" or something on macOS.\n    # Style can be specified to pick a specific face.\n    # style: Regular\n\n  # The bold font face\n  bold:\n    family: Iosevka # should be \"Menlo\" or something on macOS.\n    # Style can be specified to pick a specific face.\n    # style: Bold\n\n  # The italic font face\n  italic:\n    family: Iosevka # should be \"Menlo\" or something on macOS.\n    # Style can be specified to pick a specific face.\n    # style: Italic\n\n  # Point size of the font\n  size: 13.0\n\n  # Offset is the extra space around each character. offset.y can be thought of\n  # as modifying the linespacing, and offset.x as modifying the letter spacing.\n  offset:\n    x: 0.0\n    y: 0.0\n\n  # Glyph offset determines the locations of the glyphs within their cells with\n  # the default being at the bottom. Increase the x offset to move the glyph to\n  # the right, increase the y offset to move the glyph upward.\n  glyph_offset:\n    x: 0.0\n    y: 0.0\n\n  # OS X only: use thin stroke font rendering. Thin strokes are suitable\n  # for retina displays, but for non-retina you probably want this set to\n  # false.\n  use_thin_strokes: true\n\n# Should display the render timer\nrender_timer: false\n\n# Use custom cursor colors. If true, display the cursor in the cursor.foreground\n# and cursor.background colors, otherwise invert the colors of the cursor.\ncustom_cursor_colors: false\n\n# Colors (Tomorrow Night Bright)\ncolors:\n  # Default colors\n  primary:\n    background: '0x000000'\n    foreground: '0xeaeaea'\n\n  # Colors the cursor will use if `custom_cursor_colors` is true\n  cursor:\n    text: '0x000000'\n    cursor: '0xffffff'\n\n  # Normal colors\n  normal:\n    black:   '0x000000'\n    red:     '0xd54e53'\n    green:   '0xb9ca4a'\n    yellow:  '0xe6c547'\n    blue:    '0x7aa6da'\n    magenta: '0xc397d8'\n    cyan:    '0x70c0ba'\n    white:   '0xffffff'\n\n  # Bright colors\n  bright:\n    black:   '0x666666'\n    red:     '0xff3334'\n    green:   '0x9ec400'\n    yellow:  '0xe7c547'\n    blue:    '0x7aa6da'\n    magenta: '0xb77ee0'\n    cyan:    '0x54ced6'\n    white:   '0xffffff'\n\n  # Dim colors (Optional)\n  dim:\n    black:   '0x333333'\n    red:     '0xf2777a'\n    green:   '0x99cc99'\n    yellow:  '0xffcc66'\n    blue:    '0x6699cc'\n    magenta: '0xcc99cc'\n    cyan:    '0x66cccc'\n    white:   '0xdddddd'\n\n# Visual Bell\n#\n# Any time the BEL code is received, Alacritty \"rings\" the visual bell. Once\n# rung, the terminal background will be set to white and transition back to the\n# default background color. You can control the rate of this transition by\n# setting the `duration` property (represented in milliseconds). You can also\n# configure the transition function by setting the `animation` property.\n#\n# Possible values for `animation`\n# `Ease`\n# `EaseOut`\n# `EaseOutSine`\n# `EaseOutQuad`\n# `EaseOutCubic`\n# `EaseOutQuart`\n# `EaseOutQuint`\n# `EaseOutExpo`\n# `EaseOutCirc`\n# `Linear`\n#\n# To completely disable the visual bell, set its duration to 0.\n#\nvisual_bell:\n  animation: EaseOutExpo\n  duration: 0\n\n# Background opacity\nbackground_opacity: 1.0\n\n# Key bindings\n#\n# Each binding is defined as an object with some properties. Most of the\n# properties are optional. All of the alphabetical keys should have a letter for\n# the `key` value such as `V`. Function keys are probably what you would expect\n# as well (F1, F2, ..). The number keys above the main keyboard are encoded as\n# `Key1`, `Key2`, etc. Keys on the number pad are encoded `Number1`, `Number2`,\n# etc.  These all match the glutin::VirtualKeyCode variants.\n#\n# Possible values for `mods`\n# `Command`, `Super` refer to the super/command/windows key\n# `Control` for the control key\n# `Shift` for the Shift key\n# `Alt` and `Option` refer to alt/option\n#\n# mods may be combined with a `|`. For example, requiring control and shift\n# looks like:\n#\n# mods: Control|Shift\n#\n# The parser is currently quite sensitive to whitespace and capitalization -\n# capitalization must match exactly, and piped items must not have whitespace\n# around them.\n#\n# Either an `action`, `chars`, or `command` field must be present.\n#   `action` must be one of `Paste`, `PasteSelection`, `Copy`, or `Quit`.\n#   `chars` writes the specified string every time that binding is activated.\n#     These should generally be escape sequences, but they can be configured to\n#     send arbitrary strings of bytes.\n#   `command` must be a map containing a `program` string, and `args` array of\n#     strings. For example:\n#     - { ... , command: { program: \"alacritty\", args: [\"-e\", \"vttest\"] } }\n#\n# Want to add a binding (e.g. \"PageUp\") but are unsure what the X sequence\n# (e.g. \"\\x1b[5~\") is? Open another terminal (like xterm) without tmux,\n# then run `showkey -a` to get the sequence associated to a key combination.\nkey_bindings:\n  - { key: V,        mods: Control|Shift,    action: Paste               }\n  - { key: C,        mods: Control|Shift,    action: Copy                }\n  - { key: Q,        mods: Command, action: Quit                         }\n  - { key: W,        mods: Command, action: Quit                         }\n  - { key: Insert,   mods: Shift,   action: PasteSelection               }\n  - { key: Home,                    chars: \"\\x1bOH\",   mode: AppCursor   }\n  - { key: Home,                    chars: \"\\x1b[H\",   mode: ~AppCursor  }\n  - { key: End,                     chars: \"\\x1bOF\",   mode: AppCursor   }\n  - { key: End,                     chars: \"\\x1b[F\",   mode: ~AppCursor  }\n  - { key: PageUp,   mods: Shift,   chars: \"\\x1b[5;2~\"                   }\n  - { key: PageUp,   mods: Control, chars: \"\\x1b[5;5~\"                   }\n  - { key: PageUp,                  chars: \"\\x1b[5~\"                     }\n  - { key: PageDown, mods: Shift,   chars: \"\\x1b[6;2~\"                   }\n  - { key: PageDown, mods: Control, chars: \"\\x1b[6;5~\"                   }\n  - { key: PageDown,                chars: \"\\x1b[6~\"                     }\n  - { key: Left,     mods: Shift,   chars: \"\\x1b[1;2D\"                   }\n  - { key: Left,     mods: Control, chars: \"\\x1b[1;5D\"                   }\n  - { key: Left,     mods: Alt,     chars: \"\\x1b[1;3D\"                   }\n  - { key: Left,                    chars: \"\\x1b[D\",   mode: ~AppCursor  }\n  - { key: Left,                    chars: \"\\x1bOD\",   mode: AppCursor   }\n  - { key: Right,    mods: Shift,   chars: \"\\x1b[1;2C\"                   }\n  - { key: Right,    mods: Control, chars: \"\\x1b[1;5C\"                   }\n  - { key: Right,    mods: Alt,     chars: \"\\x1b[1;3C\"                   }\n  - { key: Right,                   chars: \"\\x1b[C\",   mode: ~AppCursor  }\n  - { key: Right,                   chars: \"\\x1bOC\",   mode: AppCursor   }\n  - { key: Up,       mods: Shift,   chars: \"\\x1b[1;2A\"                   }\n  - { key: Up,       mods: Control, chars: \"\\x1b[1;5A\"                   }\n  - { key: Up,       mods: Alt,     chars: \"\\x1b[1;3A\"                   }\n  - { key: Up,                      chars: \"\\x1b[A\",   mode: ~AppCursor  }\n  - { key: Up,                      chars: \"\\x1bOA\",   mode: AppCursor   }\n  - { key: Down,     mods: Shift,   chars: \"\\x1b[1;2B\"                   }\n  - { key: Down,     mods: Control, chars: \"\\x1b[1;5B\"                   }\n  - { key: Down,     mods: Alt,     chars: \"\\x1b[1;3B\"                   }\n  - { key: Down,                    chars: \"\\x1b[B\",   mode: ~AppCursor  }\n  - { key: Down,                    chars: \"\\x1bOB\",   mode: AppCursor   }\n  - { key: Tab,      mods: Shift,   chars: \"\\x1b[Z\"                      }\n  - { key: F1,                      chars: \"\\x1bOP\"                      }\n  - { key: F2,                      chars: \"\\x1bOQ\"                      }\n  - { key: F3,                      chars: \"\\x1bOR\"                      }\n  - { key: F4,                      chars: \"\\x1bOS\"                      }\n  - { key: F5,                      chars: \"\\x1b[15~\"                    }\n  - { key: F6,                      chars: \"\\x1b[17~\"                    }\n  - { key: F7,                      chars: \"\\x1b[18~\"                    }\n  - { key: F8,                      chars: \"\\x1b[19~\"                    }\n  - { key: F9,                      chars: \"\\x1b[20~\"                    }\n  - { key: F10,                     chars: \"\\x1b[21~\"                    }\n  - { key: F11,                     chars: \"\\x1b[23~\"                    }\n  - { key: F12,                     chars: \"\\x1b[24~\"                    }\n  - { key: Back,                    chars: \"\\x7f\"                        }\n  - { key: Back,     mods: Alt,     chars: \"\\x1b\\x7f\"                    }\n  - { key: Insert,                  chars: \"\\x1b[2~\"                     }\n  - { key: Delete,                  chars: \"\\x1b[3~\"                     }\n\n# Mouse bindings\n#\n# Currently doesn't support modifiers. Both the `mouse` and `action` fields must\n# be specified.\n#\n# Values for `mouse`:\n# - Middle\n# - Left\n# - Right\n# - Numeric identifier such as `5`\n#\n# Values for `action`:\n# - Paste\n# - PasteSelection\n# - Copy (TODO)\nmouse_bindings:\n  - { mouse: Middle, action: PasteSelection }\n\nmouse:\n  double_click: { threshold: 300 }\n  triple_click: { threshold: 300 }\n\nselection:\n  semantic_escape_chars: \",│`|:\\\"' ()[]{}<>\"\n\nhide_cursor_when_typing: false\n\n# Live config reload (changes require restart)\nlive_config_reload: true\n\n# Shell\n#\n# You can set shell.program to the path of your favorite shell, e.g. /bin/fish.\n# Entries in shell.args are passed unmodified as arguments to the shell.\n#shell:\n#  program: /bin/bash\n#  args:\n#    - --login\n"
  },
  {
    "path": "atom.nix",
    "content": "  {\n    \"*\" = {\n       core = {\n          telemetryConsent = \"limited\";\n       };\n       editor = {\n          fontFamily = \"Iosevka\";\n       };\n       \"exception-reporting\" = builtins.replaceStrings [\"\\n\"] [\"\"] (builtins.readFile ./private/atom-exception-reporting);\n    };\n  }\n"
  },
  {
    "path": "awesome/rc.lua",
    "content": "-- Standard awesome library\nlocal gears = require(\"gears\")\nlocal awful = require(\"awful\")\nrequire(\"awful.autofocus\")\nlocal lain = require(\"lain\")\n-- Widget and layout library\nlocal wibox = require(\"wibox\")\nlocal battery_widget = require(\"battery-widget\")\nlocal volume_control = require(\"volume-control\")\nlocal calendar = require(\"calendar\")\nlocal net_widgets = require(\"net_widgets\")\n-- Theme handling library\nlocal beautiful = require(\"beautiful\")\nlocal foggy = require('foggy')\n-- Notification library\nlocal naughty = require(\"naughty\")\nlocal menubar = require(\"menubar\")\nlocal hotkeys_popup = require(\"awful.hotkeys_popup\").widget\n-- Enable VIM help for hotkeys widget when client with matching name is opened:\nrequire(\"awful.hotkeys_popup.keys.vim\")\n\n-- {{{ Error handling\n-- Check if awesome encountered an error during startup and fell back to\n-- another config (This code will only ever execute for the fallback config)\nif awesome.startup_errors then\n    naughty.notify({ preset = naughty.config.presets.critical,\n                     title = \"Oops, there were errors during startup!\",\n                     text = awesome.startup_errors })\nend\n\n-- Handle runtime errors after startup\ndo\n    local in_error = false\n    awesome.connect_signal(\"debug::error\", function (err)\n        -- Make sure we don't go into an endless error loop\n        if in_error then return end\n        in_error = true\n\n        naughty.notify({ preset = naughty.config.presets.critical,\n                         title = \"Oops, an error happened!\",\n                         text = tostring(err) })\n        in_error = false\n    end)\nend\n-- }}}\n\n-- {{{ Variable definitions\n-- Themes define colours, icons, font and wallpapers.\nbeautiful.init(gears.filesystem.get_dir(\"config\") .. \"theme.lua\")\n\n-- This is used later as the default terminal and editor to run.\nterminal = \"termite\"\neditor = os.getenv(\"EDITOR\") or \"vim\"\neditor_cmd = terminal .. \" -e \" .. editor\n\n-- Default modkey.\n-- Usually, Mod4 is the key with a logo between Control and Alt.\n-- If you do not like this or do not have such a key,\n-- I suggest you to remap Mod4 to another key using xmodmap or other tools.\n-- However, you can use another modifier like Mod1, but it may interact with others.\nmodkey = \"Mod4\"\n\n-- Table of layouts to cover with awful.layout.inc, order matters.\nawful.layout.layouts = {\n    awful.layout.suit.tile,\n    awful.layout.suit.tile.left,\n    awful.layout.suit.tile.bottom,\n    awful.layout.suit.tile.top,\n    awful.layout.suit.fair,\n    awful.layout.suit.fair.horizontal,\n    awful.layout.suit.spiral,\n    awful.layout.suit.spiral.dwindle,\n    awful.layout.suit.max,\n    awful.layout.suit.max.fullscreen,\n    awful.layout.suit.magnifier,\n    awful.layout.suit.corner.nw,\n    awful.layout.suit.floating,\n    lain.layout.centerwork,\n    lain.layout.termfair,\n    -- awful.layout.suit.corner.ne,\n    --\n    -- awful.layout.suit.corner.sw,\n    -- awful.layout.suit.corner.se,\n}\n-- }}}\n\n-- {{{ Helper functions\nlocal function client_menu_toggle_fn()\n    local instance = nil\n\n    return function ()\n        if instance and instance.wibox.visible then\n            instance:hide()\n            instance = nil\n        else\n            instance = awful.menu.clients({ theme = { width = 250 } })\n        end\n    end\nend\n-- }}}\n\nvolumecfg = volume_control({})\n\n-- {{{ Menu\n-- Create a launcher widget and a main menu\nmyawesomemenu = {\n   { \"hotkeys\", function() return false, hotkeys_popup.show_help end},\n   { \"manual\", terminal .. \" -e man awesome\" },\n   { \"edit config\", editor_cmd .. \" \" .. \"~/.config/nixpkgs/awesome/rc.lua\" },\n   { \"restart\", awesome.restart },\n   { \"quit\", function() awesome.quit() end}\n}\n\nmymainmenu = awful.menu({ items = { { \"awesome\", myawesomemenu, beautiful.awesome_icon },\n                                    { \"open terminal\", terminal }\n                                  }\n                        })\n\nmylauncher = awful.widget.launcher({ image = beautiful.awesome_icon,\n                                     menu = mymainmenu })\n\n-- Menubar configuration\nmenubar.utils.terminal = terminal -- Set the terminal for applications that require it\n-- }}}\n\n-- Keyboard map indicator and switcher\nmykeyboardlayout = awful.widget.keyboardlayout()\n\n-- {{{ Wibar\n-- Create a textclock widget\n\nlocal handle = io.popen(\"date +%Z\")\nlocal local_timezone = handle:read(\"*a\"):gsub(\"\\n$\",\"\")\nhandle:close()\nlocalclock = wibox.widget.textclock()\nif local_timezone ~= \"ICT\" and local_timezone ~= \"+07\" then\n   secondclock = wibox.widget.textclock(\"BKK %l%P \", 60, \"Asia/Bangkok\")\nelse \n   secondclock = wibox.widget.textclock(\"YVR %l%P \", 60, \"America/Vancouver\")\nend\nif local_timezone ~= \"CEST\" and local_timezone ~= \"+01\" then\n   thirdclock = wibox.widget.textclock(\"SVG %l%P \", 60, \"Europe/Oslo\")\nelse\n   thirdclock = wibox.widget.textclock(\"YVR %l%P \", 60, \"America/Vancouver\")\nend\n\n\ncal = calendar({})\ncal:attach(localclock)\n\nnet_wireless = net_widgets.wireless({interface=\"wlp2s0\", font=\"Iosevka\", onclick = \"flock -n /tmp/wpa_gui.lock wpa_gui\"})\nnet_internet = net_widgets.internet({indent = 0, timeout = 5})\n\n\nifconfig, ifconfig_t = awful.widget.watch('curl -f ifconfig.co/city || echo -n', 60)\nifconfig:connect_signal(\"button::press\", function() \n        ifconfig_t:emit_signal(\"timeout\")\nend)\n\nemails = awful.widget.watch('notmuch count @inbox_query@', 10, function(widget, stdout) \n              widget:set_text(\"✉ \" .. stdout)\n            end)\nemails:connect_signal(\"button:press\", function()\n        awful.spawn(\"systemctl --user start fetchmail.service\")\nend)\n\n-- Create a wibox for each screen and add it\nlocal taglist_buttons = gears.table.join(\n                    awful.button({ }, 1, function(t) t:view_only() end),\n                    awful.button({ modkey }, 1, function(t)\n                                              if client.focus then\n                                                  client.focus:move_to_tag(t)\n                                              end\n                                          end),\n                    awful.button({ }, 3, awful.tag.viewtoggle),\n                    awful.button({ modkey }, 3, function(t)\n                                              if client.focus then\n                                                  client.focus:toggle_tag(t)\n                                              end\n                                          end),\n                    awful.button({ }, 4, function(t) awful.tag.viewnext(t.screen) end),\n                    awful.button({ }, 5, function(t) awful.tag.viewprev(t.screen) end)\n                )\n\nlocal tasklist_buttons = gears.table.join(\n                     awful.button({ }, 1, function (c)\n                                              if c == client.focus then\n                                                  c.minimized = true\n                                              else\n                                                  -- Without this, the following\n                                                  -- :isvisible() makes no sense\n                                                  c.minimized = false\n                                                  if not c:isvisible() and c.first_tag then\n                                                      c.first_tag:view_only()\n                                                  end\n                                                  -- This will also un-minimize\n                                                  -- the client, if needed\n                                                  client.focus = c\n                                                  c:raise()\n                                              end\n                                          end),\n                     awful.button({ }, 3, client_menu_toggle_fn()),\n                     awful.button({ }, 4, function ()\n                                              awful.client.focus.byidx(1)\n                                          end),\n                     awful.button({ }, 5, function ()\n                                              awful.client.focus.byidx(-1)\n                                          end))\n\nlocal function set_wallpaper(s)\n    -- Wallpaper\n    if beautiful.wallpaper then\n        local wallpaper = beautiful.wallpaper\n        -- If wallpaper is a function, call it with the screen\n        if type(wallpaper) == \"function\" then\n            wallpaper = wallpaper(s)\n        end\n        gears.wallpaper.maximized(wallpaper, s, true)\n    end\nend\n\n-- Re-set wallpaper when a screen's geometry changes (e.g. different resolution)\nscreen.connect_signal(\"property::geometry\", set_wallpaper)\n\nawful.screen.connect_for_each_screen(function(s)\n    -- Wallpaper\n    set_wallpaper(s)\n\n    -- Each screen has its own tag table.\n    awful.tag({ \"1\", \"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"8\", \"9\" }, s, awful.layout.layouts[1])\n\n    -- Create a promptbox for each screen\n    s.mypromptbox = awful.widget.prompt()\n    -- Create an imagebox widget which will contains an icon indicating which layout we're using.\n    -- We need one layoutbox per screen.\n    s.mylayoutbox = awful.widget.layoutbox(s)\n    s.mylayoutbox:buttons(gears.table.join(\n                           awful.button({ }, 1, function () awful.layout.inc( 1) end),\n                           awful.button({ }, 3, function () awful.layout.inc(-1) end),\n                           awful.button({ }, 4, function () awful.layout.inc( 1) end),\n                           awful.button({ }, 5, function () awful.layout.inc(-1) end)))\n    -- Create a taglist widget\n    s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, taglist_buttons)\n\n    -- Create a tasklist widget\n    s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, tasklist_buttons)\n\n    -- Create the wibox\n    s.mywibox = awful.wibar({ position = \"top\", screen = s })\n\n    -- Add widgets to the wibox\n    s.mywibox:setup {\n        layout = wibox.layout.align.horizontal,\n        { -- Left widgets\n            layout = wibox.layout.fixed.horizontal,\n            mylauncher,\n            s.mytaglist,\n            s.mypromptbox,\n        },\n        s.mytasklist, -- Middle widget\n        { -- Right widgets\n            layout = wibox.layout.fixed.horizontal,\n            emails,\n            volumecfg.widget,\n            battery_widget({adapter = \"BAT0\"}).widget,\n            mykeyboardlayout,\n            wibox.widget.systray(),\n            localclock,\n            secondclock,\n            thirdclock,\n            awful.widget.watch('cat /var/run/pia', 1),\n            wibox.widget.textbox(\" \"),\n            ifconfig,\n            net_internet, net_wireless,\n            s.mylayoutbox,\n        },\n    }\nend)\n-- }}}\n\n-- {{{ Mouse bindings\nroot.buttons(gears.table.join(\n    awful.button({ }, 3, function () mymainmenu:toggle() end),\n    awful.button({ }, 4, awful.tag.viewnext),\n    awful.button({ }, 5, awful.tag.viewprev)\n))\n-- }}}\n\n-- {{{ Key bindings\nglobalkeys = gears.table.join(\n    -- Sound\n    awful.key({}, \"XF86AudioRaiseVolume\", function() volumecfg:up() end),\n    awful.key({}, \"XF86AudioLowerVolume\", function() volumecfg:down() end),\n    awful.key({}, \"XF86AudioMute\",        function() volumecfg:toggle() end),\n    --\n    awful.key({ modkey,           }, \"s\",      hotkeys_popup.show_help,\n              {description=\"show help\", group=\"awesome\"}),\n    awful.key({ modkey,           }, \"Left\",   awful.tag.viewprev,\n              {description = \"view previous\", group = \"tag\"}),\n    awful.key({ modkey,           }, \"Right\",  awful.tag.viewnext,\n              {description = \"view next\", group = \"tag\"}),\n    awful.key({ modkey,           }, \"Escape\", awful.tag.history.restore,\n              {description = \"go back\", group = \"tag\"}),\n\n    awful.key({ modkey,           }, \"j\",\n        function ()\n            awful.client.focus.byidx( 1)\n        end,\n        {description = \"focus next by index\", group = \"client\"}\n    ),\n    awful.key({ modkey,           }, \"k\",\n        function ()\n            local max_clients = 0\n            for s in screen do\n                    local clients = 0\n                    for k,c in pairs(s.clients) do\n                            clients = clients + 1\n                    end\n                    max_clients = math.max(max_clients, clients)\n            end\n            if max_clients == 1 then\n                    awful.screen.focus_relative(-1)\n            else\n                    awful.client.focus.byidx(-1)\n            end\n        end,\n        {description = \"focus previous by index\", group = \"client\"}\n    ),\n    awful.key({ modkey,           }, \"m\", function () mymainmenu:show() end,\n              {description = \"show main menu\", group = \"awesome\"}),\n\t     \n    awful.key({ modkey, \"Shift\" }, \"y\",      foggy.menu),\n\n    -- Layout manipulation\n    awful.key({ modkey, \"Shift\"   }, \"j\", function () awful.client.swap.byidx(  1)    end,\n              {description = \"swap with next client by index\", group = \"client\"}),\n    awful.key({ modkey, \"Shift\"   }, \"k\", function () awful.client.swap.byidx( -1)    end,\n              {description = \"swap with previous client by index\", group = \"client\"}),\n    awful.key({ modkey, \"Control\" }, \"j\", function () awful.screen.focus_relative( 1) end,\n              {description = \"focus the next screen\", group = \"screen\"}),\n    awful.key({ modkey, \"Control\" }, \"k\", function () awful.screen.focus_relative(-1) end,\n              {description = \"focus the previous screen\", group = \"screen\"}),\n    awful.key({ modkey,           }, \"u\", awful.client.urgent.jumpto,\n              {description = \"jump to urgent client\", group = \"client\"}),\n    awful.key({ modkey,           }, \"Tab\",\n        function ()\n            awful.client.focus.history.previous()\n            if client.focus then\n                client.focus:raise()\n            end\n        end,\n        {description = \"go back\", group = \"client\"}),\n\n    -- Standard program\n    awful.key({ modkey,           }, \"F11\", function() awful.spawn(\"shutter\") end,\n              {description = \"screenshot\", group = \"awesome\"}),\n    awful.key({ modkey,           }, \"Return\", function () awful.spawn(terminal) end,\n              {description = \"open a terminal\", group = \"launcher\"}),\n    awful.key({ modkey, \"Control\" }, \"r\", awesome.restart,\n              {description = \"reload awesome\", group = \"awesome\"}),\n    awful.key({ modkey, \"Control\", \"Shift\"}, \"e\", function() awful.spawn(\"vim -g \" .. os.getenv(\"HOME\") .. \"/.config/nixpkgs/\") end,\n              {description = \"edit home config\", group = \"nix\"}),\n    awful.key({ modkey, \"Control\", \"Shift\" }, \"h\", function() \n\t          awful.spawn(\"termite -e \\\"home-manager switch\\\"\", { floating = true })\n\t        end,\n              {description = \"home-manager switch\", group = \"nix\"}),\n    awful.key({ modkey, \"Shift\"   }, \"q\", awesome.quit,\n              {description = \"quit awesome\", group = \"awesome\"}),\n\n    awful.key({ modkey,           }, \"l\",     function () awful.tag.incmwfact( 0.05)          end,\n              {description = \"increase master width factor\", group = \"layout\"}),\n    awful.key({ modkey,           }, \"h\",     function () awful.tag.incmwfact(-0.05)          end,\n              {description = \"decrease master width factor\", group = \"layout\"}),\n    awful.key({ modkey, \"Shift\"   }, \"h\",     function () awful.tag.incnmaster( 1, nil, true) end,\n              {description = \"increase the number of master clients\", group = \"layout\"}),\n    awful.key({ modkey, \"Shift\"   }, \"l\",     function () awful.tag.incnmaster(-1, nil, true) end,\n              {description = \"decrease the number of master clients\", group = \"layout\"}),\n    awful.key({ modkey, \"Control\" }, \"h\",     function () awful.tag.incncol( 1, nil, true)    end,\n              {description = \"increase the number of columns\", group = \"layout\"}),\n    awful.key({ modkey, \"Control\" }, \"l\",     function () awful.tag.incncol(-1, nil, true)    end,\n              {description = \"decrease the number of columns\", group = \"layout\"}),\n    awful.key({ modkey,           }, \"space\", function () awful.layout.inc( 1)                end,\n              {description = \"select next\", group = \"layout\"}),\n    awful.key({ modkey, \"Shift\"   }, \"space\", function () awful.layout.inc(-1)                end,\n              {description = \"select previous\", group = \"layout\"}),\n\n    awful.key({ modkey, \"Control\" }, \"n\",\n              function ()\n                  local c = awful.client.restore()\n                  -- Focus restored client\n                  if c then\n                      client.focus = c\n                      c:raise()\n                  end\n              end,\n              {description = \"restore minimized\", group = \"client\"}),\n\n    -- Prompt\n    awful.key({ modkey },            \"r\",     function () awful.screen.focused().mypromptbox:run() end,\n              {description = \"run prompt\", group = \"launcher\"}),\n\n    awful.key({ modkey }, \"x\",\n              function ()\n                  awful.prompt.run {\n                    prompt       = \"Run Lua code: \",\n                    textbox      = awful.screen.focused().mypromptbox.widget,\n                    exe_callback = awful.util.eval,\n                    history_path = awful.util.get_cache_dir() .. \"/history_eval\"\n                  }\n              end,\n              {description = \"lua execute prompt\", group = \"awesome\"}),\n    awful.key({ modkey }, \"t\",\n              function ()\n\t\t  awful.prompt.run {\n\t            prompt  = \"translate from:to word => \",\n\t\t    textbox = awful.screen.focused().mypromptbox.widget,\n\t\t    exe_callback = function (result) \n\t               awful.spawn.easy_async(\"translate \" .. result, function(stdout, stderr, reason, exit_code)\n\t\t\t   naughty.notify { title = result, text = stdout, position = \"top_left\" }\n\t\t       end)\n\t            end\n\t\t  }\n              end,\n\t      {description = \"translate\", group = \"awesome\"}),\n    awful.key({ modkey }, \"w\",\n              function ()\n\t\t  awful.prompt.run {\n\t            prompt  = \"weather [place]: \",\n\t\t    textbox = awful.screen.focused().mypromptbox.widget,\n\t\t    exe_callback = function (result) \n\t               awful.spawn.easy_async(\"sh -c 'curl -s wttr.in/\" .. result .. \" | ansifilter -T'\", function(stdout, stderr, reason, exit_code)\n\t\t\t   naughty.notify { title = result, text = stdout, position = \"top_left\", font = \"Iosevka\" } -- Iosevka is used because we need a monospace font\n\t\t       end)\n\t            end\n\t\t  }\n              end,\n\t      {description = \"weather\", group = \"awesome\"}),\n    awful.key({ modkey }, \"F12\", function() if cal.notification then cal:hide() else cal:show() end end, {description = \"calendar\", group = \"awesome\"}),\n    -- Menubar\n    awful.key({ modkey }, \"p\", function() menubar.show() end,\n              {description = \"show the menubar\", group = \"launcher\"})\n)\n\nclientkeys = gears.table.join(\n    awful.key({ modkey,           }, \"f\",\n        function (c)\n            c.fullscreen = not c.fullscreen\n            c:raise()\n        end,\n        {description = \"toggle fullscreen\", group = \"client\"}),\n    awful.key({ modkey, \"Shift\"   }, \"c\",      function (c) c:kill()                         end,\n              {description = \"close\", group = \"client\"}),\n    awful.key({ modkey, \"Control\" }, \"space\",  awful.client.floating.toggle                     ,\n              {description = \"toggle floating\", group = \"client\"}),\n    awful.key({ modkey, \"Control\" }, \"Return\", function (c) c:swap(awful.client.getmaster()) end,\n              {description = \"move to master\", group = \"client\"}),\n    awful.key({ modkey,           }, \"o\",      function (c) c:move_to_screen()               end,\n              {description = \"move to screen\", group = \"client\"}),\n    awful.key({ modkey, \"Shift\"   }, \"o\",      function (c) \n            c:move_to_screen()               \n            c:to_selected_tags()\n    end,\n              {description = \"move to screen+tag\", group = \"client\"}),\n    awful.key({ modkey,           }, \"t\",      function (c) c.ontop = not c.ontop            end,\n              {description = \"toggle keep on top\", group = \"client\"}),\n    awful.key({ modkey,           }, \"n\",\n        function (c)\n            -- The client currently has the input focus, so it cannot be\n            -- minimized, since minimized clients can't have the focus.\n            c.minimized = true\n        end ,\n        {description = \"minimize\", group = \"client\"}),\n    awful.key({ modkey,           }, \"m\",\n        function (c)\n            c.maximized = not c.maximized\n            c:raise()\n        end ,\n        {description = \"(un)maximize\", group = \"client\"}),\n    awful.key({ modkey, \"Control\" }, \"m\",\n        function (c)\n            c.maximized_vertical = not c.maximized_vertical\n            c:raise()\n        end ,\n        {description = \"(un)maximize vertically\", group = \"client\"}),\n    awful.key({ modkey, \"Shift\"   }, \"m\",\n        function (c)\n            c.maximized_horizontal = not c.maximized_horizontal\n            c:raise()\n        end ,\n        {description = \"(un)maximize horizontally\", group = \"client\"})\n)\n\n-- Bind all key numbers to tags.\n-- Be careful: we use keycodes to make it work on any keyboard layout.\n-- This should map on the top row of your keyboard, usually 1 to 9.\nfor i = 1, 9 do\n    globalkeys = gears.table.join(globalkeys,\n        -- View tag only.\n        awful.key({ modkey }, \"#\" .. i + 9,\n                  function ()\n                        local screen = awful.screen.focused()\n                        local tag = screen.tags[i]\n                        if tag then\n                           tag:view_only()\n                        end\n                  end,\n                  {description = \"view tag #\"..i, group = \"tag\"}),\n        -- View tag only, all screens\n        awful.key({ modkey, \"Mod1\" }, \"#\" .. i + 9,\n                  function ()\n                        for s in screen do\n                                local tag = s.tags[i]\n                                if tag then\n                                        tag:view_only()\n                                end\n                        end\n                  end,\n                  {description = \"view tag #\"..i..\" on all screens\", group = \"tag\"}),\n        -- Toggle tag display.\n        awful.key({ modkey, \"Control\" }, \"#\" .. i + 9,\n                  function ()\n                      local screen = awful.screen.focused()\n                      local tag = screen.tags[i]\n                      if tag then\n                         awful.tag.viewtoggle(tag)\n                      end\n                  end,\n                  {description = \"toggle tag #\" .. i, group = \"tag\"}),\n        -- Move client to tag.\n        awful.key({ modkey, \"Shift\" }, \"#\" .. i + 9,\n                  function ()\n                      if client.focus then\n                          local tag = client.focus.screen.tags[i]\n                          if tag then\n                              client.focus:move_to_tag(tag)\n                          end\n                     end\n                  end,\n                  {description = \"move focused client to tag #\"..i, group = \"tag\"}),\n        -- Toggle tag on focused client.\n        awful.key({ modkey, \"Control\", \"Shift\" }, \"#\" .. i + 9,\n                  function ()\n                      if client.focus then\n                          local tag = client.focus.screen.tags[i]\n                          if tag then\n                              client.focus:toggle_tag(tag)\n                          end\n                      end\n                  end,\n                  {description = \"toggle focused client on tag #\" .. i, group = \"tag\"})\n    )\nend\n\nclientbuttons = gears.table.join(\n    awful.button({ }, 1, function (c) client.focus = c; c:raise() end),\n    awful.button({ modkey }, 1, awful.mouse.client.move),\n    awful.button({ modkey }, 3, awful.mouse.client.resize))\n\n-- Set keys\nroot.keys(globalkeys)\n-- }}}\n\n-- {{{ Rules\n-- Rules to apply to new clients (through the \"manage\" signal).\nawful.rules.rules = {\n    -- All clients will match this rule.\n    { rule = { },\n      properties = { border_width = beautiful.border_width,\n                     border_color = beautiful.border_normal,\n                     focus = awful.client.focus.filter,\n                     raise = true,\n                     keys = clientkeys,\n                     buttons = clientbuttons,\n                     screen = awful.screen.preferred,\n                     placement = awful.placement.no_overlap+awful.placement.no_offscreen\n     }\n    },\n\n    -- Floating clients.\n    { rule_any = {\n        instance = {\n          \"DTA\",  -- Firefox addon DownThemAll.\n          \"copyq\",  -- Includes session name in class.\n        },\n        class = {\n          \"Arandr\",\n          \"Gpick\",\n          \"Kruler\",\n          \"MessageWin\",  -- kalarm.\n          \"Sxiv\",\n          \"Wpa_gui\",\n\t  \"Pinentry\",\n          \"veromix\",\n          \"xtightvncviewer\"},\n\n        name = {\n          \"Event Tester\",  -- xev.\n        },\n        role = {\n          \"AlarmWindow\",  -- Thunderbird's calendar.\n          \"pop-up\",       -- e.g. Google Chrome's (detached) Developer Tools.\n        }\n      }, properties = { floating = true }},\n\n    -- Add titlebars to normal clients and dialogs\n    { rule_any = {type = { \"normal\", \"dialog\" }\n      }, properties = { titlebars_enabled = true }\n    },\n    { rule_any = {\n\t    class = {  \"jetbrains-idea\" }\n      }, properties = { focus = true }},\n\n    -- Set Firefox to always map on the tag named \"2\" on screen 1.\n    -- { rule = { class = \"Firefox\" },\n    --   properties = { screen = 1, tag = \"2\" } },\n}\n-- }}}\n\n-- {{{ Signals\n-- Signal function to execute when a new client appears.\nclient.connect_signal(\"manage\", function (c)\n    -- Set the windows at the slave,\n    -- i.e. put it at the end of others instead of setting it master.\n    -- if not awesome.startup then awful.client.setslave(c) end\n\n    if awesome.startup and\n      not c.size_hints.user_position\n      and not c.size_hints.program_position then\n        -- Prevent clients from being unreachable after screen count changes.\n        awful.placement.no_offscreen(c)\n    end\nend)\n\n-- Add a titlebar if titlebars_enabled is set to true in the rules.\nclient.connect_signal(\"request::titlebars\", function(c)\n    -- buttons for the titlebar\n    local buttons = gears.table.join(\n        awful.button({ }, 1, function()\n            client.focus = c\n            c:raise()\n            awful.mouse.client.move(c)\n        end),\n        awful.button({ }, 3, function()\n            client.focus = c\n            c:raise()\n            awful.mouse.client.resize(c)\n        end)\n    )\n\n    awful.titlebar(c) : setup {\n        { -- Left\n            awful.titlebar.widget.iconwidget(c),\n            buttons = buttons,\n            layout  = wibox.layout.fixed.horizontal\n        },\n        { -- Middle\n            { -- Title\n                align  = \"center\",\n                widget = awful.titlebar.widget.titlewidget(c)\n            },\n            buttons = buttons,\n            layout  = wibox.layout.flex.horizontal\n        },\n        { -- Right\n            awful.titlebar.widget.floatingbutton (c),\n            awful.titlebar.widget.maximizedbutton(c),\n            awful.titlebar.widget.stickybutton   (c),\n            awful.titlebar.widget.ontopbutton    (c),\n            awful.titlebar.widget.closebutton    (c),\n            layout = wibox.layout.fixed.horizontal()\n        },\n        layout = wibox.layout.align.horizontal\n    }\nend)\n\n-- Enable sloppy focus, so that focus follows mouse.\nclient.connect_signal(\"mouse::enter\", function(c)\n    if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier\n        and awful.client.focus.filter(c) then\n        client.focus = c\n    end\nend)\n\nclient.connect_signal(\"focus\", function(c) c.border_color = beautiful.border_focus end)\nclient.connect_signal(\"unfocus\", function(c) c.border_color = beautiful.border_normal end)\n\n-- Arrange the displays\nawful.spawn(\"xrandr --output eDP1 --mode 2048x1152\")\nawful.spawn(\"xrandr --output eDP1 --left-of DP2-1\")\nawful.spawn(\"xrandr --output eDP1 --left-of DP3-1\")\nawful.spawn(\"xrandr --output eDP1 --left-of HDMI2\")\nawful.spawn(\"xrandr --output HDMI2 --below DP2-1\")\nawful.spawn(\"xrandr --output HDMI2 --below DP3-1\")\n\n-- Force xkb config\nawful.spawn(\"setxkbmap\")\n\n-- Arrange for a locker\nawful.spawn(\"xss-lock slock\")\n-- }}}\n"
  },
  {
    "path": "awesome/substitutions.nix",
    "content": "{ lib }:\n\nwith builtins;\n\n{\n  inbox_query = (import ../mail/queries).inbox;\n}\n"
  },
  {
    "path": "awesome/theme.lua",
    "content": "\nlocal theme_assets = require(\"beautiful.theme_assets\")\nlocal xresources = require(\"beautiful.xresources\")\nlocal dpi = xresources.apply_dpi\n\nlocal gfs = require(\"gears.filesystem\")\nlocal themes_path = gfs.get_themes_dir()\n\nlocal theme = {}\n\ntheme.font          = \"sans 8\"\n\ntheme.bg_normal     = \"#222222\"\ntheme.bg_focus      = \"#eb5c3f\" --\"#535d6c\"\ntheme.bg_urgent     = \"#ff0000\"\ntheme.bg_minimize   = \"#444444\"\ntheme.bg_systray    = theme.bg_normal\n\ntheme.fg_normal     = \"#aaaaaa\"\ntheme.fg_focus      = \"#ffffff\"\ntheme.fg_urgent     = \"#ffffff\"\ntheme.fg_minimize   = \"#ffffff\"\n\ntheme.useless_gap   = dpi(0)\ntheme.border_width  = dpi(1)\ntheme.border_normal = \"#000000\"\ntheme.border_focus  = theme.bg_focus\ntheme.border_marked = \"#91231c\"\n\ntheme.tasklist_bg_focus = \"#ffffff\"\ntheme.tasklist_fg_focus = \"#000000\"\n\n-- There are other variable sets\n-- overriding the default one when\n-- defined, the sets are:\n-- taglist_[bg|fg]_[focus|urgent|occupied|empty|volatile]\n-- tasklist_[bg|fg]_[focus|urgent]\n-- titlebar_[bg|fg]_[normal|focus]\n-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]\n-- mouse_finder_[color|timeout|animate_timeout|radius|factor]\n-- prompt_[fg|bg|fg_cursor|bg_cursor|font]\n-- hotkeys_[bg|fg|border_width|border_color|shape|opacity|modifiers_fg|label_bg|label_fg|group_margin|font|description_font]\n-- Example:\n--theme.taglist_bg_focus = \"#ff0000\"\n\n-- Generate taglist squares:\nlocal taglist_square_size = dpi(4)\ntheme.taglist_squares_sel = theme_assets.taglist_squares_sel(\n    taglist_square_size, theme.fg_normal\n)\ntheme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(\n    taglist_square_size, theme.fg_normal\n)\n\n-- Variables set for theming notifications:\n-- notification_font\n-- notification_[bg|fg]\n-- notification_[width|height|margin]\n-- notification_[border_color|border_width|shape|opacity]\n\n-- Variables set for theming the menu:\n-- menu_[bg|fg]_[normal|focus]\n-- menu_[border_color|border_width]\ntheme.menu_submenu_icon = themes_path..\"default/submenu.png\"\ntheme.menu_height = dpi(15)\ntheme.menu_width  = dpi(100)\n\n-- You can add as many variables as\n-- you wish and access them by using\n-- beautiful.variable in your rc.lua\n--theme.bg_widget = \"#cc0000\"\n\n-- Define the image to load\ntheme.titlebar_close_button_normal = themes_path..\"default/titlebar/close_normal.png\"\ntheme.titlebar_close_button_focus  = themes_path..\"default/titlebar/close_focus.png\"\n\ntheme.titlebar_minimize_button_normal = themes_path..\"default/titlebar/minimize_normal.png\"\ntheme.titlebar_minimize_button_focus  = themes_path..\"default/titlebar/minimize_focus.png\"\n\ntheme.titlebar_ontop_button_normal_inactive = themes_path..\"default/titlebar/ontop_normal_inactive.png\"\ntheme.titlebar_ontop_button_focus_inactive  = themes_path..\"default/titlebar/ontop_focus_inactive.png\"\ntheme.titlebar_ontop_button_normal_active = themes_path..\"default/titlebar/ontop_normal_active.png\"\ntheme.titlebar_ontop_button_focus_active  = themes_path..\"default/titlebar/ontop_focus_active.png\"\n\ntheme.titlebar_sticky_button_normal_inactive = themes_path..\"default/titlebar/sticky_normal_inactive.png\"\ntheme.titlebar_sticky_button_focus_inactive  = themes_path..\"default/titlebar/sticky_focus_inactive.png\"\ntheme.titlebar_sticky_button_normal_active = themes_path..\"default/titlebar/sticky_normal_active.png\"\ntheme.titlebar_sticky_button_focus_active  = themes_path..\"default/titlebar/sticky_focus_active.png\"\n\ntheme.titlebar_floating_button_normal_inactive = themes_path..\"default/titlebar/floating_normal_inactive.png\"\ntheme.titlebar_floating_button_focus_inactive  = themes_path..\"default/titlebar/floating_focus_inactive.png\"\ntheme.titlebar_floating_button_normal_active = themes_path..\"default/titlebar/floating_normal_active.png\"\ntheme.titlebar_floating_button_focus_active  = themes_path..\"default/titlebar/floating_focus_active.png\"\n\ntheme.titlebar_maximized_button_normal_inactive = themes_path..\"default/titlebar/maximized_normal_inactive.png\"\ntheme.titlebar_maximized_button_focus_inactive  = themes_path..\"default/titlebar/maximized_focus_inactive.png\"\ntheme.titlebar_maximized_button_normal_active = themes_path..\"default/titlebar/maximized_normal_active.png\"\ntheme.titlebar_maximized_button_focus_active  = themes_path..\"default/titlebar/maximized_focus_active.png\"\n\ntheme.wallpaper = gfs.get_dir(\"config\") .. \"backgrounds/simon-matzinger-320332.jpg\"\n\n-- You can use your own layout icons like this:\ntheme.layout_fairh = themes_path..\"default/layouts/fairhw.png\"\ntheme.layout_fairv = themes_path..\"default/layouts/fairvw.png\"\ntheme.layout_floating  = themes_path..\"default/layouts/floatingw.png\"\ntheme.layout_magnifier = themes_path..\"default/layouts/magnifierw.png\"\ntheme.layout_max = themes_path..\"default/layouts/maxw.png\"\ntheme.layout_fullscreen = themes_path..\"default/layouts/fullscreenw.png\"\ntheme.layout_tilebottom = themes_path..\"default/layouts/tilebottomw.png\"\ntheme.layout_tileleft   = themes_path..\"default/layouts/tileleftw.png\"\ntheme.layout_tile = themes_path..\"default/layouts/tilew.png\"\ntheme.layout_tiletop = themes_path..\"default/layouts/tiletopw.png\"\ntheme.layout_spiral  = themes_path..\"default/layouts/spiralw.png\"\ntheme.layout_dwindle = themes_path..\"default/layouts/dwindlew.png\"\ntheme.layout_cornernw = themes_path..\"default/layouts/cornernww.png\"\ntheme.layout_cornerne = themes_path..\"default/layouts/cornernew.png\"\ntheme.layout_cornersw = themes_path..\"default/layouts/cornersww.png\"\ntheme.layout_cornerse = themes_path..\"default/layouts/cornersew.png\"\n\n-- Generate Awesome icon:\ntheme.awesome_icon = theme_assets.awesome_icon(\n    theme.menu_height, theme.bg_focus, theme.fg_focus\n)\n\n-- Define the icon theme for application icons. If not set then the icons\n-- from /usr/share/icons and /usr/share/icons/hicolor will be used.\ntheme.icon_theme = nil\n\nreturn theme\n"
  },
  {
    "path": "config.nix",
    "content": "{\n  allowUnfree = true;\n  chromium = {\n#     enablePepperFlash = true;\n  };\n  packageOverrides = pkgs: with pkgs; rec {\n      unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {\n          config = {\n              allowUnfree = true;\n          };\n      };\n\n       kdenlive = pkgs.kdenlive.overrideAttrs (oldAttrs: rec {\n         postInstall = ''\n          wrapProgram $out/bin/kdenlive --prefix FREI0R_PATH : ${pkgs.frei0r}/lib/frei0r-1\n        '';\n        nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ [ pkgs.makeWrapper ];\n     });\n\n      # https://github.com/NixOS/nixpkgs/issues/18640\n      tla-plus = callPackage pkgs/tla-plus { inherit pkgs; };\n      dummy-wget = callPackage pkgs/dummy-wget { inherit pkgs; };\n      polyml-5-4 = callPackage pkgs/polyml-5-4 {};\n      isabelle2011-1 = callPackage pkgs/isabelle2011-1 {\n          inherit (pkgs) stdenv fetchurl nettools perl;\n          inherit (pkgs.emacs25Packages) proofgeneral;\n          polyml = polyml-5-4;\n      };\n      skypeforlinux = unstable.skypeforlinux;\n      mmark = callPackage ./mmark {  };\n      xml2rfc = callPackage ./xml2rfc { };\n      sikulix = callPackage ./sikulix.nix { };\n      elixir = unstable.elixir;\n  };\n}\n\n"
  },
  {
    "path": "fish/fish_prompt.fish",
    "content": "function fish_prompt --description 'Write out the prompt'\n\tif not set -q __fish_git_prompt_show_informative_status\n        set -g __fish_git_prompt_show_informative_status 1\n    end\n    if not set -q __fish_git_prompt_hide_untrackedfiles\n        set -g __fish_git_prompt_hide_untrackedfiles 1\n    end\n\n    if not set -q __fish_git_prompt_color_branch\n        set -g __fish_git_prompt_color_branch magenta --bold\n    end\n    if not set -q __fish_git_prompt_showupstream\n        set -g __fish_git_prompt_showupstream \"informative\"\n    end\n    if not set -q __fish_git_prompt_char_upstream_ahead\n        set -g __fish_git_prompt_char_upstream_ahead \"↑\"\n    end\n    if not set -q __fish_git_prompt_char_upstream_behind\n        set -g __fish_git_prompt_char_upstream_behind \"↓\"\n    end\n    if not set -q __fish_git_prompt_char_upstream_prefix\n        set -g __fish_git_prompt_char_upstream_prefix \"\"\n    end\n\n    if not set -q __fish_git_prompt_char_stagedstate\n        set -g __fish_git_prompt_char_stagedstate \"●\"\n    end\n    if not set -q __fish_git_prompt_char_dirtystate\n        set -g __fish_git_prompt_char_dirtystate \"✚\"\n    end\n    if not set -q __fish_git_prompt_char_untrackedfiles\n        set -g __fish_git_prompt_char_untrackedfiles \"…\"\n    end\n    if not set -q __fish_git_prompt_char_conflictedstate\n        set -g __fish_git_prompt_char_conflictedstate \"✖\"\n    end\n    if not set -q __fish_git_prompt_char_cleanstate\n        set -g __fish_git_prompt_char_cleanstate \"✔\"\n    end\n\n    if not set -q __fish_git_prompt_color_dirtystate\n        set -g __fish_git_prompt_color_dirtystate blue\n    end\n    if not set -q __fish_git_prompt_color_stagedstate\n        set -g __fish_git_prompt_color_stagedstate yellow\n    end\n    if not set -q __fish_git_prompt_color_invalidstate\n        set -g __fish_git_prompt_color_invalidstate red\n    end\n    if not set -q __fish_git_prompt_color_untrackedfiles\n        set -g __fish_git_prompt_color_untrackedfiles $fish_color_normal\n    end\n    if not set -q __fish_git_prompt_color_cleanstate\n        set -g __fish_git_prompt_color_cleanstate green --bold\n    end\n\n    set -l last_status $status\n\n    if not set -q __fish_prompt_normal\n        set -g __fish_prompt_normal (set_color normal)\n    end\n\n    set -l color_cwd\n    set -l prefix\n    switch $USER\n        case root toor\n            if set -q fish_color_cwd_root\n                set color_cwd $fish_color_cwd_root\n            else\n                set color_cwd $fish_color_cwd\n            end\n            set suffix '#'\n        case '*'\n            set color_cwd $fish_color_cwd\n            set suffix '$'\n    end\n\n    if set -q NIXSH\n       echo \"[$NIXSH]:\"\n       echo -n \"⇨  \"\n    end\n\n    if set -q SSH_TTY\n       set_color yellow\n       echo -n (hostname)\n       echo -n \" \"\n       set_color normal\n    end\n\n    # PWD\n    set_color $color_cwd\n    echo -n (prompt_pwd)\n    set_color normal\n\n    printf '%s ' (__fish_vcs_prompt)\n\n    if not test $last_status -eq 0\n        set_color $fish_color_error\n    end\n\n    echo -n \"$suffix \"\n\n    set_color normal\nend\n"
  },
  {
    "path": "fish/nixsh.fish",
    "content": "function nixsh --description \"nix-shell convenience wrapper\"\n  env NIXSH=\"$NIXSH $argv[1]\" nix-shell --command fish -p \"$argv[1]\"\nend\n"
  },
  {
    "path": "home.nix",
    "content": "{ pkgs, ... }:\n\nwith import <nixpkgs> {};\nwith builtins;\nwith lib;\nwith import <home-manager/modules/lib/dag.nix> { inherit lib; };\n\nlet\nnotmuch-apply = stdenv.mkDerivation {\n  name = \"notmuch-apply\";\n  phases = [ \"installPhase\" ];\n  buildInputs = [ notmuch afew bash makeWrapper];\n  installPhase = ''\n    mkdir -p $out/bin\n    install -m777 ${./mail/notmuch} $out/notmuch-apply\n    sed -i s/notmuch/\"${escape [\"/\"] (toString notmuch)}\\/bin\\/notmuch\"/g $out/notmuch-apply\n    sed -i s/afew/\"${escape [\"/\"] (toString afew)}\\/bin\\/afew\"/g $out/notmuch-apply\n    makeWrapper $out/notmuch-apply $out/bin/notmuch-apply\n  '';\n};\nmsmtp-enqueue = stdenv.mkDerivation {\n   name = \"msmtp-enqueue\";\n   phases = [ \"installPhase\" ];\n   buildInputs = [ msmtp makeWrapper ];\n   installPhase = ''\n     mkdir -p $out/bin\n     makeWrapper ${msmtp}/bin/msmtpq $out/bin/msmtp-enqueue --set EMAIL_QUEUE_QUIET t\n   '';\n};\nsit = stdenv.mkDerivation {\n   name = \"sit\";\n   src = ./.;\n   phases = [ \"installPhase\" ];\n   installPhase = ''\n     mkdir -p $out/bin\n     cp ${./sit.sh} $out/bin/sit\n     cp ${./sit-web.sh} $out/bin/sit-web\n   '';\n};\ninkscapeIsometric = stdenv.mkDerivation {\n   name = \"inkscape-isometric-projection\";\n   src = fetchFromGitHub {\n      owner = \"jdhoek\";\n      repo = \"inkscape-isometric-projection\";\n      rev = \"v1.1\";\n      sha256 = \"1vj98bci9fsf08bmp05pxzvcm9wvlrmqvms4piz6iy09m3jpkcli\";\n   };\n   installPhase = ''\n     mkdir -p $out\n     cp isometric_projection.* $out/\n   '';\n};\nvim-mix-format = pkgs.vimUtils.buildVimPluginFrom2Nix rec {\n        pname = \"vim-mix-format\";\n        version = \"cbb63e6\";\n        src = fetchFromGitHub {\n          owner = \"mhinz\";\n          repo = pname;\n          rev = version;\n          sha256 = \"037fbmcj9dfj89jd2xa1xv55baqvws85xpjmypgr3kx7y183l0b7\";\n        };\n        meta.homepage = \"https://github.com/mhinz/vim-mix-format\";\n     }; in\n{\n  home.packages = [\n    pkgs.unzip\n    pkgs.wget\n    pkgs.gnupg\n    pkgs.wpa_supplicant_gui\n    pkgs.blackbox pkgs.keybase pkgs.keybase-gui\n    pkgs.udisks\n    pkgs.mc\n    pkgs.rlwrap\n    pkgs.xorg.xdpyinfo # awesome/foggy seems to want it\n    pkgs.vlc\n    pkgs.shutter # Screenshots\n    pkgs.zathura # document viewer\n    pkgs.htop\n    pkgs.bc\n    pkgs.ncdu # Disk space usage analyzer\n    pkgs.ripgrep # rg, fast grepper\n    pkgs.rtv # Reddit\n    pkgs.unstable.dropbox\n    pkgs.zeal\n    pkgs.atom\n    #pkgs.vscode\n    pkgs.unstable.idea.idea-ultimate pkgs.jdk\n    pkgs.gradle\n    pkgs.tdesktop # Telegram \n    #(pkgs.zoom-us.overrideAttrs (super: {\n    #  postInstall = ''\n    #    ${super.postInstall}\n    #    wrapProgram $out/bin/zoom-us --set LIBGL_ALWAYS_SOFTWARE 1\n    #  '';\n    #}))\n    zoom-us\n    pkgs.unstable.slack\n    #pkgs.skypeforlinux\n    pkgs.chromium pkgs.firefox pkgs.google-chrome\n    pkgs.termite pkgs.tmux\n    pkgs.translate-shell\n    pkgs.xss-lock\n    pkgs.ansifilter # used to strip ANSI out in awesome extensions \n    #pkgs.zim # desktop wiki\n    pkgs.whois\n    pkgs.youtube-dl\n    pkgs.gimp pkgs.imagemagick\n    pkgs.gcc\n    (pkgs.rustChannels.stable.rust.override { extensions = [\"rust-src\"]; })\n    pkgs.rustracer\n    #pkgs.tla-plus.full\n    pkgs.ghc pkgs.cabal-install pkgs.stack\n    pkgs.haskellPackages.idris\n    pkgs.unstable.ponyc\n    pkgs.pandoc pkgs.texlive.combined.scheme-tetex\n    pkgs.funnelweb\n    pkgs.plantuml\n    pkgs.vagrant\n    pkgs.gdb\n    pkgs.gnumake\n    pkgs.gpxsee\n    pkgs.clips\n    pkgs.mosh\n    pkgs.emacs\n    pkgs.nix-prefetch-git\n    isync notmuch notmuch-apply msmtp msmtp-enqueue afew\n    pkgs.jq\n    pkgs.valgrind pkgs.kcachegrind pkgs.graphviz\n    pkgs.unstable.ardour\n    pkgs.simplescreenrecorder pkgs.ffcast pkgs.xorg.xwininfo ## screencasts\n    sit\n    pkgs.mmark pkgs.xml2rfc\n    #pkgs.binutils-unwrapped\n    #pkgs.sikulix\n    pkgs.unstable.inkscape\n    inkscapeIsometric\n    pkgs.unstable.astroid\n    pkgs.unstable.nodePackages.tiddlywiki\n    pkgs.unstable.brave\n    pkgs.google-play-music-desktop-player\n    pkgs.unstable.cmake\n    pkgs.unstable.framac pkgs.unstable.why3 pkgs.unstable.alt-ergo\n    pkgs.python3 # for YCM\n    adapta-gtk-theme\n    libreoffice\n    coreutils\n    #kdenlive frei0r ffmpeg-full\n    mdcat xclip\n    i3blocks i3status mako wofi grim waybar redshift-wlr\n    obs-studio\n  ];\n\n\n  programs.home-manager.enable = true;\n\n  programs.git = {\n    package = pkgs.gitAndTools.gitFull;\n    enable = true;\n    userName = \"Yurii Rashkovskii\";\n    userEmail = \"yrashk@gmail.com\";\n    signing = {\n      key = \"me@yrashk.com\";\n      signByDefault = false;\n    };\n  };\n\n  programs.command-not-found.enable = true;\n\n  programs.vim = {\n    enable = true;\n    extraConfig = builtins.readFile vim/vimrc;\n    settings = {\n       relativenumber = true;\n       number = true;\n    };\n    plugins = with pkgs.vimPlugins; [\n      vim-elixir\n      vim-mix-format\n      idris-vim\n      sensible\n      vim-airline\n      The_NERD_tree # file system explorer\n      fugitive vim-gitgutter # git \n      rust-vim\n      #YouCompleteMe\n      vim-abolish\n      command-t\n      vim-go\n    ];\n  };\n\n  services.kbfs.enable = true;\n  \n  services.syncthing.enable = true;\n\n  services.udiskie = {\n    enable = true;\n  };\n\n  services.gpg-agent = {\n    enable = true;\n    enableSshSupport = true;\n    defaultCacheTtl = 1800;\n  };\n\n  systemd.user.services.dropbox = {\n    Unit = {\n      Description = \"Dropbox\";\n      After = [ \"graphical-session-pre.target\" ];\n      PartOf = [ \"graphical-session.target\" ];\n    };\n\n    Service = {\n      Restart = \"on-failure\";\n      RestartSec = 1;\n      ExecStart = \"${pkgs.dropbox}/bin/dropbox\";\n      Environment = \"QT_PLUGIN_PATH=/run/current-system/sw/${pkgs.qt5.qtbase.qtPluginPrefix}\";\n     };\n\n    Install = {\n        WantedBy = [ \"graphical-session.target\" ];\n    };\n\n  };\n\n  systemd.user.services.syndaemon = {\n    Unit = {\n      Description = \"syndaemon\";\n      After = [ \"graphical-session-pre.target\" ];\n      PartOf = [ \"graphical-session.target\" ];\n    };\n\n    Service = {\n      ExecStart = \"${pkgs.xorg.xf86inputsynaptics}/bin/syndaemon -K -i 0.5\";\n    };\n\n    Install = {\n      WantedBy = [ \"graphical-session.target\" ];\n    };\n  };\n\n  systemd.user.services.fetchmail = {\n    Unit = {\n      Description = \"fetch mail\";\n    };\n    Service = {\n      Type = \"oneshot\";\n      ExecStart = \"${pkgs.isync}/bin/mbsync -a\";\n      ExecStartPost = \"${notmuch-apply}/bin/notmuch-apply\";\n      # we want notmuch applied even if there was a problem\n      SuccessExitStatus = \"0 1\";\n    };\n  };\n\n  systemd.user.timers.fetchmail = {\n    Unit = {\n      Description = \"regular fetch mail\";\n    };\n    Timer = {\n      Unit = \"fetchmail.service\";\n      AccuracySec = \"10s\";\n      OnCalendar = \"*:0/15\";\n    };\n    Install = {\n      WantedBy = [ \"timers.target\" ];\n    };\n  };\n\n  home.file = { \n\n  \".config/inkscape\" = {\n    source = ./inkscape;\n    recursive = true;\n  };\n\n  \".config/inkscape/extensions/isometric_projection.inx\".source = \"${inkscapeIsometric}/isometric_projection.inx\";\n  \".config/inkscape/extensions/isometric_projection.py\".source = \"${inkscapeIsometric}/isometric_projection.py\";\n  \n  \".config/alacritty/alacritty.yml\".source = ./alacritty.yml;\n\n  \".config/termite/config\".source = ./termite.config;\n\n\n  \".tmux.conf\" = {\n   text = ''\n   set-option -g default-shell /run/current-system/sw/bin/fish\n   set-window-option -g mode-keys vi\n   set -g default-terminal \"screen-256color\"\n   set -ga terminal-overrides ',screen-256color:Tc'\n   '';\n  };\n\n  \".config/fish/config.fish\" = {\n    text = ''  \n    set -x GPG_TTY (tty)\n    gpg-connect-agent updatestartuptty /bye > /dev/null\n    set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh\n    set -x EDITOR vim\n    set -x TERM xterm-256color\n    if status --is-interactive\n       set -g fish_user_abbreviations\n       abbr h 'home-manager switch'\n       abbr r 'sudo nixos-rebuild switch'\n       abbr gvim vim -g\n       abbr mc 'env TERM=linux mc'\n       abbr tmux 'tmux -2'\n    end\n    function __fish_command_not_found_handler --on-event fish_command_not_found\n       command-not-found $argv[1]\n    end\n    '';\n  };\n\n\n  \".config/fish/functions/nixsh.fish\".source = fish/nixsh.fish;\n\n  \".config/fish/functions/fish_prompt.fish\".source = fish/fish_prompt.fish;\n\n  \".config/zim/preferences.conf\".source = zim/preferences.conf;\n\n  \".config/zim/style.conf\".source = zim/style.conf;\n\n  \".local/share/applications/defaults.list\" = {\n     text = ''\n     [Default Applications]\n     application/pdf=zathura.desktop\n     '';\n  };\n\n  \".config/awesome/rc.lua\".source = substituteAll ((import ./awesome/substitutions.nix { inherit lib; })\n                                                   // { src = awesome/rc.lua; });\n\n  \".config/awesome/theme.lua\".source = awesome/theme.lua; \n\n  \".config/awesome/backgrounds\".source = ./backgrounds;\n\n  \".config/awesome/foggy\".source = fetchFromGitHub {\n     owner = \"k3rni\";\n     repo = \"foggy\";\n     rev = \"fd76b28\";\n     sha256 = \"0lfm7kczgdlzfcc14qj8539y679lf5qcydz0xv72szn7h9wzaaiz\";\n  };\n\n  \".config/awesome/battery-widget\".source = fetchFromGitHub {\n     owner = \"deficient\";\n     repo = \"battery-widget\";\n     rev = \"4152487\";\n     sha256 = \"14p4c37m6s88d2dkgkv1b7xk2paj06cfdadphmhx2m2gr7c9c01f\";\n  };\n\n  \".config/awesome/volume-control\".source = fetchFromGitHub {\n     owner = \"deficient\";\n     repo = \"volume-control\";\n     rev = \"137b19e\";\n     sha256 = \"1xsxcmsivnlmqckcaz9n5gc4lgxpjm410cfp65s0s4yr5x2y0qhs\";\n  };\n\n  \".config/awesome/calendar\".source = fetchFromGitHub {\n     owner = \"yrashk\";\n     repo = \"calendar\";\n     rev = \"1ed19a3\";\n     sha256 = \"1xfax18y4ddafzmwqp8qfs6k34nh163bwjxb7llvls5hxr79vr9s\";\n  };\n\n  \".config/awesome/net_widgets\".source = fetchFromGitHub {\n     owner = \"pltanton\";\n     repo = \"net_widgets\";\n     rev = \"82d1ecd\";\n     sha256 = \"13c9kcc8fj4qjsbx14mfdhav5ymqxdjbng6lpnc5ycgfpyap2xqf\";\n  };\n\n  \".config/awesome/lain\".source = fetchFromGitHub {\n     owner = \"lcpz\";\n     repo = \"lain\";\n     rev = \"9477093\";\n     sha256 = \"0rfzf93b2v22iqsv84x76dy7h5rbkxqi4yy2ycmcgik4qb0crddp\";\n  };\n\n  # spacemacs\n  \".emacs.d\" = {\n     source = fetchFromGitHub {\n       owner = \"syl20bnr\";\n       repo = \"spacemacs\";\n       rev = \"1f93c05\";\n       sha256 = \"1x0s5xlwhajgnlnb9mk0mnabhvhsf97xk05x79rdcxwmf041h3fd\";\n     };\n     recursive = true;\n  }; \n  \".spacemacs\".source = substituteAll ( (import ./spacemacs-substitutions.nix { inherit lib; }) \n                                        // { src =./spacemacs; });\n  \n  \".mbsyncrc\".source = mail/mbsyncrc;\n  \".notmuch-config\".source = mail/notmuch-config;\n  \".config/afew/config\".source = mail/afew-config;\n  \".mailrc\".text = ''\n  set sendmail=\"${msmtp}/bin/msmtp\";\n  '';\n  \".msmtprc\".text = ''\n  defaults\n  port 587\n  tls on\n  tls_trust_file ${cacert}/etc/ssl/certs/ca-bundle.crt\n  account default\n  host mail.etceteralabs.com\n  from me@yrashk.com\n  auth on\n  user me@yrashk.com\n  passwordeval ${gnupg}/bin/gpg2  --no-tty -q -d ${mail/pass-yrashk.gpg}\n  account gmail\n  host smtp.gmail.com\n  from yrashk@gmail.com\n  auth on\n  user yrashk@gmail.com\n  passwordeval ${gnupg}/bin/gpg2  --no-tty -q -d ${mail/pass-gmail.gpg}\n  '';\n\n  \".config/astroid/config\" = {\n    text = toJSON (import ./mail/astroid.nix {\n      inherit pkgs;\n    });\n  };\n\n  \".IntelliJIdea2018.1/config\" = {\n     source = ./idea-config;\n     recursive = true;\n  };\n\n  \".atom/config.json\" = {\n     text = toJSON (import ./atom.nix);\n  };\n\n  \".ssh/id_rsa.pub\".source = ./id_rsa.pub;\n\n  \".stack/config.yaml\".text = ''\n    templates:\n      params:\n        author-email: me@yrashk.com\n        author-name: Yurii Rashkovskii\n        github-username: yrashk\n  '';\n\n\n  };\n\n  home.activation.copyIdeaKey = dagEntryAfter [\"writeBoundary\"] ''\n      install -D -m600 ${./private/idea.key} $HOME/.IntelliJIdea2018.1/config/idea.key\n  '';\n\n  home.activation.copySSHKey = dagEntryAfter [\"writeBoundary\"] ''\n      install -D -m600 ${./private/id_rsa} $HOME/.ssh/id_rsa\n  '';\n\n  home.activation.authorizedKeys = dagEntryAfter [\"writeBoundary\"] ''\n      install -D -m600 ${./id_rsa.pub} $HOME/.ssh/authorized_keys\n  '';\n\n  home.activation.mailPasswords = dagEntryAfter [\"writeBoundary\"] ''\n     mkdir -p $HOME/.mail/gmail\n     install -m600 ${./mail/pass-yrashk} $HOME/.mail/pass-yrashk\n     install -m600 ${./mail/pass-gmail} $HOME/.mail/pass-gmail\n  '';\n\n  \n\n}\n"
  },
  {
    "path": "id_rsa.pub",
    "content": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKpRfBtpYOPxrdSjQbxYQLHVzI9bkj8BgEzC1iKhPAm61gDMfpzdOusDMlL1oZTZ41U95MPtlPJX9W48m/heKdnfTGfVCbOEABuGRZwYuxhBf9YEiDDXqCwzyrPp0ZSAd+Sr/td0CRKpGwkkmsRz8WDuWjJK+A1MZmtlteMk348pgh9oH8IcF33zMj159KNMmlmeCp3muVrqltqRVDioxT7QgsZkjsxkv+FfNZt10kaupvZ92Q86M+TEHtHOVZXPUSazFJqsdgCyqkhzm4yAxL74L61AMpqqFJpflMTlhU85daUnCSbTE3ys0YouGceHELbM7aOBeEqmzqPD3o+Twz yrashk@etcetera\n"
  },
  {
    "path": "idea-config/codestyles/Default.xml",
    "content": "<code_scheme name=\"Default\" />"
  },
  {
    "path": "idea-config/disabled_plugins.txt",
    "content": ""
  },
  {
    "path": "idea-config/disabled_update.txt",
    "content": ""
  },
  {
    "path": "idea-config/extensions/com.intellij.database/data/extractors/CSV-Groovy.csv.groovy",
    "content": "/*\n * Available context bindings:\n *   COLUMNS     List<DataColumn>\n *   ROWS        Iterable<DataRow>\n *   OUT         { append() }\n *   FORMATTER   { format(row, col); formatValue(Object, col) }\n *   TRANSPOSED  Boolean\n * plus ALL_COLUMNS, TABLE, DIALECT\n *\n * where:\n *   DataRow     { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }\n *   DataColumn  { columnNumber(), name() }\n */\n\nSEPARATOR = \",\"\nQUOTE     = \"\\\"\"\nNEWLINE   = System.getProperty(\"line.separator\")\n\ndef printRow = { values, valueToString ->\n  values.eachWithIndex { value, idx ->\n    def str = valueToString(value)\n    def q = str.contains(SEPARATOR) || str.contains(QUOTE) || str.contains(NEWLINE)\n    OUT.append(q ? QUOTE : \"\")\n      .append(str.replace(QUOTE, QUOTE + QUOTE))\n      .append(q ? QUOTE : \"\")\n      .append(idx != values.size() - 1 ? SEPARATOR : NEWLINE)\n  }\n}\n\nif (!TRANSPOSED) {\n  ROWS.each { row -> printRow(COLUMNS, { FORMATTER.format(row, it) }) }\n}\nelse {\n  def values = COLUMNS.collect { new ArrayList<String>() }\n  ROWS.each { row -> COLUMNS.eachWithIndex { col, i -> values[i].add(FORMATTER.format(row, col)) } }\n  values.each { printRow(it, { it }) }\n}"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/data/extractors/HTML-Groovy.html.groovy",
    "content": "/*\n * Available context bindings:\n *   COLUMNS     List<DataColumn>\n *   ROWS        Iterable<DataRow>\n *   OUT         { append() }\n *   FORMATTER   { format(row, col); formatValue(Object, col) }\n *   TRANSPOSED  Boolean\n * plus ALL_COLUMNS, TABLE, DIALECT\n *\n * where:\n *   DataRow     { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }\n *   DataColumn  { columnNumber(), name() }\n */\n\nimport static com.intellij.openapi.util.text.StringUtil.escapeXml\n\nNEWLINE = System.getProperty(\"line.separator\")\n\ndef printRow = { values, tag, valueToString ->\n  OUT.append(\"$NEWLINE<tr>$NEWLINE\")\n  values.each {\n    def str = valueToString(it)\n    def escaped = escapeXml((str as String).replaceAll(\"\\\\t|\\\\b|\\\\f\", \"\")).replaceAll(\"\\\\r|\\\\n|\\\\r\\\\n\", \"<br/>\")\n    OUT.append(\"  <$tag>$escaped</$tag>$NEWLINE\")\n  }\n  OUT.append(\"</tr>\")\n}\n\nOUT.append(\n\"\"\"<!DOCTYPE html>\n<html>\n  <head>\n    <title></title>\n  </head>\n<body>\n<table border=\"1\" style=\"border-collapse:collapse\">\"\"\")\n\nif (!TRANSPOSED) {\n  printRow(COLUMNS, \"th\") { it.name() }\n  ROWS.each { row -> printRow(COLUMNS, \"td\") { FORMATTER.format(row, it) } }\n}\nelse {\n  def values = COLUMNS.collect { new ArrayList<String>( [it.name()] ) }\n  ROWS.each { row -> COLUMNS.eachWithIndex { col, i -> values[i].add(FORMATTER.format(row, col)) } }\n  values.each { printRow(it, \"td\", { it }) }\n}\n\nOUT.append(\"\"\"\n</table>\n</body>\n</html>\n\"\"\")"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/data/extractors/HTML-JavaScript.html.js",
    "content": "function eachWithIdx(iterable, f) { var i = iterable.iterator(); var idx = 0; while (i.hasNext()) f(i.next(), idx++); }\nfunction mapEach(iterable, f) { var vs = []; eachWithIdx(iterable, function (i) { vs.push(f(i));}); return vs; }\nfunction escape(str) {\n  str = str.replaceAll(\"\\t|\\b|\\\\f\", \"\");\n  str = com.intellij.openapi.util.text.StringUtil.escapeXml(str);\n  str = str.replaceAll(\"\\\\r|\\\\n|\\\\r\\\\n\", \"<br/>\");\n  return str;\n}\n\nvar NEWLINE = \"\\n\";\n\nfunction output() { for (var i = 0; i < arguments.length; i++) { OUT.append(arguments[i]); } }\nfunction outputRow(items, tag) {\n  output(\"<tr>\");\n  for (var i = 0; i < items.length; i++)\n    output(\"<\", tag, \">\", escape(items[i]), \"</\", tag, \">\");\n  output(\"</tr>\", NEWLINE);\n}\n\n\noutput(\"<!DOCTYPE html>\", NEWLINE,\n       \"<html>\", NEWLINE,\n       \"<head>\", NEWLINE,\n       \"<title></title>\", NEWLINE,\n       \"</head>\", NEWLINE,\n       \"<body>\", NEWLINE,\n       \"<table border=\\\"1\\\" style=\\\"border-collapse:collapse\\\">\", NEWLINE);\n\nif (TRANSPOSED) {\n  var values = mapEach(COLUMNS, function(col) { return [col.name()]; });\n  eachWithIdx(ROWS, function (row) {\n    eachWithIdx(COLUMNS, function (col, i) {\n      values[i].push(FORMATTER.format(row, col));\n    });\n  });\n  eachWithIdx(COLUMNS, function (_, i) { outputRow(values[i], \"td\"); });\n}\nelse {\n  outputRow(mapEach(COLUMNS, function (col) { return col.name(); }), \"th\");\n  eachWithIdx(ROWS, function (row) {\n    outputRow(mapEach(COLUMNS, function (col) { return FORMATTER.format(row, col); }), \"td\")\n  });\n}\n\noutput(\"</table>\", NEWLINE,\n       \"</body>\", NEWLINE,\n       \"</html>\", NEWLINE);"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/data/extractors/JSON-Clojure.json.clj",
    "content": "(declare to-json)\n(defn- json-property\n  ([name value column] [:property (str name) (to-json value column)])\n  ([column row]        [:property (.name column) (to-json (.value row column) column)]))\n(defn- json-object\n  ([pairs column]      [:object (map (fn [[n v]] (json-property n v column)) pairs)])\n  ([row]               [:object (map #(json-property % row) COLUMNS)]))\n(defn- json-array\n  ([elements column]   [:array (map #(to-json % column) elements)])\n  ([rows]              [:array (map json-object rows)]))\n(defn- to-json [value column]\n  (cond\n    (nil? value)                    [:nil]\n    (or (number? value)\n        (instance? Boolean value))  [:value value column]\n    (instance? java.util.Map value) (json-object (seq value) column)\n    (.isArray (.getClass value))    (json-array (seq value) column)\n    :else                           [:string value column]))\n\n(defn- format [value column] (.formatValue FORMATTER value column))\n(defn- escape-chars [v]      (com.intellij.openapi.util.text.StringUtil/escapeStringCharacters v))\n(defn- output [& strings]    (doseq [s (flatten strings)] (.append OUT s)))\n(defn- output-indent [level] (output (repeat level \"  \")))\n\n(defn- output-json [[type & args] level]\n  (case type\n    :nil      (output \"null\")\n    :plain    (let [[text] args]   (output text))\n    :value    (let [[v c] args]    (output (format v c)))\n    :string   (let [[v c] args]    (output \"\\\"\" (escape-chars (format v c)) \"\\\"\"))\n    :property (let [[n v] args]    (output \"\\\"\" (escape-chars n) \"\\\": \") (output-json v level))\n    :object   (let [[props] args]  (output-json [:nested \"{\" props \"}\"] level))\n    :array    (let [[values] args] (output-json [:nested \"[\" values \"]\"] level))\n    :nested   (let [[lpar values rpar] args]\n                (output lpar)\n                (when (seq values)\n                  (output \"\\n\")\n                  (doseq [v (interpose [:plain \",\\n\"] values)]\n                    (when-not (= :plain (first v))\n                      (output-indent (inc level)))\n                    (output-json v (inc level)))\n                  (output \"\\n\")\n                  (output-indent level))\n                (output rpar))))\n\n(output-json (json-array ROWS) 0)"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/data/extractors/JSON-Groovy.json.groovy",
    "content": "/*\n * Available context bindings:\n *   COLUMNS     List<DataColumn>\n *   ROWS        Iterable<DataRow>\n *   OUT         { append() }\n *   FORMATTER   { format(row, col); formatValue(Object, col) }\n *   TRANSPOSED  Boolean\n * plus ALL_COLUMNS, TABLE, DIALECT\n *\n * where:\n *   DataRow     { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }\n *   DataColumn  { columnNumber(), name() }\n */\n\nimport static com.intellij.openapi.util.text.StringUtil.escapeStringCharacters as escapeStr\n\nNEWLINE = System.getProperty(\"line.separator\")\nINDENT = \"  \"\n\ndef printJSON(level, col, o) {\n  switch (o) {\n    case null: OUT.append(\"null\"); break\n    case Number: OUT.append(\"$o\"); break\n    case Boolean: OUT.append(\"$o\"); break\n    case String: OUT.append(\"\\\"${escapeStr(o)}\\\"\"); break\n    case Tuple: printJSON(level, o[0], o[1]); break\n    case Map:\n      OUT.append(\"{\")\n      o.entrySet().eachWithIndex { entry, i ->\n        OUT.append(\"${i > 0 ? \",\" : \"\"}$NEWLINE${INDENT * (level + 1)}\")\n        OUT.append(\"\\\"${escapeStr(entry.getKey().toString())}\\\"\")\n        OUT.append(\": \")\n        printJSON(level + 1, null, entry.getValue())\n      }\n      OUT.append(\"$NEWLINE${INDENT * level}}\")\n      break\n    case Object[]:\n    case Iterable:\n      OUT.append(\"[\")\n      def plain = true\n      o.eachWithIndex { item, i ->\n        plain = item == null || item instanceof Number || item instanceof Boolean || item instanceof String\n        if (plain) OUT.append(i > 0 ? \", \" : \"\")\n        else OUT.append(\"${i > 0 ? \",\" : \"\"}$NEWLINE${INDENT * (level + 1)}\")\n        printJSON(level + 1, null, item)\n      }\n      if (plain) OUT.append(\"]\") else OUT.append(\"$NEWLINE${INDENT * level}]\")\n      break\n    default:\n      if (col != null) printJSON(level, null, FORMATTER.formatValue(o, col))\n      else OUT.append(\"$o\")\n      break\n  }\n}\n\nprintJSON(0, null, ROWS.transform { row ->\n  def map = new LinkedHashMap<String, String>()\n  COLUMNS.each { col ->\n    def val = row.value(col)\n    map.put(col.name(), new Tuple(col, val))\n  }\n  map\n})"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/data/extractors/SQL-Insert-Statements.sql.groovy",
    "content": "SEP = \", \"\nQUOTE     = \"\\'\"\nNEWLINE   = System.getProperty(\"line.separator\")\n\ndef record(columns, dataRow) {\n    OUT.append(\"INSERT INTO \")\n    if (TABLE == null) OUT.append(\"MY_TABLE\")\n    else OUT.append(TABLE.getParent().getName()).append(\".\").append(TABLE.getName())\n    OUT.append(\" (\")\n\n    columns.eachWithIndex { column, idx ->\n        OUT.append(column.name()).append(idx != columns.size() - 1 ? SEP : \"\")\n    }\n\n    OUT.append(\") VALUES (\")\n    columns.eachWithIndex { column, idx ->\n        def skipQuote = dataRow.value(column).toString().isNumber() || dataRow.value(column) == null\n        def stringValue = FORMATTER.format(dataRow, column)\n        if (DIALECT.getFamilyId().isMysql()) stringValue = stringValue.replace(\"\\\\\", \"\\\\\\\\\")\n        OUT.append(skipQuote ? \"\": QUOTE).append(stringValue.replace(QUOTE, QUOTE + QUOTE))\n           .append(skipQuote ? \"\": QUOTE).append(idx != columns.size() - 1 ? SEP : \"\")\n    }\n    OUT.append(\");\").append(NEWLINE)\n}\n\nROWS.each { row -> record(COLUMNS, row) }\n"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/data/extractors/XML-Groovy.xml.groovy",
    "content": "/*\n * Available context bindings:\n *   COLUMNS     List<DataColumn>\n *   ROWS        Iterable<DataRow>\n *   OUT         { append() }\n *   FORMATTER   { format(row, col); formatValue(Object, col) }\n *   TRANSPOSED  Boolean\n * plus ALL_COLUMNS, TABLE, DIALECT\n *\n * where:\n *   DataRow     { rowNumber(); first(); last(); data(): List<Object>; value(column): Object }\n *   DataColumn  { columnNumber(), name() }\n */\n\n\nimport java.util.regex.Pattern\n\nNEWLINE = System.getProperty(\"line.separator\")\n\npattern = Pattern.compile(\"[^\\\\w\\\\d]\")\ndef escapeTag(name) {\n  name = pattern.matcher(name).replaceAll(\"_\")\n  return name.isEmpty() || !Character.isLetter(name.charAt(0)) ? \"_$name\" : name\n}\ndef printRow = { values, rowTag, namer, valueToString ->\n  OUT.append(\"$NEWLINE<$rowTag>$NEWLINE\")\n  values.eachWithIndex { it, index ->\n    def tag = namer(it, index)\n    def str = valueToString(it)\n    OUT.append(\"  <$tag>$str</$tag>$NEWLINE\")\n  }\n  OUT.append(\"</$rowTag>\")\n}\n\nOUT.append(\n\"\"\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<data>\"\"\")\n\nif (!TRANSPOSED) {\n  ROWS.each { row -> printRow(COLUMNS, \"row\", {it, _ -> escapeTag(it.name())}) { FORMATTER.format(row, it) } }\n}\nelse {\n  def values = COLUMNS.collect { new ArrayList<String>() }\n  ROWS.each { row -> COLUMNS.eachWithIndex { col, i -> values[i].add(FORMATTER.format(row, col)) } }\n  values.eachWithIndex { it, index -> printRow(it, escapeTag(COLUMNS[index].name()), { _, i -> \"row${i + 1}\" }, { it }) }\n}\n\nOUT.append(\"\"\"\n</data>\n\"\"\")"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/schema/Generate POJOs.clj",
    "content": "(def package \"com.my.db\")\n(def default-type \"String\")\n(def type-mappings\n    [\n        [[\"int\"] \"Long\"]\n        [[\"float\" \"double\" \"decimal\" \"real\"] \"Double\"]\n        [[\"datetime\" \"timestamp\"] \"java.sql.Timestamp\"]\n        [[\"date\"] \"java.sql.Date\"]\n        [[\"time\"] \"java.sql.Time\"]\n    ])\n\n\n(defn- first-to-lower-case [name]\n    (if (< (count name) 2) (.toLowerCase name) (str (.toLowerCase (subs name 0 1)) (subs name 1))))\n(defn- java-name [name]\n    (apply str (map clojure.string/capitalize (re-seq #\"\\w+\" name))))\n(defn- java-type [data-type]\n    (let [spec             (.. data-type getSpecification toLowerCase)\n          spec-matches?    (fn [pattern] (.contains spec pattern))\n          mapping-matches? (fn [[ps t]] (when (some spec-matches? ps) t))\n          type             (some mapping-matches? type-mappings)]\n        (or type default-type)))\n(defn- field-infos [table]\n    (let [columns    (com.intellij.database.util.DasUtil/getColumns table)\n          field-info (fn [column] {:name (java-name (.getName column))\n                                   :type (java-type (.getDataType column))})]\n        (map field-info columns)))\n(defn- field-text [field-info]\n    (let [type (:type field-info)\n          fname (first-to-lower-case (:name field-info))]\n        (str \"  private \" type \" \" fname \";\\n\")))\n(defn- getter-text [field-info]\n    (let [type  (:type field-info)\n          name  (:name field-info)\n          fname (first-to-lower-case name)]\n        (str \"  public \" type \" get\" name \"() {\\n\"\n             \"    return \" fname \";\\n\"\n             \"  }\\n\")))\n(defn- setter-text [field-info]\n    (let [type  (:type field-info)\n          name  (:name field-info)\n          fname (first-to-lower-case name)]\n        (str \"  public void set\" name \"(\" type \" \" fname \") {\\n\"\n             \"    this.\" fname \" = \" fname \";\\n\"\n             \"  }\\n\")))\n(defn- pojo-text [class-name fields]\n    (apply str (flatten\n        [\"package \" package \";\\n\\n\"\n         \"public class \" class-name \" {\\n\"\n         (map field-text fields)\n         \"\\n\"\n         (interpose \"\\n\" (interleave (map getter-text fields)\n                                     (map setter-text fields)))\n         \"}\\n\"])))\n\n\n(defn- generate-pojo [directory table]\n    (let [class-name (java-name (.getName table))\n          fields     (field-infos table)\n          file       (java.io.File. directory (str class-name \".java\"))\n          text       (pojo-text class-name fields)]\n        (com.intellij.openapi.util.io.FileUtil/writeToFile file text)))\n(defn- generate-pojos [directory]\n    (let [table? (partial instance? com.intellij.database.model.DasTable)]\n        (doseq [table (filter table? SELECTION)]\n            (generate-pojo directory table))))\n\n\n(.chooseDirectoryAndSave FILES\n                         \"Choose directory\"\n                         \"Choose where to generate POJOs to\"\n                         (proxy [com.intellij.util.Consumer] []\n                            (consume [directory]\n                                (generate-pojos directory)\n                                (.refresh FILES directory))))"
  },
  {
    "path": "idea-config/extensions/com.intellij.database/schema/Generate POJOs.groovy",
    "content": "import com.intellij.database.model.DasTable\nimport com.intellij.database.model.ObjectKind\nimport com.intellij.database.util.Case\nimport com.intellij.database.util.DasUtil\n\n/*\n * Available context bindings:\n *   SELECTION   Iterable<DasObject>\n *   PROJECT     project\n *   FILES       files helper\n */\n\npackageName = \"com.sample;\"\ntypeMapping = [\n  (~/(?i)int/)                      : \"long\",\n  (~/(?i)float|double|decimal|real/): \"double\",\n  (~/(?i)datetime|timestamp/)       : \"java.sql.Timestamp\",\n  (~/(?i)date/)                     : \"java.sql.Date\",\n  (~/(?i)time/)                     : \"java.sql.Time\",\n  (~/(?i)/)                         : \"String\"\n]\n\nFILES.chooseDirectoryAndSave(\"Choose directory\", \"Choose where to store generated files\") { dir ->\n  SELECTION.filter { it instanceof DasTable && it.getKind() == ObjectKind.TABLE }.each { generate(it, dir) }\n}\n\ndef generate(table, dir) {\n  def className = javaName(table.getName(), true)\n  def fields = calcFields(table)\n  new File(dir, className + \".java\").withPrintWriter { out -> generate(out, className, fields) }\n}\n\ndef generate(out, className, fields) {\n  out.println \"package $packageName\"\n  out.println \"\"\n  out.println \"\"\n  out.println \"public class $className {\"\n  out.println \"\"\n  fields.each() {\n    if (it.annos != \"\") out.println \"  ${it.annos}\"\n    out.println \"  private ${it.type} ${it.name};\"\n  }\n  out.println \"\"\n  fields.each() {\n    out.println \"\"\n    out.println \"  public ${it.type} get${it.name.capitalize()}() {\"\n    out.println \"    return ${it.name};\"\n    out.println \"  }\"\n    out.println \"\"\n    out.println \"  public void set${it.name.capitalize()}(${it.type} ${it.name}) {\"\n    out.println \"    this.${it.name} = ${it.name};\"\n    out.println \"  }\"\n    out.println \"\"\n  }\n  out.println \"}\"\n}\n\ndef calcFields(table) {\n  DasUtil.getColumns(table).reduce([]) { fields, col ->\n    def spec = Case.LOWER.apply(col.getDataType().getSpecification())\n    def typeStr = typeMapping.find { p, t -> p.matcher(spec).find() }.value\n    fields += [[\n                 name : javaName(col.getName(), false),\n                 type : typeStr,\n                 annos: \"\"]]\n  }\n}\n\ndef javaName(str, capitalize) {\n  def s = com.intellij.psi.codeStyle.NameUtil.splitNameIntoWords(str)\n    .collect { Case.LOWER.apply(it).capitalize() }\n    .join(\"\")\n    .replaceAll(/[^\\p{javaJavaIdentifierPart}[_]]/, \"_\")\n  capitalize || s.length() == 1? s : Case.LOWER.apply(s[0]) + s[1..-1]\n}\n"
  },
  {
    "path": "idea-config/inspection/Default.xml",
    "content": "<profile version=\"1.0\">\n  <option name=\"myName\" value=\"Default\" />\n</profile>"
  },
  {
    "path": "idea-config/options/colors.scheme.xml",
    "content": "<application>\n  <component name=\"EditorColorsManagerImpl\">\n    <option name=\"USE_ONLY_MONOSPACED_FONTS\" value=\"false\" />\n    <global_color_scheme name=\"Darcula\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/databaseSettings.xml",
    "content": "<application>\n  <component name=\"DatabaseSettings\" version=\"2\">\n    <csv-formats>\n      <csv-format name=\"Tab-separated (TSV)\" id=\"Tab-separated (TSV)_id\">\n        <data>\n          <record-format prefix=\"\" suffix=\"\" nullText=\"\" quotationPolicy=\"as needed\" valueSeparator=\"&#9;\" recordSeparator=\"&#10;\">\n            <quotation>\n              <quotes left=\"&quot;\" right=\"&quot;\" leftEscaped=\"&quot;&quot;\" rightEscaped=\"&quot;&quot;\" />\n              <quotes left=\"'\" right=\"'\" leftEscaped=\"''\" rightEscaped=\"''\" />\n            </quotation>\n          </record-format>\n        </data>\n      </csv-format>\n      <csv-format name=\"Comma-separated (CSV)\" id=\"Comma-separated (CSV)_id\">\n        <data>\n          <record-format prefix=\"\" suffix=\"\" nullText=\"\" quotationPolicy=\"as needed\" valueSeparator=\",\" recordSeparator=\"&#10;\">\n            <quotation>\n              <quotes left=\"&quot;\" right=\"&quot;\" leftEscaped=\"&quot;&quot;\" rightEscaped=\"&quot;&quot;\" />\n              <quotes left=\"'\" right=\"'\" leftEscaped=\"''\" rightEscaped=\"''\" />\n            </quotation>\n          </record-format>\n        </data>\n      </csv-format>\n    </csv-formats>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/debugger.renderers.xml",
    "content": "<application>\n  <component name=\"NodeRendererSettings\">\n    <Renderer ID=\"ArrayRenderer\">\n      <option name=\"NAME\" value=\"unnamed\" />\n      <option name=\"ENABLED\" value=\"true\" />\n      <option name=\"START_INDEX\" value=\"0\" />\n      <option name=\"END_INDEX\" value=\"99\" />\n      <option name=\"ENTRIES_LIMIT\" value=\"99\" />\n    </Renderer>\n    <Renderer ID=\"ToStringRenderer\">\n      <option name=\"NAME\" value=\"unnamed\" />\n    </Renderer>\n    <Renderer ID=\"ClassRenderer\">\n      <option name=\"NAME\" value=\"unnamed\" />\n      <option name=\"ENABLED\" value=\"true\" />\n      <option name=\"SHOW_SYNTHETICS\" value=\"true\" />\n      <option name=\"SHOW_VAL_FIELDS_AS_LOCAL_VARIABLES\" value=\"true\" />\n      <option name=\"SHOW_STATIC\" value=\"false\" />\n      <option name=\"SHOW_STATIC_FINAL\" value=\"false\" />\n      <option name=\"SHOW_FQ_TYPE_NAMES\" value=\"false\" />\n      <option name=\"SHOW_DECLARED_TYPE\" value=\"false\" />\n      <option name=\"SHOW_OBJECT_ID\" value=\"true\" />\n      <option name=\"SHOW_STRINGS_TYPE\" value=\"false\" />\n    </Renderer>\n    <Renderer ID=\"PrimitiveRenderer\">\n      <option name=\"NAME\" value=\"Primitive\" />\n      <option name=\"SHOW_HEX_VALUE\" value=\"false\" />\n    </Renderer>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/debugger.xml",
    "content": "<application>\n  <component name=\"DebuggerSettings\">\n    <filter>\n      <option name=\"PATTERN\" value=\"com.sun.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"java.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"javax.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"org.omg.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"sun.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"jdk.internal.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"junit.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"com.intellij.rt.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"com.yourkit.runtime.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"com.springsource.loaded.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"org.springsource.loaded.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"javassist.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"org.apache.webbeans.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"com.ibm.ws.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n    <filter>\n      <option name=\"PATTERN\" value=\"kotlin.*\" />\n      <option name=\"ENABLED\" value=\"true\" />\n    </filter>\n  </component>\n  <component name=\"XDebuggerSettings\">\n    <data-views />\n    <general />\n    <debuggers>\n      <debugger id=\"javascript\">\n        <configuration>\n          <custom-object-presentation />\n        </configuration>\n      </debugger>\n      <debugger id=\"kotlin_debugger\">\n        <configuration>\n          <option name=\"DEBUG_IS_FILTER_FOR_STDLIB_ALREADY_ADDED\" value=\"true\" />\n        </configuration>\n      </debugger>\n    </debuggers>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/diff.xml",
    "content": "<application>\n  <component name=\"DiffSettings\">\n    <option name=\"PLACES_MAP\">\n      <entry key=\"Default\">\n        <PlaceSettings>\n          <option name=\"DIFF_TOOLS_ORDER\">\n            <list>\n              <option value=\"com.intellij.openapi.vcs.changes.patch.tool.ApplyPatchDiffTool\" />\n              <option value=\"com.intellij.openapi.vcs.changes.patch.tool.PatchDiffTool\" />\n              <option value=\"org.jetbrains.idea.svn.difftool.properties.SvnPropertiesDiffTool\" />\n              <option value=\"org.jetbrains.idea.svn.difftool.SvnPhantomChangeDiffRequestProvider.SvnPhantomDiffTool\" />\n              <option value=\"org.jetbrains.idea.svn.difftool.SvnTreeConflictDiffRequestProvider.SvnTreeConflictDiffTool\" />\n              <option value=\"com.intellij.database.diff.TableDiffTool\" />\n              <option value=\"com.intellij.diff.tools.simple.SimpleDiffTool\" />\n              <option value=\"com.intellij.diff.tools.fragmented.UnifiedDiffTool\" />\n              <option value=\"com.intellij.diff.tools.binary.BinaryDiffTool\" />\n              <option value=\"com.intellij.diff.tools.dir.DirDiffTool\" />\n            </list>\n          </option>\n        </PlaceSettings>\n      </entry>\n    </option>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/dimensions.xml",
    "content": "<application>\n  <component name=\"DimensionService\">\n    <location key=\"FileChooserDialogImpl.2048.0.3840.2160\" x=\"3342\" y=\"982\" />\n    <location key=\"WELCOME_SCREEN.2048.0.3840.2160\" x=\"3072\" y=\"474\" />\n    <location key=\"com.intellij.ide.util.TipDialog.2048.0.3840.2160\" x=\"2048\" y=\"407\" />\n    <location key=\"FileChooserDialogImpl.0.0.2048.1152\" x=\"814\" y=\"395\" />\n    <location key=\"WELCOME_SCREEN.0.0.2048.1152\" x=\"1024\" y=\"495\" />\n    <location key=\"#Browse_Repositories.2048.0.3840.2160\" x=\"2595\" y=\"746\" />\n    <location key=\"SettingsEditor.2048.0.3840.2160\" x=\"2481\" y=\"747\" />\n    <location key=\"#Rust.2048.0.3840.2160\" x=\"2657\" y=\"847\" />\n    <location key=\"SettingsEditor.0.0.2048.1152\" x=\"3\" y=\"306\" />\n    <location key=\"#Rust.0.0.2048.1152\" x=\"165\" y=\"347\" />\n    <location key=\"find.popup.2048.0.3840.2160\" x=\"3060\" y=\"678\" />\n    <location key=\"#com.intellij.ide.util.MemberChooser.2048.0.3840.2160\" x=\"2912\" y=\"803\" />\n    <location key=\"com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser.2048.0.3840.2160\" x=\"3240\" y=\"828\" />\n    <location key=\"CommitChangelistDialog2.2048.0.3840.2160\" x=\"2619\" y=\"682\" />\n    <location key=\"RollbackChangesDialog.2048.0.3840.2160\" x=\"2760\" y=\"794\" />\n    <location key=\"DiffContextDialog.2048.0.3840.2160\" x=\"2188\" y=\"626\" />\n    <location key=\"ReplaceDuplicatesPrompt.2048.0.3840.2160\" x=\"2451\" y=\"1025\" />\n    <location key=\"StructurePopup.2048.0.3840.2160\" x=\"2831\" y=\"909\" />\n    <location key=\"SettingsEditor.0.0.5888.2160\" x=\"2497\" y=\"1073\" />\n    <location key=\"new project wizard.0.0.5888.2160\" x=\"2428\" y=\"784\" />\n    <location key=\"FileChooserDialogImpl.0.0.5888.2160\" x=\"3551\" y=\"62\" />\n    <location key=\"NewModule_or_Project.wizard.0.0.5888.2160\" x=\"2565\" y=\"909\" />\n    <location key=\"#com.intellij.openapi.projectRoots.ui.ProjectJdksEditor.0.0.5888.2160\" x=\"2598\" y=\"809\" />\n    <location key=\"#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog.0.0.5888.2160\" x=\"2834\" y=\"1023\" />\n    <location key=\"IdeErrosDialog.0.0.5888.2160\" x=\"2558\" y=\"901\" />\n    <location key=\"#com.intellij.ide.util.MemberChooser.0.0.5888.2160\" x=\"2795\" y=\"1521\" />\n    <location key=\"#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog.0.0.5888.2160\" x=\"2749\" y=\"922\" />\n    <location key=\"StructurePopup.0.0.5888.2160\" x=\"2768\" y=\"914\" />\n    <location key=\"#com.intellij.codeInsight.editorActions.RestoreReferencesDialog.0.0.5888.2160\" x=\"2774\" y=\"1455\" />\n    <location key=\"#org.jetbrains.kotlin.idea.refactoring.move.moveDeclarations.ui.MoveKotlinTopLevelDeclarationsDialog.0.0.5888.2160\" x=\"2773\" y=\"882\" />\n    <location key=\"#com.intellij.execution.impl.EditConfigurationsDialog.0.0.5888.2160\" x=\"2473\" y=\"788\" />\n    <location key=\"com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate.0.0.5888.2160\" x=\"2766\" y=\"1027\" />\n    <location key=\"#com.intellij.refactoring.rename.AutomaticRenamingDialog.0.0.5888.2160\" x=\"2698\" y=\"668\" />\n    <location key=\"#org.jetbrains.kotlin.idea.refactoring.move.moveDeclarations.ui.MoveKotlinTopLevelDeclarationsDialog.0.0.2048.1152\" x=\"274\" y=\"315\" />\n    <location key=\"#com.intellij.codeInsight.editorActions.RestoreReferencesDialog.0.0.2048.1152\" x=\"252\" y=\"405\" />\n    <location key=\"ProcessPopupWindow.0.0.2048.1152\" x=\"1\" y=\"66\" />\n    <location key=\"com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser.0.0.5888.2160\" x=\"2632\" y=\"734\" />\n    <location key=\"#Rust.0.0.5888.2160\" x=\"2768\" y=\"904\" />\n    <location key=\"WELCOME_SCREEN.0.0.5888.2160\" x=\"2944\" y=\"831\" />\n    <location key=\"RollbackChangesDialog.0.0.2048.1152\" x=\"177\" y=\"374\" />\n    <location key=\"StructurePopup.0.0.2048.1152\" x=\"272\" y=\"410\" />\n    <location key=\"find.popup.0.0.2048.1152\" x=\"166\" y=\"236\" />\n    <location key=\"com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser.0.0.2048.1152\" x=\"141\" y=\"272\" />\n    <location key=\"#com.intellij.ide.util.MemberChooser.0.0.2048.1152\" x=\"279\" y=\"597\" />\n    <location key=\"#Notifications.0.0.2048.1152\" x=\"270\" y=\"356\" />\n    <location key=\"#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog.0.0.2048.1152\" x=\"338\" y=\"499\" />\n    <location key=\"NewModule_or_Project.wizard.0.0.2048.1152\" x=\"2\" y=\"436\" />\n    <location key=\"com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate.0.0.2048.1152\" x=\"269\" y=\"502\" />\n    <location key=\"DiffContextDialog.0.0.2048.1152\" x=\"2\" y=\"227\" />\n    <location key=\"#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog.0.0.2048.1152\" x=\"252\" y=\"397\" />\n    <size key=\"FileChooserDialogImpl.2048.0.3840.2160\" width=\"426\" height=\"487\" />\n    <size key=\"javadoc.popup.2048.0.3840.2160\" width=\"446\" height=\"171\" />\n    <size key=\"FileChooserDialogImpl.0.0.2048.1152\" width=\"426\" height=\"487\" />\n    <size key=\"#Rust.2048.0.3840.2160\" width=\"705\" height=\"478\" />\n    <size key=\"SettingsEditor.0.0.2048.1152\" width=\"1052\" height=\"663\" />\n    <size key=\"find.popup.2048.0.3840.2160\" width=\"969\" height=\"750\" />\n    <size key=\"#com.intellij.ide.util.MemberChooser.2048.0.3840.2160\" width=\"376\" height=\"566\" />\n    <size key=\"SettingsEditor.2048.0.3840.2160\" width=\"1054\" height=\"685\" />\n    <size key=\"RollbackChangesDialog.2048.0.3840.2160\" width=\"687\" height=\"591\" />\n    <size key=\"StructurePopup.2048.0.3840.2160\" width=\"352\" height=\"360\" />\n    <size key=\"StructurePopup.0.0.5888.2160\" width=\"480\" height=\"392\" />\n    <size key=\"#org.jetbrains.kotlin.idea.refactoring.move.moveDeclarations.ui.MoveKotlinTopLevelDeclarationsDialog.0.0.5888.2160\" width=\"570\" height=\"604\" />\n    <size key=\"GridCell.Tab.0.left.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"GridCell.Tab.0.center.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"GridCell.Tab.0.right.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"GridCell.Tab.0.bottom.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"GridCell.Tab.1.left.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"GridCell.Tab.1.center.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"GridCell.Tab.1.right.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"GridCell.Tab.1.bottom.0.0.5888.2160\" width=\"1918\" height=\"792\" />\n    <size key=\"FileChooserDialogImpl.0.0.5888.2160\" width=\"426\" height=\"487\" />\n    <size key=\"javadoc.popup.0.0.5888.2160\" width=\"446\" height=\"171\" />\n    <size key=\"#org.jetbrains.kotlin.idea.refactoring.move.moveDeclarations.ui.MoveKotlinTopLevelDeclarationsDialog.0.0.2048.1152\" width=\"570\" height=\"604\" />\n    <size key=\"ProcessPopupWindow.0.0.2048.1152\" width=\"400\" height=\"120\" />\n    <size key=\"javadoc.popup.0.0.2048.1152\" width=\"446\" height=\"171\" />\n    <size key=\"StructurePopup.0.0.2048.1152\" width=\"480\" height=\"392\" />\n    <size key=\"find.popup.0.0.2048.1152\" width=\"941\" height=\"651\" />\n    <size key=\"GridCell.Tab.0.left.0.0.2048.1152\" width=\"1022\" height=\"326\" />\n    <size key=\"GridCell.Tab.0.center.0.0.2048.1152\" width=\"1022\" height=\"326\" />\n    <size key=\"GridCell.Tab.0.right.0.0.2048.1152\" width=\"1022\" height=\"326\" />\n    <size key=\"GridCell.Tab.0.bottom.0.0.2048.1152\" width=\"1022\" height=\"326\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/editor.xml",
    "content": "<application>\n  <component name=\"DefaultFont\">\n    <option name=\"FONT_SIZE\" value=\"16\" />\n    <option name=\"FONT_FAMILY\" value=\"Iosevka\" />\n    <option name=\"FONT_SCALE\" value=\"1.0833334\" />\n    <option name=\"USE_LIGATURES\" value=\"true\" />\n  </component>\n  <component name=\"SqlEditorOptions\">\n    <option name=\"concatenateStringsOnEnter\" value=\"true\" />\n    <option name=\"qualificationType\" value=\"On collisions\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/extensionsRootType.xml",
    "content": "<application>\n  <component name=\"ExtensionsRootType\">\n    <pluginVersions>\n      <plugin id=\"com.intellij\" version=\"IU-172.4343.14\" />\n      <plugin id=\"com.intellij.database\" version=\"IU-172.4343.14\" />\n    </pluginVersions>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/feature.usage.statistics.xml",
    "content": "<application>\n  <component name=\"FeatureUsageStatistics\" first-run=\"1505266037930\" have-been-shown=\"false\" show-in-other=\"true\" show-in-compilation=\"true\">\n    <feature id=\"editing.completion.smarttype.afternew\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.camelHumps\" count=\"10\" last-shown=\"0\" last-used=\"1509521222517\" shown-count=\"0\" />\n    <feature id=\"editing.completion.second.smarttype.aslist\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.surroundwith.statement\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"refactoring.rename\" count=\"50\" last-shown=\"0\" last-used=\"1509526974526\" shown-count=\"0\" />\n    <feature id=\"navigation.popup.action\" count=\"9\" last-shown=\"0\" last-used=\"1509420144559\" shown-count=\"0\" />\n    <feature id=\"editing.completion.cancelByControlArrows\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.finishBySmartEnter\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"navigation.popup.symbol\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"find.recent.search\" count=\"3\" last-shown=\"0\" last-used=\"1505676886018\" shown-count=\"0\" />\n    <feature id=\"editing.completion.replace\" count=\"0\" last-shown=\"1509686340673\" last-used=\"0\" shown-count=\"39172\" />\n    <feature id=\"switcher\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.complete.statement\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"navigation.goto.inspection\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.variable.name\" count=\"38\" last-shown=\"0\" last-used=\"1509422989534\" shown-count=\"0\" />\n    <feature id=\"navigation.popup.file\" count=\"7\" last-shown=\"0\" last-used=\"1509418177800\" shown-count=\"0\" />\n    <feature id=\"codeassists.overrideimplement\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.smarttype.casting\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"db.console.run.intention\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"db.diff\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"navigation.popup.wildcards\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"refactoring.introduceVariable\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.javadoc.external\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"db.console.execute\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.surroundwith.expression\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"navigation.recent.files\" count=\"55\" last-shown=\"0\" last-used=\"1509525584011\" shown-count=\"0\" />\n    <feature id=\"navigation.goto.declaration\" count=\"539\" last-shown=\"0\" last-used=\"1509686231329\" shown-count=\"0\" />\n    <feature id=\"scratch\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.finishByDotEtc\" count=\"1\" last-shown=\"0\" last-used=\"1509099491881\" shown-count=\"0\" />\n    <feature id=\"navigation.goto.implementation\" count=\"2\" last-shown=\"0\" last-used=\"1507845794101\" shown-count=\"0\" />\n    <feature id=\"refactoring.move.moveInner\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.finishByCtrlDot\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"navigation.select.in\" count=\"1\" last-shown=\"0\" last-used=\"1508436583146\" shown-count=\"0\" />\n    <feature id=\"editing.completion.global.member.name\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.finishByExclamation\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"ui.tree.speedsearch\" count=\"35\" last-shown=\"0\" last-used=\"1509527704410\" shown-count=\"0\" />\n    <feature id=\"ui.horizontal.scrolling\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"refactoring.copyClass\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"move.element.left.right\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"jar.diff\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.comment.line\" count=\"175\" last-shown=\"0\" last-used=\"1509523408618\" shown-count=\"0\" />\n    <feature id=\"codeassists.highlight.return\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.second.smarttype.chain\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"ant.quickfix.CreateProperty\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.second.smarttype.toar\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"navigation.popup.camelprefix\" count=\"15\" last-shown=\"0\" last-used=\"1509420122550\" shown-count=\"0\" />\n    <feature id=\"SearchEverywhere\" count=\"6\" last-shown=\"0\" last-used=\"1509444317446\" shown-count=\"0\" />\n    <feature id=\"navigation.popup.class\" count=\"139\" last-shown=\"0\" last-used=\"1509686225343\" shown-count=\"0\" />\n    <feature id=\"editor.delete.line\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.highlight.throws\" count=\"10\" last-shown=\"0\" last-used=\"1509418902892\" shown-count=\"0\" />\n    <feature id=\"db.table.editor.wrapper\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.quickdefinition\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"find.completion\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.basic\" count=\"2854\" last-shown=\"0\" last-used=\"1509527266429\" shown-count=\"0\" />\n    <feature id=\"tag.name.completion\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.second.smarttype.array.member\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.postfix\" count=\"2\" last-shown=\"0\" last-used=\"1507315244913\" shown-count=\"0\" />\n    <feature id=\"diagram.show.popup\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"refactoring.introduceVariable.incompleteStatement\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"dir.diff\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"diagram.show.diff\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.select.word\" count=\"1280\" last-shown=\"0\" last-used=\"1509686339182\" shown-count=\"0\" />\n    <feature id=\"editing.add.carets.using.double.ctrl\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"db.console\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.quickjavadoc.lookup\" count=\"7\" last-shown=\"0\" last-used=\"1509082965546\" shown-count=\"0\" />\n    <feature id=\"ui.scheme.quickswitch\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.highlight.implements\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.smarttype.general\" count=\"0\" last-shown=\"1509424209620\" last-used=\"0\" shown-count=\"20\" />\n    <feature id=\"navigation.popup.file.structure\" count=\"21\" last-shown=\"0\" last-used=\"1509523877137\" shown-count=\"0\" />\n    <feature id=\"db.table.editor\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"ant.quickfix.CreateTarget\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.quickjavadoc.ctrln\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"navigation.goto.usages\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.comment.block\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.quickjavadoc\" count=\"28\" last-shown=\"0\" last-used=\"1509686363746\" shown-count=\"0\" />\n    <feature id=\"ui.recentchanges\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"diagram.show\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.second.basic\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"editing.completion.changeSorting\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <feature id=\"codeassists.quickdefinition.lookup\" count=\"0\" last-shown=\"0\" last-used=\"0\" shown-count=\"0\" />\n    <completionStatsTag>\n      <option name=\"sparedCharacters\" value=\"17700\" />\n      <option name=\"invocations\" value=\"2326\" />\n      <option name=\"startDate\" value=\"1505372400000\" />\n      <option name=\"dayCount\" value=\"26\" />\n      <option name=\"lastDate\" value=\"1509469200000\" />\n    </completionStatsTag>\n    <fixesStatsTag>\n      <option name=\"invocations\" value=\"225\" />\n      <option name=\"startDate\" value=\"1505372400000\" />\n      <option name=\"dayCount\" value=\"23\" />\n      <option name=\"lastDate\" value=\"1509469200000\" />\n    </fixesStatsTag>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/find.xml",
    "content": "<application>\n  <component name=\"FindSettings\">\n    <option name=\"customScope\" value=\"All Places\" />\n    <option name=\"defaultScopeName\" value=\"All Places\" />\n    <option name=\"SEARCH_SCOPE\" value=\"All Places\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/ide.general.xml",
    "content": "<application>\n  <component name=\"GeneralSettings\">\n    <option name=\"showTipsOnStartup\" value=\"false\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/images.support.xml",
    "content": "<application>\n  <component name=\"Images.OptionsManager\">\n    <setting name=\"Editor.Grid.showDefault\" value=\"false\" />\n    <setting name=\"Editor.Grid.lineZoomFactor\" value=\"3\" />\n    <setting name=\"Editor.Grid.lineSpan\" value=\"1\" />\n    <setting name=\"Editor.Grid.lineColor\" value=\"c0c0c0\" />\n    <setting name=\"Editor.TransparencyChessboard.showDefault\" value=\"true\" />\n    <setting name=\"Editor.TransparencyChessboard.cellSize\" value=\"5\" />\n    <setting name=\"Editor.TransparencyChessboard.whiteColor\" value=\"ffffff\" />\n    <setting name=\"Editor.TransparencyChessboard.blackColor\" value=\"c0c0c0\" />\n    <setting name=\"Editor.Zoom.wheelZooming\" value=\"true\" />\n    <setting name=\"Editor.Zoom.smartZooming\" value=\"true\" />\n    <setting name=\"Editor.Zoom.prefferedWidth\" value=\"128\" />\n    <setting name=\"Editor.Zoom.prefferedHeight\" value=\"128\" />\n    <setting name=\"ExternalEditor.executablePath\" value=\"\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/jdk.table.xml",
    "content": "<application>\n  <component name=\"ProjectJdkTable\">\n    <jdk version=\"2\">\n      <name value=\"1.8\" />\n      <type value=\"JavaSDK\" />\n      <version value=\"java version &quot;1.8.0_152-release&quot;\" />\n      <homePath value=\"/nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2\" />\n      <roots>\n        <annotationsPath>\n          <root type=\"composite\">\n            <root type=\"simple\" url=\"jar://$APPLICATION_HOME_DIR$/lib/jdkAnnotations.jar!/\" />\n          </root>\n        </annotationsPath>\n        <classPath>\n          <root type=\"composite\">\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/charsets.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/cldrdata.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/dnsns.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/jaccess.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/jfxrt.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/localedata.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/nashorn.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/sunec.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/sunjce_provider.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/sunpkcs11.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/ext/zipfs.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/jce.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/jfxswt.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/jsse.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/management-agent.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/resources.jar!/\" />\n            <root type=\"simple\" url=\"jar:///nix/store/k9k2vz1yqndjhkqqwsaq2rc8j2y4gyzk-jetbrainsjdk-152b970.2/jre/lib/rt.jar!/\" />\n          </root>\n        </classPath>\n        <javadocPath>\n          <root type=\"composite\">\n            <root type=\"simple\" url=\"http://docs.oracle.com/javase/8/docs/api/\" />\n          </root>\n        </javadocPath>\n        <sourcePath>\n          <root type=\"composite\" />\n        </sourcePath>\n      </roots>\n      <additional />\n    </jdk>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/keymap.xml",
    "content": "<application>\n  <component name=\"KeymapManager\">\n    <active_keymap name=\"$default\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/laf.xml",
    "content": "<application>\n  <component name=\"LafManager\">\n    <laf class-name=\"com.intellij.ide.ui.laf.darcula.DarculaLaf\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/markdown.xml",
    "content": "<application>\n  <component name=\"MarkdownApplicationSettings\">\n    <MarkdownCssSettings />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/other.xml",
    "content": "<application>\n  <component name=\"RefactoringSettings\">\n    <option name=\"MOVE_PREVIEW_USAGES\" value=\"false\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/path.macros.xml",
    "content": "<application>\n  <component name=\"PathMacrosImpl\">\n    <macro name=\"MAVEN_REPOSITORY\" value=\"/home/yrashk/.m2/repository\" />\n    <macro name=\"KOTLIN_BUNDLED\" value=\"/home/yrashk/.IntelliJIdea2017.2/config/plugins/Kotlin/kotlinc\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/project.default.xml",
    "content": "<application>\n  <component name=\"ProjectManager\">\n    <defaultProject>\n      <component name=\"InspectionProjectProfileManager\">\n        <option name=\"PROJECT_PROFILE\" />\n        <version value=\"1.0\" />\n      </component>\n    </defaultProject>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/runner.layout.xml",
    "content": "<application>\n  <component name=\"RunnerLayoutSettings\">\n    <runner id=\"Debug\">\n      <ViewImpl>\n        <option name=\"ID\" value=\"FrameContent\" />\n        <option name=\"minimizedInGrid\" value=\"false\" />\n        <option name=\"placeInGrid\" value=\"left\" />\n        <option name=\"tabIndex\" value=\"0\" />\n        <option name=\"window\" value=\"0\" />\n      </ViewImpl>\n      <ViewImpl>\n        <option name=\"ID\" value=\"VariablesContent\" />\n        <option name=\"minimizedInGrid\" value=\"false\" />\n        <option name=\"placeInGrid\" value=\"center\" />\n        <option name=\"tabIndex\" value=\"0\" />\n        <option name=\"window\" value=\"0\" />\n      </ViewImpl>\n      <ViewImpl>\n        <option name=\"ID\" value=\"ConsoleContent\" />\n        <option name=\"minimizedInGrid\" value=\"false\" />\n        <option name=\"placeInGrid\" value=\"bottom\" />\n        <option name=\"tabIndex\" value=\"1\" />\n        <option name=\"window\" value=\"0\" />\n      </ViewImpl>\n      <ViewImpl>\n        <option name=\"ID\" value=\"ThreadsContent\" />\n        <option name=\"minimizedInGrid\" value=\"true\" />\n        <option name=\"placeInGrid\" value=\"left\" />\n        <option name=\"tabIndex\" value=\"0\" />\n        <option name=\"window\" value=\"0\" />\n      </ViewImpl>\n      <ViewImpl>\n        <option name=\"ID\" value=\"MemoryView\" />\n        <option name=\"minimizedInGrid\" value=\"true\" />\n        <option name=\"placeInGrid\" value=\"right\" />\n        <option name=\"tabIndex\" value=\"0\" />\n        <option name=\"window\" value=\"0\" />\n      </ViewImpl>\n      <TabImpl>\n        <option name=\"displayName\" value=\"Debugger\" />\n        <option name=\"leftProportion\" value=\"0.19989395\" />\n      </TabImpl>\n      <TabImpl>\n        <option name=\"bottomProportion\" value=\"0.0\" />\n        <option name=\"defaultIndex\" value=\"1\" />\n        <option name=\"index\" value=\"1\" />\n      </TabImpl>\n      <General />\n    </runner>\n    <runner id=\"JavaRunner\">\n      <ViewImpl>\n        <option name=\"ID\" value=\"ConsoleContent\" />\n        <option name=\"minimizedInGrid\" value=\"false\" />\n        <option name=\"placeInGrid\" value=\"bottom\" />\n        <option name=\"tabIndex\" value=\"0\" />\n        <option name=\"window\" value=\"0\" />\n      </ViewImpl>\n      <TabImpl>\n        <option name=\"bottomProportion\" value=\"0.0\" />\n      </TabImpl>\n      <General />\n    </runner>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/statistics.actions.xml",
    "content": "<application>\n  <component name=\"ActionsCollector\">\n    <counts>\n      <entry action=\"$Copy\" count=\"10\" />\n      <entry action=\"$Delete\" count=\"13\" />\n      <entry action=\"$Paste\" count=\"5\" />\n      <entry action=\"$Redo\" count=\"39\" />\n      <entry action=\"$SelectAll\" count=\"82\" />\n      <entry action=\"$Undo\" count=\"1344\" />\n      <entry action=\"About\" count=\"2\" />\n      <entry action=\"ActivateFavoritesToolWindow\" count=\"20\" />\n      <entry action=\"ActivateFindToolWindow\" count=\"4\" />\n      <entry action=\"ActivateProjectToolWindow\" count=\"159\" />\n      <entry action=\"AddToFavoritesPopup\" count=\"1\" />\n      <entry action=\"Back\" count=\"1\" />\n      <entry action=\"ChangesView.AddUnversioned\" count=\"1\" />\n      <entry action=\"ChangesView.Revert\" count=\"8\" />\n      <entry action=\"CheckinProject\" count=\"1\" />\n      <entry action=\"ChooseRunConfiguration\" count=\"1\" />\n      <entry action=\"CloseActiveTab\" count=\"1\" />\n      <entry action=\"CollapseSelection\" count=\"2\" />\n      <entry action=\"CommentByLineComment\" count=\"175\" />\n      <entry action=\"CompileDirty\" count=\"2\" />\n      <entry action=\"ConfigureIcs\" count=\"2\" />\n      <entry action=\"ContextHelp\" count=\"4\" />\n      <entry action=\"CopyReference\" count=\"1\" />\n      <entry action=\"DebugClass\" count=\"1\" />\n      <entry action=\"EditorBackSpace\" count=\"18210\" />\n      <entry action=\"EditorChooseLookupItem\" count=\"2862\" />\n      <entry action=\"EditorCodeBlockStart\" count=\"2\" />\n      <entry action=\"EditorCopy\" count=\"393\" />\n      <entry action=\"EditorCut\" count=\"259\" />\n      <entry action=\"EditorDelete\" count=\"1667\" />\n      <entry action=\"EditorDown\" count=\"17449\" />\n      <entry action=\"EditorDownWithSelection\" count=\"2271\" />\n      <entry action=\"EditorEnter\" count=\"3121\" />\n      <entry action=\"EditorEscape\" count=\"918\" />\n      <entry action=\"EditorIndentSelection\" count=\"4\" />\n      <entry action=\"EditorKillRegion\" count=\"4\" />\n      <entry action=\"EditorLeft\" count=\"15374\" />\n      <entry action=\"EditorLeftWithSelection\" count=\"840\" />\n      <entry action=\"EditorLineEnd\" count=\"3025\" />\n      <entry action=\"EditorLineEndWithSelection\" count=\"251\" />\n      <entry action=\"EditorLineStart\" count=\"1667\" />\n      <entry action=\"EditorLineStartWithSelection\" count=\"294\" />\n      <entry action=\"EditorMoveToPageTop\" count=\"1\" />\n      <entry action=\"EditorPageDown\" count=\"1471\" />\n      <entry action=\"EditorPageDownWithSelection\" count=\"6\" />\n      <entry action=\"EditorPageUp\" count=\"1795\" />\n      <entry action=\"EditorPageUpWithSelection\" count=\"1\" />\n      <entry action=\"EditorPaste\" count=\"688\" />\n      <entry action=\"EditorPasteFromX11\" count=\"21\" />\n      <entry action=\"EditorPreviousWord\" count=\"2\" />\n      <entry action=\"EditorRight\" count=\"8697\" />\n      <entry action=\"EditorRightWithSelection\" count=\"1826\" />\n      <entry action=\"EditorSelectWord\" count=\"34\" />\n      <entry action=\"EditorSplitLine\" count=\"4\" />\n      <entry action=\"EditorStartNewLine\" count=\"3\" />\n      <entry action=\"EditorTab\" count=\"3\" />\n      <entry action=\"EditorToggleInsertState\" count=\"42\" />\n      <entry action=\"EditorUnindentSelection\" count=\"105\" />\n      <entry action=\"EditorUp\" count=\"11330\" />\n      <entry action=\"EditorUpWithSelection\" count=\"62\" />\n      <entry action=\"Exit\" count=\"17\" />\n      <entry action=\"ExtractFunction\" count=\"5\" />\n      <entry action=\"ExtractInterface\" count=\"1\" />\n      <entry action=\"FileStructurePopup\" count=\"21\" />\n      <entry action=\"Find\" count=\"145\" />\n      <entry action=\"FindInPath\" count=\"19\" />\n      <entry action=\"FindUsages\" count=\"2\" />\n      <entry action=\"FindUsagesInFile\" count=\"11\" />\n      <entry action=\"FindWordAtCaret\" count=\"2\" />\n      <entry action=\"Git.Add\" count=\"1\" />\n      <entry action=\"GotoAction\" count=\"9\" />\n      <entry action=\"GotoBookmark1\" count=\"1\" />\n      <entry action=\"GotoBookmark4\" count=\"63\" />\n      <entry action=\"GotoClass\" count=\"140\" />\n      <entry action=\"GotoDeclaration\" count=\"540\" />\n      <entry action=\"GotoFile\" count=\"7\" />\n      <entry action=\"GotoImplementation\" count=\"2\" />\n      <entry action=\"GotoLine\" count=\"12\" />\n      <entry action=\"GotoNextError\" count=\"1\" />\n      <entry action=\"HideAllWindows\" count=\"1\" />\n      <entry action=\"InsertLiveTemplate\" count=\"1\" />\n      <entry action=\"IntroduceVariable\" count=\"45\" />\n      <entry action=\"InvalidateCaches\" count=\"1\" />\n      <entry action=\"Kotlin.NewFile\" count=\"24\" />\n      <entry action=\"KotlinConsoleREPL\" count=\"3\" />\n      <entry action=\"MembersPullUp\" count=\"1\" />\n      <entry action=\"Move\" count=\"4\" />\n      <entry action=\"NewDir\" count=\"8\" />\n      <entry action=\"NewFile\" count=\"1\" />\n      <entry action=\"NewProject\" count=\"3\" />\n      <entry action=\"NextTemplateVariable\" count=\"118\" />\n      <entry action=\"OpenFile\" count=\"11\" />\n      <entry action=\"OverrideMethods\" count=\"6\" />\n      <entry action=\"ParameterInfo\" count=\"122\" />\n      <entry action=\"PasteMultiple\" count=\"8\" />\n      <entry action=\"QuickJavaDoc\" count=\"28\" />\n      <entry action=\"RecentFiles\" count=\"55\" />\n      <entry action=\"RenameElement\" count=\"132\" />\n      <entry action=\"Replace\" count=\"24\" />\n      <entry action=\"ReplaceInPath\" count=\"5\" />\n      <entry action=\"Rerun\" count=\"8\" />\n      <entry action=\"Resume\" count=\"43\" />\n      <entry action=\"RsExtractFunction\" count=\"1\" />\n      <entry action=\"Rust.NewRustFile\" count=\"7\" />\n      <entry action=\"SaveAll\" count=\"14\" />\n      <entry action=\"SearchEverywhere\" count=\"6\" />\n      <entry action=\"SelectIn\" count=\"1\" />\n      <entry action=\"ShowIntentionActions\" count=\"419\" />\n      <entry action=\"ShowProjectStructureSettings\" count=\"1\" />\n      <entry action=\"ShowSettings\" count=\"29\" />\n      <entry action=\"StepInto\" count=\"3\" />\n      <entry action=\"StepOver\" count=\"14\" />\n      <entry action=\"ToggleLineBreakpoint\" count=\"11\" />\n      <entry action=\"TypeHierarchy\" count=\"2\" />\n      <entry action=\"Vcs.UpdateProject\" count=\"3\" />\n      <entry action=\"ViewNavigationBar\" count=\"1\" />\n      <entry action=\"ViewStatusBar\" count=\"2\" />\n      <entry action=\"XDebugger.NewWatch\" count=\"1\" />\n      <entry action=\"XDebugger.RemoveWatch\" count=\"1\" />\n    </counts>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/statistics.application.usages.xml",
    "content": "<application>\n  <component name=\"UsageTrigger\">\n    <counts>\n      <entry feature=\"CreateFile.CreateFileAction\" count=\"1\" />\n      <entry feature=\"StripeButton[Version_Control].hidden\" count=\"1\" />\n      <entry feature=\"StripeButton[Version_Control].shown\" count=\"1\" />\n      <entry feature=\"diff.DiffSettings.Tool.Side-by-side viewer\" count=\"1\" />\n      <entry feature=\"diff.DiffSettings.Tool.Unified viewer\" count=\"1\" />\n      <entry feature=\"execute.JUnit.Run\" count=\"1\" />\n      <entry feature=\"execute.JetRunConfigurationType.Debug\" count=\"9\" />\n      <entry feature=\"ide.help.ideaInterface.editor\" count=\"4\" />\n      <entry feature=\"ide.settings.Font\" count=\"4\" />\n      <entry feature=\"ide.settings.Keymap\" count=\"3\" />\n      <entry feature=\"ide.settings.Plugins\" count=\"1\" />\n      <entry feature=\"ide.settings.Rust\" count=\"19\" />\n      <entry feature=\"idea.caches.invalidated\" count=\"4\" />\n      <entry feature=\"ideaapp.started\" count=\"40\" />\n      <entry feature=\"welcome.screen.WelcomeScreen.OpenProject\" count=\"2\" />\n    </counts>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/statistics.shortcuts.xml",
    "content": "<application>\n  <component name=\"ShortcutsCollector\">\n    <counts>\n      <entry shortcut=\"Alt+1\" count=\"159\" />\n      <entry shortcut=\"Alt+2\" count=\"20\" />\n      <entry shortcut=\"Alt+3\" count=\"4\" />\n      <entry shortcut=\"Alt+Enter\" count=\"419\" />\n      <entry shortcut=\"Alt+F1\" count=\"1\" />\n      <entry shortcut=\"Alt+F7\" count=\"2\" />\n      <entry shortcut=\"Alt+Shift+F\" count=\"1\" />\n      <entry shortcut=\"Backspace\" count=\"18193\" />\n      <entry shortcut=\"Ctrl+1\" count=\"1\" />\n      <entry shortcut=\"Ctrl+4\" count=\"63\" />\n      <entry shortcut=\"Ctrl+A\" count=\"84\" />\n      <entry shortcut=\"Ctrl+Alt+A\" count=\"2\" />\n      <entry shortcut=\"Ctrl+Alt+B\" count=\"2\" />\n      <entry shortcut=\"Ctrl+Alt+M\" count=\"5\" />\n      <entry shortcut=\"Ctrl+Alt+S\" count=\"18\" />\n      <entry shortcut=\"Ctrl+Alt+V\" count=\"45\" />\n      <entry shortcut=\"Ctrl+B\" count=\"535\" />\n      <entry shortcut=\"Ctrl+C\" count=\"392\" />\n      <entry shortcut=\"Ctrl+E\" count=\"61\" />\n      <entry shortcut=\"Ctrl+Enter\" count=\"198\" />\n      <entry shortcut=\"Ctrl+F\" count=\"147\" />\n      <entry shortcut=\"Ctrl+F12\" count=\"21\" />\n      <entry shortcut=\"Ctrl+F3\" count=\"2\" />\n      <entry shortcut=\"Ctrl+F4\" count=\"348\" />\n      <entry shortcut=\"Ctrl+F7\" count=\"11\" />\n      <entry shortcut=\"Ctrl+F9\" count=\"1\" />\n      <entry shortcut=\"Ctrl+G\" count=\"11\" />\n      <entry shortcut=\"Ctrl+H\" count=\"3\" />\n      <entry shortcut=\"Ctrl+Insert\" count=\"1\" />\n      <entry shortcut=\"Ctrl+J\" count=\"1\" />\n      <entry shortcut=\"Ctrl+K\" count=\"1\" />\n      <entry shortcut=\"Ctrl+Left\" count=\"2\" />\n      <entry shortcut=\"Ctrl+N\" count=\"139\" />\n      <entry shortcut=\"Ctrl+O\" count=\"6\" />\n      <entry shortcut=\"Ctrl+Open Bracket\" count=\"2\" />\n      <entry shortcut=\"Ctrl+P\" count=\"122\" />\n      <entry shortcut=\"Ctrl+Page Up\" count=\"1\" />\n      <entry shortcut=\"Ctrl+Period\" count=\"2\" />\n      <entry shortcut=\"Ctrl+Q\" count=\"28\" />\n      <entry shortcut=\"Ctrl+R\" count=\"26\" />\n      <entry shortcut=\"Ctrl+S\" count=\"14\" />\n      <entry shortcut=\"Ctrl+Shift+A\" count=\"9\" />\n      <entry shortcut=\"Ctrl+Shift+F\" count=\"18\" />\n      <entry shortcut=\"Ctrl+Shift+F4\" count=\"1\" />\n      <entry shortcut=\"Ctrl+Shift+N\" count=\"6\" />\n      <entry shortcut=\"Ctrl+Shift+R\" count=\"5\" />\n      <entry shortcut=\"Ctrl+Shift+V\" count=\"8\" />\n      <entry shortcut=\"Ctrl+Shift+Z\" count=\"39\" />\n      <entry shortcut=\"Ctrl+Slash\" count=\"175\" />\n      <entry shortcut=\"Ctrl+T\" count=\"3\" />\n      <entry shortcut=\"Ctrl+V\" count=\"683\" />\n      <entry shortcut=\"Ctrl+W\" count=\"38\" />\n      <entry shortcut=\"Ctrl+X\" count=\"251\" />\n      <entry shortcut=\"Ctrl+Z\" count=\"1345\" />\n      <entry shortcut=\"Delete\" count=\"1668\" />\n      <entry shortcut=\"Down\" count=\"17515\" />\n      <entry shortcut=\"End\" count=\"3024\" />\n      <entry shortcut=\"Enter\" count=\"6376\" />\n      <entry shortcut=\"Escape\" count=\"990\" />\n      <entry shortcut=\"F1\" count=\"4\" />\n      <entry shortcut=\"F2\" count=\"1\" />\n      <entry shortcut=\"F6\" count=\"3\" />\n      <entry shortcut=\"F7\" count=\"3\" />\n      <entry shortcut=\"F8\" count=\"14\" />\n      <entry shortcut=\"F9\" count=\"38\" />\n      <entry shortcut=\"Home\" count=\"1665\" />\n      <entry shortcut=\"Insert\" count=\"42\" />\n      <entry shortcut=\"Left\" count=\"15374\" />\n      <entry shortcut=\"Page Down\" count=\"1471\" />\n      <entry shortcut=\"Page Up\" count=\"1792\" />\n      <entry shortcut=\"Right\" count=\"8697\" />\n      <entry shortcut=\"Shift+Backspace\" count=\"17\" />\n      <entry shortcut=\"Shift+Delete\" count=\"8\" />\n      <entry shortcut=\"Shift+Down\" count=\"2271\" />\n      <entry shortcut=\"Shift+End\" count=\"251\" />\n      <entry shortcut=\"Shift+Enter\" count=\"4\" />\n      <entry shortcut=\"Shift+F6\" count=\"132\" />\n      <entry shortcut=\"Shift+Home\" count=\"294\" />\n      <entry shortcut=\"Shift+Insert\" count=\"5\" />\n      <entry shortcut=\"Shift+Left\" count=\"840\" />\n      <entry shortcut=\"Shift+Page Down\" count=\"6\" />\n      <entry shortcut=\"Shift+Page Up\" count=\"1\" />\n      <entry shortcut=\"Shift+Right\" count=\"1826\" />\n      <entry shortcut=\"Shift+Shift\" count=\"6\" />\n      <entry shortcut=\"Shift+Tab\" count=\"105\" />\n      <entry shortcut=\"Shift+Up\" count=\"62\" />\n      <entry shortcut=\"Tab\" count=\"7\" />\n      <entry shortcut=\"Up\" count=\"11354\" />\n    </counts>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/statistics.toolbar.clicks.xml",
    "content": "<application>\n  <component name=\"ToolbarClicksCollector\">\n    <counts>\n      <entry action=\"Rerun@DebuggerToolbar\" count=\"8\" />\n      <entry action=\"Resume@DebuggerToolbar\" count=\"5\" />\n      <entry action=\"com.intellij.diff.impl.DiffRequestProcessor$MyNextDifferenceAction@DiffToolbar\" count=\"1\" />\n      <entry action=\"com.intellij.execution.ui.actions.CloseAction@ConsoleRunner\" count=\"1\" />\n      <entry action=\"com.intellij.find.SearchTextArea$ShowHistoryAction@unknown\" count=\"2\" />\n      <entry action=\"com.intellij.find.editorHeaderActions.NextOccurrenceAction@EditorToolbar\" count=\"12\" />\n      <entry action=\"com.intellij.find.editorHeaderActions.PrevOccurrenceAction@EditorToolbar\" count=\"2\" />\n      <entry action=\"com.intellij.notification.EventLogToolWindowFactory$EditNotificationSettings@EventLog\" count=\"1\" />\n      <entry action=\"com.intellij.openapi.vcs.changes.ui.ChangesBrowserBase$2@ChangesBrowser\" count=\"1\" />\n      <entry action=\"com.intellij.ui.AnActionButton$AnActionButtonWrapper@ToolbarDecorator\" count=\"1\" />\n      <entry action=\"org.jetbrains.kotlin.console.actions.BuildAndRestartConsoleAction@ConsoleRunner\" count=\"33\" />\n    </counts>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/stubIndex.xml",
    "content": "<application>\n  <component name=\"FileBasedIndex\">\n    <option name=\"registeredIndices\">\n      <list>\n        <option value=\"Scss.mixin\" />\n        <option value=\"Scss.function\" />\n        <option value=\"Scss.placeholder.selector\" />\n        <option value=\"Scss.variable\" />\n        <option value=\"Less.variables\" />\n        <option value=\"Less.mixins\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex\" />\n        <option value=\"org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex\" />\n        <option value=\"aj.class.short.name\" />\n        <option value=\"aj.itd.class\" />\n        <option value=\"aj.itd.method\" />\n        <option value=\"aj.itd.field\" />\n        <option value=\"gr.anonymous.class\" />\n        <option value=\"gr.class.super\" />\n        <option value=\"gr.script.class\" />\n        <option value=\"gr.annot.members\" />\n        <option value=\"gr.annot.method.name\" />\n        <option value=\"gr.method.name\" />\n        <option value=\"gr.field.name\" />\n        <option value=\"gr.script.fqn\" />\n        <option value=\"gr.class.fqn\" />\n        <option value=\"cfml.interface.shortName\" />\n        <option value=\"cfml.inheritors.shortName\" />\n        <option value=\"cfml.component.shortName\" />\n        <option value=\"sql.names\" />\n        <option value=\"sql.column.name\" />\n        <option value=\"sql.table.shortName\" />\n        <option value=\"angularjs.delimiter.index\" />\n        <option value=\"angularjs.generic.modules.index\" />\n        <option value=\"angularjs.ui.router.generic.states.index\" />\n        <option value=\"angularjs.ui.router.states.index\" />\n        <option value=\"angularjs.symbol.index\" />\n        <option value=\"angularjs.filter.index\" />\n        <option value=\"angularjs.module.index\" />\n        <option value=\"angularjs.decorators.index\" />\n        <option value=\"angularjs.controller.index\" />\n        <option value=\"angularjs.directives.doc.index\" />\n        <option value=\"angularjs.directives.index\" />\n        <option value=\"js.gcl.modules\" />\n        <option value=\"js.nonglobal.symbol.index\" />\n        <option value=\"es6.assignment.index\" />\n        <option value=\"js.exported.index\" />\n        <option value=\"js.global.symbol.index\" />\n        <option value=\"amd.requirePaths.index\" />\n        <option value=\"amd.baseUrl.index\" />\n        <option value=\"js.symbol.qualified.names.index\" />\n        <option value=\"JS.subclass.stub.index\" />\n        <option value=\"js.namespace.including.local.members.index\" />\n        <option value=\"js.namespace.index\" />\n        <option value=\"js.class.index2\" />\n        <option value=\"JS.base.types.index\" />\n        <option value=\"js.generics.index\" />\n        <option value=\"js.typedef.index2\" />\n        <option value=\"js.symbol.index2\" />\n        <option value=\"JS.custom.stub.index\" />\n        <option value=\"JS.class.implements\" />\n        <option value=\"JS.class.super\" />\n        <option value=\"ts.external.module.index\" />\n        <option value=\"JS.global.qualified.elements\" />\n        <option value=\"js.element.qualifiedName\" />\n        <option value=\"js.qualified.shortName\" />\n        <option value=\"properties.index\" />\n        <option value=\"Css.custom.mixin\" />\n        <option value=\"Css.custom.property\" />\n        <option value=\"Css.attr\" />\n        <option value=\"Css.id\" />\n        <option value=\"Css.class\" />\n        <option value=\"Css.ampersand.selector\" />\n        <option value=\"dom.elementClass\" />\n        <option value=\"dom.namespaceKey\" />\n        <option value=\"org.rust.lang.core.resolve.indexes.RsLangItemIndex\" />\n        <option value=\"org.rust.lang.core.stubs.index.RustImplIndex.TraitImpls\" />\n        <option value=\"org.rust.lang.core.stubs.index.RustGotoClassIndex\" />\n        <option value=\"org.rust.lang.core.stubs.index.RustNamedElementIndex\" />\n        <option value=\"org.rust.lang.core.stubs.index.RustModulesIndex\" />\n        <option value=\"java.module.name\" />\n        <option value=\"java.class.fqn\" />\n        <option value=\"java.class.shortname\" />\n        <option value=\"java.method.parameter.types\" />\n        <option value=\"java.anonymous.baseref\" />\n        <option value=\"jvm.static.member.type\" />\n        <option value=\"jvm.static.member.name\" />\n        <option value=\"java.method.name\" />\n        <option value=\"java.field.name\" />\n        <option value=\"java.class.extlist\" />\n        <option value=\"java.annotations\" />\n        <option value=\"Stylus.mixins\" />\n        <option value=\"Stylus.variables\" />\n      </list>\n    </option>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/ui.lnf.xml",
    "content": "<application>\n  <component name=\"UISettings\">\n    <option name=\"FONT_SCALE\" value=\"1.0833334\" />\n    <option name=\"SHOW_NAVIGATION_BAR\" value=\"false\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/updates.xml",
    "content": "<application>\n  <component name=\"UpdatesConfigurable\">\n    <enabledExternalComponentSources>\n      <item value=\"Android SDK\" />\n    </enabledExternalComponentSources>\n    <knownExternalComponentSources>\n      <item value=\"Android SDK\" />\n    </knownExternalComponentSources>\n    <option name=\"externalUpdateChannels\">\n      <map>\n        <entry key=\"Android SDK\" value=\"Stable Channel\" />\n      </map>\n    </option>\n    <option name=\"LAST_TIME_CHECKED\" value=\"1509431318183\" />\n    <option name=\"LAST_BUILD_CHECKED\" value=\"IU-172.4343.14\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/usage.statistics.xml",
    "content": "<application>\n  <component name=\"UsagesStatistic\" show-notification=\"false\" />\n</application>"
  },
  {
    "path": "idea-config/options/window.manager.xml",
    "content": "<application>\n  <component name=\"WindowManager\">\n    <frame x=\"2049\" y=\"41\" width=\"1022\" height=\"1110\" />\n    <layout>\n      <window_info id=\"Project\" active=\"false\" anchor=\"left\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.25\" sideWeight=\"0.5\" order=\"0\" side_tool=\"false\" content_ui=\"combo\" />\n      <window_info id=\"Cvs\" active=\"false\" anchor=\"bottom\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.25\" sideWeight=\"0.5\" order=\"4\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"TODO\" active=\"false\" anchor=\"bottom\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.33\" sideWeight=\"0.5\" order=\"6\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Hierarchy\" active=\"false\" anchor=\"right\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.25\" sideWeight=\"0.5\" order=\"2\" side_tool=\"false\" content_ui=\"combo\" />\n      <window_info id=\"Message\" active=\"false\" anchor=\"bottom\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.33\" sideWeight=\"0.5\" order=\"0\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Commander\" active=\"false\" anchor=\"right\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.4\" sideWeight=\"0.5\" order=\"0\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Find\" active=\"false\" anchor=\"bottom\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.33\" sideWeight=\"0.5\" order=\"1\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Inspection\" active=\"false\" anchor=\"bottom\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.4\" sideWeight=\"0.5\" order=\"5\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Run\" active=\"false\" anchor=\"bottom\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.33\" sideWeight=\"0.5\" order=\"2\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Structure\" active=\"false\" anchor=\"left\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.25\" sideWeight=\"0.5\" order=\"1\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Ant Build\" active=\"false\" anchor=\"right\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.25\" sideWeight=\"0.5\" order=\"1\" side_tool=\"false\" content_ui=\"tabs\" />\n      <window_info id=\"Debug\" active=\"false\" anchor=\"bottom\" auto_hide=\"false\" internal_type=\"DOCKED\" type=\"DOCKED\" visible=\"false\" show_stripe_button=\"true\" weight=\"0.4\" sideWeight=\"0.5\" order=\"3\" side_tool=\"false\" content_ui=\"tabs\" />\n    </layout>\n  </component>\n</application>"
  },
  {
    "path": "idea-config/options/window.state.xml",
    "content": "<application>\n  <component name=\"WindowStateApplicationService\">\n    <state x=\"3969\" y=\"41\" width=\"1918\" height=\"513\" key=\"dock-window-1\" />\n    <state x=\"3969\" y=\"41\" width=\"1918\" height=\"513\" key=\"dock-window-1/5888.2160\" />\n    <state x=\"3969\" y=\"41\" width=\"1918\" height=\"513\" key=\"dock-window-1@5888.2160\" />\n    <state x=\"2049\" y=\"41\" width=\"1918\" height=\"2118\" key=\"dock-window-2\" />\n    <state x=\"2049\" y=\"41\" width=\"1918\" height=\"2118\" key=\"dock-window-2/5888.2160\" />\n    <state x=\"2049\" y=\"41\" width=\"1918\" height=\"2118\" key=\"dock-window-2@5888.2160\" />\n  </component>\n</application>"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlin",
    "content": "#!/usr/bin/env bash\n\n# Copyright 2010-2015 JetBrains s.r.o.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nexport KOTLIN_RUNNER=1\n\nDIR=\"${BASH_SOURCE[0]%/*}\"\n: ${DIR:=\".\"}\n\n\"${DIR}\"/kotlinc \"$@\"\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlin-dce-js",
    "content": "#!/usr/bin/env bash\n\n# Copyright 2010-2017 JetBrains s.r.o.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nexport KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.dce.K2JSDce\n\nDIR=\"${BASH_SOURCE[0]%/*}\"\n: ${DIR:=\".\"}\n\n\"${DIR}\"/kotlinc \"$@\"\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlin-dce-js.bat",
    "content": "@echo off\r\n\r\nrem Copyright 2010-2015 JetBrains s.r.o.\r\nrem\r\nrem Licensed under the Apache License, Version 2.0 (the \"License\");\r\nrem you may not use this file except in compliance with the License.\r\nrem You may obtain a copy of the License at\r\nrem\r\nrem http://www.apache.org/licenses/LICENSE-2.0\r\nrem\r\nrem Unless required by applicable law or agreed to in writing, software\r\nrem distributed under the License is distributed on an \"AS IS\" BASIS,\r\nrem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nrem See the License for the specific language governing permissions and\r\nrem limitations under the License.\r\n\r\nsetlocal\r\nset _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.dce.K2JSDce\r\n\r\ncall %~dps0kotlinc.bat %*\r\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlin.bat",
    "content": "@echo off\r\n\r\nrem Copyright 2010-2015 JetBrains s.r.o.\r\nrem\r\nrem Licensed under the Apache License, Version 2.0 (the \"License\");\r\nrem you may not use this file except in compliance with the License.\r\nrem You may obtain a copy of the License at\r\nrem\r\nrem http://www.apache.org/licenses/LICENSE-2.0\r\nrem\r\nrem Unless required by applicable law or agreed to in writing, software\r\nrem distributed under the License is distributed on an \"AS IS\" BASIS,\r\nrem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nrem See the License for the specific language governing permissions and\r\nrem limitations under the License.\r\n\r\nsetlocal\r\nset _KOTLIN_RUNNER=1\r\n\r\ncall %~dps0kotlinc.bat %*\r\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlinc",
    "content": "#!/usr/bin/env bash\n#\n##############################################################################\n# Copyright 2002-2011, LAMP/EPFL\n# Copyright 2011-2015, JetBrains\n#\n# This is free software; see the distribution for copying conditions.\n# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n# PARTICULAR PURPOSE.\n##############################################################################\n\ncygwin=false;\ncase \"`uname`\" in\n    CYGWIN*) cygwin=true ;;\nesac\n\n# Based on findScalaHome() from scalac script\nfindKotlinHome() {\n    local source=\"${BASH_SOURCE[0]}\"\n    while [ -h \"$source\" ] ; do\n        local linked=\"$(readlink \"$source\")\"\n        local dir=\"$(cd -P $(dirname \"$source\") && cd -P $(dirname \"$linked\") && pwd)\"\n        source=\"$dir/$(basename \"$linked\")\"\n    done\n    (cd -P \"$(dirname \"$source\")/..\" && pwd)\n}\n\nKOTLIN_HOME=\"$(findKotlinHome)\"\n\nif $cygwin; then\n    # Remove spaces from KOTLIN_HOME on windows\n    KOTLIN_HOME=`cygpath --windows --short-name \"$KOTLIN_HOME\"`\nfi\n\n[ -n \"$JAVA_OPTS\" ] || JAVA_OPTS=\"-Xmx256M -Xms32M\"\n\ndeclare -a java_args\ndeclare -a kotlin_args\n\nwhile [ $# -gt 0 ]; do\n  case \"$1\" in\n    -D*)\n      java_args=(\"${java_args[@]}\" \"$1\")\n      shift\n      ;;\n    -J*)\n      java_args=(\"${java_args[@]}\" \"${1:2}\")\n      shift\n      ;;\n    *)\n      kotlin_args=(\"${kotlin_args[@]}\" \"$1\")\n      shift\n      ;;\n  esac\ndone\n\nif [ -z \"$JAVACMD\" -a -n \"$JAVA_HOME\" -a -x \"$JAVA_HOME/bin/java\" ]; then\n    JAVACMD=\"$JAVA_HOME/bin/java\"\nfi\n\ndeclare -a kotlin_app\n\nif [ -n \"$KOTLIN_RUNNER\" ];\nthen\n    java_args=(\"${java_args[@]}\" \"-Dkotlin.home=${KOTLIN_HOME}\")\n    kotlin_app=(\"${KOTLIN_HOME}/lib/kotlin-runner.jar\" \"org.jetbrains.kotlin.runner.Main\")\nelse\n    [ -n \"$KOTLIN_COMPILER\" ] || KOTLIN_COMPILER=org.jetbrains.kotlin.cli.jvm.K2JVMCompiler\n    java_args=(\"${java_args[@]}\" \"-noverify\")\n\n    kotlin_app=(\"${KOTLIN_HOME}/lib/kotlin-preloader.jar\" \"org.jetbrains.kotlin.preloading.Preloader\" \"-cp\" \"${KOTLIN_HOME}/lib/kotlin-compiler.jar\" $KOTLIN_COMPILER)\nfi\n\n\"${JAVACMD:=java}\" $JAVA_OPTS \"${java_args[@]}\" -cp \"${kotlin_app[@]}\" \"${kotlin_args[@]}\"\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlinc-js",
    "content": "#!/usr/bin/env bash\n\n# Copyright 2010-2015 JetBrains s.r.o.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nexport KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.K2JSCompiler\n\nDIR=\"${BASH_SOURCE[0]%/*}\"\n: ${DIR:=\".\"}\n\n\"${DIR}\"/kotlinc \"$@\"\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlinc-js.bat",
    "content": "@echo off\r\n\r\nrem Copyright 2010-2015 JetBrains s.r.o.\r\nrem\r\nrem Licensed under the Apache License, Version 2.0 (the \"License\");\r\nrem you may not use this file except in compliance with the License.\r\nrem You may obtain a copy of the License at\r\nrem\r\nrem http://www.apache.org/licenses/LICENSE-2.0\r\nrem\r\nrem Unless required by applicable law or agreed to in writing, software\r\nrem distributed under the License is distributed on an \"AS IS\" BASIS,\r\nrem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nrem See the License for the specific language governing permissions and\r\nrem limitations under the License.\r\n\r\nsetlocal\r\nset _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.js.K2JSCompiler\r\n\r\ncall %~dps0kotlinc.bat %*\r\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlinc-jvm",
    "content": "#!/usr/bin/env bash\n\n# Copyright 2010-2015 JetBrains s.r.o.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\nDIR=\"${BASH_SOURCE[0]%/*}\"\n: ${DIR:=\".\"}\n\n\"${DIR}\"/kotlinc \"$@\"\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlinc-jvm.bat",
    "content": "@echo off\r\n\r\nrem Copyright 2010-2015 JetBrains s.r.o.\r\nrem\r\nrem Licensed under the Apache License, Version 2.0 (the \"License\");\r\nrem you may not use this file except in compliance with the License.\r\nrem You may obtain a copy of the License at\r\nrem\r\nrem http://www.apache.org/licenses/LICENSE-2.0\r\nrem\r\nrem Unless required by applicable law or agreed to in writing, software\r\nrem distributed under the License is distributed on an \"AS IS\" BASIS,\r\nrem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nrem See the License for the specific language governing permissions and\r\nrem limitations under the License.\r\n\r\ncall %~dps0kotlinc.bat %*\r\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/bin/kotlinc.bat",
    "content": "@echo off\r\nrem based on scalac.bat from the Scala distribution\r\nrem ##########################################################################\r\nrem # Copyright 2002-2011, LAMP/EPFL\r\nrem # Copyright 2011-2015, JetBrains\r\nrem #\r\nrem # This is free software; see the distribution for copying conditions.\r\nrem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\r\nrem # PARTICULAR PURPOSE.\r\nrem ##########################################################################\r\n\r\nrem We adopt the following conventions:\r\nrem - System/user environment variables start with a letter\r\nrem - Local batch variables start with an underscore ('_')\r\n\r\nsetlocal\r\ncall :set_home\r\n\r\nif \"%_KOTLIN_COMPILER%\"==\"\" set _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.jvm.K2JVMCompiler \r\n\r\nif not \"%JAVA_HOME%\"==\"\" (\r\n  if exist \"%JAVA_HOME%\\bin\\java.exe\" set \"_JAVACMD=%JAVA_HOME%\\bin\\java.exe\"\r\n)\r\n\r\nif \"%_JAVACMD%\"==\"\" set _JAVACMD=java\r\n\r\nrem We use the value of the JAVA_OPTS environment variable if defined\r\nif \"%JAVA_OPTS%\"==\"\" set JAVA_OPTS=-Xmx256M -Xms32M\r\n\r\nif not \"%_KOTLIN_RUNNER%\"==\"\" (\r\n  \"%_JAVACMD%\" %JAVA_OPTS% \"-Dkotlin.home=%_KOTLIN_HOME%\" -cp \"%_KOTLIN_HOME%\\lib\\kotlin-runner.jar\" ^\r\n    org.jetbrains.kotlin.runner.Main %*\r\n) else (\r\n  \"%_JAVACMD%\" %JAVA_OPTS% -noverify -cp \"%_KOTLIN_HOME%\\lib\\kotlin-preloader.jar\" ^\r\n    org.jetbrains.kotlin.preloading.Preloader -cp \"%_KOTLIN_HOME%\\lib\\kotlin-compiler.jar\" ^\r\n    %_KOTLIN_COMPILER% %*\r\n)\r\n\r\nexit /b %ERRORLEVEL%\r\ngoto end\r\n\r\nrem ##########################################################################\r\nrem # subroutines\r\n\r\n:set_home\r\n  set _BIN_DIR=\r\n  for %%i in (%~sf0) do set _BIN_DIR=%_BIN_DIR%%%~dpsi\r\n  set _KOTLIN_HOME=%_BIN_DIR%..\r\ngoto :eof\r\n\r\n:end\r\nendlocal\r\n\r\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/build.txt",
    "content": "1.2.50-release-103"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/LICENSE.txt",
    "content": "/*\n * Copyright 2010-2018 JetBrains s.r.o.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/NOTICE.txt",
    "content": "   =========================================================================\n   ==  NOTICE file corresponding to the section 4 d of                    ==\n   ==  the Apache License, Version 2.0,                                   ==\n   ==  in this case for the Kotlin Compiler distribution.                 ==\n   =========================================================================\n\n   Kotlin Compiler\n   Copyright 2010-2017 JetBrains s.r.o and respective authors and developers\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/README.md",
    "content": "The Apache 2 license (given in full in LICENSE.txt) applies to all code in this repository which is copyright\nby JetBrains. The following sections of the repository contain third-party code, to which different licenses\nmay apply:\n\n## Kotlin Compiler\n\nThe following modules contain third-party code and are incorporated into the Kotlin compiler and/or\nthe Kotlin IntelliJ IDEA plugin:\n\n - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxStackFrameSizeAndLocalsCalculator.java\n     - License: BSD (license/third_party/asm_license.txt)\n     - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom\n\n - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxLocalsCalculator.java\n     - License: BSD (license/third_party/asm_license.txt)\n     - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom\n\n - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/optimization/common/MethodAnalyzer.kt\n     - License: BSD (license/third_party/asm_license.txt)\n     - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom\n\n - Path: core/reflection.jvm/src/kotlin.reflect/jvm/internal/pcollections\n     - License: MIT (license/third_party/pcollections_LICENSE.txt)\n     - Origin: Derived from PCollections, A Persistent Java Collections Library (https://pcollections.org/)\n\n - Path: eval4j/src/org/jetbrains/eval4j/interpreterLoop.kt\n     - License: BSD (license/third_party/asm_license.txt)\n     - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom\n\n - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/optimization/common/OptimizationBasicInterpreter.java\n     - License: BSD (license/third_party/asm_license.txt)\n     - Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright (c) 2000-2011 INRIA, France Telecom\n\n - Path: js/js.ast\n     - License: BSD (license/third_party/dart_LICENSE.txt)\n     - Origin: Originally part of the Dart compiler, (c) 2011 the Dart Project Authors,\n\n - Path: js/js.inliner/src/org/jetbrains/kotlin/js/inline/FunctionInlineMutator.kt\n     - License: BSD (license/third_party/dart_LICENSE.txt)\n     - Origin: Originally part of the Dart compiler, (c) 2011 the Dart Project Authors,\n\n - Path: js/js.parser/src/com/google\n      - License: Netscape Public License 1.1 (license/third_party/rhino_LICENSE.txt)\n      - Origin: Originally part of GWT, (C) 2007-08 Google Inc., distributed under the Apache 2 license. The code\n        is derived from Rhino, (C) 1997-1999 Netscape Communications Corporation, distributed under the\n        Netscape Public License.\n\n - Path: js/js.translator/qunit/qunit.js\n      - License: MIT (license/third_party/qunit_license.txt)\n      - Origin: QUnit, Copyright (c) 2012 John Resig, Jörn Zaefferer,\n\n - Path: libraries/stdlib/src/kotlin/collections\n      - License: Apache 2 (license/third_party/gwt_license.txt)\n      - Origin: Derived from GWT, (C) 2007-08 Google Inc.\n\n - Path: libraries/stdlib/jvm/src/kotlin/util/MathJVM.kt\n      - License: Boost Software License 1.0 (license/third_party/boost_LICENSE.txt)\n      - Origin: Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001.\n\n - Path: libraries/stdlib/js/src/kotlin/collections\n      - License: Apache 2 (license/third_party/gwt_license.txt)\n      - Origin: Derived from GWT, (C) 2007-08 Google Inc.\n\n - Path: libraries/stdlib/js/src/js/long.js\n      - License: Apache 2 (license/third_party/closure-compiler_LICENSE.txt)\n      - Origin: Google Closure Library, Copyright 2009 The Closure Library Authors\n\n - Path: libraries/stdlib/js/src/js/polyfills.js\n      - License: Boost Software License 1.0 (license/third_party/boost_LICENSE.txt)\n      - Origin: Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001.\n\n - Path: plugins/lint/android-annotations\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: plugins/lint/lint-api\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: plugins/lint/lint-checks\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: plugins/lint/lint-idea\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n## Kotlin Test Data\n\nThe following source code is used for testing the Kotlin compiler and/or plugin and is not incorporated into\nany distributions of the compiler, libraries or plugin:\n\n - Path: third-party/annotations/android\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: third-party/annotations/com/android\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: third-party/annotations/org/eclipse\n      - License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)\n      - Origin: Eclipse JDT, Copyright (c) 2011, 2013 Stephan Herrmann and others.\n\n - Path: third-party/annotations/androidx\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: third-party/annotations/edu/umd/cs/findbugs\n      - License: LGPL 2.1 (license/third_party/testdata/findbugs_license.txt)\n      - Origin: Bytecode Analysis Framework, Copyright (C) 2005 University of Maryland\n\n - Path: third-party/jdk8-annotations/org/eclipse\n      - License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)\n      - Origin: Eclipse JDT, Copyright (c) 2011, 2013 Stephan Herrmann and others.\n\n - Path: third-party/annotations/io/reactivex\n      - License: Apache 2 (license/third_party/testdata/rxjava_license.txt)\n      - Origin: RxJava, Copyright (c) 2016-present, RxJava Contributors\n\n - Path: third-party/annotations/lombok\n      - License: MIT (license/third_party/testdata/lombok_license.txt)\n      - Origin: Project Lombok, Copyright (C) 2009-2013 The Project Lombok Authors\n\n - Path: idea/idea-android/tests/org/jetbrains/kotlin/android/AndroidTestBase.java\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: idea/testData/android/lintQuickfix/requiresApi/RequiresApi.java\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: idea/testData/android/lint/IntRange.java\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: idea/testData/android/lint/RequiresPermission.java\n      - License: Apache 2 (license/third_party/aosp_license.txt)\n      - Origin: Copyright (C) 2011-15 The Android Open Source Project\n\n - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/allOpenSpring/src/org/springframework/stereotype/Component.java\n      - License: Apache 2 (license/third_party/testdata/spring_license.txt)\n      - Origin: Spring Framework, Copyright 2002-2007 the original author or authors.\n\n - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/AndroidDaggerProject\n      - License: Apache 2 (license/third_party/testdata/dagger_license.txt)\n      - Origin: Dagger, Copyright (C) 2013 Square, Inc.\n\n - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/kapt2\n      - License: Apache 2 (license/third_party/testdata/dagger_license.txt)\n      - Origin: Dagger, Copyright (C) 2013 Square, Inc.\n\n - Path: libraries/tools/kotlin-maven-plugin-test/src/it/test-allopen-spring/src/main/java/org/springframework/stereotype/Component.java\n      - License: Apache 2 (license/third_party/testdata/spring_license.txt)\n      - Origin: Spring Framework, Copyright 2002-2007 the original author or authors.\n\n## Kotlin Tools and Libraries Tests\n\nThe following source code is used for testing the Kotlin tools and/or libraries and is not incorporated into\nany distributions of the tools or libraries:\n\n - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/PluginsDslIT.kt\n      - License: Apache 2 (license/third_party/testdata/gradle_license.txt)\n      - Origin: Gradle, Copyright 2002-2017 Gradle, Inc.\n\n - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/target/test-classes/testProject/noArgJpa/src/javax/persistence/Entity.java\n      - License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)\n             and Eclipse Distribution License - v1.0 (license/third_party/testdata/eclipse_distribution_license.txt)\n      - Origin: javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.\n\n - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/noArgJpa/src/javax/persistence/Entity.java\n      - License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)\n             and Eclipse Distribution License - v1.0 (license/third_party/testdata/eclipse_distribution_license.txt)\n      - Origin: javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.\n\n - Path: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/noArgJpa/src/javax/persistence/Embeddable.java\n      - License: Eclipse Public License v1.0 (license/third_party/testdata/eclipse_license.txt)\n             and Eclipse Distribution License - v1.0 (license/third_party/testdata/eclipse_distribution_license.txt)\n      - Origin: javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation.\n\n## Example Code\n\nThe following code is provided as examples and is not incorporated into\nany distributions of the compiler, libraries or plugin:\n\n - Path: libraries/examples/browser-example/src/js/jquery.js\n      - License: MIT (license/third_party/jquery_license.txt)\n      - Origin: jQuery JavaScript Library v1.6.2, Copyright 2011, John Resig\n\n - Path: libraries/examples/browser-example-with-library/src/js/jquery.js\n      - License: MIT (license/third_party/jquery_license.txt)\n      - Origin: jQuery JavaScript Library v1.6.2, Copyright 2011, John Resig\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/aosp_license.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/args4j_LICENSE.txt",
    "content": "The MIT License\n\nCopyright (c) 2003, Kohsuke Kawaguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/asm_license.txt",
    "content": "\n ASM: a very small and fast Java bytecode manipulation framework\n Copyright (c) 2000-2005 INRIA, France Telecom\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions\n are met:\n 1. Redistributions of source code must retain the above copyright\n    notice, this list of conditions and the following disclaimer.\n 2. Redistributions in binary form must reproduce the above copyright\n    notice, this list of conditions and the following disclaimer in the\n    documentation and/or other materials provided with the distribution.\n 3. Neither the name of the copyright holders nor the names of its\n    contributors may be used to endorse or promote products derived from\n    this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n THE POSSIBILITY OF SUCH DAMAGE.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/boost_LICENSE.txt",
    "content": "Boost Software License - Version 1.0 - August 17th, 2003\n\nPermission is hereby granted, free of charge, to any person or organization\nobtaining a copy of the software and accompanying documentation covered by\nthis license (the \"Software\") to use, reproduce, display, distribute,\nexecute, and transmit the Software, and to prepare derivative works of the\nSoftware, and to permit third-parties to whom the Software is furnished to\ndo so, all subject to the following:\n\nThe copyright notices in the Software and this entire statement, including\nthe above license grant, this restriction and the following disclaimer,\nmust be included in all copies of the Software, in whole or in part, and\nall derivative works of the Software, unless such copies or derivative\nworks are solely in the form of machine-executable object code generated by\na source language processor.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT\nSHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE\nFOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE."
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/closure-compiler_LICENSE.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/dart_LICENSE.txt",
    "content": "This license applies to all parts of Dart that are not externally\nmaintained libraries. The external maintained libraries used by\nDart are:\n\n7-Zip - in third_party/7zip\nJSCRE - in runtime/third_party/jscre\nAnt - in third_party/apache_ant\nargs4j - in third_party/args4j\nbzip2 - in third_party/bzip2\ndromaeo - in samples/third_party/dromaeo\nEclipse - in third_party/eclipse\ngsutil = in third_party/gsutil\nGuava - in third_party/guava\nhamcrest - in third_party/hamcrest\nHttplib2 - in samples/third_party/httplib2\nJSON - in third_party/json\nJUnit - in third_party/junit\nOauth - in samples/third_party/oauth2client\nRhino - in third_party/rhino\nweberknecht - in third_party/weberknecht\n\nThe libraries may have their own licenses; we recommend you read them,\nas their terms may differ from the terms below.\n\nCopyright 2012, the Dart project authors. All rights reserved.\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above\n      copyright notice, this list of conditions and the following\n      disclaimer in the documentation and/or other materials provided\n      with the distribution.\n    * Neither the name of Google Inc. nor the names of its\n      contributors may be used to endorse or promote products derived\n      from this software without specific prior written permission.\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/gradle_license.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n\n\n\n==============================================================================\nGradle Subcomponents:\n\n------------------------------------------------------------------------------\nLicense for the slf4j package\n------------------------------------------------------------------------------\nSLF4J License\n\nCopyright (c) 2004-2007 QOS.ch\nAll rights reserved.\n\nPermission is hereby granted, free  of charge, to any person obtaining\na  copy  of this  software  and  associated  documentation files  (the\n\"Software\"), to  deal in  the Software without  restriction, including\nwithout limitation  the rights to  use, copy, modify,  merge, publish,\ndistribute,  sublicense, and/or sell  copies of  the Software,  and to\npermit persons to whom the Software  is furnished to do so, subject to\nthe following conditions:\n\nThe  above  copyright  notice  and  this permission  notice  shall  be\nincluded in all copies or substantial portions of the Software.\n\nTHE  SOFTWARE IS  PROVIDED  \"AS  IS\", WITHOUT  WARRANTY  OF ANY  KIND,\nEXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF\nMERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nThese terms are identical to those of the MIT License, also called the X License or the X11 License,\nwhich is a simple, permissive non-copyleft free software license. It is deemed compatible with virtually\nall types of licenses, commercial or otherwise. In particular, the Free Software Foundation has declared it\ncompatible with GNU GPL. It is also known to be approved by the Apache Software Foundation as compatible\nwith Apache Software License.\n\n\n------------------------------------------------------------------------------\nLicense for the JUnit package\n------------------------------------------------------------------------------\nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC\nLICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM\nCONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n\n1. DEFINITIONS\n\n\"Contribution\" means:\n\na) in the case of the initial Contributor, the initial code and\ndocumentation distributed under this Agreement, and\n\nb) in the case of each subsequent Contributor:\n\ni) changes to the Program, and\n\nii) additions to the Program;\n\nwhere such changes and/or additions to the Program originate from and are\ndistributed by that particular Contributor. A Contribution 'originates' from a\nContributor if it was added to the Program by such Contributor itself or anyone\nacting on such Contributor's behalf. Contributions do not include additions to\nthe Program which: (i) are separate modules of software distributed in\nconjunction with the Program under their own license agreement, and (ii) are not\nderivative works of the Program.\n\n\"Contributor\" means any person or entity that distributes the Program.\n\n\"Licensed Patents \" mean patent claims licensable by a Contributor which are\nnecessarily infringed by the use or sale of its Contribution alone or when\ncombined with the Program.\n\n\"Program\" means the Contributions distributed in accordance with this Agreement.\n\n\"Recipient\" means anyone who receives the Program under this Agreement,\nincluding all Contributors.\n\n2. GRANT OF RIGHTS\n\na) Subject to the terms of this Agreement, each Contributor hereby grants\nRecipient a non-exclusive, worldwide, royalty-free copyright license to\nreproduce, prepare derivative works of, publicly display, publicly perform,\ndistribute and sublicense the Contribution of such Contributor, if any, and such\nderivative works, in source code and object code form.\n\nb) Subject to the terms of this Agreement, each Contributor hereby grants\nRecipient a non-exclusive, worldwide, royalty-free patent license under Licensed\nPatents to make, use, sell, offer to sell, import and otherwise transfer the\nContribution of such Contributor, if any, in source code and object code form.\nThis patent license shall apply to the combination of the Contribution and the\nProgram if, at the time the Contribution is added by the Contributor, such\naddition of the Contribution causes such combination to be covered by the\nLicensed Patents. The patent license shall not apply to any other combinations\nwhich include the Contribution. No hardware per se is licensed hereunder.\n\nc) Recipient understands that although each Contributor grants the licenses\nto its Contributions set forth herein, no assurances are provided by any\nContributor that the Program does not infringe the patent or other intellectual\nproperty rights of any other entity. Each Contributor disclaims any liability to\nRecipient for claims brought by any other entity based on infringement of\nintellectual property rights or otherwise. As a condition to exercising the\nrights and licenses granted hereunder, each Recipient hereby assumes sole\nresponsibility to secure any other intellectual property rights needed, if any.\nFor example, if a third party patent license is required to allow Recipient to\ndistribute the Program, it is Recipient's responsibility to acquire that license\nbefore distributing the Program.\n\nd) Each Contributor represents that to its knowledge it has sufficient\ncopyright rights in its Contribution, if any, to grant the copyright license set\nforth in this Agreement.\n\n3. REQUIREMENTS\n\nA Contributor may choose to distribute the Program in object code form under its\nown license agreement, provided that:\n\na) it complies with the terms and conditions of this Agreement; and\n\nb) its license agreement:\n\ni) effectively disclaims on behalf of all Contributors all warranties and\nconditions, express and implied, including warranties or conditions of title and\nnon-infringement, and implied warranties or conditions of merchantability and\nfitness for a particular purpose;\n\nii) effectively excludes on behalf of all Contributors all liability for\ndamages, including direct, indirect, special, incidental and consequential\ndamages, such as lost profits;\n\niii) states that any provisions which differ from this Agreement are offered\nby that Contributor alone and not by any other party; and\n\niv) states that source code for the Program is available from such\nContributor, and informs licensees how to obtain it in a reasonable manner on or\nthrough a medium customarily used for software exchange.\n\nWhen the Program is made available in source code form:\n\na) it must be made available under this Agreement; and\n\nb) a copy of this Agreement must be included with each copy of the Program.\n\nContributors may not remove or alter any copyright notices contained within the\nProgram.\n\nEach Contributor must identify itself as the originator of its Contribution, if\nany, in a manner that reasonably allows subsequent Recipients to identify the\noriginator of the Contribution.\n\n4. COMMERCIAL DISTRIBUTION\n\nCommercial distributors of software may accept certain responsibilities with\nrespect to end users, business partners and the like. While this license is\nintended to facilitate the commercial use of the Program, the Contributor who\nincludes the Program in a commercial product offering should do so in a manner\nwhich does not create potential liability for other Contributors. Therefore, if\na Contributor includes the Program in a commercial product offering, such\nContributor (\"Commercial Contributor\") hereby agrees to defend and indemnify\nevery other Contributor (\"Indemnified Contributor\") against any losses, damages\nand costs (collectively \"Losses\") arising from claims, lawsuits and other legal\nactions brought by a third party against the Indemnified Contributor to the\nextent caused by the acts or omissions of such Commercial Contributor in\nconnection with its distribution of the Program in a commercial product\noffering. The obligations in this section do not apply to any claims or Losses\nrelating to any actual or alleged intellectual property infringement. In order\nto qualify, an Indemnified Contributor must: a) promptly notify the Commercial\nContributor in writing of such claim, and b) allow the Commercial Contributor to\ncontrol, and cooperate with the Commercial Contributor in, the defense and any\nrelated settlement negotiations. The Indemnified Contributor may participate in\nany such claim at its own expense.\n\nFor example, a Contributor might include the Program in a commercial product\noffering, Product X. That Contributor is then a Commercial Contributor. If that\nCommercial Contributor then makes performance claims, or offers warranties\nrelated to Product X, those performance claims and warranties are such\nCommercial Contributor's responsibility alone. Under this section, the\nCommercial Contributor would have to defend claims against the other\nContributors related to those performance claims and warranties, and if a court\nrequires any other Contributor to pay any damages as a result, the Commercial\nContributor must pay those damages.\n\n5. NO WARRANTY\n\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR\nIMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,\nNON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each\nRecipient is solely responsible for determining the appropriateness of using and\ndistributing the Program and assumes all risks associated with its exercise of\nrights under this Agreement, including but not limited to the risks and costs of\nprogram errors, compliance with applicable laws, damage to or loss of data,\nprograms or equipment, and unavailability or interruption of operations.\n\n6. DISCLAIMER OF LIABILITY\n\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY\nCONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST\nPROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS\nGRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n7. GENERAL\n\nIf any provision of this Agreement is invalid or unenforceable under applicable\nlaw, it shall not affect the validity or enforceability of the remainder of the\nterms of this Agreement, and without further action by the parties hereto, such\nprovision shall be reformed to the minimum extent necessary to make such\nprovision valid and enforceable.\n\nIf Recipient institutes patent litigation against a Contributor with respect to\na patent applicable to software (including a cross-claim or counterclaim in a\nlawsuit), then any patent licenses granted by that Contributor to such Recipient\nunder this Agreement shall terminate as of the date such litigation is filed. In\naddition, if Recipient institutes patent litigation against any entity\n(including a cross-claim or counterclaim in a lawsuit) alleging that the Program\nitself (excluding combinations of the Program with other software or hardware)\ninfringes such Recipient's patent(s), then such Recipient's rights granted under\nSection 2(b) shall terminate as of the date such litigation is filed.\n\nAll Recipient's rights under this Agreement shall terminate if it fails to\ncomply with any of the material terms or conditions of this Agreement and does\nnot cure such failure in a reasonable period of time after becoming aware of\nsuch noncompliance. If all Recipient's rights under this Agreement terminate,\nRecipient agrees to cease use and distribution of the Program as soon as\nreasonably practicable. However, Recipient's obligations under this Agreement\nand any licenses granted by Recipient relating to the Program shall continue and\nsurvive.\n\nEveryone is permitted to copy and distribute copies of this Agreement, but in\norder to avoid inconsistency the Agreement is copyrighted and may only be\nmodified in the following manner. The Agreement Steward reserves the right to\npublish new versions (including revisions) of this Agreement from time to time.\nNo one other than the Agreement Steward has the right to modify this Agreement.\nIBM is the initial Agreement Steward. IBM may assign the responsibility to serve\nas the Agreement Steward to a suitable separate entity. Each new version of the\nAgreement will be given a distinguishing version number. The Program (including\nContributions) may always be distributed subject to the version of the Agreement\nunder which it was received. In addition, after a new version of the Agreement\nis published, Contributor may elect to distribute the Program (including its\nContributions) under the new version. Except as expressly stated in Sections\n2(a) and 2(b) above, Recipient receives no rights or licenses to the\nintellectual property of any Contributor under this Agreement, whether\nexpressly, by implication, estoppel or otherwise. All rights in the Program not\nexpressly granted under this Agreement are reserved.\n\nThis Agreement is governed by the laws of the State of New York and the\nintellectual property laws of the United States of America. No party to this\nAgreement will bring a legal action under this Agreement more than one year\nafter the cause of action arose. Each party waives its rights to a jury trial in\nany resulting litigation.\n\n------------------------------------------------------------------------------\nLicense for the JCIFS package\n------------------------------------------------------------------------------\nJCIFS License\n\n          GNU LESSER GENERAL PUBLIC LICENSE\n               Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n                Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n  This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it.  You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n  When we speak of free software, we are referring to freedom of use,\nnot price.  Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n  To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights.  These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n  For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou.  You must make sure that they, too, receive or can get the source\ncode.  If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit.  And you must show them these terms so they know their rights.\n\n  We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n  To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library.  Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\f\n  Finally, software patents pose a constant threat to the existence of\nany free program.  We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder.  Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n  Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License.  This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License.  We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n  When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library.  The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom.  The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n  We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License.  It also provides other free software developers Less\nof an advantage over competing non-free programs.  These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries.  However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n  For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard.  To achieve this, non-free programs must be\nallowed to use the library.  A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries.  In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n  In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software.  For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n  Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.  Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\".  The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\f\n          GNU LESSER GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n  A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n  The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms.  A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language.  (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n  \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it.  For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n  Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it).  Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n\n  1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n  You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n  2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) The modified work must itself be a software library.\n\n    b) You must cause the files modified to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    c) You must cause the whole of the work to be licensed at no\n    charge to all third parties under the terms of this License.\n\n    d) If a facility in the modified Library refers to a function or a\n    table of data to be supplied by an application program that uses\n    the facility, other than as an argument passed when the facility\n    is invoked, then you must make a good faith effort to ensure that,\n    in the event an application does not supply such function or\n    table, the facility still operates, and performs whatever part of\n    its purpose remains meaningful.\n\n    (For example, a function in a library to compute square roots has\n    a purpose that is entirely well-defined independent of the\n    application.  Therefore, Subsection 2d requires that any\n    application-supplied function or table used by this function must\n    be optional: if the application does not supply it, the square\n    root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library.  To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License.  (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.)  Do not make any other change in\nthese notices.\n\f\n  Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n  This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n  4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n  If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\".  Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n  However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\".  The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n  When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library.  The\nthreshold for this to be true is not precisely defined by law.\n\n  If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork.  (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n  Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\f\n  6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n  You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License.  You must supply a copy of this License.  If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License.  Also, you must do one\nof these things:\n\n    a) Accompany the work with the complete corresponding\n    machine-readable source code for the Library including whatever\n    changes were used in the work (which must be distributed under\n    Sections 1 and 2 above); and, if the work is an executable linked\n    with the Library, with the complete machine-readable \"work that\n    uses the Library\", as object code and/or source code, so that the\n    user can modify the Library and then relink to produce a modified\n    executable containing the modified Library.  (It is understood\n    that the user who changes the contents of definitions files in the\n    Library will not necessarily be able to recompile the application\n    to use the modified definitions.)\n\n    b) Use a suitable shared library mechanism for linking with the\n    Library.  A suitable mechanism is one that (1) uses at run time a\n    copy of the library already present on the user's computer system,\n    rather than copying library functions into the executable, and (2)\n    will operate properly with a modified version of the library, if\n    the user installs one, as long as the modified version is\n    interface-compatible with the version that the work was made with.\n\n    c) Accompany the work with a written offer, valid for at\n    least three years, to give the same user the materials\n    specified in Subsection 6a, above, for a charge no more\n    than the cost of performing this distribution.\n\n    d) If distribution of the work is made by offering access to copy\n    from a designated place, offer equivalent access to copy the above\n    specified materials from the same place.\n\n    e) Verify that the user has already received a copy of these\n    materials or that you have already sent this user a copy.\n\n  For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it.  However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n  It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system.  Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\f\n  7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n    a) Accompany the combined library with a copy of the same work\n    based on the Library, uncombined with any other library\n    facilities.  This must be distributed under the terms of the\n    Sections above.\n\n    b) Give prominent notice with the combined library of the fact\n    that part of it is a work based on the Library, and explaining\n    where to find the accompanying uncombined form of the same work.\n\n  8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License.  Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License.  However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n  9. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n  10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\f\n  11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded.  In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n  13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation.  If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\f\n  14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission.  For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this.  Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n                NO WARRANTY\n\n  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n             END OF TERMS AND CONDITIONS\n\f\n           How to Apply These Terms to Your New Libraries\n\n  If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change.  You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n  To apply these terms, attach the following notices to the library.  It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the library's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This library is free software; you can redistribute it and/or\n    modify it under the terms of the GNU Lesser General Public\n    License as published by the Free Software Foundation; either\n    version 2.1 of the License, or (at your option) any later version.\n\n    This library is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n    Lesser General Public License for more details.\n\n    You should have received a copy of the GNU Lesser General Public\n    License along with this library; if not, write to the Free Software\n    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the\n  library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n  <signature of Ty Coon>, 1 April 1990\n  Ty Coon, President of Vice\n\nThat's all there is to it!\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/gwt_license.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/jquery_license.txt",
    "content": "Copyright JS Foundation and other contributors, https://js.foundation/\n\nThis software consists of voluntary contributions made by many\nindividuals. For exact contribution history, see the revision history\navailable at https://github.com/jquery/jquery\n\nThe following license applies to all parts of this software except as\ndocumented below:\n\n====\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n====\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/jshashtable_license.txt",
    "content": "/**\n * Copyright 2010 Tim Down.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n *      http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/json_LICENSE.txt",
    "content": "JSON\n\nCopyright (c) 2002 JSON.org\n\nPermission is hereby granted, free of charge, to any person obtaining a copy \nof this software and associated documentation files (the \"Software\"), to deal \nin the Software without restriction, including without limitation the rights \nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is \nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in \nall copies or substantial portions of the Software.\n\nThe Software shall be used for Good, not Evil.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \nSOFTWARE. \n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/maven_LICENSE.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/pcollections_LICENSE.txt",
    "content": "Copyright (c) 2008 Harold Cooper\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/prototype_license.txt",
    "content": "Copyright (c) 2005-2010 Sam Stephenson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/qunit_license.txt",
    "content": "Copyright JS Foundation and other contributors, https://js.foundation\n\nThis software consists of voluntary contributions made by many\nindividuals. For exact contribution history, see the revision history\navailable at https://github.com/qunitjs/qunit\n\nThe following license applies to all parts of this software except as\ndocumented below:\n\n====\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n====\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/rhino_LICENSE.txt",
    "content": "The version of Rhino used in GWT is licensed under a dual license,\nNetscape Public License 1.1 / GNU General Public License.\nThe text of the Netscape Public License\nis provided below (http://website-archive.mozilla.org/www.mozilla.org/mpl/MPL/NPL/1.1/):\n\nAMENDMENTS\n\nThe Netscape Public License Version 1.1 (\"NPL\") consists of the\nMozilla Public License Version 1.1 with the following Amendments,\nincluding Exhibit A-Netscape Public License.  Files identified with\n\"Exhibit A-Netscape Public License\" are governed by the Netscape\nPublic License Version 1.1.\n\nAdditional Terms applicable to the Netscape Public License.\n\n    I. Effect.\n\n       These additional terms described in this Netscape Public\n       License -- Amendments shall apply to the Mozilla Communicator\n       client code and to all Covered Code under this License.\n\n   II. ''Netscape's Branded Code'' means Covered Code that Netscape\n       distributes and/or permits others to distribute under one or\n       more trademark(s) which are controlled by Netscape but which\n       are not licensed for use under this License.\n\n  III. Netscape and logo.\n\n       This License does not grant any rights to use the trademarks\n       \"Netscape'', the \"Netscape N and horizon'' logo or the\n       \"Netscape lighthouse\" logo, \"Netcenter\", \"Gecko\", \"Java\" or\n       \"JavaScript\", \"Smart Browsing\" even if such marks are included\n       in the Original Code or Modifications.\n\n   IV. Inability to Comply Due to Contractual Obligation.\n\n       Prior to licensing the Original Code under this License,\n       Netscape has licensed third party code for use in Netscape's\n       Branded Code. To the extent that Netscape is limited\n       contractually from making such third party code available under\n       this License, Netscape may choose to reintegrate such code into\n       Covered Code without being required to distribute such code in\n       Source Code form, even if such code would otherwise be\n       considered ''Modifications'' under this License.\n\n    V. Use of Modifications and Covered Code by Initial Developer.\n\n        V.1. In General.\n\n             The obligations of Section 3 apply to Netscape, except to\n             the extent specified in this Amendment, Section V.2 and\n             V.3.\n\n        V.2. Other Products.\n\n             Netscape may include Covered Code in products other than\n             the Netscape's Branded Code which are released by\n             Netscape during the two (2) years following the release\n             date of the Original Code, without such additional\n             products becoming subject to the terms of this License,\n             and may license such additional products on different\n             terms from those contained in this License.\n\n        V.3. Alternative Licensing.\n\n             Netscape may license the Source Code of Netscape's\n             Branded Code, including Modifications incorporated\n             therein, without such Netscape Branded Code becoming\n             subject to the terms of this License, and may license\n             such Netscape Branded Code on different terms from those\n             contained in this License.\n\n    VI. Litigation.\n\n        Notwithstanding the limitations of Section 11 above, the\n        provisions regarding litigation in Section 11(a), (b) and (c)\n        of the License shall apply to all disputes relating to this\n        License.\n\n\nEXHIBIT A-Netscape Public License.\n\n\n    ''The contents of this file are subject to the Netscape Public\n    License Version 1.1 (the \"License\"); you may not use this file\n    except in compliance with the License. You may obtain a copy of\n    the License at http://www.mozilla.org/NPL/\n\n    Software distributed under the License is distributed on an \"AS\n    IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or\n    implied. See the License for the specific language governing\n    rights and limitations under the License.\n\n    The Original Code is Mozilla Communicator client code, released\n    March 31, 1998.\n\n    The Initial Developer of the Original Code is Netscape\n    Communications Corporation. Portions created by Netscape are\n    Copyright (C) 1998-1999 Netscape Communications Corporation. All\n    Rights Reserved.\n\n    Contributor(s): ______________________________________.\n\n\n    Alternatively, the contents of this file may be used under the\n    terms of the _____ license (the �[___] License�), in which case\n    the provisions of [______] License are applicable instead of those\n    above.  If you wish to allow use of your version of this file only\n    under the terms of the [____] License and not to allow others to\n    use your version of this file under the NPL, indicate your\n    decision by deleting the provisions above and replace them with\n    the notice and other provisions required by the [___] License.  If\n    you do not delete the provisions above, a recipient may use your\n    version of this file under either the NPL or the [___] License.\"\n\n\n----------------------\n\nMOZILLA PUBLIC LICENSE\nVersion 1.1\n\n1. Definitions.\n\n    1.0.1. \"Commercial Use\" means distribution or otherwise making the\n    Covered Code available to a third party.\n\n    1.1. ''Contributor'' means each entity that creates or contributes\n    to the creation of Modifications.\n\n    1.2. ''Contributor Version'' means the combination of the Original\n    Code, prior Modifications used by a Contributor, and the\n    Modifications made by that particular Contributor.\n\n    1.3. ''Covered Code'' means the Original Code or Modifications or\n    the combination of the Original Code and Modifications, in each\n    case including portions thereof.\n\n    1.4. ''Electronic Distribution Mechanism'' means a mechanism\n    generally accepted in the software development community for the\n    electronic transfer of data.\n\n    1.5. ''Executable'' means Covered Code in any form other than Source Code.\n\n    1.6. ''Initial Developer'' means the individual or entity\n    identified as the Initial Developer in the Source Code notice\n    required by Exhibit A.\n\n    1.7. ''Larger Work'' means a work which combines Covered Code or\n    portions thereof with code not governed by the terms of this\n    License.\n\n    1.8. ''License'' means this document.\n\n    1.8.1. \"Licensable\" means having the right to grant, to the\n    maximum extent possible, whether at the time of the initial grant\n    or subsequently acquired, any and all of the rights conveyed\n    herein.\n\n    1.9. ''Modifications'' means any addition to or deletion from the\n    substance or structure of either the Original Code or any previous\n    Modifications. When Covered Code is released as a series of files,\n    a Modification is:\n\n        A. Any addition to or deletion from the contents of a file\n        containing Original Code or previous Modifications.\n\n        B. Any new file that contains any part of the Original Code or\n        previous Modifications.\n\n    1.10. ''Original Code'' means Source Code of computer software\n    code which is described in the Source Code notice required by\n    Exhibit A as Original Code, and which, at the time of its release\n    under this License is not already Covered Code governed by this\n    License.\n\n    1.10.1. \"Patent Claims\" means any patent claim(s), now owned or\n    hereafter acquired, including without limitation, method, process,\n    and apparatus claims, in any patent Licensable by grantor.\n\n    1.11. ''Source Code'' means the preferred form of the Covered Code\n    for making modifications to it, including all modules it contains,\n    plus any associated interface definition files, scripts used to\n    control compilation and installation of an Executable, or source\n    code differential comparisons against either the Original Code or\n    another well known, available Covered Code of the Contributor's\n    choice. The Source Code can be in a compressed or archival form,\n    provided the appropriate decompression or de-archiving software is\n    widely available for no charge.\n\n    1.12. \"You'' (or \"Your\") means an individual or a legal entity\n    exercising rights under, and complying with all of the terms of,\n    this License or a future version of this License issued under\n    Section 6.1. For legal entities, \"You'' includes any entity which\n    controls, is controlled by, or is under common control with\n    You. For purposes of this definition, \"control'' means (a) the\n    power, direct or indirect, to cause the direction or management of\n    such entity, whether by contract or otherwise, or (b) ownership of\n    more than fifty percent (50%) of the outstanding shares or\n    beneficial ownership of such entity.\n\n2. Source Code License.\n\n    2.1. The Initial Developer Grant.\n\n    The Initial Developer hereby grants You a world-wide,\n    royalty-free, non-exclusive license, subject to third party\n    intellectual property claims:\n\n        (a) under intellectual property rights (other than patent or\n        trademark) Licensable by Initial Developer to use, reproduce,\n        modify, display, perform, sublicense and distribute the\n        Original Code (or portions thereof) with or without\n        Modifications, and/or as part of a Larger Work; and\n\n        (b) under Patents Claims infringed by the making, using or\n        selling of Original Code, to make, have made, use, practice,\n        sell, and offer for sale, and/or otherwise dispose of the\n        Original Code (or portions thereof).\n\n        (c) the licenses granted in this Section 2.1(a) and (b) are\n        effective on the date Initial Developer first distributes\n        Original Code under the terms of this License.\n\n        (d) Notwithstanding Section 2.1(b) above, no patent license is\n        granted: 1) for code that You delete from the Original Code;\n        2) separate from the Original Code; or 3) for infringements\n        caused by: i) the modification of the Original Code or ii) the\n        combination of the Original Code with other software or\n        devices.\n\n    2.2. Contributor Grant.\n\n    Subject to third party intellectual property claims, each\n    Contributor hereby grants You a world-wide, royalty-free,\n    non-exclusive license\n\n        (a) under intellectual property rights (other than patent or\n        trademark) Licensable by Contributor, to use, reproduce,\n        modify, display, perform, sublicense and distribute the\n        Modifications created by such Contributor (or portions\n        thereof) either on an unmodified basis, with other\n        Modifications, as Covered Code and/or as part of a Larger\n        Work; and\n\n        (b) under Patent Claims infringed by the making, using, or\n        selling of Modifications made by that Contributor either alone\n        and/or in combination with its Contributor Version (or\n        portions of such combination), to make, use, sell, offer for\n        sale, have made, and/or otherwise dispose of: 1) Modifications\n        made by that Contributor (or portions thereof); and 2) the\n        combination of Modifications made by that Contributor with its\n        Contributor Version (or portions of such combination).\n\n        (c) the licenses granted in Sections 2.2(a) and 2.2(b) are\n        effective on the date Contributor first makes Commercial Use\n        of the Covered Code.\n\n        (d) Notwithstanding Section 2.2(b) above, no patent license is\n        granted: 1) for any code that Contributor has deleted from the\n        Contributor Version; 2) separate from the Contributor Version;\n        3) for infringements caused by: i) third party modifications\n        of Contributor Version or ii) the combination of Modifications\n        made by that Contributor with other software (except as part\n        of the Contributor Version) or other devices; or 4) under\n        Patent Claims infringed by Covered Code in the absence of\n        Modifications made by that Contributor.\n\n\n3. Distribution Obligations.\n\n    3.1. Application of License.\n\n    The Modifications which You create or to which You contribute are\n    governed by the terms of this License, including without\n    limitation Section 2.2. The Source Code version of Covered Code\n    may be distributed only under the terms of this License or a\n    future version of this License released under Section 6.1, and You\n    must include a copy of this License with every copy of the Source\n    Code You distribute. You may not offer or impose any terms on any\n    Source Code version that alters or restricts the applicable\n    version of this License or the recipients' rights\n    hereunder. However, You may include an additional document\n    offering the additional rights described in Section 3.5.\n\n    3.2. Availability of Source Code.\n\n    Any Modification which You create or to which You contribute must\n    be made available in Source Code form under the terms of this\n    License either on the same media as an Executable version or via\n    an accepted Electronic Distribution Mechanism to anyone to whom\n    you made an Executable version available; and if made available\n    via Electronic Distribution Mechanism, must remain available for\n    at least twelve (12) months after the date it initially became\n    available, or at least six (6) months after a subsequent version\n    of that particular Modification has been made available to such\n    recipients. You are responsible for ensuring that the Source Code\n    version remains available even if the Electronic Distribution\n    Mechanism is maintained by a third party.\n\n    3.3. Description of Modifications.\n\n    You must cause all Covered Code to which You contribute to contain\n    a file documenting the changes You made to create that Covered\n    Code and the date of any change. You must include a prominent\n    statement that the Modification is derived, directly or\n    indirectly, from Original Code provided by the Initial Developer\n    and including the name of the Initial Developer in (a) the Source\n    Code, and (b) in any notice in an Executable version or related\n    documentation in which You describe the origin or ownership of the\n    Covered Code.\n\n    3.4. Intellectual Property Matters\n\n        (a) Third Party Claims.\n\n        If Contributor has knowledge that a license under a third\n        party's intellectual property rights is required to exercise\n        the rights granted by such Contributor under Sections 2.1 or\n        2.2, Contributor must include a text file with the Source Code\n        distribution titled \"LEGAL'' which describes the claim and the\n        party making the claim in sufficient detail that a recipient\n        will know whom to contact. If Contributor obtains such\n        knowledge after the Modification is made available as\n        described in Section 3.2, Contributor shall promptly modify\n        the LEGAL file in all copies Contributor makes available\n        thereafter and shall take other steps (such as notifying\n        appropriate mailing lists or newsgroups) reasonably calculated\n        to inform those who received the Covered Code that new\n        knowledge has been obtained.\n\n        (b) Contributor APIs.\n\n        If Contributor's Modifications include an application\n        programming interface and Contributor has knowledge of patent\n        licenses which are reasonably necessary to implement that API,\n        Contributor must also include this information in the LEGAL\n        file.\n\n        (c)    Representations.\n\n        Contributor represents that, except as disclosed pursuant to\n        Section 3.4(a) above, Contributor believes that Contributor's\n        Modifications are Contributor's original creation(s) and/or\n        Contributor has sufficient rights to grant the rights conveyed\n        by this License.\n\n\n    3.5. Required Notices.\n\n    You must duplicate the notice in Exhibit A in each file of the\n    Source Code.  If it is not possible to put such notice in a\n    particular Source Code file due to its structure, then You must\n    include such notice in a location (such as a relevant directory)\n    where a user would be likely to look for such a notice.  If You\n    created one or more Modification(s) You may add your name as a\n    Contributor to the notice described in Exhibit A.  You must also\n    duplicate this License in any documentation for the Source Code\n    where You describe recipients' rights or ownership rights relating\n    to Covered Code.  You may choose to offer, and to charge a fee\n    for, warranty, support, indemnity or liability obligations to one\n    or more recipients of Covered Code. However, You may do so only on\n    Your own behalf, and not on behalf of the Initial Developer or any\n    Contributor. You must make it absolutely clear than any such\n    warranty, support, indemnity or liability obligation is offered by\n    You alone, and You hereby agree to indemnify the Initial Developer\n    and every Contributor for any liability incurred by the Initial\n    Developer or such Contributor as a result of warranty, support,\n    indemnity or liability terms You offer.\n\n    3.6. Distribution of Executable Versions.\n\n    You may distribute Covered Code in Executable form only if the\n    requirements of Section 3.1-3.5 have been met for that Covered\n    Code, and if You include a notice stating that the Source Code\n    version of the Covered Code is available under the terms of this\n    License, including a description of how and where You have\n    fulfilled the obligations of Section 3.2. The notice must be\n    conspicuously included in any notice in an Executable version,\n    related documentation or collateral in which You describe\n    recipients' rights relating to the Covered Code. You may\n    distribute the Executable version of Covered Code or ownership\n    rights under a license of Your choice, which may contain terms\n    different from this License, provided that You are in compliance\n    with the terms of this License and that the license for the\n    Executable version does not attempt to limit or alter the\n    recipient's rights in the Source Code version from the rights set\n    forth in this License. If You distribute the Executable version\n    under a different license You must make it absolutely clear that\n    any terms which differ from this License are offered by You alone,\n    not by the Initial Developer or any Contributor. You hereby agree\n    to indemnify the Initial Developer and every Contributor for any\n    liability incurred by the Initial Developer or such Contributor as\n    a result of any such terms You offer.\n\n    3.7. Larger Works.\n\n    You may create a Larger Work by combining Covered Code with other\n    code not governed by the terms of this License and distribute the\n    Larger Work as a single product. In such a case, You must make\n    sure the requirements of this License are fulfilled for the\n    Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\n\n    If it is impossible for You to comply with any of the terms of\n    this License with respect to some or all of the Covered Code due\n    to statute, judicial order, or regulation then You must: (a)\n    comply with the terms of this License to the maximum extent\n    possible; and (b) describe the limitations and the code they\n    affect. Such description must be included in the LEGAL file\n    described in Section 3.4 and must be included with all\n    distributions of the Source Code. Except to the extent prohibited\n    by statute or regulation, such description must be sufficiently\n    detailed for a recipient of ordinary skill to be able to\n    understand it.\n\n5. Application of this License.\n\n    This License applies to code to which the Initial Developer has\n    attached the notice in Exhibit A and to related Covered Code.\n\n6. Versions of the License.\n\n    6.1. New Versions.\n\n    Netscape Communications Corporation (''Netscape'') may publish\n    revised and/or new versions of the License from time to time. Each\n    version will be given a distinguishing version number.\n\n    6.2. Effect of New Versions.\n\n    Once Covered Code has been published under a particular version of\n    the License, You may always continue to use it under the terms of\n    that version. You may also choose to use such Covered Code under\n    the terms of any subsequent version of the License published by\n    Netscape. No one other than Netscape has the right to modify the\n    terms applicable to Covered Code created under this License.\n\n    6.3. Derivative Works.\n\n    If You create or use a modified version of this License (which you\n    may only do in order to apply it to code which is not already\n    Covered Code governed by this License), You must (a) rename Your\n    license so that the phrases ''Mozilla'', ''MOZILLAPL'', ''MOZPL'',\n    ''Netscape'', \"MPL\", ''NPL'' or any confusingly similar phrase do\n    not appear in your license (except to note that your license\n    differs from this License) and (b) otherwise make it clear that\n    Your version of the license contains terms which differ from the\n    Mozilla Public License and Netscape Public License. (Filling in\n    the name of the Initial Developer, Original Code or Contributor in\n    the notice described in Exhibit A shall not of themselves be\n    deemed to be modifications of this License.)\n\n7. DISCLAIMER OF WARRANTY.\n\n    COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS'' BASIS,\n    WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,\n    INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS\n    FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR\n    NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE\n    OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE\n    DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY\n    OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,\n    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN\n    ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS\n    AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. TERMINATION.\n\n    8.1.  This License and the rights granted hereunder will terminate\n    automatically if You fail to comply with terms herein and fail to\n    cure such breach within 30 days of becoming aware of the\n    breach. All sublicenses to the Covered Code which are properly\n    granted shall survive any termination of this License. Provisions\n    which, by their nature, must remain in effect beyond the\n    termination of this License shall survive.\n\n    8.2.  If You initiate litigation by asserting a patent\n    infringement claim (excluding declatory judgment actions) against\n    Initial Developer or a Contributor (the Initial Developer or\n    Contributor against whom You file such action is referred to as\n    \"Participant\") alleging that:\n\n    (a) such Participant's Contributor Version directly or indirectly\n    infringes any patent, then any and all rights granted by such\n    Participant to You under Sections 2.1 and/or 2.2 of this License\n    shall, upon 60 days notice from Participant terminate\n    prospectively, unless if within 60 days after receipt of notice\n    You either: (i) agree in writing to pay Participant a mutually\n    agreeable reasonable royalty for Your past and future use of\n    Modifications made by such Participant, or (ii) withdraw Your\n    litigation claim with respect to the Contributor Version against\n    such Participant.  If within 60 days of notice, a reasonable\n    royalty and payment arrangement are not mutually agreed upon in\n    writing by the parties or the litigation claim is not withdrawn,\n    the rights granted by Participant to You under Sections 2.1 and/or\n    2.2 automatically terminate at the expiration of the 60 day notice\n    period specified above.\n\n    (b) any software, hardware, or device, other than such\n    Participant's Contributor Version, directly or indirectly\n    infringes any patent, then any rights granted to You by such\n    Participant under Sections 2.1(b) and 2.2(b) are revoked effective\n    as of the date You first made, used, sold, distributed, or had\n    made, Modifications made by that Participant.\n\n    8.3.  If You assert a patent infringement claim against\n    Participant alleging that such Participant's Contributor Version\n    directly or indirectly infringes any patent where such claim is\n    resolved (such as by license or settlement) prior to the\n    initiation of patent infringement litigation, then the reasonable\n    value of the licenses granted by such Participant under Sections\n    2.1 or 2.2 shall be taken into account in determining the amount\n    or value of any payment or license.\n\n    8.4.  In the event of termination under Sections 8.1 or 8.2 above,\n    all end user license agreements (excluding distributors and\n    resellers) which have been validly granted by You or any\n    distributor hereunder prior to termination shall survive\n    termination.\n\n9. LIMITATION OF LIABILITY.\n\n    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\n    (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE\n    INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF\n    COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO\n    ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL\n    DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES\n    FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR\n    MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES,\n    EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF\n    SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO\n    LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S\n    NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH\n    LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR\n    LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS\n    EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. GOVERNMENT END USERS.\n\n    The Covered Code is a ''commercial item,'' as that term is defined\n    in 48 C.F.R. 2.101 (Oct. 1995), consisting of ''commercial\n    computer software'' and ''commercial computer software\n    documentation,'' as such terms are used in 48 C.F.R. 12.212\n    (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48\n    C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all\n    U.S. Government End Users acquire Covered Code with only those\n    rights set forth herein.\n\n11. MISCELLANEOUS.\n\n    This License represents the complete agreement concerning subject\n    matter hereof. If any provision of this License is held to be\n    unenforceable, such provision shall be reformed only to the extent\n    necessary to make it enforceable. This License shall be governed\n    by California law provisions (except to the extent applicable law,\n    if any, provides otherwise), excluding its conflict-of-law\n    provisions. With respect to disputes in which at least one party\n    is a citizen of, or an entity chartered or registered to do\n    business in the United States of America, any litigation relating\n    to this License shall be subject to the jurisdiction of the\n    Federal Courts of the Northern District of California, with venue\n    lying in Santa Clara County, California, with the losing party\n    responsible for costs, including without limitation, court costs\n    and reasonable attorneys' fees and expenses. The application of\n    the United Nations Convention on Contracts for the International\n    Sale of Goods is expressly excluded. Any law or regulation which\n    provides that the language of a contract shall be construed\n    against the drafter shall not apply to this License.\n\n12. RESPONSIBILITY FOR CLAIMS.\n\n    As between Initial Developer and the Contributors, each party is\n    responsible for claims and damages arising, directly or\n    indirectly, out of its utilization of rights under this License\n    and You agree to work with Initial Developer and Contributors to\n    distribute such responsibility on an equitable basis. Nothing\n    herein is intended or shall be deemed to constitute any admission\n    of liability.\n\n13. MULTIPLE-LICENSED CODE.\n\n    Initial Developer may designate portions of the Covered Code as\n    �Multiple-Licensed�.  �Multiple-Licensed� means that the Initial\n    Developer permits you to utilize portions of the Covered Code\n    under Your choice of the NPL or the alternative licenses, if any,\n    specified by the Initial Developer in the file described in\n    Exhibit A.\n\n\nEXHIBIT A -Mozilla Public License.\n\n    ``The contents of this file are subject to the Mozilla Public\n    License Version 1.1 (the \"License\"); you may not use this file\n    except in compliance with the License. You may obtain a copy of\n    the License at http://www.mozilla.org/MPL/\n\n    Software distributed under the License is distributed on an \"AS\n    IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or\n    implied. See the License for the specific language governing\n    rights and limitations under the License.\n\n    The Original Code is ______________________________________.\n\n    The Initial Developer of the Original Code is\n     ________________________. Portions created by\n     ______________________ are Copyright (C) ______\n     _______________________. All Rights Reserved.\n\n    Contributor(s): ______________________________________.\n\n    Alternatively, the contents of this file may be used under the\n    terms of the _____ license (the �[___] License�), in which case\n    the provisions of [______] License are applicable instead of those\n    above.  If you wish to allow use of your version of this file only\n    under the terms of the [____] License and not to allow others to\n    use your version of this file under the MPL, indicate your\n    decision by deleting the provisions above and replace them with\n    the notice and other provisions required by the [___] License.  If\n    you do not delete the provisions above, a recipient may use your\n    version of this file under either the MPL or the [___] License.\"\n\n    [NOTE: The text of this Exhibit A may differ slightly from the\n    text of the notices in the Source Code files of the Original\n    Code. You should use the text of this Exhibit A rather than the\n    text found in the Original Code Source Code for Your\n    Modifications.]\n============================================================================\n\n\t  GNU GENERAL PUBLIC LICENSE\n\t     Version 2, June 1991\n\n   Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\n   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n   Everyone is permitted to copy and distribute verbatim copies\n   of this license document, but changing it is not allowed.\n\n\t    Preamble\n\n    The licenses for most software are designed to take away your\n  freedom to share and change it.  By contrast, the GNU General Public\n  License is intended to guarantee your freedom to share and change free\n  software--to make sure the software is free for all its users.  This\n  General Public License applies to most of the Free Software\n  Foundation's software and to any other program whose authors commit to\n  using it.  (Some other Free Software Foundation software is covered by\n  the GNU Lesser General Public License instead.)  You can apply it to\n  your programs, too.\n\n    When we speak of free software, we are referring to freedom, not\n  price.  Our General Public Licenses are designed to make sure that you\n  have the freedom to distribute copies of free software (and charge for\n  this service if you wish), that you receive source code or can get it\n  if you want it, that you can change the software or use pieces of it\n  in new free programs; and that you know you can do these things.\n\n    To protect your rights, we need to make restrictions that forbid\n  anyone to deny you these rights or to ask you to surrender the rights.\n  These restrictions translate to certain responsibilities for you if you\n  distribute copies of the software, or if you modify it.\n\n    For example, if you distribute copies of such a program, whether\n  gratis or for a fee, you must give the recipients all the rights that\n  you have.  You must make sure that they, too, receive or can get the\n  source code.  And you must show them these terms so they know their\n  rights.\n\n    We protect your rights with two steps: (1) copyright the software, and\n  (2) offer you this license which gives you legal permission to copy,\n  distribute and/or modify the software.\n\n    Also, for each author's protection and ours, we want to make certain\n  that everyone understands that there is no warranty for this free\n  software.  If the software is modified by someone else and passed on, we\n  want its recipients to know that what they have is not the original, so\n  that any problems introduced by others will not reflect on the original\n  authors' reputations.\n\n    Finally, any free program is threatened constantly by software\n  patents.  We wish to avoid the danger that redistributors of a free\n  program will individually obtain patent licenses, in effect making the\n  program proprietary.  To prevent this, we have made it clear that any\n  patent must be licensed for everyone's free use or not licensed at all.\n\n    The precise terms and conditions for copying, distribution and\n  modification follow.\n\n\t  GNU GENERAL PUBLIC LICENSE\n     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n    0. This License applies to any program or other work which contains\n  a notice placed by the copyright holder saying it may be distributed\n  under the terms of this General Public License.  The \"Program\", below,\n  refers to any such program or work, and a \"work based on the Program\"\n  means either the Program or any derivative work under copyright law:\n  that is to say, a work containing the Program or a portion of it,\n  either verbatim or with modifications and/or translated into another\n  language.  (Hereinafter, translation is included without limitation in\n  the term \"modification\".)  Each licensee is addressed as \"you\".\n\n  Activities other than copying, distribution and modification are not\n  covered by this License; they are outside its scope.  The act of\n  running the Program is not restricted, and the output from the Program\n  is covered only if its contents constitute a work based on the\n  Program (independent of having been made by running the Program).\n  Whether that is true depends on what the Program does.\n\n    1. You may copy and distribute verbatim copies of the Program's\n  source code as you receive it, in any medium, provided that you\n  conspicuously and appropriately publish on each copy an appropriate\n  copyright notice and disclaimer of warranty; keep intact all the\n  notices that refer to this License and to the absence of any warranty;\n  and give any other recipients of the Program a copy of this License\n  along with the Program.\n\n  You may charge a fee for the physical act of transferring a copy, and\n  you may at your option offer warranty protection in exchange for a fee.\n\n    2. You may modify your copy or copies of the Program or any portion\n  of it, thus forming a work based on the Program, and copy and\n  distribute such modifications or work under the terms of Section 1\n  above, provided that you also meet all of these conditions:\n\n      a) You must cause the modified files to carry prominent notices\n      stating that you changed the files and the date of any change.\n\n      b) You must cause any work that you distribute or publish, that in\n      whole or in part contains or is derived from the Program or any\n      part thereof, to be licensed as a whole at no charge to all third\n      parties under the terms of this License.\n\n      c) If the modified program normally reads commands interactively\n      when run, you must cause it, when started running for such\n      interactive use in the most ordinary way, to print or display an\n      announcement including an appropriate copyright notice and a\n      notice that there is no warranty (or else, saying that you provide\n      a warranty) and that users may redistribute the program under\n      these conditions, and telling the user how to view a copy of this\n      License.  (Exception: if the Program itself is interactive but\n      does not normally print such an announcement, your work based on\n      the Program is not required to print an announcement.)\n\n  These requirements apply to the modified work as a whole.  If\n  identifiable sections of that work are not derived from the Program,\n  and can be reasonably considered independent and separate works in\n  themselves, then this License, and its terms, do not apply to those\n  sections when you distribute them as separate works.  But when you\n  distribute the same sections as part of a whole which is a work based\n  on the Program, the distribution of the whole must be on the terms of\n  this License, whose permissions for other licensees extend to the\n  entire whole, and thus to each and every part regardless of who wrote it.\n\n  Thus, it is not the intent of this section to claim rights or contest\n  your rights to work written entirely by you; rather, the intent is to\n  exercise the right to control the distribution of derivative or\n  collective works based on the Program.\n\n  In addition, mere aggregation of another work not based on the Program\n  with the Program (or with a work based on the Program) on a volume of\n  a storage or distribution medium does not bring the other work under\n  the scope of this License.\n\n    3. You may copy and distribute the Program (or a work based on it,\n  under Section 2) in object code or executable form under the terms of\n  Sections 1 and 2 above provided that you also do one of the following:\n\n      a) Accompany it with the complete corresponding machine-readable\n      source code, which must be distributed under the terms of Sections\n      1 and 2 above on a medium customarily used for software interchange; or,\n\n      b) Accompany it with a written offer, valid for at least three\n      years, to give any third party, for a charge no more than your\n      cost of physically performing source distribution, a complete\n      machine-readable copy of the corresponding source code, to be\n      distributed under the terms of Sections 1 and 2 above on a medium\n      customarily used for software interchange; or,\n\n      c) Accompany it with the information you received as to the offer\n      to distribute corresponding source code.  (This alternative is\n      allowed only for noncommercial distribution and only if you\n      received the program in object code or executable form with such\n      an offer, in accord with Subsection b above.)\n\n  The source code for a work means the preferred form of the work for\n  making modifications to it.  For an executable work, complete source\n  code means all the source code for all modules it contains, plus any\n  associated interface definition files, plus the scripts used to\n  control compilation and installation of the executable.  However, as a\n  special exception, the source code distributed need not include\n  anything that is normally distributed (in either source or binary\n  form) with the major components (compiler, kernel, and so on) of the\n  operating system on which the executable runs, unless that component\n  itself accompanies the executable.\n\n  If distribution of executable or object code is made by offering\n  access to copy from a designated place, then offering equivalent\n  access to copy the source code from the same place counts as\n  distribution of the source code, even though third parties are not\n  compelled to copy the source along with the object code.\n\n    4. You may not copy, modify, sublicense, or distribute the Program\n  except as expressly provided under this License.  Any attempt\n  otherwise to copy, modify, sublicense or distribute the Program is\n  void, and will automatically terminate your rights under this License.\n  However, parties who have received copies, or rights, from you under\n  this License will not have their licenses terminated so long as such\n  parties remain in full compliance.\n\n    5. You are not required to accept this License, since you have not\n  signed it.  However, nothing else grants you permission to modify or\n  distribute the Program or its derivative works.  These actions are\n  prohibited by law if you do not accept this License.  Therefore, by\n  modifying or distributing the Program (or any work based on the\n  Program), you indicate your acceptance of this License to do so, and\n  all its terms and conditions for copying, distributing or modifying\n  the Program or works based on it.\n\n    6. Each time you redistribute the Program (or any work based on the\n  Program), the recipient automatically receives a license from the\n  original licensor to copy, distribute or modify the Program subject to\n  these terms and conditions.  You may not impose any further\n  restrictions on the recipients' exercise of the rights granted herein.\n  You are not responsible for enforcing compliance by third parties to\n  this License.\n\n    7. If, as a consequence of a court judgment or allegation of patent\n  infringement or for any other reason (not limited to patent issues),\n  conditions are imposed on you (whether by court order, agreement or\n  otherwise) that contradict the conditions of this License, they do not\n  excuse you from the conditions of this License.  If you cannot\n  distribute so as to satisfy simultaneously your obligations under this\n  License and any other pertinent obligations, then as a consequence you\n  may not distribute the Program at all.  For example, if a patent\n  license would not permit royalty-free redistribution of the Program by\n  all those who receive copies directly or indirectly through you, then\n  the only way you could satisfy both it and this License would be to\n  refrain entirely from distribution of the Program.\n\n  If any portion of this section is held invalid or unenforceable under\n  any particular circumstance, the balance of the section is intended to\n  apply and the section as a whole is intended to apply in other\n  circumstances.\n\n  It is not the purpose of this section to induce you to infringe any\n  patents or other property right claims or to contest validity of any\n  such claims; this section has the sole purpose of protecting the\n  integrity of the free software distribution system, which is\n  implemented by public license practices.  Many people have made\n  generous contributions to the wide range of software distributed\n  through that system in reliance on consistent application of that\n  system; it is up to the author/donor to decide if he or she is willing\n  to distribute software through any other system and a licensee cannot\n  impose that choice.\n\n  This section is intended to make thoroughly clear what is believed to\n  be a consequence of the rest of this License.\n\n    8. If the distribution and/or use of the Program is restricted in\n  certain countries either by patents or by copyrighted interfaces, the\n  original copyright holder who places the Program under this License\n  may add an explicit geographical distribution limitation excluding\n  those countries, so that distribution is permitted only in or among\n  countries not thus excluded.  In such case, this License incorporates\n  the limitation as if written in the body of this License.\n\n    9. The Free Software Foundation may publish revised and/or new versions\n  of the General Public License from time to time.  Such new versions will\n  be similar in spirit to the present version, but may differ in detail to\n  address new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the Program\n  specifies a version number of this License which applies to it and \"any\n  later version\", you have the option of following the terms and conditions\n  either of that version or of any later version published by the Free\n  Software Foundation.  If the Program does not specify a version number of\n  this License, you may choose any version ever published by the Free Software\n  Foundation.\n\n    10. If you wish to incorporate parts of the Program into other free\n  programs whose distribution conditions are different, write to the author\n  to ask for permission.  For software which is copyrighted by the Free\n  Software Foundation, write to the Free Software Foundation; we sometimes\n  make exceptions for this.  Our decision will be guided by the two goals\n  of preserving the free status of all derivatives of our free software and\n  of promoting the sharing and reuse of software generally.\n\n\t    NO WARRANTY\n\n    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n  FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\n  OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n  PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\n  OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\n  TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\n  PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n  REPAIR OR CORRECTION.\n\n    12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n  REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n  INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n  OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n  TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n  YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n  POSSIBILITY OF SUCH DAMAGES.\n\n\t   END OF TERMS AND CONDITIONS\n\n\tHow to Apply These Terms to Your New Programs\n\n    If you develop a new program, and you want it to be of the greatest\n  possible use to the public, the best way to achieve this is to make it\n  free software which everyone can redistribute and change under these terms.\n\n    To do so, attach the following notices to the program.  It is safest\n  to attach them to the start of each source file to most effectively\n  convey the exclusion of warranty; and each file should have at least\n  the \"copyright\" line and a pointer to where the full notice is found.\n\n      <one line to give the program's name and a brief idea of what it does.>\n      Copyright (C) <year>  <name of author>\n\n      This program is free software; you can redistribute it and/or modify\n      it under the terms of the GNU General Public License as published by\n      the Free Software Foundation; either version 2 of the License, or\n      (at your option) any later version.\n\n      This program is distributed in the hope that it will be useful,\n      but WITHOUT ANY WARRANTY; without even the implied warranty of\n      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n      GNU General Public License for more details.\n\n      You should have received a copy of the GNU General Public License along\n      with this program; if not, write to the Free Software Foundation, Inc.,\n      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\n  Also add information on how to contact you by electronic and paper mail.\n\n  If the program is interactive, make it output a short notice like this\n  when it starts in an interactive mode:\n\n      Gnomovision version 69, Copyright (C) year name of author\n      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n      This is free software, and you are welcome to redistribute it\n      under certain conditions; type `show c' for details.\n\n  The hypothetical commands `show w' and `show c' should show the appropriate\n  parts of the General Public License.  Of course, the commands you use may\n  be called something other than `show w' and `show c'; they could even be\n  mouse-clicks or menu items--whatever suits your program.\n\n  You should also get your employer (if you work as a programmer) or your\n  school, if any, to sign a \"copyright disclaimer\" for the program, if\n  necessary.  Here is a sample; alter the names:\n\n    Yoyodyne, Inc., hereby disclaims all copyright interest in the program\n    `Gnomovision' (which makes passes at compilers) written by James Hacker.\n\n    <signature of Ty Coon>, 1 April 1989\n    Ty Coon, President of Vice\n\n  This General Public License does not permit incorporating your program into\n  proprietary programs.  If your program is a subroutine library, you may\n  consider it more useful to permit linking proprietary applications with the\n  library.  If this is what you want to do, use the GNU Lesser General\n  Public License instead of this License.\n============================================================================\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/scala_license.txt",
    "content": "SCALA LICENSE\n\nCopyright (c) 2002-2012 EPFL, Lausanne, unless otherwise specified.\nAll rights reserved.\n\nThis software was developed by the Programming Methods Laboratory of the\nSwiss Federal Institute of Technology (EPFL), Lausanne, Switzerland.\n\nPermission to use, copy, modify, and distribute this software in source\nor binary form for any purpose with or without fee is hereby granted,\nprovided that the following conditions are met:\n\n   1. Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n\n   2. Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n\n   3. Neither the name of the EPFL nor the names of its contributors\n      may be used to endorse or promote products derived from this\n      software without specific prior written permission.\n\n\nTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE."
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/dagger_license.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/eclipse_distribution_license.txt",
    "content": "Eclipse Distribution License - v 1.0\n\nCopyright (c) 2007, Eclipse Foundation, Inc. and its licensors.\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n    Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n    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.\n    Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/eclipse_license.txt",
    "content": "Eclipse Public License, Version 1.0 (EPL-1.0)\n\nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC\nLICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM\nCONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n\n1. DEFINITIONS\n\n\"Contribution\" means:\n\n    a) in the case of the initial Contributor, the initial code and\n       documentation distributed under this Agreement, and\n\n    b) in the case of each subsequent Contributor:\n        i) changes to the Program, and\n        ii) additions to the Program;\n\nwhere such changes and/or additions to the Program originate from and are\ndistributed by that particular Contributor. A Contribution 'originates'\nfrom a Contributor if it was added to the Program by such Contributor itself\nor anyone acting on such Contributor's behalf. Contributions do not include\nadditions to the Program which: (i) are separate modules of software\ndistributed in conjunction with the Program under their own license agreement,\nand (ii) are not derivative works of the Program.\n\n\"Contributor\" means any person or entity that distributes the Program.\n\n\"Licensed Patents \" mean patent claims licensable by a Contributor which are\nnecessarily infringed by the use or sale of its Contribution alone or\nwhen combined with the Program.\n\n\"Program\" means the Contributions distributed in accordance with\nthis Agreement.\n\n\"Recipient\" means anyone who receives the Program under this Agreement,\nincluding all Contributors.\n\n2. GRANT OF RIGHTS\n\n    a) Subject to the terms of this Agreement, each Contributor hereby grants\n       Recipient a non-exclusive, worldwide, royalty-free copyright license to\n       reproduce, prepare derivative works of, publicly display, publicly\n       perform, distribute and sublicense the Contribution of such\n       Contributor, if any, and such derivative works,\n       in source code and object code form.\n\n    b) Subject to the terms of this Agreement, each Contributor hereby grants\n       Recipient a non-exclusive, worldwide, royalty-free patent license under\n       Licensed Patents to make, use, sell, offer to sell, import and\n       otherwise transfer the Contribution of such Contributor, if any,\n       in source code and object code form. This patent license shall apply\n       to the combination of the Contribution and the Program if, at the time\n       the Contribution is added by the Contributor, such addition of the\n       Contribution causes such combination to be covered by the\n       Licensed Patents. The patent license shall not apply to any other\n       combinations which include the Contribution.\n       No hardware per se is licensed hereunder.\n\n    c) Recipient understands that although each Contributor grants the\n       licenses to its Contributions set forth herein, no assurances are\n       provided by any Contributor that the Program does not infringe the\n       patent or other intellectual property rights of any other entity.\n       Each Contributor disclaims any liability to Recipient for claims\n       brought by any other entity based on infringement of intellectual\n       property rights or otherwise. As a condition to exercising the\n       rights and licenses granted hereunder, each Recipient hereby assumes\n       sole responsibility to secure any other intellectual property rights\n       needed, if any. For example, if a third party patent license is\n       required to allow Recipient to distribute the Program, it is\n       Recipient's responsibility to acquire that license\n       before distributing the Program.\n\n    d) Each Contributor represents that to its knowledge it has sufficient\n       copyright rights in its Contribution, if any, to grant the copyright\n       license set forth in this Agreement.\n\n3. REQUIREMENTS\n\nA Contributor may choose to distribute the Program in object code form under\nits own license agreement, provided that:\n\n    a) it complies with the terms and conditions of this Agreement; and\n\n    b) its license agreement:\n\n        i) effectively disclaims on behalf of all Contributors all warranties\n        and conditions, express and implied, including warranties or\n        conditions of title and non-infringement, and implied warranties or\n        conditions of merchantability and fitness for a particular purpose;\n\n        ii) effectively excludes on behalf of all Contributors all liability\n        for damages, including direct, indirect, special, incidental and\n        consequential damages, such as lost profits;\n\n        iii) states that any provisions which differ from this Agreement are\n        offered by that Contributor alone and not by any other party; and\n\n        iv) states that source code for the Program is available from such\n        Contributor, and informs licensees how to obtain it in a reasonable\n        manner on or through a medium customarily used for software exchange.\n\nWhen the Program is made available in source code form:\n\n    a) it must be made available under this Agreement; and\n    b) a copy of this Agreement must be included with each copy of the Program.\n\nContributors may not remove or alter any copyright notices contained\nwithin the Program.\n\nEach Contributor must identify itself as the originator of its Contribution,\nif any, in a manner that reasonably allows subsequent Recipients to\nidentify the originator of the Contribution.\n\n4. COMMERCIAL DISTRIBUTION\n\nCommercial distributors of software may accept certain responsibilities with\nrespect to end users, business partners and the like. While this license is\nintended to facilitate the commercial use of the Program, the Contributor who\nincludes the Program in a commercial product offering should do so in a manner\nwhich does not create potential liability for other Contributors. Therefore,\nif a Contributor includes the Program in a commercial product offering,\nsuch Contributor (\"Commercial Contributor\") hereby agrees to defend and\nindemnify every other Contributor (\"Indemnified Contributor\") against any\nlosses, damages and costs (collectively \"Losses\") arising from claims,\nlawsuits and other legal actions brought by a third party against the\nIndemnified Contributor to the extent caused by the acts or omissions of\nsuch Commercial Contributor in connection with its distribution of the Program\nin a commercial product offering. The obligations in this section do not apply\nto any claims or Losses relating to any actual or alleged intellectual\nproperty infringement. In order to qualify, an Indemnified Contributor must:\na) promptly notify the Commercial Contributor in writing of such claim,\nand b) allow the Commercial Contributor to control, and cooperate with the\nCommercial Contributor in, the defense and any related settlement\nnegotiations. The Indemnified Contributor may participate in any such\nclaim at its own expense.\n\nFor example, a Contributor might include the Program in a commercial product\noffering, Product X. That Contributor is then a Commercial Contributor.\nIf that Commercial Contributor then makes performance claims, or offers\nwarranties related to Product X, those performance claims and warranties\nare such Commercial Contributor's responsibility alone. Under this section,\nthe Commercial Contributor would have to defend claims against the other\nContributors related to those performance claims and warranties, and if a\ncourt requires any other Contributor to pay any damages as a result,\nthe Commercial Contributor must pay those damages.\n\n5. NO WARRANTY\n\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR\nIMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,\nNON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\nEach Recipient is solely responsible for determining the appropriateness of\nusing and distributing the Program and assumes all risks associated with its\nexercise of rights under this Agreement , including but not limited to the\nrisks and costs of program errors, compliance with applicable laws, damage to\nor loss of data, programs or equipment, and unavailability\nor interruption of operations.\n\n6. DISCLAIMER OF LIABILITY\n\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY\nCONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION\nLOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE\nEXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n7. GENERAL\n\nIf any provision of this Agreement is invalid or unenforceable under\napplicable law, it shall not affect the validity or enforceability of the\nremainder of the terms of this Agreement, and without further action by\nthe parties hereto, such provision shall be reformed to the minimum extent\nnecessary to make such provision valid and enforceable.\n\nIf Recipient institutes patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that the Program itself\n(excluding combinations of the Program with other software or hardware)\ninfringes such Recipient's patent(s), then such Recipient's rights granted\nunder Section 2(b) shall terminate as of the date such litigation is filed.\n\nAll Recipient's rights under this Agreement shall terminate if it fails to\ncomply with any of the material terms or conditions of this Agreement and\ndoes not cure such failure in a reasonable period of time after becoming\naware of such noncompliance. If all Recipient's rights under this\nAgreement terminate, Recipient agrees to cease use and distribution of the\nProgram as soon as reasonably practicable. However, Recipient's obligations\nunder this Agreement and any licenses granted by Recipient relating to the\nProgram shall continue and survive.\n\nEveryone is permitted to copy and distribute copies of this Agreement,\nbut in order to avoid inconsistency the Agreement is copyrighted and may\nonly be modified in the following manner. The Agreement Steward reserves\nthe right to publish new versions (including revisions) of this Agreement\nfrom time to time. No one other than the Agreement Steward has the right to\nmodify this Agreement. The Eclipse Foundation is the initial\nAgreement Steward. The Eclipse Foundation may assign the responsibility to\nserve as the Agreement Steward to a suitable separate entity. Each new version\nof the Agreement will be given a distinguishing version number. The Program\n(including Contributions) may always be distributed subject to the version\nof the Agreement under which it was received. In addition, after a new version\nof the Agreement is published, Contributor may elect to distribute the Program\n(including its Contributions) under the new version. Except as expressly\nstated in Sections 2(a) and 2(b) above, Recipient receives no rights or\nlicenses to the intellectual property of any Contributor under this Agreement,\nwhether expressly, by implication, estoppel or otherwise. All rights in the\nProgram not expressly granted under this Agreement are reserved.\n\nThis Agreement is governed by the laws of the State of New York and the\nintellectual property laws of the United States of America. No party to\nthis Agreement will bring a legal action under this Agreement more than one\nyear after the cause of action arose. Each party waives its rights to a\njury trial in any resulting litigation.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/findbugs_license.txt",
    "content": "                  GNU LESSER GENERAL PUBLIC LICENSE\n                       Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n                            Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n  This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it.  You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n  When we speak of free software, we are referring to freedom of use,\nnot price.  Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n  To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights.  These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n  For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou.  You must make sure that they, too, receive or can get the source\ncode.  If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit.  And you must show them these terms so they know their rights.\n\n  We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n  To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library.  Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\f\n  Finally, software patents pose a constant threat to the existence of\nany free program.  We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder.  Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n  Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License.  This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License.  We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n  When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library.  The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom.  The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n  We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License.  It also provides other free software developers Less\nof an advantage over competing non-free programs.  These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries.  However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n  For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard.  To achieve this, non-free programs must be\nallowed to use the library.  A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries.  In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n  In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software.  For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n  Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.  Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\".  The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\f\n                  GNU LESSER GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n  A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n  The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms.  A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language.  (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n  \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it.  For a library, complete source code means\nall the source code for all modules it contains, plus any associated\n/*\n * Copyright 2010-2017 JetBrains s.r.o.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n  Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it).  Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n\n  1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n  You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n  2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) The modified work must itself be a software library.\n\n    b) You must cause the files modified to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    c) You must cause the whole of the work to be licensed at no\n    charge to all third parties under the terms of this License.\n\n    d) If a facility in the modified Library refers to a function or a\n    table of data to be supplied by an application program that uses\n    the facility, other than as an argument passed when the facility\n    is invoked, then you must make a good faith effort to ensure that,\n    in the event an application does not supply such function or\n    table, the facility still operates, and performs whatever part of\n    its purpose remains meaningful.\n\n    (For example, a function in a library to compute square roots has\n    a purpose that is entirely well-defined independent of the\n    application.  Therefore, Subsection 2d requires that any\n    application-supplied function or table used by this function must\n    be optional: if the application does not supply it, the square\n    root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library.  To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License.  (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.)  Do not make any other change in\nthese notices.\n\f\n  Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n  This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n  4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n  If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\".  Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n  However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\".  The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n  When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library.  The\nthreshold for this to be true is not precisely defined by law.\n\n  If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork.  (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n  Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\f\n  6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n  You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License.  You must supply a copy of this License.  If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License.  Also, you must do one\nof these things:\n\n    a) Accompany the work with the complete corresponding\n    machine-readable source code for the Library including whatever\n    changes were used in the work (which must be distributed under\n    Sections 1 and 2 above); and, if the work is an executable linked\n    with the Library, with the complete machine-readable \"work that\n    uses the Library\", as object code and/or source code, so that the\n    user can modify the Library and then relink to produce a modified\n    executable containing the modified Library.  (It is understood\n    that the user who changes the contents of definitions files in the\n    Library will not necessarily be able to recompile the application\n    to use the modified definitions.)\n\n    b) Use a suitable shared library mechanism for linking with the\n    Library.  A suitable mechanism is one that (1) uses at run time a\n    copy of the library already present on the user's computer system,\n    rather than copying library functions into the executable, and (2)\n    will operate properly with a modified version of the library, if\n    the user installs one, as long as the modified version is\n    interface-compatible with the version that the work was made with.\n\n    c) Accompany the work with a written offer, valid for at\n    least three years, to give the same user the materials\n    specified in Subsection 6a, above, for a charge no more\n    than the cost of performing this distribution.\n\n    d) If distribution of the work is made by offering access to copy\n    from a designated place, offer equivalent access to copy the above\n    specified materials from the same place.\n\n    e) Verify that the user has already received a copy of these\n    materials or that you have already sent this user a copy.\n\n  For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it.  However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n  It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system.  Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\f\n  7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n    a) Accompany the combined library with a copy of the same work\n    based on the Library, uncombined with any other library\n    facilities.  This must be distributed under the terms of the\n    Sections above.\n\n    b) Give prominent notice with the combined library of the fact\n    that part of it is a work based on the Library, and explaining\n    where to find the accompanying uncombined form of the same work.\n\n  8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License.  Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License.  However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n  9. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n  10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\f\n  11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded.  In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n  13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation.  If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\f\n  14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission.  For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this.  Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n                            NO WARRANTY\n\n  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n                     END OF TERMS AND CONDITIONS\n\f\n           How to Apply These Terms to Your New Libraries\n\n  If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change.  You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n  To apply these terms, attach the following notices to the library.  It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the library's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This library is free software; you can redistribute it and/or\n    modify it under the terms of the GNU Lesser General Public\n    License as published by the Free Software Foundation; either\n    version 2.1 of the License, or (at your option) any later version.\n\n    This library is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n    Lesser General Public License for more details.\n\n    You should have received a copy of the GNU Lesser General Public\n    License along with this library; if not, write to the Free Software\n    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the\n  library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n  <signature of Ty Coon>, 1 April 1990\n  Ty Coon, President of Vice\n\nThat's all there is to it!\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/gradle_license.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"{}\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright {yyyy} {name of copyright owner}\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n\n\n\n==============================================================================\nGradle Subcomponents:\n\n------------------------------------------------------------------------------\nLicense for the slf4j package\n------------------------------------------------------------------------------\nSLF4J License\n\nCopyright (c) 2004-2007 QOS.ch\nAll rights reserved.\n\nPermission is hereby granted, free  of charge, to any person obtaining\na  copy  of this  software  and  associated  documentation files  (the\n\"Software\"), to  deal in  the Software without  restriction, including\nwithout limitation  the rights to  use, copy, modify,  merge, publish,\ndistribute,  sublicense, and/or sell  copies of  the Software,  and to\npermit persons to whom the Software  is furnished to do so, subject to\nthe following conditions:\n\nThe  above  copyright  notice  and  this permission  notice  shall  be\nincluded in all copies or substantial portions of the Software.\n\nTHE  SOFTWARE IS  PROVIDED  \"AS  IS\", WITHOUT  WARRANTY  OF ANY  KIND,\nEXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF\nMERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nThese terms are identical to those of the MIT License, also called the X License or the X11 License,\nwhich is a simple, permissive non-copyleft free software license. It is deemed compatible with virtually\nall types of licenses, commercial or otherwise. In particular, the Free Software Foundation has declared it\ncompatible with GNU GPL. It is also known to be approved by the Apache Software Foundation as compatible\nwith Apache Software License.\n\n\n------------------------------------------------------------------------------\nLicense for the JUnit package\n------------------------------------------------------------------------------\nTHE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC\nLICENSE (\"AGREEMENT\"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM\nCONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.\n\n1. DEFINITIONS\n\n\"Contribution\" means:\n\na) in the case of the initial Contributor, the initial code and\ndocumentation distributed under this Agreement, and\n\nb) in the case of each subsequent Contributor:\n\ni) changes to the Program, and\n\nii) additions to the Program;\n\nwhere such changes and/or additions to the Program originate from and are\ndistributed by that particular Contributor. A Contribution 'originates' from a\nContributor if it was added to the Program by such Contributor itself or anyone\nacting on such Contributor's behalf. Contributions do not include additions to\nthe Program which: (i) are separate modules of software distributed in\nconjunction with the Program under their own license agreement, and (ii) are not\nderivative works of the Program.\n\n\"Contributor\" means any person or entity that distributes the Program.\n\n\"Licensed Patents \" mean patent claims licensable by a Contributor which are\nnecessarily infringed by the use or sale of its Contribution alone or when\ncombined with the Program.\n\n\"Program\" means the Contributions distributed in accordance with this Agreement.\n\n\"Recipient\" means anyone who receives the Program under this Agreement,\nincluding all Contributors.\n\n2. GRANT OF RIGHTS\n\na) Subject to the terms of this Agreement, each Contributor hereby grants\nRecipient a non-exclusive, worldwide, royalty-free copyright license to\nreproduce, prepare derivative works of, publicly display, publicly perform,\ndistribute and sublicense the Contribution of such Contributor, if any, and such\nderivative works, in source code and object code form.\n\nb) Subject to the terms of this Agreement, each Contributor hereby grants\nRecipient a non-exclusive, worldwide, royalty-free patent license under Licensed\nPatents to make, use, sell, offer to sell, import and otherwise transfer the\nContribution of such Contributor, if any, in source code and object code form.\nThis patent license shall apply to the combination of the Contribution and the\nProgram if, at the time the Contribution is added by the Contributor, such\naddition of the Contribution causes such combination to be covered by the\nLicensed Patents. The patent license shall not apply to any other combinations\nwhich include the Contribution. No hardware per se is licensed hereunder.\n\nc) Recipient understands that although each Contributor grants the licenses\nto its Contributions set forth herein, no assurances are provided by any\nContributor that the Program does not infringe the patent or other intellectual\nproperty rights of any other entity. Each Contributor disclaims any liability to\nRecipient for claims brought by any other entity based on infringement of\nintellectual property rights or otherwise. As a condition to exercising the\nrights and licenses granted hereunder, each Recipient hereby assumes sole\nresponsibility to secure any other intellectual property rights needed, if any.\nFor example, if a third party patent license is required to allow Recipient to\ndistribute the Program, it is Recipient's responsibility to acquire that license\nbefore distributing the Program.\n\nd) Each Contributor represents that to its knowledge it has sufficient\ncopyright rights in its Contribution, if any, to grant the copyright license set\nforth in this Agreement.\n\n3. REQUIREMENTS\n\nA Contributor may choose to distribute the Program in object code form under its\nown license agreement, provided that:\n\na) it complies with the terms and conditions of this Agreement; and\n\nb) its license agreement:\n\ni) effectively disclaims on behalf of all Contributors all warranties and\nconditions, express and implied, including warranties or conditions of title and\nnon-infringement, and implied warranties or conditions of merchantability and\nfitness for a particular purpose;\n\nii) effectively excludes on behalf of all Contributors all liability for\ndamages, including direct, indirect, special, incidental and consequential\ndamages, such as lost profits;\n\niii) states that any provisions which differ from this Agreement are offered\nby that Contributor alone and not by any other party; and\n\niv) states that source code for the Program is available from such\nContributor, and informs licensees how to obtain it in a reasonable manner on or\nthrough a medium customarily used for software exchange.\n\nWhen the Program is made available in source code form:\n\na) it must be made available under this Agreement; and\n\nb) a copy of this Agreement must be included with each copy of the Program.\n\nContributors may not remove or alter any copyright notices contained within the\nProgram.\n\nEach Contributor must identify itself as the originator of its Contribution, if\nany, in a manner that reasonably allows subsequent Recipients to identify the\noriginator of the Contribution.\n\n4. COMMERCIAL DISTRIBUTION\n\nCommercial distributors of software may accept certain responsibilities with\nrespect to end users, business partners and the like. While this license is\nintended to facilitate the commercial use of the Program, the Contributor who\nincludes the Program in a commercial product offering should do so in a manner\nwhich does not create potential liability for other Contributors. Therefore, if\na Contributor includes the Program in a commercial product offering, such\nContributor (\"Commercial Contributor\") hereby agrees to defend and indemnify\nevery other Contributor (\"Indemnified Contributor\") against any losses, damages\nand costs (collectively \"Losses\") arising from claims, lawsuits and other legal\nactions brought by a third party against the Indemnified Contributor to the\nextent caused by the acts or omissions of such Commercial Contributor in\nconnection with its distribution of the Program in a commercial product\noffering. The obligations in this section do not apply to any claims or Losses\nrelating to any actual or alleged intellectual property infringement. In order\nto qualify, an Indemnified Contributor must: a) promptly notify the Commercial\nContributor in writing of such claim, and b) allow the Commercial Contributor to\ncontrol, and cooperate with the Commercial Contributor in, the defense and any\nrelated settlement negotiations. The Indemnified Contributor may participate in\nany such claim at its own expense.\n\nFor example, a Contributor might include the Program in a commercial product\noffering, Product X. That Contributor is then a Commercial Contributor. If that\nCommercial Contributor then makes performance claims, or offers warranties\nrelated to Product X, those performance claims and warranties are such\nCommercial Contributor's responsibility alone. Under this section, the\nCommercial Contributor would have to defend claims against the other\nContributors related to those performance claims and warranties, and if a court\nrequires any other Contributor to pay any damages as a result, the Commercial\nContributor must pay those damages.\n\n5. NO WARRANTY\n\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR\nIMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,\nNON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each\nRecipient is solely responsible for determining the appropriateness of using and\ndistributing the Program and assumes all risks associated with its exercise of\nrights under this Agreement, including but not limited to the risks and costs of\nprogram errors, compliance with applicable laws, damage to or loss of data,\nprograms or equipment, and unavailability or interruption of operations.\n\n6. DISCLAIMER OF LIABILITY\n\nEXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY\nCONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST\nPROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\nSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS\nGRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n7. GENERAL\n\nIf any provision of this Agreement is invalid or unenforceable under applicable\nlaw, it shall not affect the validity or enforceability of the remainder of the\nterms of this Agreement, and without further action by the parties hereto, such\nprovision shall be reformed to the minimum extent necessary to make such\nprovision valid and enforceable.\n\nIf Recipient institutes patent litigation against a Contributor with respect to\na patent applicable to software (including a cross-claim or counterclaim in a\nlawsuit), then any patent licenses granted by that Contributor to such Recipient\nunder this Agreement shall terminate as of the date such litigation is filed. In\naddition, if Recipient institutes patent litigation against any entity\n(including a cross-claim or counterclaim in a lawsuit) alleging that the Program\nitself (excluding combinations of the Program with other software or hardware)\ninfringes such Recipient's patent(s), then such Recipient's rights granted under\nSection 2(b) shall terminate as of the date such litigation is filed.\n\nAll Recipient's rights under this Agreement shall terminate if it fails to\ncomply with any of the material terms or conditions of this Agreement and does\nnot cure such failure in a reasonable period of time after becoming aware of\nsuch noncompliance. If all Recipient's rights under this Agreement terminate,\nRecipient agrees to cease use and distribution of the Program as soon as\nreasonably practicable. However, Recipient's obligations under this Agreement\nand any licenses granted by Recipient relating to the Program shall continue and\nsurvive.\n\nEveryone is permitted to copy and distribute copies of this Agreement, but in\norder to avoid inconsistency the Agreement is copyrighted and may only be\nmodified in the following manner. The Agreement Steward reserves the right to\npublish new versions (including revisions) of this Agreement from time to time.\nNo one other than the Agreement Steward has the right to modify this Agreement.\nIBM is the initial Agreement Steward. IBM may assign the responsibility to serve\nas the Agreement Steward to a suitable separate entity. Each new version of the\nAgreement will be given a distinguishing version number. The Program (including\nContributions) may always be distributed subject to the version of the Agreement\nunder which it was received. In addition, after a new version of the Agreement\nis published, Contributor may elect to distribute the Program (including its\nContributions) under the new version. Except as expressly stated in Sections\n2(a) and 2(b) above, Recipient receives no rights or licenses to the\nintellectual property of any Contributor under this Agreement, whether\nexpressly, by implication, estoppel or otherwise. All rights in the Program not\nexpressly granted under this Agreement are reserved.\n\nThis Agreement is governed by the laws of the State of New York and the\nintellectual property laws of the United States of America. No party to this\nAgreement will bring a legal action under this Agreement more than one year\nafter the cause of action arose. Each party waives its rights to a jury trial in\nany resulting litigation.\n\n------------------------------------------------------------------------------\nLicense for the JCIFS package\n------------------------------------------------------------------------------\nJCIFS License\n\n          GNU LESSER GENERAL PUBLIC LICENSE\n               Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n                Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n  This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it.  You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n  When we speak of free software, we are referring to freedom of use,\nnot price.  Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n  To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights.  These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n  For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou.  You must make sure that they, too, receive or can get the source\ncode.  If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit.  And you must show them these terms so they know their rights.\n\n  We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n  To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library.  Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\f\n  Finally, software patents pose a constant threat to the existence of\nany free program.  We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder.  Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n  Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License.  This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License.  We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n  When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library.  The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom.  The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n  We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License.  It also provides other free software developers Less\nof an advantage over competing non-free programs.  These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries.  However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n  For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard.  To achieve this, non-free programs must be\nallowed to use the library.  A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries.  In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n  In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software.  For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n  Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.  Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\".  The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\f\n          GNU LESSER GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n  A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n  The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms.  A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language.  (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n  \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it.  For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n  Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it).  Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n\n  1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n  You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n  2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) The modified work must itself be a software library.\n\n    b) You must cause the files modified to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    c) You must cause the whole of the work to be licensed at no\n    charge to all third parties under the terms of this License.\n\n    d) If a facility in the modified Library refers to a function or a\n    table of data to be supplied by an application program that uses\n    the facility, other than as an argument passed when the facility\n    is invoked, then you must make a good faith effort to ensure that,\n    in the event an application does not supply such function or\n    table, the facility still operates, and performs whatever part of\n    its purpose remains meaningful.\n\n    (For example, a function in a library to compute square roots has\n    a purpose that is entirely well-defined independent of the\n    application.  Therefore, Subsection 2d requires that any\n    application-supplied function or table used by this function must\n    be optional: if the application does not supply it, the square\n    root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library.  To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License.  (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.)  Do not make any other change in\nthese notices.\n\f\n  Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n  This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n  4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n  If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\".  Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n  However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\".  The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n  When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library.  The\nthreshold for this to be true is not precisely defined by law.\n\n  If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork.  (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n  Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\f\n  6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n  You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License.  You must supply a copy of this License.  If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License.  Also, you must do one\nof these things:\n\n    a) Accompany the work with the complete corresponding\n    machine-readable source code for the Library including whatever\n    changes were used in the work (which must be distributed under\n    Sections 1 and 2 above); and, if the work is an executable linked\n    with the Library, with the complete machine-readable \"work that\n    uses the Library\", as object code and/or source code, so that the\n    user can modify the Library and then relink to produce a modified\n    executable containing the modified Library.  (It is understood\n    that the user who changes the contents of definitions files in the\n    Library will not necessarily be able to recompile the application\n    to use the modified definitions.)\n\n    b) Use a suitable shared library mechanism for linking with the\n    Library.  A suitable mechanism is one that (1) uses at run time a\n    copy of the library already present on the user's computer system,\n    rather than copying library functions into the executable, and (2)\n    will operate properly with a modified version of the library, if\n    the user installs one, as long as the modified version is\n    interface-compatible with the version that the work was made with.\n\n    c) Accompany the work with a written offer, valid for at\n    least three years, to give the same user the materials\n    specified in Subsection 6a, above, for a charge no more\n    than the cost of performing this distribution.\n\n    d) If distribution of the work is made by offering access to copy\n    from a designated place, offer equivalent access to copy the above\n    specified materials from the same place.\n\n    e) Verify that the user has already received a copy of these\n    materials or that you have already sent this user a copy.\n\n  For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it.  However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n  It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system.  Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\f\n  7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n    a) Accompany the combined library with a copy of the same work\n    based on the Library, uncombined with any other library\n    facilities.  This must be distributed under the terms of the\n    Sections above.\n\n    b) Give prominent notice with the combined library of the fact\n    that part of it is a work based on the Library, and explaining\n    where to find the accompanying uncombined form of the same work.\n\n  8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License.  Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License.  However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n  9. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n  10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\f\n  11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded.  In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n  13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation.  If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\f\n  14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission.  For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this.  Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n                NO WARRANTY\n\n  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n             END OF TERMS AND CONDITIONS\n\f\n           How to Apply These Terms to Your New Libraries\n\n  If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change.  You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n  To apply these terms, attach the following notices to the library.  It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the library's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This library is free software; you can redistribute it and/or\n    modify it under the terms of the GNU Lesser General Public\n    License as published by the Free Software Foundation; either\n    version 2.1 of the License, or (at your option) any later version.\n\n    This library is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n    Lesser General Public License for more details.\n\n    You should have received a copy of the GNU Lesser General Public\n    License along with this library; if not, write to the Free Software\n    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the\n  library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n  <signature of Ty Coon>, 1 April 1990\n  Ty Coon, President of Vice\n\nThat's all there is to it!\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/lombok_license.txt",
    "content": "Copyright (C) 2009-2015 The Project Lombok Authors.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE."
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/rxjava_license.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/testdata/spring_license.txt",
    "content": "\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/trove_license.txt",
    "content": "          GNU LESSER GENERAL PUBLIC LICENSE\n               Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n                Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n  This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it.  You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations below.\n\n  When we speak of free software, we are referring to freedom of use,\nnot price.  Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n  To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights.  These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n  For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou.  You must make sure that they, too, receive or can get the source\ncode.  If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit.  And you must show them these terms so they know their rights.\n\n  We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n  To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library.  Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\f\n  Finally, software patents pose a constant threat to the existence of\nany free program.  We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder.  Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n  Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License.  This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License.  We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n  When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library.  The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom.  The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n  We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License.  It also provides other free software developers Less\nof an advantage over competing non-free programs.  These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries.  However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n  For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it becomes\na de-facto standard.  To achieve this, non-free programs must be\nallowed to use the library.  A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries.  In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n  In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software.  For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n  Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.  Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\".  The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\f\n          GNU LESSER GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n  A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n  The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms.  A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language.  (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n  \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it.  For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control compilation\nand installation of the library.\n\n  Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it).  Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n\n  1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n  You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n  2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) The modified work must itself be a software library.\n\n    b) You must cause the files modified to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    c) You must cause the whole of the work to be licensed at no\n    charge to all third parties under the terms of this License.\n\n    d) If a facility in the modified Library refers to a function or a\n    table of data to be supplied by an application program that uses\n    the facility, other than as an argument passed when the facility\n    is invoked, then you must make a good faith effort to ensure that,\n    in the event an application does not supply such function or\n    table, the facility still operates, and performs whatever part of\n    its purpose remains meaningful.\n\n    (For example, a function in a library to compute square roots has\n    a purpose that is entirely well-defined independent of the\n    application.  Therefore, Subsection 2d requires that any\n    application-supplied function or table used by this function must\n    be optional: if the application does not supply it, the square\n    root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library.  To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License.  (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.)  Do not make any other change in\nthese notices.\n\f\n  Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n  This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n  4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n  If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\".  Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n  However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\".  The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n  When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library.  The\nthreshold for this to be true is not precisely defined by law.\n\n  If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork.  (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n  Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\f\n  6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n  You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License.  You must supply a copy of this License.  If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License.  Also, you must do one\nof these things:\n\n    a) Accompany the work with the complete corresponding\n    machine-readable source code for the Library including whatever\n    changes were used in the work (which must be distributed under\n    Sections 1 and 2 above); and, if the work is an executable linked\n    with the Library, with the complete machine-readable \"work that\n    uses the Library\", as object code and/or source code, so that the\n    user can modify the Library and then relink to produce a modified\n    executable containing the modified Library.  (It is understood\n    that the user who changes the contents of definitions files in the\n    Library will not necessarily be able to recompile the application\n    to use the modified definitions.)\n\n    b) Use a suitable shared library mechanism for linking with the\n    Library.  A suitable mechanism is one that (1) uses at run time a\n    copy of the library already present on the user's computer system,\n    rather than copying library functions into the executable, and (2)\n    will operate properly with a modified version of the library, if\n    the user installs one, as long as the modified version is\n    interface-compatible with the version that the work was made with.\n\n    c) Accompany the work with a written offer, valid for at\n    least three years, to give the same user the materials\n    specified in Subsection 6a, above, for a charge no more\n    than the cost of performing this distribution.\n\n    d) If distribution of the work is made by offering access to copy\n    from a designated place, offer equivalent access to copy the above\n    specified materials from the same place.\n\n    e) Verify that the user has already received a copy of these\n    materials or that you have already sent this user a copy.\n\n  For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it.  However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n  It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system.  Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\f\n  7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n    a) Accompany the combined library with a copy of the same work\n    based on the Library, uncombined with any other library\n    facilities.  This must be distributed under the terms of the\n    Sections above.\n\n    b) Give prominent notice with the combined library of the fact\n    that part of it is a work based on the Library, and explaining\n    where to find the accompanying uncombined form of the same work.\n\n  8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License.  Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License.  However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n  9. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n  10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\f\n  11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under any\nparticular circumstance, the balance of the section is intended to apply,\nand the section as a whole is intended to apply in other circumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License may add\nan explicit geographical distribution limitation excluding those countries,\nso that distribution is permitted only in or among countries not thus\nexcluded.  In such case, this License incorporates the limitation as if\nwritten in the body of this License.\n\n  13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation.  If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\f\n  14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission.  For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this.  Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n                NO WARRANTY\n\n  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n             END OF TERMS AND CONDITIONS\n\f\n           How to Apply These Terms to Your New Libraries\n\n  If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change.  You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms of the\nordinary General Public License).\n\n  To apply these terms, attach the following notices to the library.  It is\nsafest to attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the library's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This library is free software; you can redistribute it and/or\n    modify it under the terms of the GNU Lesser General Public\n    License as published by the Free Software Foundation; either\n    version 2.1 of the License, or (at your option) any later version.\n\n    This library is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n    Lesser General Public License for more details.\n\n    You should have received a copy of the GNU Lesser General Public\n    License along with this library; if not, write to the Free Software\n    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the library, if\nnecessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the\n  library `Frob' (a library for tweaking knobs) written by James Random Hacker.\n\n  <signature of Ty Coon>, 1 April 1990\n  Ty Coon, President of Vice\n\nThat's all there is to it!\n\n\n"
  },
  {
    "path": "idea-config/plugins/Kotlin/kotlinc/license/third_party/trove_readme_license.txt",
    "content": "The Trove library is licensed under the Lesser GNU Public License,\nwhich is included with the distribution in a file called trove_license.txt.\n\n\nThe PrimeFinder and HashFunctions classes in Trove are subject to the\nfollowing license restrictions:\n\nCopyright (c) 1999 CERN - European Organization for Nuclear Research.\n\nPermission to use, copy, modify, distribute and sell this software and\nits documentation for any purpose is hereby granted without fee,\nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in\nsupporting documentation. CERN makes no representations about the\nsuitability of this software for any purpose. It is provided \"as is\"\nwithout expressed or implied warranty.\n\n\n"
  },
  {
    "path": "idea-config/plugins/availables.xml.etag",
    "content": "801081DDA00B029E95C23B60519AA41088C34C57"
  },
  {
    "path": "keyrings/live/blackbox-admins.txt",
    "content": "yrashk@keybase.io\n"
  },
  {
    "path": "keyrings/live/blackbox-files.txt",
    "content": "mail/pass-gmail\nmail/pass-yrashk\nprivate/atom-exception-reporting\nprivate/id_rsa\nprivate/idea.key\n"
  },
  {
    "path": "mail/afew-config",
    "content": "[SpamFilter]\n[KillThreadsFilter]\n[ListMailsFilter]\n[ArchiveSentMailsFilter]\n[InboxFilter]\n"
  },
  {
    "path": "mail/astroid.nix",
    "content": "{ pkgs }:\n\n{\n  accounts =\n  {\n    yrashk =\n    {\n      additional_sent_tags = \"\";\n      always_gpg_sign = \"false\";\n      default = \"true\";\n      email = \"me@yrashk.com\";\n      gpgkey = \"me@yrashk.com\";\n      name = \"Yurii Rashkovskii\";\n      save_drafts_to = \"/home/yrashk/.mail/yrashk/Drafts/\";\n      save_sent = \"false\";\n      save_sent_to = \"/home/yrashk/.mail/yrashk/Sent/cur/\";\n      select_query = \"\";\n      sendmail = \"${pkgs.msmtp}/bin/msmtp --read-envelope-from -i -t\";\n      signature_attach = \"false\";\n      signature_default_on = \"true\";\n      signature_file = \"\";\n      signature_file_markdown = \"\";\n      signature_separate = \"false\";\n    };\n  };\n  astroid =\n  {\n    config =\n    {\n      version = \"11\";\n    };\n    debug =\n    {\n      dryrun_sending = \"false\";\n    };\n    hints =\n    {\n      level = \"0\";\n    };\n    log =\n    {\n      level = \"info\";\n      stdout = \"true\";\n      syslog = \"false\";\n    };\n    notmuch_config = \"/home/yrashk/.notmuch-config\";\n  };\n  attachment =\n  {\n    external_open_cmd = \"xdg-open\";\n  };\n  crypto =\n  {\n    gpg =\n    {\n      always_trust = \"true\";\n      enabled = \"true\";\n      path = \"${pkgs.gnupg}/bin/gnupg\";\n    };\n  };\n  editor =\n  {\n    attachment_directory = \"~\";\n    attachment_words = \"attach\";\n    charset = \"utf-8\";\n    cmd =\n      \"${pkgs.vimHugeX}/bin/vim -g --servername %2 --socketid %3 -f -c 'set ft=mail' '+set fileencoding=utf-8' '+set ff=unix' '+set enc=utf-8' '+set fo+=w' %1\";\n    external_editor = \"false\";\n    markdown_processor = \"marked\";\n    save_draft_on_force_quit = \"true\";\n  };\n  general =\n  {\n    time =\n    {\n      clock_format = \"local\";\n      diff_year = \"%x\";\n      same_year = \"%b %-e\";\n    };\n  };\n  mail =\n  {\n    close_on_success = \"false\";\n    format_flowed = \"false\";\n    forward =\n    {\n      disposition = \"inline\";\n      quote_line = \"Forwarding %1's message of %2:\";\n    };\n    message_id_fqdn = \"\";\n    message_id_user = \"\";\n    reply =\n    {\n      mailinglist_reply_to_sender = \"true\";\n      quote_line = \"Excerpts from %1's message of %2:\";\n    };\n    send_delay = \"2\";\n    sent_tags = \"sent\";\n    user_agent = \"default\";\n  };\n  poll =\n  {\n    always_full_refresh = \"false\";\n    interval = \"60\";\n  };\n  saved_searches =\n  {\n    history_lines = \"1000\";\n    history_lines_to_show = \"15\";\n    save_history = \"true\";\n    show_on_startup = \"false\";\n  };\n  startup =\n  {\n    queries = (import ./queries);\n  };\n  terminal =\n  {\n    font_description = \"default\";\n    height = \"10\";\n  };\n  thread_index =\n  {\n    cell =\n    {\n      authors_length = \"20\";\n      background_color_marked = \"#fff584\";\n      background_color_marked_selected = \"#bcb559\";\n      background_color_selected = \"\";\n      date_length = \"10\";\n      font_description = \"default\";\n      hidden_tags = \"attachment,flagged,unread\";\n      line_spacing = \"2\";\n      message_count_length = \"4\";\n      subject_color = \"#807d74\";\n      subject_color_selected = \"#000000\";\n      tags_alpha = \"0.5\";\n      tags_length = \"80\";\n      tags_lower_color = \"#333333\";\n      tags_upper_color = \"#e5e5e5\";\n    };\n    page_jump_rows = \"6\";\n    sort_order = \"newest\";\n  };\n  thread_view =\n  {\n    allow_remote_when_encrypted = \"false\";\n    default_save_directory = \"~\";\n    expand_flagged = \"true\";\n    gravatar =\n    {\n      enable = \"true\";\n    };\n    indent_messages = \"false\";\n    mark_unread_delay = \"0.5\";\n    open_external_link = \"xdg-open\";\n    open_html_part_external = \"false\";\n    preferred_html_only = \"false\";\n    #preferred_type = \"html\";\n  };\n}\n"
  },
  {
    "path": "mail/mbsyncrc",
    "content": "IMAPAccount yrashk\nHost mail.etceteralabs.com\nUser me@yrashk.com\nPassCmd \"cat ~/.mail/pass-yrashk\"\nSSLType IMAPS\n\nIMAPStore yrashk-remote\nAccount yrashk\n\nMaildirStore local\nPath ~/.mail/yrashk/\nInbox ~/.mail/yrashk/Inbox\nSubFolders Verbatim\n\nChannel yrashk\nMaster :yrashk-remote:\nSlave :local:\nPatterns *\nCreate Both\nSyncState *\n\nIMAPAccount gmail\nHost imap.gmail.com\nUser yrashk@gmail.com\nPassCmd \"cat ~/.mail/pass-gmail\"\nSSLType IMAPS\n\nIMAPStore gmail-remote\nAccount gmail\n\nMaildirStore gmail-local\nPath ~/.mail/gmail/\nInbox ~/.mail/gmail/Inbox\nSubFolders Verbatim\n\nChannel gmail\nMaster :gmail-remote:\nSlave :gmail-local:\nPatterns * ![Gmail]* \"[Gmail]/Sent Mail\" \"[Gmail]/Starred\" \"[Gmail]/All Mail\"\nCreate Both \nSyncState *\n"
  },
  {
    "path": "mail/notmuch",
    "content": "notmuch new\nafew -n -t\nnotmuch tag +gmail -- \"to:yrashk@gmail.com\"\nnotmuch tag +gmail -- \"x-github-recipient:yrashk\"\nnotmuch tag +amazon -inbox -unread -- \"from:@amazon.ca\"\nnotmuch tag +twitter -inbox -unread -- \"from:info@twitter.com\"\n"
  },
  {
    "path": "mail/notmuch-config",
    "content": "# .notmuch-config - Configuration file for the notmuch mail system\n#\n# For more information about notmuch, see https://notmuchmail.org\n\n# Database configuration\n#\n# The only value supported here is 'path' which should be the top-level\n# directory where your mail currently exists and to where mail will be\n# delivered in the future. Files should be individual email messages.\n# Notmuch will store its database within a sub-directory of the path\n# configured here named \".notmuch\".\n#\n[database]\npath=/home/yrashk/.mail\n\n# User configuration\n#\n# Here is where you can let notmuch know how you would like to be\n# addressed. Valid settings are\n#\n#\tname\t\tYour full name.\n#\tprimary_email\tYour primary email address.\n#\tother_email\tA list (separated by ';') of other email addresses\n#\t\t\tat which you receive email.\n#\n# Notmuch will use the various email addresses configured here when\n# formatting replies. It will avoid including your own addresses in the\n# recipient list of replies, and will set the From address based on the\n# address to which the original email was addressed.\n#\n[user]\nname=Yurii Rashkovskii\nprimary_email=me@yrashk.com\nother_email=yrashk@gmail.com;yrashk@etceteralabs.com;yurii@rashkovskii.com;\n\n# Configuration for \"notmuch new\"\n#\n# The following options are supported here:\n#\n#\ttags\tA list (separated by ';') of the tags that will be\n#\t\tadded to all messages incorporated by \"notmuch new\".\n#\n#\tignore\tA list (separated by ';') of file and directory names\n#\t\tthat will not be searched for messages by \"notmuch new\".\n#\n#\t\tNOTE: *Every* file/directory that goes by one of those\n#\t\tnames will be ignored, independent of its depth/location\n#\t\tin the mail store.\n#\n[new]\ntags=new\nignore=\n\n# Search configuration\n#\n# The following option is supported here:\n#\n#\texclude_tags\n#\t\tA ;-separated list of tags that will be excluded from\n#\t\tsearch results by default.  Using an excluded tag in a\n#\t\tquery will override that exclusion.\n#\n[search]\nexclude_tags=deleted;spam;\n\n# Maildir compatibility configuration\n#\n# The following option is supported here:\n#\n#\tsynchronize_flags      Valid values are true and false.\n#\n#\tIf true, then the following maildir flags (in message filenames)\n#\twill be synchronized with the corresponding notmuch tags:\n#\n#\t\tFlag\tTag\n#\t\t----\t-------\n#\t\tD\tdraft\n#\t\tF\tflagged\n#\t\tP\tpassed\n#\t\tR\treplied\n#\t\tS\tunread (added when 'S' flag is not present)\n#\n#\tThe \"notmuch new\" command will notice flag changes in filenames\n#\tand update tags, while the \"notmuch tag\" and \"notmuch restore\"\n#\tcommands will notice tag changes and update flags in filenames\n#\n[maildir]\nsynchronize_flags=true\n"
  },
  {
    "path": "mail/queries",
    "content": "{\n  inbox = \"tag:inbox AND tag:unread AND (NOT tag:lists) AND (NOT tag:amazon)\";\n  github = \"tag:lists AND from:@github.com AND tag:unread\";\n  lists = \"tag:lists AND tag:unread\";\n}\n"
  },
  {
    "path": "pkgs/dummy-wget/default.nix",
    "content": "{ stdenv, ... }:\n\nstdenv.mkDerivation rec {\n  name = \"dummy-wget\";\n\n  src = ./wget.sh;\n\n  phases = [ \"installPhase\" ];\n\n  installPhase = ''\n    mkdir -p $out/bin\n    cp -v $src $out/bin/wget\n    chmod +x $out/bin/wget\n  '';\n}\n"
  },
  {
    "path": "pkgs/dummy-wget/wget.sh",
    "content": "#!/usr/bin/env bash\n\necho \"dummy wget\"\n\nexit 1\n"
  },
  {
    "path": "pkgs/isabelle2011-1/default.nix",
    "content": "{ stdenv, fetchurl, perl, nettools, polyml, proofgeneral }:\n# nettools needed for hostname\n\nlet\n  pname = \"Isabelle\";\n  version = \"2011-1\";\n  name = \"${pname}${version}\";\n  theories = [\"HOL\" \"FOL\" \"ZF\"];\nin\n\nstdenv.mkDerivation {\n  inherit name theories;\n\n  src = fetchurl {\n    url = \"http://isabelle.in.tum.de/website-Isabelle${version}/dist/Isabelle${version}.tar.gz\";\n    sha256 = \"027wxm9w163vvhq7d130kvngrn6s1fk56yda2mh4zd0n3bipzms8\";\n  };\n\n  buildInputs = [ perl polyml nettools ];\n\n  sourceRoot = name;\n\n  patches = [ ./settings.patch ];\n\n  postPatch = ''\n    ENV=$(type -p env)\n    patchShebangs \".\"\n    substituteInPlace lib/Tools/env \\\n      --replace /usr/bin/env $ENV\n    substituteInPlace lib/Tools/install \\\n      --replace /usr/bin/env $ENV\n    substituteInPlace src/Pure/IsaMakefile \\\n      --replace /bin/bash /bin/sh\n    substituteInPlace etc/settings \\\n      --subst-var-by ML_HOME \"${polyml}/bin\" \\\n      --subst-var-by PROOFGENERAL_HOME \"${proofgeneral}/share/emacs/site-lisp/ProofGeneral\"\n  '';\n\n  buildPhase = ''\n    ./build $theories\n  '';\n\n  installPhase = ''\n    mkdir -p $out/bin\n    mv $TMP/$name $out\n    cd $out/$name\n    bin/isabelle install -p $out/bin\n  '';\n\n  meta = {\n    description = \"A generic proof assistant\";\n\n    longDescription = ''\n      Isabelle is a generic proof assistant.  It allows mathematical formulas\n      to be expressed in a formal language and provides tools for proving those\n      formulas in a logical calculus.\n    '';\n    homepage = http://isabelle.in.tum.de/;\n    license = \"LGPL\";\n  };\n}\n"
  },
  {
    "path": "pkgs/isabelle2011-1/settings.patch",
    "content": "diff -Nuar Isabelle2011/etc/settings Isabelle2011-fix/etc/settings\n--- Isabelle2011/etc/settings\t2011-01-30 13:02:18.000000000 +0100\n+++ Isabelle2011-fix/etc/settings\t2011-05-14 22:56:04.000000000 +0200\n@@ -17,13 +17,7 @@\n \n # Poly/ML 5.x (automated settings)\n ML_PLATFORM=\"$ISABELLE_PLATFORM\"\n-ML_HOME=\"$(choosefrom \\\n-  \"$ISABELLE_HOME/contrib/polyml/$ML_PLATFORM\" \\\n-  \"$ISABELLE_HOME/../polyml/$ML_PLATFORM\" \\\n-  \"/usr/local/polyml/$ML_PLATFORM\" \\\n-  \"/usr/share/polyml/$ML_PLATFORM\" \\\n-  \"/opt/polyml/$ML_PLATFORM\" \\\n-  \"\")\"\n+ML_HOME=@ML_HOME@\n ML_SYSTEM=$(\"$ISABELLE_HOME/lib/scripts/polyml-version\")\n ML_OPTIONS=\"-H 200\"\n ML_SOURCES=\"$ML_HOME/../src\"\n@@ -175,13 +169,7 @@\n ###\n \n # Proof General home, look in a variety of places\n-PROOFGENERAL_HOME=\"$(choosefrom \\\n-  \"$ISABELLE_HOME/contrib/ProofGeneral\" \\\n-  \"$ISABELLE_HOME/../ProofGeneral\" \\\n-  \"/usr/local/ProofGeneral\" \\\n-  \"/usr/share/ProofGeneral\" \\\n-  \"/opt/ProofGeneral\" \\\n-  \"\")\"\n+PROOFGENERAL_HOME=@PROOFGENERAL_HOME@\n \n PROOFGENERAL_OPTIONS=\"\"\n #PROOFGENERAL_OPTIONS=\"-m no_brackets -m no_type_brackets\"\n"
  },
  {
    "path": "pkgs/polyml-5-4/default.nix",
    "content": "{stdenv, fetchurl}:\n\nlet\n  pname = \"polyml\";\n  version = \"5.4\";\nin\n\nstdenv.mkDerivation {\n  name = \"${pname}-${version}\";\n\n  src = fetchurl {\n    url = \"mirror://sourceforge/${pname}/${pname}.${version}.tar.gz\";\n    sha256 = \"1ykbm4zk260dkdr8jl7mjaqxy98h65fq0z82k44b1fp5q8zy5d34\";\n  };\n\n  meta = {\n    description = \"Standard ML compiler and interpreter\";\n    longDescription = ''\n      Poly/ML is a full implementation of Standard ML.\n    '';\n    homepage = http://www.polyml.org/;\n    license = \"LGPL\";\n    platforms = with stdenv.lib.platforms; linux;\n    maintainers = [ #Add your name here!\n      stdenv.lib.maintainers.z77z\n    ];\n  };\n}\n"
  },
  {
    "path": "pkgs/tla-plus/core.nix",
    "content": "# http://research.microsoft.com/en-us/um/people/lamport/tla/tools.html\n\n{ lib, fetchzip, makeWrapper, stdenv, jre, ... }:\n\nlet\n\n  mkModule = { name, version, java-main, meta }: stdenv.mkDerivation {\n\n    name = \"tla-plus-${name}-${version}\";\n\n    src = fetchzip {\n\n      # Originally from https://tla.msr-inria.inria.fr/tlatoolbox/dist/tla.zip\n      url = \"https://github.com/chris-martin/tla-plus/raw/5c9786746f6a2ba74e031279eb858bd9a1c59613/tla.zip\";\n\n      sha256 = \"1n4v2pnlbih8hgmchwb21wy9cwv59gb3jv0rj427jal3nyh2ay3b\";\n    };\n\n    buildInputs = [ makeWrapper ];\n\n    phases = [ \"installPhase\" ];\n\n    installPhase = ''\n      mkdir -pv \"$out/bin\"\n      echo -e \"${jre}/bin/java ${java-main} \\\"\\$@\\\"\" > \"$out/bin/${name}\"\n      chmod +x \"$out/bin/${name}\"\n      wrapProgram \"$out/bin/${name}\" --set CLASSPATH \"$src\"\n    '';\n\n    meta = {\n\n      # http://research.microsoft.com/en-us/um/people/lamport/tla/license.html\n      license = with lib.licenses; [ mit ];\n\n    } // meta;\n\n  };\n\n  modules = {\n\n    tlc = mkModule {\n      name = \"tlc\";\n      version = \"2.08\";\n      java-main = \"tlc2.TLC\";\n      meta = {\n        homepage = \"http://research.microsoft.com/en-us/um/people/lamport/tla/tlc.html\";\n        description = \"The TLA+ Model Checker\";\n        longDescription = ''\n          Model checker for specifications written in TLA+. TLA+ is a specification\n          language based on TLA, the Temporal Logic of Actions.\n        '';\n      };\n    };\n\n    sany = mkModule {\n      name = \"sany\";\n      version = \"2.1\";\n      java-main = \"tla2sany.SANY\";\n      meta = {\n        homepage = \"http://research.microsoft.com/en-us/um/people/lamport/tla/sany.html\";\n        description = \"The TLA+ Syntactic Analyzer\";\n        longDescription = ''\n          Parser and semantic analyzer for the TLA+ specification language.\n        '';\n      };\n    };\n\n    pluscal = mkModule {\n      name = \"pluscal\";\n      version = \"1.8\";\n      java-main = \"pcal.trans\";\n      meta = {\n        homepage = \"http://research.microsoft.com/en-us/um/people/lamport/tla/pluscal.html\";\n        description = \"The PlusCal Algorithm Language\";\n        longDescription = ''\n          Algorithm language based on TLA+. A PlusCal algorithm is translated to a TLA+\n          specification, which can be checked with the TLC model checker. An algorithm\n          language is for writing algorithms, just as a programming language is for writing\n          programs. Formerly called +CAL.\n        '';\n      };\n    };\n\n    tlatex = mkModule {\n      name = \"tlatex\";\n      version = \"1.0\";\n      java-main = \"tla2tex.TLA\";\n      meta = {\n        homepage = \"http://research.microsoft.com/en-us/um/people/lamport/tla/tlatex.html\";\n        description = \"A Typesetter for TLA+ Specifications\";\n        longDescription = ''\n          Uses the LaTeX document production system to typeset TLA+ specifications.\n          TLA+ is a specification language based on TLA, the Temporal Logic of Actions.\n        '';\n      };\n    };\n\n  };\n\n  all = with modules; [ tlc sany pluscal tlatex ];\n\nin modules // { inherit all; }\n"
  },
  {
    "path": "pkgs/tla-plus/default.nix",
    "content": "{ callPackage, buildEnv, ... }:\n\nlet\n\n  core = callPackage ./core.nix {};\n\n  tlaps = callPackage ./tlaps.nix {};\n\n  toolbox = callPackage ./toolbox.nix {};\n\n  full = buildEnv {\n    name = \"tla-plus-full\";\n    paths = core.all ++ tlaps.all ++ [ toolbox ];\n  };\n\nin core // tlaps // { inherit toolbox full; }\n"
  },
  {
    "path": "pkgs/tla-plus/tla-toolbox.desktop",
    "content": "[Desktop Entry]\nType=Application\nExec=tla-toolbox\nIcon=tla-toolbox\nComment=IDE for TLA+\nTerminal=false\nName=TLA Toolbox\nCategories=Application;Development;\nStartupWMClass=TLA+ Toolbox\n"
  },
  {
    "path": "pkgs/tla-plus/tlaps.nix",
    "content": "{ lib, fetchurl, makeWrapper, stdenv, ocaml, gawk, isabelle2011-1, cvc3, perl\n, dummy-wget, ... }:\n\nlet\n\n  version = \"1.4.3\";\n\n  src = fetchurl {\n    url = \"https://tla.msr-inria.inria.fr/tlaps/dist/${version}/tlaps-${version}.tar.gz\";\n    sha256 = \"1w5z3ns5xxmhmp8r4x2kjmy3clqam935gmvx82imyxrr1bamx6gf\";\n  };\n\n  mkModule = { name, meta }: args:\n    stdenv.mkDerivation (args // {\n\n      name = \"tlaps-${name}-${version}\";\n\n      inherit src;\n\n      preConfigure = \"cd ${name}\";\n\n      meta = {\n        homepage = \"http://tla.msr-inria.inria.fr/tlaps/content/Home.html\";\n\n        # https://tla.msr-inria.inria.fr/tlaps/content/Download/License.html\n        license = with lib.licenses; [ bsd2 ];\n\n      } // meta;\n\n    });\n\n  modules = {\n\n    isabelle = mkModule {\n      name = \"isabelle\";\n      meta = {};\n    } {\n      buildInputs = [ ocaml isabelle2011-1 cvc3 perl ];\n      buildPhase = \"#\";\n      installPhase = ''\n        runHook preBuild\n\n        mkdir -pv \"$out\"\n        export HOME=\"$out\"\n\n        pushd \"${isabelle2011-1}/Isabelle2011-1/src/Pure\"\n        isabelle make\n        popd\n\n        # Use a modified version of the command in the Makefile\n        # that avoids needing LaTeX dependencies\n        isabelle usedir -b -i true Pure TLA+\n\n        runHook postBuild\n      '';\n    };\n\n    zenon = mkModule {\n      name = \"zenon\";\n      meta = {};\n    } {\n      buildInputs = [ ocaml ];\n      configurePhase = ''\n        runHook preConfigure\n        ./configure --prefix \"$out\"\n        runHook postConfigure\n      '';\n    };\n\n    tlapm = mkModule {\n      name = \"tlapm\";\n      meta = {\n        description = \"The TLA+ Proof System (TLAPS)\";\n        longDescription = ''\n          Mechanically checks TLA+ proofs. TLA+ is a general-purpose formal specification\n          language that is particularly useful for describing concurrent and distributed\n          systems. The TLA+ proof language is declarative, hierarchical, and scalable to\n          large system specifications. It provides a consistent abstraction over the\n          various \"backend\" verifiers. The current release of TLAPS does not perform\n          temporal reasoning, and it does not handle some features of TLA+.\n        '';\n      };\n    } {\n\n      buildInputs = [ makeWrapper ocaml gawk dummy-wget ];\n\n      configurePhase = ''\n        runHook preConfigure\n        ./configure --prefix $out\n        runHook postConfigure\n      '';\n\n      postInstall = with modules; ''\n        wrapProgram \"$out/bin/tlapm\" \\\n          --prefix PATH : \"${isabelle}/bin:${zenon}/bin\"\n      '';\n    };\n\n  };\n\n  all = with modules; [ tlapm isabelle zenon ];\n\nin modules // { inherit all; }\n"
  },
  {
    "path": "pkgs/tla-plus/toolbox.nix",
    "content": "{ lib, fetchzip, makeWrapper, stdenv, jre, swt, gtk2, libXtst, glib, ... }:\n\nlet\n\n  version = \"1.5.4\";\n\n  arch = \"x86_64\";\n\nin stdenv.mkDerivation {\n\n  name = \"tla-toolbox-${version}\";\n\n  meta = {\n\n    homepage = \"http://research.microsoft.com/en-us/um/people/lamport/tla/toolbox.html\";\n\n    description = \"IDE for the TLA+ tools\";\n\n    longDescription = ''\n      Integrated development environment for the TLA+ tools, based on Eclipse. You can use it\n      to create and edit your specs, run the PlusCal translator, view the pretty-printed\n      versions of your modules, run the TLC model checker, and run TLAPS, the TLA+ proof system.\n    '';\n\n    # http://research.microsoft.com/en-us/um/people/lamport/tla/license.html\n    license = with lib.licenses; [ mit ];\n\n  };\n\n  src = fetchzip {\n    url = \"https://github.com/tlaplus/tlaplus/releases/download/v${version}/TLAToolbox-${version}-linux.gtk.x86_64.zip\";\n    sha256 = \"0ic34p7z3c9mbmmycznn4i4cqvddgbv4ncs8x3pvgxah08m9jydi\";\n  };\n\n  buildInputs = [ makeWrapper ];\n\n  phases = [ \"installPhase\" ];\n\n  installPhase = ''\n\n    mkdir -pv \"$out/bin\"\n\n    cp -rv \"$src\" \"$out/toolbox\"\n\n    chmod +w \"$out/toolbox/toolbox\"\n\n    patchelf \\\n      --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \\\n      \"$out/toolbox/toolbox\"\n\n    echo \"cd $(echo $out/toolbox); ./toolbox -data ~/.tla-toolbox \\\"$@\\\"\" \\\n      > \"$out/bin/tla-toolbox\"\n\n    chmod +x $out/bin/tla-toolbox\n\n    wrapProgram \"$out/bin/tla-toolbox\" \\\n      --prefix PATH : \"${jre}/bin\" \\\n      --prefix LD_LIBRARY_PATH : \"${swt}/lib:${gtk2}/lib:${libXtst}/lib:${glib}/lib\"\n\n    echo -e \"\\nCreating TLA Toolbox icons...\"\n    pushd \"$src\"\n    for icon_in in $(find . -path \"./plugins/*/icons/full/etool16/tla_launch_check_wiz_*.png\")\n    do\n      icon_size=$(echo $icon_in | grep -Po \"wiz_\\K[0-9]+\")\n      icon_out=\"$out/share/icons/hicolor/$icon_size\"\"x$icon_size/apps/tla-toolbox.png\"\n      mkdir -pv \"$(dirname $icon_out)\"\n      cp -v \"$icon_in\" \"$icon_out\"\n    done\n    popd\n\n    echo -e \"\\nCreating TLA Toolbox desktop entry...\"\n    desktop_dir=\"$out/share/applications\"\n    mkdir -pv \"$desktop_dir\"\n    cp -v ${./tla-toolbox.desktop} \"$desktop_dir\"\n\n    echo\n  '';\n\n}\n"
  },
  {
    "path": "private/idea.key.gpg",
    "content": "\u0001\f\u0003xZϩƱ\u0001\u0007\u000ei\tcb\u0001\u0006:0ayW=%\u000bb!(k+lC}r:Q *(0W$\u0005\tlh~v_qbi(77t\u0016>{upQv\u0003D\u001fWym8$>˕˄+ ]u\u0017\u001b\u000b '*x%\fv\u0007\"\\N-\t6\u0002!pqLQ\u0010B!\f3m)D\":\u001e\u001e%_18fE=b'\u001cp!ViW\u000f[\u0004\u0013\f\u0010[R\u0001\u001dP\u0016.\u000b4\u000fasՑS\u0017X._S l聉\u000f\u0019!\u0002\u0018lOx+ߣj\b߆F>T\u0007`\u00169x"
  },
  {
    "path": "sit-web.sh",
    "content": "#!/usr/bin/env bash\nrelease=/home/yrashk/Projects/sit-fyi/sit/target/release/sit-web\ndebug=/home/yrashk/Projects/sit-fyi/sit/target/debug/sit-web\nrelease_ts=$(echo -n $(stat -c \"%Y\" $release 2>/dev/null || echo 0))\ndebug_ts=$(echo -n $(stat -c \"%Y\" $debug 2>/dev/null || echo 0))\n\nargv=\"\"\n\nfor arg in \"$@\"\ndo\n  argv=\"${argv} \\\"${arg}\\\"\"\ndone\n\nif [ $release_ts -ge $debug_ts ]; then\n        exec $(/usr/bin/env which bash) -c \"$release $argv\"\nelse\n        exec $(/usr/bin/env which bash) -c \"$debug $argv\"\nfi\n"
  },
  {
    "path": "sit.sh",
    "content": "#!/usr/bin/env bash\nrelease=/home/yrashk/Projects/sit-fyi/sit/target/release/sit\ndebug=/home/yrashk/Projects/sit-fyi/sit/target/debug/sit\nrelease_ts=$(echo -n $(stat -c \"%Y\" $release 2>/dev/null || echo 0))\ndebug_ts=$(echo -n $(stat -c \"%Y\" $debug 2>/dev/null || echo 0))\n\nargv=\"\"\n\nfor arg in \"$@\"\ndo\n  argv=\"${argv} \\\"${arg}\\\"\"\ndone\n\nif [ $release_ts -ge $debug_ts ]; then\n        $(/usr/bin/env which bash) -c \"$release $argv\"\nelse\n        $(/usr/bin/env which bash) -c \"$debug $argv\"\nfi\n"
  },
  {
    "path": "spacemacs",
    "content": ";; -*- mode: emacs-lisp -*-\n;; This file is loaded by Spacemacs at startup.\n;; It must be stored in your home directory.\n\n(setq inferior-clips-program \"clips\")\n\n(setq org-agenda-files '(\"~/org\"))\n(setq org-mobile-directory \"~/org.mobile\")\n(setq mail-host-address \"yrashk.com\")\n(setq mail-user-agent 'message-user-agent)\n(setq message-send-mail-function 'message-send-mail-with-sendmail)\n(setq message-kill-buffer-on-exit t)\n(setq mail-specify-envelope-from t)\n(setq sendmail-program \"/home/yrashk/.nix-profile/bin/msmtp-enqueue\" \n      mail-envelope-from 'header\n      message-sendmail-envelope-from 'header)\n\n(setq notmuch-search-oldest-first nil)\n(setq notmuch-saved-searches '(@queries@))\n\n(defun dotspacemacs/layers ()\n  \"Configuration Layers declaration.\nYou should not put any user code in this function besides modifying the variable\nvalues.\"\n  (setq-default\n   ;; Base distribution to use. This is a layer contained in the directory\n   ;; `+distribution'. For now available distributions are `spacemacs-base'\n   ;; or `spacemacs'. (default 'spacemacs)\n   dotspacemacs-distribution 'spacemacs\n   ;; Lazy installation of layers (i.e. layers are installed only when a file\n   ;; with a supported type is opened). Possible values are `all', `unused'\n   ;; and `nil'. `unused' will lazy install only unused layers (i.e. layers\n   ;; not listed in variable `dotspacemacs-configuration-layers'), `all' will\n   ;; lazy install any layer that support lazy installation even the layers\n   ;; listed in `dotspacemacs-configuration-layers'. `nil' disable the lazy\n   ;; installation feature and you have to explicitly list a layer in the\n   ;; variable `dotspacemacs-configuration-layers' to install it.\n   ;; (default 'unused)\n   dotspacemacs-enable-lazy-installation 'unused\n   ;; If non-nil then Spacemacs will ask for confirmation before installing\n   ;; a layer lazily. (default t)\n   dotspacemacs-ask-for-lazy-installation t\n   ;; If non-nil layers with lazy install support are lazy installed.\n   ;; List of additional paths where to look for configuration layers.\n   ;; Paths must have a trailing slash (i.e. `~/.mycontribs/')\n   dotspacemacs-configuration-layer-path '()\n   ;; List of configuration layers to load.\n   dotspacemacs-configuration-layers\n   '(\n     ;; ----------------------------------------------------------------\n     ;; Example of useful layers you may want to use right away.\n     ;; Uncomment some layer names and press <SPC f e R> (Vim style) or\n     ;; <M-m f e R> (Emacs style) to install them.\n     ;; ----------------------------------------------------------------\n     helm\n     ;; auto-completion\n     ;; better-defaults\n     emacs-lisp\n     ;; git\n     ;; markdown\n     ;; org\n     ;; (shell :variables\n     ;;        shell-default-height 30\n     ;;        shell-default-position 'bottom)\n     ;; spell-checking\n     ;; syntax-checking\n     ;; version-control\n     git\n     rust\n     javascript\n     haskell\n     (org :variables org-enable-github-support t) \n     html markdown\n     notmuch\n     )\n   ;; List of additional packages that will be installed without being\n   ;; wrapped in a layer. If you need some configuration for these\n   ;; packages, then consider creating a layer. You can also put the\n   ;; configuration in `dotspacemacs/user-config'.\n   dotspacemacs-additional-packages '(clips-mode)\n   ;; A list of packages that cannot be updated.\n   dotspacemacs-frozen-packages '()\n   ;; A list of packages that will not be installed and loaded.\n   dotspacemacs-excluded-packages '()\n   ;; Defines the behaviour of Spacemacs when installing packages.\n   ;; Possible values are `used-only', `used-but-keep-unused' and `all'.\n   ;; `used-only' installs only explicitly used packages and uninstall any\n   ;; unused packages as well as their unused dependencies.\n   ;; `used-but-keep-unused' installs only the used packages but won't uninstall\n   ;; them if they become unused. `all' installs *all* packages supported by\n   ;; Spacemacs and never uninstall them. (default is `used-only')\n   dotspacemacs-install-packages 'used-only))\n\n(defun dotspacemacs/init ()\n  \"Initialization function.\nThis function is called at the very startup of Spacemacs initialization\nbefore layers configuration.\nYou should not put any user code in there besides modifying the variable\nvalues.\"\n  ;; This setq-default sexp is an exhaustive list of all the supported\n  ;; spacemacs settings.\n  (setq-default\n   ;; If non nil ELPA repositories are contacted via HTTPS whenever it's\n   ;; possible. Set it to nil if you have no way to use HTTPS in your\n   ;; environment, otherwise it is strongly recommended to let it set to t.\n   ;; This variable has no effect if Emacs is launched with the parameter\n   ;; `--insecure' which forces the value of this variable to nil.\n   ;; (default t)\n   dotspacemacs-elpa-https t\n   ;; Maximum allowed time in seconds to contact an ELPA repository.\n   dotspacemacs-elpa-timeout 5\n   ;; If non nil then spacemacs will check for updates at startup\n   ;; when the current branch is not `develop'. Note that checking for\n   ;; new versions works via git commands, thus it calls GitHub services\n   ;; whenever you start Emacs. (default nil)\n   dotspacemacs-check-for-update nil\n   ;; If non-nil, a form that evaluates to a package directory. For example, to\n   ;; use different package directories for different Emacs versions, set this\n   ;; to `emacs-version'.\n   dotspacemacs-elpa-subdirectory nil\n   ;; One of `vim', `emacs' or `hybrid'.\n   ;; `hybrid' is like `vim' except that `insert state' is replaced by the\n   ;; `hybrid state' with `emacs' key bindings. The value can also be a list\n   ;; with `:variables' keyword (similar to layers). Check the editing styles\n   ;; section of the documentation for details on available variables.\n   ;; (default 'vim)\n   dotspacemacs-editing-style 'vim\n   ;; If non nil output loading progress in `*Messages*' buffer. (default nil)\n   dotspacemacs-verbose-loading nil\n   ;; Specify the startup banner. Default value is `official', it displays\n   ;; the official spacemacs logo. An integer value is the index of text\n   ;; banner, `random' chooses a random text banner in `core/banners'\n   ;; directory. A string value must be a path to an image format supported\n   ;; by your Emacs build.\n   ;; If the value is nil then no banner is displayed. (default 'official)\n   dotspacemacs-startup-banner 'official\n   ;; List of items to show in startup buffer or an association list of\n   ;; the form `(list-type . list-size)`. If nil then it is disabled.\n   ;; Possible values for list-type are:\n   ;; `recents' `bookmarks' `projects' `agenda' `todos'.\"\n   ;; List sizes may be nil, in which case\n   ;; `spacemacs-buffer-startup-lists-length' takes effect.\n   dotspacemacs-startup-lists '((recents . 5)\n                                (projects . 7))\n   ;; True if the home buffer should respond to resize events.\n   dotspacemacs-startup-buffer-responsive t\n   ;; Default major mode of the scratch buffer (default `text-mode')\n   dotspacemacs-scratch-mode 'text-mode\n   ;; List of themes, the first of the list is loaded when spacemacs starts.\n   ;; Press <SPC> T n to cycle to the next theme in the list (works great\n   ;; with 2 themes variants, one dark and one light)\n   dotspacemacs-themes '(spacemacs-dark\n                         spacemacs-light)\n   ;; If non nil the cursor color matches the state color in GUI Emacs.\n   dotspacemacs-colorize-cursor-according-to-state t\n   ;; Default font, or prioritized list of fonts. `powerline-scale' allows to\n   ;; quickly tweak the mode-line size to make separators look not too crappy.\n\n   dotspacemacs-default-font '(\"Iosevka\"\n                               :size 14\n                               :weight normal\n                               :width normal\n                               :powerline-scale 1.1)\n   ;; The leader key\n   dotspacemacs-leader-key \"SPC\"\n   ;; The key used for Emacs commands (M-x) (after pressing on the leader key).\n   ;; (default \"SPC\")\n   dotspacemacs-emacs-command-key \"SPC\"\n   ;; The key used for Vim Ex commands (default \":\")\n   dotspacemacs-ex-command-key \":\"\n   ;; The leader key accessible in `emacs state' and `insert state'\n   ;; (default \"M-m\")\n   dotspacemacs-emacs-leader-key \"M-m\"\n   ;; Major mode leader key is a shortcut key which is the equivalent of\n   ;; pressing `<leader> m`. Set it to `nil` to disable it. (default \",\")\n   dotspacemacs-major-mode-leader-key \",\"\n   ;; Major mode leader key accessible in `emacs state' and `insert state'.\n   ;; (default \"C-M-m\")\n   dotspacemacs-major-mode-emacs-leader-key \"C-M-m\"\n   ;; These variables control whether separate commands are bound in the GUI to\n   ;; the key pairs C-i, TAB and C-m, RET.\n   ;; Setting it to a non-nil value, allows for separate commands under <C-i>\n   ;; and TAB or <C-m> and RET.\n   ;; In the terminal, these pairs are generally indistinguishable, so this only\n   ;; works in the GUI. (default nil)\n   dotspacemacs-distinguish-gui-tab nil\n   ;; If non nil `Y' is remapped to `y$' in Evil states. (default nil)\n   dotspacemacs-remap-Y-to-y$ nil\n   ;; If non-nil, the shift mappings `<' and `>' retain visual state if used\n   ;; there. (default t)\n   dotspacemacs-retain-visual-state-on-shift t\n   ;; If non-nil, J and K move lines up and down when in visual mode.\n   ;; (default nil)\n   dotspacemacs-visual-line-move-text nil\n   ;; If non nil, inverse the meaning of `g' in `:substitute' Evil ex-command.\n   ;; (default nil)\n   dotspacemacs-ex-substitute-global nil\n   ;; Name of the default layout (default \"Default\")\n   dotspacemacs-default-layout-name \"Default\"\n   ;; If non nil the default layout name is displayed in the mode-line.\n   ;; (default nil)\n   dotspacemacs-display-default-layout nil\n   ;; If non nil then the last auto saved layouts are resume automatically upon\n   ;; start. (default nil)\n   dotspacemacs-auto-resume-layouts nil\n   ;; Size (in MB) above which spacemacs will prompt to open the large file\n   ;; literally to avoid performance issues. Opening a file literally means that\n   ;; no major mode or minor modes are active. (default is 1)\n   dotspacemacs-large-file-size 1\n   ;; Location where to auto-save files. Possible values are `original' to\n   ;; auto-save the file in-place, `cache' to auto-save the file to another\n   ;; file stored in the cache directory and `nil' to disable auto-saving.\n   ;; (default 'cache)\n   dotspacemacs-auto-save-file-location 'cache\n   ;; Maximum number of rollback slots to keep in the cache. (default 5)\n   dotspacemacs-max-rollback-slots 5\n   ;; If non nil, `helm' will try to minimize the space it uses. (default nil)\n   dotspacemacs-helm-resize nil\n   ;; if non nil, the helm header is hidden when there is only one source.\n   ;; (default nil)\n   dotspacemacs-helm-no-header nil\n   ;; define the position to display `helm', options are `bottom', `top',\n   ;; `left', or `right'. (default 'bottom)\n   dotspacemacs-helm-position 'bottom\n   ;; Controls fuzzy matching in helm. If set to `always', force fuzzy matching\n   ;; in all non-asynchronous sources. If set to `source', preserve individual\n   ;; source settings. Else, disable fuzzy matching in all sources.\n   ;; (default 'always)\n   dotspacemacs-helm-use-fuzzy 'always\n   ;; If non nil the paste micro-state is enabled. When enabled pressing `p`\n   ;; several times cycle between the kill ring content. (default nil)\n   dotspacemacs-enable-paste-transient-state nil\n   ;; Which-key delay in seconds. The which-key buffer is the popup listing\n   ;; the commands bound to the current keystroke sequence. (default 0.4)\n   dotspacemacs-which-key-delay 0.4\n   ;; Which-key frame position. Possible values are `right', `bottom' and\n   ;; `right-then-bottom'. right-then-bottom tries to display the frame to the\n   ;; right; if there is insufficient space it displays it at the bottom.\n   ;; (default 'bottom)\n   dotspacemacs-which-key-position 'bottom\n   ;; If non nil a progress bar is displayed when spacemacs is loading. This\n   ;; may increase the boot time on some systems and emacs builds, set it to\n   ;; nil to boost the loading time. (default t)\n   dotspacemacs-loading-progress-bar t\n   ;; If non nil the frame is fullscreen when Emacs starts up. (default nil)\n   ;; (Emacs 24.4+ only)\n   dotspacemacs-fullscreen-at-startup nil\n   ;; If non nil `spacemacs/toggle-fullscreen' will not use native fullscreen.\n   ;; Use to disable fullscreen animations in OSX. (default nil)\n   dotspacemacs-fullscreen-use-non-native nil\n   ;; If non nil the frame is maximized when Emacs starts up.\n   ;; Takes effect only if `dotspacemacs-fullscreen-at-startup' is nil.\n   ;; (default nil) (Emacs 24.4+ only)\n   dotspacemacs-maximized-at-startup nil\n   ;; A value from the range (0..100), in increasing opacity, which describes\n   ;; the transparency level of a frame when it's active or selected.\n   ;; Transparency can be toggled through `toggle-transparency'. (default 90)\n   dotspacemacs-active-transparency 90\n   ;; A value from the range (0..100), in increasing opacity, which describes\n   ;; the transparency level of a frame when it's inactive or deselected.\n   ;; Transparency can be toggled through `toggle-transparency'. (default 90)\n   dotspacemacs-inactive-transparency 90\n   ;; If non nil show the titles of transient states. (default t)\n   dotspacemacs-show-transient-state-title t\n   ;; If non nil show the color guide hint for transient state keys. (default t)\n   dotspacemacs-show-transient-state-color-guide t\n   ;; If non nil unicode symbols are displayed in the mode line. (default t)\n   dotspacemacs-mode-line-unicode-symbols t\n   ;; If non nil smooth scrolling (native-scrolling) is enabled. Smooth\n   ;; scrolling overrides the default behavior of Emacs which recenters point\n   ;; when it reaches the top or bottom of the screen. (default t)\n   dotspacemacs-smooth-scrolling t\n   ;; Control line numbers activation.\n   ;; If set to `t' or `relative' line numbers are turned on in all `prog-mode' and\n   ;; `text-mode' derivatives. If set to `relative', line numbers are relative.\n   ;; This variable can also be set to a property list for finer control:\n   ;; '(:relative nil\n   ;;   :disabled-for-modes dired-mode\n   ;;                       doc-view-mode\n   ;;                       markdown-mode\n   ;;                       org-mode\n   ;;                       pdf-view-mode\n   ;;                       text-mode\n   ;;   :size-limit-kb 1000)\n   ;; (default nil)\n   dotspacemacs-line-numbers 'relative\n   ;; Code folding method. Possible values are `evil' and `origami'.\n   ;; (default 'evil)\n   dotspacemacs-folding-method 'evil\n   ;; If non-nil smartparens-strict-mode will be enabled in programming modes.\n   ;; (default nil)\n   dotspacemacs-smartparens-strict-mode nil\n   ;; If non-nil pressing the closing parenthesis `)' key in insert mode passes\n   ;; over any automatically added closing parenthesis, bracket, quote, etc…\n   ;; This can be temporary disabled by pressing `C-q' before `)'. (default nil)\n   dotspacemacs-smart-closing-parenthesis nil\n   ;; Select a scope to highlight delimiters. Possible values are `any',\n   ;; `current', `all' or `nil'. Default is `all' (highlight any scope and\n   ;; emphasis the current one). (default 'all)\n   dotspacemacs-highlight-delimiters 'all\n   ;; If non nil, advise quit functions to keep server open when quitting.\n   ;; (default nil)\n   dotspacemacs-persistent-server nil\n   ;; List of search tool executable names. Spacemacs uses the first installed\n   ;; tool of the list. Supported tools are `ag', `pt', `ack' and `grep'.\n   ;; (default '(\"ag\" \"pt\" \"ack\" \"grep\"))\n   dotspacemacs-search-tools '(\"ag\" \"pt\" \"ack\" \"grep\")\n   ;; The default package repository used if no explicit repository has been\n   ;; specified with an installed package.\n   ;; Not used for now. (default nil)\n   dotspacemacs-default-package-repository nil\n   ;; Delete whitespace while saving buffer. Possible values are `all'\n   ;; to aggressively delete empty line and long sequences of whitespace,\n   ;; `trailing' to delete only the whitespace at end of lines, `changed'to\n   ;; delete only whitespace for changed lines or `nil' to disable cleanup.\n   ;; (default nil)\n   dotspacemacs-whitespace-cleanup nil\n   ))\n\n(defun dotspacemacs/user-init ()\n  \"Initialization function for user code.\nIt is called immediately after `dotspacemacs/init', before layer configuration\nexecutes.\n This function is mostly useful for variables that need to be set\nbefore packages are loaded. If you are unsure, you should try in setting them in\n`dotspacemacs/user-config' first.\"\n  )\n\n(defun dotspacemacs/user-config ()\n  \"Configuration function for user code.\nThis function is called at the very end of Spacemacs initialization after\nlayers configuration.\nThis is the place where most of your configurations should be done. Unless it is\nexplicitly specified that a variable should be set before a package is loaded,\nyou should place your code here.\"\n  )\n\n;; Do not write anything past this comment. This is where Emacs will\n;; auto-generate custom variable definitions.\n(custom-set-variables\n ;; custom-set-variables was added by Custom.\n ;; If you edit it by hand, you could mess it up, so be careful.\n ;; Your init file should contain only one such instance.\n ;; If there is more than one, they won't work right.\n '(package-selected-packages\n   (quote\n    (ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint info+ indent-guide hydra hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-projectile helm-mode-manager helm-make projectile pkg-info epl helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlight elisp-slime-nav dumb-jump f dash s diminish define-word column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async))))\n(custom-set-faces\n ;; custom-set-faces was added by Custom.\n ;; If you edit it by hand, you could mess it up, so be careful.\n ;; Your init file should contain only one such instance.\n ;; If there is more than one, they won't work right.\n )\n"
  },
  {
    "path": "spacemacs-substitutions.nix",
    "content": "{ lib }:\n\nwith builtins;\n{\n  queries = concatStringsSep \" \" (lib.mapAttrsToList (name: query:  \n      ''\n      (:name \"${name}\" :query \"${query}\")\n      '') (import mail/queries));\n}\n"
  },
  {
    "path": "termite.config",
    "content": "[options]\nfont = Iosevka Term 13\n\n[colors]\nbackground = #0a0a0a\nforeground = #fafafa\n"
  },
  {
    "path": "vim/vimrc",
    "content": "if has('gui_running')\n   set guifont=Iosevka\nendif\n\nset expandtab\n\n\" open NERDTree automatically if no file specified\n\"autocmd StdinReadPre * let s:std_in=1\n\"autocmd VimEnter * if argc() == 0 && !exists(\"s:std_in\") | NERDTree | endif\n\n\" open NERDTree on Ctrl-n\nmap <C-n> :NERDTreeToggle<CR>\n\nset wildignore+=*/node_modules/*,_site,*/__pycache__/,*/venv/*,*/target/*,*/.vim$,\\~$,*/.log,*/.aux,*/.cls,*/.aux,*/.bbl,*/.blg,*/.fls,*/.fdb*/,*/.toc,*/.out,*/.glo,*/.log,*/.ist,*/.fdb_latexmk\n\n\nset encoding=utf-8\n\nset termguicolors\nset background=dark\n\nlet g:mix_format_on_save = 1\nlet g:mix_format_options = '--check-equivalent'\n"
  },
  {
    "path": "zim/preferences.conf",
    "content": "[General]\nplugins=[\"calendar\",\"insertsymbol\",\"printtobrowser\",\"versioncontrol\",\"arithmetic\",\"quicknote\",\"tableeditor\",\"tableofcontents\",\"tags\",\"tasklist\",\"trayicon\",\"inlinecalculator\",\"distractionfree\",\"linesorter\"]\n\n[CalendarPlugin]\nembedded=False\npane=('left_pane', 'top')\ngranularity=Day\nnamespace=Journal\nauto_expand_in_index=True\n\n[VersionControlPlugin]\nautosave=False\n\n[GtkInterface]\ntearoff_menus=False\ntoggle_on_ctrlspace=False\nremove_links_on_delete=True\nalways_use_last_cursor_pos=True\ngtk_bell=False\ntoggle_on_altspace=False\nmouse_nav_button_back=8\nmouse_nav_button_forw=9\nautosave_timeout=10\ntoolbar_style=None\ntoolbar_size=None\n\n[PageView]\nfollow_on_enter=True\nread_only_cursor=False\nautolink_camelcase=True\nautolink_files=True\nautoselect=True\nunindent_on_backspace=True\ncycle_checkbox_type=True\nrecursive_indentlist=True\nrecursive_checklist=False\nauto_reformat=True\ncopy_format=Markdown (pandoc)\nfile_templates_folder=~/Templates\n\n[TableEditorPlugin]\nshow_helper_toolbar=True\ngrid_lines=with lines\n\n[ToCPlugin]\npane=left_pane\nfloating=True\nshow_h1=False\n\n[TagsPlugin]\npane=left_pane\n\n[TaskListPlugin]\nall_checkboxes=True\ntag_by_page=False\ndeadline_by_page=False\nuse_workweek=True\nlabels=FIXME, TODO\nnext_label=Next:\nnonactionable_tags=\nincluded_subtrees=\nexcluded_subtrees=\n\n[TrayIconPlugin]\nclassic=False\nstandalone=False\n\n[DistractionFreePlugin]\nhide_menubar=True\nhide_toolbar=True\nhide_pathbar=True\nhide_statusbar=True\nmax_page_width=850\nvmargin=50\nbasecolor=#babdb6\ntextcolor=#2e3436\nbgcolor=#2e3436\n\n"
  },
  {
    "path": "zim/style.conf",
    "content": "[TextView]\nindent=30\ntabs=None\nlinespacing=3\nfont=\njustify=\n\n[Tag strong]\nweight=PANGO_WEIGHT_BOLD\n\n[Tag emphasis]\nstyle=PANGO_STYLE_ITALIC\n\n[Tag mark]\nbackground=yellow\n\n[Tag strike]\nforeground=grey\nstrikethrough=True\n\n[Tag code]\nforeground=#2e3436\nfamily=monospace\n\n[Tag pre]\nforeground=#2e3436\nindent=20\nwrap-mode=GTK_WRAP_NONE\nfamily=monospace\n\n[Tag link]\nforeground=blue\n\n[Tag tag]\nforeground=#ce5c00\n\n[Tag h1]\nforeground=#4e9a06\nscale=1.75\nunderline=PANGO_UNDERLINE_SINGLE\nweight=PANGO_WEIGHT_BOLD\n\n[Tag h2]\nforeground=#4e9a06\nscale=1.52\nweight=PANGO_WEIGHT_BOLD\n\n[Tag h3]\nforeground=#4e9a06\nstyle=PANGO_STYLE_ITALIC\nscale=1.32\nweight=PANGO_WEIGHT_BOLD\n\n[Tag h4]\nforeground=#4e9a06\nscale=1.15\nweight=PANGO_WEIGHT_BOLD\n\n[Tag h5]\nforeground=#4e9a06\nweight=PANGO_WEIGHT_BOLD\n\n[Tag h6]\nforeground=#4e9a06\n\n"
  }
]