├── .gitignore ├── README.md ├── icons-rigglesbee ├── README ├── arrow_left.png ├── arrow_right.png ├── boot_linux.png ├── boot_win.png ├── func_about.png ├── func_csr_rotate.png ├── func_exit.png ├── func_firmware.png ├── func_reset.png ├── func_shutdown.png ├── liberation-mono-regular-12-white.png ├── licenses │ ├── cc-3.0.txt │ ├── cc-by-sa-4.0.txt │ ├── gpl-2.0.txt │ └── lgpl-3.0.txt ├── os_arch.png ├── os_centos.png ├── os_chakra.png ├── os_chrome.png ├── os_clover.png ├── os_crunchbang.png ├── os_debian.png ├── os_deepin.png ├── os_devuan.png ├── os_elementary.png ├── os_fedora.png ├── os_freebsd.png ├── os_frugalware.png ├── os_gentoo.png ├── os_gummiboot.png ├── os_haiku.png ├── os_hwtest.png ├── os_icon-small.psd ├── os_kubuntu.png ├── os_legacy.png ├── os_linux.png ├── os_linuxmint.png ├── os_lubuntu.png ├── os_mac.png ├── os_mageia.png ├── os_mandriva.png ├── os_manjaro.png ├── os_neon.png ├── os_netbsd.png ├── os_network.png ├── os_opensuse.png ├── os_redhat.png ├── os_refind.png ├── os_refit.png ├── os_slackware.png ├── os_solus.png ├── os_suse.png ├── os_ubuntu-studio.png ├── os_ubuntu.png ├── os_unknown.png ├── os_void.png ├── os_win.png ├── os_win8.png ├── os_xubuntu.png ├── refind_select_big.png ├── refindbkg.png ├── tool_apple_rescue.png ├── tool_fwupdate.png ├── tool_memtest.png ├── tool_mok_tool.png ├── tool_netboot.png ├── tool_part.png ├── tool_rescue.png ├── tool_shell.png ├── tool_windows_rescue.png ├── transparent.png ├── vol_external.png ├── vol_internal.png ├── vol_net.png └── vol_optical.png ├── refind.conf ├── refindlaunch.gif └── screenshot_002.bmp.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .*.swp 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### rEFInd Launcher 2 | 3 | [rEFInd](http://www.rodsbooks.com/refind/) 4 | 5 | ![rEFInd Launcher](/refindlaunch.gif) 6 | 7 | ![rEFInd Launcher](/screenshot_002.bmp.png) 8 | 9 | [Background image](https://alpha.wallhaven.cc/wallpaper/515050) 10 | -------------------------------------------------------------------------------- /icons-rigglesbee/README: -------------------------------------------------------------------------------- 1 | This directory holds icons used by rEFInd. This file describes their 2 | sources, both in overview and in file-by-file detail, and provides pointers 3 | to the relevant licenses under which the icons are distributed. 4 | 5 | Icon Sources (Overview) 6 | ----------------------- 7 | 8 | - The AwOken 2.5 icon set 9 | - Source: http://alecive.deviantart.com/art/AwOken-163570862 10 | - Copyright (c) 2013 by Alessandro Roncone (aka alecive on DeviantArt) 11 | - License: Creative Commons Attribution-Share Alike 3.0 (CC-SA 3.0) 12 | 13 | - Original work for rEFInd 14 | - Source: https://sourceforge.net/p/refind (this archive) 15 | - Copyright (c) 2015 by Roderick W. Smith 16 | - License: LGPLv3+ or CC-SA 3.0 17 | 18 | - Debian OS icon 19 | - Source: https://commons.wikimedia.org/wiki/File:Debian-OpenLogo.svg 20 | - Copyright (c) 1999 Debian Project 21 | - License: LGPLv3+ or CC-SA 3.0 22 | 23 | - Devuan OS icon 24 | - Source: https://devuan.org/ui/img/devuan-emblem.svg 25 | - Copyright (c) 2017 Dyne.org foundation 26 | - License: CC-BY-SA 4.0 27 | 28 | - Elementary OS icon 29 | - Source: https://commons.wikimedia.org/wiki/File:Elementary_logo.svg 30 | - Copyright (c) 2008 Dan Rabbit 31 | - License: GPLv2+ 32 | 33 | Some icons have been altered from their original forms -- normally 34 | conversion from SVG to PNG format, resizing, changes in coloration, or 35 | addition of "drop shadow" effects. Details follow.... 36 | 37 | The "svg" subdirectory holds SVG versions of some icons (notably absent are 38 | those based on the AwOken icon set). 39 | 40 | Icon Sources (Detail) 41 | --------------------- 42 | 43 | Icons unchanged from AwOken 2.5: 44 | 45 | os_centos.png -- AwOken/clear/128x128/start-here/start-here-centos.png 46 | os_chakra.png -- AwOken/clear/128x128/start-here/start-here-chakra.png 47 | os_chrome.png -- AwOken/clear/128x128/apps/google-chrome1.png 48 | os_crunchbang.png -- AwOken/clear/128x128/start-here/start-here-crunchbang3.png 49 | os_fedora.png -- AwOken/clear/128x128/start-here/start-here-fedora5.png 50 | os_frugalware.png -- AwOken/clear/128x128/start-here/start-here-frugalware1.png 51 | os_kubuntu.png -- AwOken/clear/128x128/start-here/start-here-kubuntu.png 52 | os_lubuntu.png -- AwOken/clear/128x128/start-here/start-here-lubuntu.png 53 | os_mageia.png -- AwOken/clear/128x128/start-here/start-here-mageia.png 54 | os_mandriva.png -- AwOken/clear/128x128/start-here/start-here-mandriva5.png 55 | os_network.png -- AwOken/clear/128x128/places/network-workgroup1.png 56 | os_ubuntu.png -- AwOken/clear/128x128/start-here/start-here-ubuntu.png 57 | os_unknown.png -- AwOken/clear/128x128/actions/color-line1.png 58 | os_win8.png -- AwOken/clear/128x128/apps/live1.png 59 | 60 | 61 | Icons modified from AwOken 2.5: 62 | 63 | arrow_left.png -- AwOken/clear/128x128/actions/go-previous.png 64 | arrow_right.png -- AwOken/clear/128x128/actions/go-next.png 65 | boot_linux.png -- AwOken/clear/128x128/apps/supertux.png 66 | func_about.png -- AwOkenWhite/clear/128x128/actions/info2.png 67 | func_exit.png -- AwOkenWhite/clear/128x128/actions/application-exit2.png 68 | func_firmware.png -- AwOkenWhite/clear/128x128/status/indicator-cpufreq.png 69 | func_reset.png -- AwOkenWhite/clear/128x128/apps/gnome-session-reboot2.png 70 | func_shutdown.png -- AwOkenWhite/clear/128x128/apps/gnome-session-halt2.png 71 | os_arch.png -- AwOkenWhite/clear/128x128/start-here/start-here-arch3.png 72 | os_clover.png -- AwOkenWhite/clear/128x128/actions/tools-wizard.png 73 | os_gentoo.png -- AwOken/clear/128x128/start-here/start-here-gentoo.png 74 | os_hwtest.png -- AwOkenWhite/clear/128x128/apps/hw.png 75 | os_linux.png -- AwOkenWhite/clear/128x128/apps/supertux.png 76 | os_linuxmint.png -- AwOkenWhite/clear/128x128/start-here/start-here-mint3.png 77 | os_opensuse.png -- AwOkenWhite/clear/128x128/start-here/start-here-suse3.png 78 | os_slackware.png -- AwOkenWhite/clear/128x128/start-here/start-here-slackware1.png 79 | os_suse.png -- AwOkenWhite/clear/128x128/start-here/start-here-suse3.png 80 | os_xubuntu.png -- AwOkenWhite/clear/128x128/start-here/start-here-xubuntu1.png 81 | tool_mok_tool.png -- AwOkenWhite/clear/128x128/apps/gnome-keyring-manager.png 82 | tool_netboot.png -- AwOken/clear/128x128/places/network-workgroup1.png 83 | tool_shell.png -- AwOken/clear/128x128/apps/terminal3.png 84 | vol_external.png -- AwOkenWhite/clear/128x128/devices/drive-removable-media-usb2.png 85 | vol_internal.png -- AwOken/clear/128/128/drive-harddisk/Internal.png 86 | vol_net.png -- AwOken/clear/128/128/drive-harddisk/Server.png 87 | vol_optical.png - AwOken/clear/128x128/devices/media-optical-cd1.png 88 | 89 | 90 | Modified Elementary OS icon: 91 | 92 | os_elementary.png (GPLv2+) 93 | 94 | 95 | Modified Debian OS icon: 96 | 97 | os_debian.png (LGPLv3+ or CC-BY-SA 3.0) 98 | 99 | 100 | Icons created by me (Roderick W. Smith): 101 | 102 | boot_win.png 103 | func_csr_rotate.png 104 | os_clover.png 105 | os_freebsd.png 106 | os_gummiboot.png 107 | os_haiku.png 108 | os_legacy.png 109 | os_mac.png 110 | os_netbsd.png 111 | os_redhat.png 112 | os_refind.png 113 | os_refit.png 114 | os_win.png 115 | tool_apple_rescue.png 116 | tool_fwupdate.png 117 | tool_memtest.png 118 | tool_rescue.png 119 | transparent.png 120 | 121 | 122 | In addition, some icons are combinations of two other icons from different 123 | sources: 124 | 125 | tool_part.png -- vol_internal.png with AwOken's gparted2.png 126 | tool_windows_rescue.png: os_win8.png with AwOken's gnome_network_preferences.png 127 | 128 | 129 | Licneses 130 | -------- 131 | 132 | The "licenses" subdirectory contains the text of the relevant licenses: 133 | 134 | CC-SA 3.0: Creative Commons Legal Code.html 135 | (See also https://creativecommons.org/licenses/by-sa/3.0/us/) 136 | 137 | GPLv2: gpl-2.0.txt 138 | (see also https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) 139 | 140 | LGPLv3: lgpl-3.0.txt 141 | (see also http://www.gnu.org/licenses/lgpl-3.0.en.html) 142 | -------------------------------------------------------------------------------- /icons-rigglesbee/arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/arrow_left.png -------------------------------------------------------------------------------- /icons-rigglesbee/arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/arrow_right.png -------------------------------------------------------------------------------- /icons-rigglesbee/boot_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/boot_linux.png -------------------------------------------------------------------------------- /icons-rigglesbee/boot_win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/boot_win.png -------------------------------------------------------------------------------- /icons-rigglesbee/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/func_about.png -------------------------------------------------------------------------------- /icons-rigglesbee/func_csr_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/func_csr_rotate.png -------------------------------------------------------------------------------- /icons-rigglesbee/func_exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/func_exit.png -------------------------------------------------------------------------------- /icons-rigglesbee/func_firmware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/func_firmware.png -------------------------------------------------------------------------------- /icons-rigglesbee/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/func_reset.png -------------------------------------------------------------------------------- /icons-rigglesbee/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/func_shutdown.png -------------------------------------------------------------------------------- /icons-rigglesbee/liberation-mono-regular-12-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/liberation-mono-regular-12-white.png -------------------------------------------------------------------------------- /icons-rigglesbee/licenses/cc-3.0.txt: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | Attribution-ShareAlike 3.0 Unported 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR 10 | DAMAGES RESULTING FROM ITS USE. 11 | 12 | License 13 | 14 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 15 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 16 | COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 17 | AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 18 | 19 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE 20 | TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY 21 | BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS 22 | CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND 23 | CONDITIONS. 24 | 25 | 1. Definitions 26 | 27 | a. "Adaptation" means a work based upon the Work, or upon the Work and 28 | other pre-existing works, such as a translation, adaptation, 29 | derivative work, arrangement of music or other alterations of a 30 | literary or artistic work, or phonogram or performance and includes 31 | cinematographic adaptations or any other form in which the Work may be 32 | recast, transformed, or adapted including in any form recognizably 33 | derived from the original, except that a work that constitutes a 34 | Collection will not be considered an Adaptation for the purpose of 35 | this License. For the avoidance of doubt, where the Work is a musical 36 | work, performance or phonogram, the synchronization of the Work in 37 | timed-relation with a moving image ("synching") will be considered an 38 | Adaptation for the purpose of this License. 39 | b. "Collection" means a collection of literary or artistic works, such as 40 | encyclopedias and anthologies, or performances, phonograms or 41 | broadcasts, or other works or subject matter other than works listed 42 | in Section 1(f) below, which, by reason of the selection and 43 | arrangement of their contents, constitute intellectual creations, in 44 | which the Work is included in its entirety in unmodified form along 45 | with one or more other contributions, each constituting separate and 46 | independent works in themselves, which together are assembled into a 47 | collective whole. A work that constitutes a Collection will not be 48 | considered an Adaptation (as defined below) for the purposes of this 49 | License. 50 | c. "Creative Commons Compatible License" means a license that is listed 51 | at https://creativecommons.org/compatiblelicenses that has been 52 | approved by Creative Commons as being essentially equivalent to this 53 | License, including, at a minimum, because that license: (i) contains 54 | terms that have the same purpose, meaning and effect as the License 55 | Elements of this License; and, (ii) explicitly permits the relicensing 56 | of adaptations of works made available under that license under this 57 | License or a Creative Commons jurisdiction license with the same 58 | License Elements as this License. 59 | d. "Distribute" means to make available to the public the original and 60 | copies of the Work or Adaptation, as appropriate, through sale or 61 | other transfer of ownership. 62 | e. "License Elements" means the following high-level license attributes 63 | as selected by Licensor and indicated in the title of this License: 64 | Attribution, ShareAlike. 65 | f. "Licensor" means the individual, individuals, entity or entities that 66 | offer(s) the Work under the terms of this License. 67 | g. "Original Author" means, in the case of a literary or artistic work, 68 | the individual, individuals, entity or entities who created the Work 69 | or if no individual or entity can be identified, the publisher; and in 70 | addition (i) in the case of a performance the actors, singers, 71 | musicians, dancers, and other persons who act, sing, deliver, declaim, 72 | play in, interpret or otherwise perform literary or artistic works or 73 | expressions of folklore; (ii) in the case of a phonogram the producer 74 | being the person or legal entity who first fixes the sounds of a 75 | performance or other sounds; and, (iii) in the case of broadcasts, the 76 | organization that transmits the broadcast. 77 | h. "Work" means the literary and/or artistic work offered under the terms 78 | of this License including without limitation any production in the 79 | literary, scientific and artistic domain, whatever may be the mode or 80 | form of its expression including digital form, such as a book, 81 | pamphlet and other writing; a lecture, address, sermon or other work 82 | of the same nature; a dramatic or dramatico-musical work; a 83 | choreographic work or entertainment in dumb show; a musical 84 | composition with or without words; a cinematographic work to which are 85 | assimilated works expressed by a process analogous to cinematography; 86 | a work of drawing, painting, architecture, sculpture, engraving or 87 | lithography; a photographic work to which are assimilated works 88 | expressed by a process analogous to photography; a work of applied 89 | art; an illustration, map, plan, sketch or three-dimensional work 90 | relative to geography, topography, architecture or science; a 91 | performance; a broadcast; a phonogram; a compilation of data to the 92 | extent it is protected as a copyrightable work; or a work performed by 93 | a variety or circus performer to the extent it is not otherwise 94 | considered a literary or artistic work. 95 | i. "You" means an individual or entity exercising rights under this 96 | License who has not previously violated the terms of this License with 97 | respect to the Work, or who has received express permission from the 98 | Licensor to exercise rights under this License despite a previous 99 | violation. 100 | j. "Publicly Perform" means to perform public recitations of the Work and 101 | to communicate to the public those public recitations, by any means or 102 | process, including by wire or wireless means or public digital 103 | performances; to make available to the public Works in such a way that 104 | members of the public may access these Works from a place and at a 105 | place individually chosen by them; to perform the Work to the public 106 | by any means or process and the communication to the public of the 107 | performances of the Work, including by public digital performance; to 108 | broadcast and rebroadcast the Work by any means including signs, 109 | sounds or images. 110 | k. "Reproduce" means to make copies of the Work by any means including 111 | without limitation by sound or visual recordings and the right of 112 | fixation and reproducing fixations of the Work, including storage of a 113 | protected performance or phonogram in digital form or other electronic 114 | medium. 115 | 116 | 2. Fair Dealing Rights. Nothing in this License is intended to reduce, 117 | limit, or restrict any uses free from copyright or rights arising from 118 | limitations or exceptions that are provided for in connection with the 119 | copyright protection under copyright law or other applicable laws. 120 | 121 | 3. License Grant. Subject to the terms and conditions of this License, 122 | Licensor hereby grants You a worldwide, royalty-free, non-exclusive, 123 | perpetual (for the duration of the applicable copyright) license to 124 | exercise the rights in the Work as stated below: 125 | 126 | a. to Reproduce the Work, to incorporate the Work into one or more 127 | Collections, and to Reproduce the Work as incorporated in the 128 | Collections; 129 | b. to create and Reproduce Adaptations provided that any such Adaptation, 130 | including any translation in any medium, takes reasonable steps to 131 | clearly label, demarcate or otherwise identify that changes were made 132 | to the original Work. For example, a translation could be marked "The 133 | original work was translated from English to Spanish," or a 134 | modification could indicate "The original work has been modified."; 135 | c. to Distribute and Publicly Perform the Work including as incorporated 136 | in Collections; and, 137 | d. to Distribute and Publicly Perform Adaptations. 138 | e. For the avoidance of doubt: 139 | 140 | i. Non-waivable Compulsory License Schemes. In those jurisdictions in 141 | which the right to collect royalties through any statutory or 142 | compulsory licensing scheme cannot be waived, the Licensor 143 | reserves the exclusive right to collect such royalties for any 144 | exercise by You of the rights granted under this License; 145 | ii. Waivable Compulsory License Schemes. In those jurisdictions in 146 | which the right to collect royalties through any statutory or 147 | compulsory licensing scheme can be waived, the Licensor waives the 148 | exclusive right to collect such royalties for any exercise by You 149 | of the rights granted under this License; and, 150 | iii. Voluntary License Schemes. The Licensor waives the right to 151 | collect royalties, whether individually or, in the event that the 152 | Licensor is a member of a collecting society that administers 153 | voluntary licensing schemes, via that society, from any exercise 154 | by You of the rights granted under this License. 155 | 156 | The above rights may be exercised in all media and formats whether now 157 | known or hereafter devised. The above rights include the right to make 158 | such modifications as are technically necessary to exercise the rights in 159 | other media and formats. Subject to Section 8(f), all rights not expressly 160 | granted by Licensor are hereby reserved. 161 | 162 | 4. Restrictions. The license granted in Section 3 above is expressly made 163 | subject to and limited by the following restrictions: 164 | 165 | a. You may Distribute or Publicly Perform the Work only under the terms 166 | of this License. You must include a copy of, or the Uniform Resource 167 | Identifier (URI) for, this License with every copy of the Work You 168 | Distribute or Publicly Perform. You may not offer or impose any terms 169 | on the Work that restrict the terms of this License or the ability of 170 | the recipient of the Work to exercise the rights granted to that 171 | recipient under the terms of the License. You may not sublicense the 172 | Work. You must keep intact all notices that refer to this License and 173 | to the disclaimer of warranties with every copy of the Work You 174 | Distribute or Publicly Perform. When You Distribute or Publicly 175 | Perform the Work, You may not impose any effective technological 176 | measures on the Work that restrict the ability of a recipient of the 177 | Work from You to exercise the rights granted to that recipient under 178 | the terms of the License. This Section 4(a) applies to the Work as 179 | incorporated in a Collection, but this does not require the Collection 180 | apart from the Work itself to be made subject to the terms of this 181 | License. If You create a Collection, upon notice from any Licensor You 182 | must, to the extent practicable, remove from the Collection any credit 183 | as required by Section 4(c), as requested. If You create an 184 | Adaptation, upon notice from any Licensor You must, to the extent 185 | practicable, remove from the Adaptation any credit as required by 186 | Section 4(c), as requested. 187 | b. You may Distribute or Publicly Perform an Adaptation only under the 188 | terms of: (i) this License; (ii) a later version of this License with 189 | the same License Elements as this License; (iii) a Creative Commons 190 | jurisdiction license (either this or a later license version) that 191 | contains the same License Elements as this License (e.g., 192 | Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible 193 | License. If you license the Adaptation under one of the licenses 194 | mentioned in (iv), you must comply with the terms of that license. If 195 | you license the Adaptation under the terms of any of the licenses 196 | mentioned in (i), (ii) or (iii) (the "Applicable License"), you must 197 | comply with the terms of the Applicable License generally and the 198 | following provisions: (I) You must include a copy of, or the URI for, 199 | the Applicable License with every copy of each Adaptation You 200 | Distribute or Publicly Perform; (II) You may not offer or impose any 201 | terms on the Adaptation that restrict the terms of the Applicable 202 | License or the ability of the recipient of the Adaptation to exercise 203 | the rights granted to that recipient under the terms of the Applicable 204 | License; (III) You must keep intact all notices that refer to the 205 | Applicable License and to the disclaimer of warranties with every copy 206 | of the Work as included in the Adaptation You Distribute or Publicly 207 | Perform; (IV) when You Distribute or Publicly Perform the Adaptation, 208 | You may not impose any effective technological measures on the 209 | Adaptation that restrict the ability of a recipient of the Adaptation 210 | from You to exercise the rights granted to that recipient under the 211 | terms of the Applicable License. This Section 4(b) applies to the 212 | Adaptation as incorporated in a Collection, but this does not require 213 | the Collection apart from the Adaptation itself to be made subject to 214 | the terms of the Applicable License. 215 | c. If You Distribute, or Publicly Perform the Work or any Adaptations or 216 | Collections, You must, unless a request has been made pursuant to 217 | Section 4(a), keep intact all copyright notices for the Work and 218 | provide, reasonable to the medium or means You are utilizing: (i) the 219 | name of the Original Author (or pseudonym, if applicable) if supplied, 220 | and/or if the Original Author and/or Licensor designate another party 221 | or parties (e.g., a sponsor institute, publishing entity, journal) for 222 | attribution ("Attribution Parties") in Licensor's copyright notice, 223 | terms of service or by other reasonable means, the name of such party 224 | or parties; (ii) the title of the Work if supplied; (iii) to the 225 | extent reasonably practicable, the URI, if any, that Licensor 226 | specifies to be associated with the Work, unless such URI does not 227 | refer to the copyright notice or licensing information for the Work; 228 | and (iv) , consistent with Ssection 3(b), in the case of an 229 | Adaptation, a credit identifying the use of the Work in the Adaptation 230 | (e.g., "French translation of the Work by Original Author," or 231 | "Screenplay based on original Work by Original Author"). The credit 232 | required by this Section 4(c) may be implemented in any reasonable 233 | manner; provided, however, that in the case of a Adaptation or 234 | Collection, at a minimum such credit will appear, if a credit for all 235 | contributing authors of the Adaptation or Collection appears, then as 236 | part of these credits and in a manner at least as prominent as the 237 | credits for the other contributing authors. For the avoidance of 238 | doubt, You may only use the credit required by this Section for the 239 | purpose of attribution in the manner set out above and, by exercising 240 | Your rights under this License, You may not implicitly or explicitly 241 | assert or imply any connection with, sponsorship or endorsement by the 242 | Original Author, Licensor and/or Attribution Parties, as appropriate, 243 | of You or Your use of the Work, without the separate, express prior 244 | written permission of the Original Author, Licensor and/or Attribution 245 | Parties. 246 | d. Except as otherwise agreed in writing by the Licensor or as may be 247 | otherwise permitted by applicable law, if You Reproduce, Distribute or 248 | Publicly Perform the Work either by itself or as part of any 249 | Adaptations or Collections, You must not distort, mutilate, modify or 250 | take other derogatory action in relation to the Work which would be 251 | prejudicial to the Original Author's honor or reputation. Licensor 252 | agrees that in those jurisdictions (e.g. Japan), in which any exercise 253 | of the right granted in Section 3(b) of this License (the right to 254 | make Adaptations) would be deemed to be a distortion, mutilation, 255 | modification or other derogatory action prejudicial to the Original 256 | Author's honor and reputation, the Licensor will waive or not assert, 257 | as appropriate, this Section, to the fullest extent permitted by the 258 | applicable national law, to enable You to reasonably exercise Your 259 | right under Section 3(b) of this License (right to make Adaptations) 260 | but not otherwise. 261 | 262 | 5. Representations, Warranties and Disclaimer 263 | 264 | UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR 265 | OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY 266 | KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, 267 | INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, 268 | FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF 269 | LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, 270 | WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION 271 | OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. 272 | 273 | 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE 274 | LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR 275 | ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES 276 | ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS 277 | BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 278 | 279 | 7. Termination 280 | 281 | a. This License and the rights granted hereunder will terminate 282 | automatically upon any breach by You of the terms of this License. 283 | Individuals or entities who have received Adaptations or Collections 284 | from You under this License, however, will not have their licenses 285 | terminated provided such individuals or entities remain in full 286 | compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will 287 | survive any termination of this License. 288 | b. Subject to the above terms and conditions, the license granted here is 289 | perpetual (for the duration of the applicable copyright in the Work). 290 | Notwithstanding the above, Licensor reserves the right to release the 291 | Work under different license terms or to stop distributing the Work at 292 | any time; provided, however that any such election will not serve to 293 | withdraw this License (or any other license that has been, or is 294 | required to be, granted under the terms of this License), and this 295 | License will continue in full force and effect unless terminated as 296 | stated above. 297 | 298 | 8. Miscellaneous 299 | 300 | a. Each time You Distribute or Publicly Perform the Work or a Collection, 301 | the Licensor offers to the recipient a license to the Work on the same 302 | terms and conditions as the license granted to You under this License. 303 | b. Each time You Distribute or Publicly Perform an Adaptation, Licensor 304 | offers to the recipient a license to the original Work on the same 305 | terms and conditions as the license granted to You under this License. 306 | c. If any provision of this License is invalid or unenforceable under 307 | applicable law, it shall not affect the validity or enforceability of 308 | the remainder of the terms of this License, and without further action 309 | by the parties to this agreement, such provision shall be reformed to 310 | the minimum extent necessary to make such provision valid and 311 | enforceable. 312 | d. No term or provision of this License shall be deemed waived and no 313 | breach consented to unless such waiver or consent shall be in writing 314 | and signed by the party to be charged with such waiver or consent. 315 | e. This License constitutes the entire agreement between the parties with 316 | respect to the Work licensed here. There are no understandings, 317 | agreements or representations with respect to the Work not specified 318 | here. Licensor shall not be bound by any additional provisions that 319 | may appear in any communication from You. This License may not be 320 | modified without the mutual written agreement of the Licensor and You. 321 | f. The rights granted under, and the subject matter referenced, in this 322 | License were drafted utilizing the terminology of the Berne Convention 323 | for the Protection of Literary and Artistic Works (as amended on 324 | September 28, 1979), the Rome Convention of 1961, the WIPO Copyright 325 | Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 326 | and the Universal Copyright Convention (as revised on July 24, 1971). 327 | These rights and subject matter take effect in the relevant 328 | jurisdiction in which the License terms are sought to be enforced 329 | according to the corresponding provisions of the implementation of 330 | those treaty provisions in the applicable national law. If the 331 | standard suite of rights granted under applicable copyright law 332 | includes additional rights not granted under this License, such 333 | additional rights are deemed to be included in the License; this 334 | License is not intended to restrict the license of any rights under 335 | applicable law. 336 | 337 | 338 | Creative Commons Notice 339 | 340 | Creative Commons is not a party to this License, and makes no warranty 341 | whatsoever in connection with the Work. Creative Commons will not be 342 | liable to You or any party on any legal theory for any damages 343 | whatsoever, including without limitation any general, special, 344 | incidental or consequential damages arising in connection to this 345 | license. Notwithstanding the foregoing two (2) sentences, if Creative 346 | Commons has expressly identified itself as the Licensor hereunder, it 347 | shall have all rights and obligations of Licensor. 348 | 349 | Except for the limited purpose of indicating to the public that the 350 | Work is licensed under the CCPL, Creative Commons does not authorize 351 | the use by either party of the trademark "Creative Commons" or any 352 | related trademark or logo of Creative Commons without the prior 353 | written consent of Creative Commons. Any permitted use will be in 354 | compliance with Creative Commons' then-current trademark usage 355 | guidelines, as may be published on its website or otherwise made 356 | available upon request from time to time. For the avoidance of doubt, 357 | this trademark restriction does not form part of the License. 358 | 359 | Creative Commons may be contacted at https://creativecommons.org/. 360 | -------------------------------------------------------------------------------- /icons-rigglesbee/licenses/cc-by-sa-4.0.txt: -------------------------------------------------------------------------------- 1 | Attribution-ShareAlike 4.0 International 2 | 3 | ======================================================================= 4 | 5 | Creative Commons Corporation ("Creative Commons") is not a law firm and 6 | does not provide legal services or legal advice. Distribution of 7 | Creative Commons public licenses does not create a lawyer-client or 8 | other relationship. Creative Commons makes its licenses and related 9 | information available on an "as-is" basis. Creative Commons gives no 10 | warranties regarding its licenses, any material licensed under their 11 | terms and conditions, or any related information. Creative Commons 12 | disclaims all liability for damages resulting from their use to the 13 | fullest extent possible. 14 | 15 | Using Creative Commons Public Licenses 16 | 17 | Creative Commons public licenses provide a standard set of terms and 18 | conditions that creators and other rights holders may use to share 19 | original works of authorship and other material subject to copyright 20 | and certain other rights specified in the public license below. The 21 | following considerations are for informational purposes only, are not 22 | exhaustive, and do not form part of our licenses. 23 | 24 | Considerations for licensors: Our public licenses are 25 | intended for use by those authorized to give the public 26 | permission to use material in ways otherwise restricted by 27 | copyright and certain other rights. Our licenses are 28 | irrevocable. Licensors should read and understand the terms 29 | and conditions of the license they choose before applying it. 30 | Licensors should also secure all rights necessary before 31 | applying our licenses so that the public can reuse the 32 | material as expected. Licensors should clearly mark any 33 | material not subject to the license. This includes other CC- 34 | licensed material, or material used under an exception or 35 | limitation to copyright. More considerations for licensors: 36 | wiki.creativecommons.org/Considerations_for_licensors 37 | 38 | Considerations for the public: By using one of our public 39 | licenses, a licensor grants the public permission to use the 40 | licensed material under specified terms and conditions. If 41 | the licensor's permission is not necessary for any reason--for 42 | example, because of any applicable exception or limitation to 43 | copyright--then that use is not regulated by the license. Our 44 | licenses grant only permissions under copyright and certain 45 | other rights that a licensor has authority to grant. Use of 46 | the licensed material may still be restricted for other 47 | reasons, including because others have copyright or other 48 | rights in the material. A licensor may make special requests, 49 | such as asking that all changes be marked or described. 50 | Although not required by our licenses, you are encouraged to 51 | respect those requests where reasonable. More_considerations 52 | for the public: 53 | wiki.creativecommons.org/Considerations_for_licensees 54 | 55 | ======================================================================= 56 | 57 | Creative Commons Attribution-ShareAlike 4.0 International Public 58 | License 59 | 60 | By exercising the Licensed Rights (defined below), You accept and agree 61 | to be bound by the terms and conditions of this Creative Commons 62 | Attribution-ShareAlike 4.0 International Public License ("Public 63 | License"). To the extent this Public License may be interpreted as a 64 | contract, You are granted the Licensed Rights in consideration of Your 65 | acceptance of these terms and conditions, and the Licensor grants You 66 | such rights in consideration of benefits the Licensor receives from 67 | making the Licensed Material available under these terms and 68 | conditions. 69 | 70 | 71 | Section 1 -- Definitions. 72 | 73 | a. Adapted Material means material subject to Copyright and Similar 74 | Rights that is derived from or based upon the Licensed Material 75 | and in which the Licensed Material is translated, altered, 76 | arranged, transformed, or otherwise modified in a manner requiring 77 | permission under the Copyright and Similar Rights held by the 78 | Licensor. For purposes of this Public License, where the Licensed 79 | Material is a musical work, performance, or sound recording, 80 | Adapted Material is always produced where the Licensed Material is 81 | synched in timed relation with a moving image. 82 | 83 | b. Adapter's License means the license You apply to Your Copyright 84 | and Similar Rights in Your contributions to Adapted Material in 85 | accordance with the terms and conditions of this Public License. 86 | 87 | c. BY-SA Compatible License means a license listed at 88 | creativecommons.org/compatiblelicenses, approved by Creative 89 | Commons as essentially the equivalent of this Public License. 90 | 91 | d. Copyright and Similar Rights means copyright and/or similar rights 92 | closely related to copyright including, without limitation, 93 | performance, broadcast, sound recording, and Sui Generis Database 94 | Rights, without regard to how the rights are labeled or 95 | categorized. For purposes of this Public License, the rights 96 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 97 | Rights. 98 | 99 | e. Effective Technological Measures means those measures that, in the 100 | absence of proper authority, may not be circumvented under laws 101 | fulfilling obligations under Article 11 of the WIPO Copyright 102 | Treaty adopted on December 20, 1996, and/or similar international 103 | agreements. 104 | 105 | f. Exceptions and Limitations means fair use, fair dealing, and/or 106 | any other exception or limitation to Copyright and Similar Rights 107 | that applies to Your use of the Licensed Material. 108 | 109 | g. License Elements means the license attributes listed in the name 110 | of a Creative Commons Public License. The License Elements of this 111 | Public License are Attribution and ShareAlike. 112 | 113 | h. Licensed Material means the artistic or literary work, database, 114 | or other material to which the Licensor applied this Public 115 | License. 116 | 117 | i. Licensed Rights means the rights granted to You subject to the 118 | terms and conditions of this Public License, which are limited to 119 | all Copyright and Similar Rights that apply to Your use of the 120 | Licensed Material and that the Licensor has authority to license. 121 | 122 | j. Licensor means the individual(s) or entity(ies) granting rights 123 | under this Public License. 124 | 125 | k. Share means to provide material to the public by any means or 126 | process that requires permission under the Licensed Rights, such 127 | as reproduction, public display, public performance, distribution, 128 | dissemination, communication, or importation, and to make material 129 | available to the public including in ways that members of the 130 | public may access the material from a place and at a time 131 | individually chosen by them. 132 | 133 | l. Sui Generis Database Rights means rights other than copyright 134 | resulting from Directive 96/9/EC of the European Parliament and of 135 | the Council of 11 March 1996 on the legal protection of databases, 136 | as amended and/or succeeded, as well as other essentially 137 | equivalent rights anywhere in the world. 138 | 139 | m. You means the individual or entity exercising the Licensed Rights 140 | under this Public License. Your has a corresponding meaning. 141 | 142 | 143 | Section 2 -- Scope. 144 | 145 | a. License grant. 146 | 147 | 1. Subject to the terms and conditions of this Public License, 148 | the Licensor hereby grants You a worldwide, royalty-free, 149 | non-sublicensable, non-exclusive, irrevocable license to 150 | exercise the Licensed Rights in the Licensed Material to: 151 | 152 | a. reproduce and Share the Licensed Material, in whole or 153 | in part; and 154 | 155 | b. produce, reproduce, and Share Adapted Material. 156 | 157 | 2. Exceptions and Limitations. For the avoidance of doubt, where 158 | Exceptions and Limitations apply to Your use, this Public 159 | License does not apply, and You do not need to comply with 160 | its terms and conditions. 161 | 162 | 3. Term. The term of this Public License is specified in Section 163 | 6(a). 164 | 165 | 4. Media and formats; technical modifications allowed. The 166 | Licensor authorizes You to exercise the Licensed Rights in 167 | all media and formats whether now known or hereafter created, 168 | and to make technical modifications necessary to do so. The 169 | Licensor waives and/or agrees not to assert any right or 170 | authority to forbid You from making technical modifications 171 | necessary to exercise the Licensed Rights, including 172 | technical modifications necessary to circumvent Effective 173 | Technological Measures. For purposes of this Public License, 174 | simply making modifications authorized by this Section 2(a) 175 | (4) never produces Adapted Material. 176 | 177 | 5. Downstream recipients. 178 | 179 | a. Offer from the Licensor -- Licensed Material. Every 180 | recipient of the Licensed Material automatically 181 | receives an offer from the Licensor to exercise the 182 | Licensed Rights under the terms and conditions of this 183 | Public License. 184 | 185 | b. Additional offer from the Licensor -- Adapted Material. 186 | Every recipient of Adapted Material from You 187 | automatically receives an offer from the Licensor to 188 | exercise the Licensed Rights in the Adapted Material 189 | under the conditions of the Adapter's License You apply. 190 | 191 | c. No downstream restrictions. You may not offer or impose 192 | any additional or different terms or conditions on, or 193 | apply any Effective Technological Measures to, the 194 | Licensed Material if doing so restricts exercise of the 195 | Licensed Rights by any recipient of the Licensed 196 | Material. 197 | 198 | 6. No endorsement. Nothing in this Public License constitutes or 199 | may be construed as permission to assert or imply that You 200 | are, or that Your use of the Licensed Material is, connected 201 | with, or sponsored, endorsed, or granted official status by, 202 | the Licensor or others designated to receive attribution as 203 | provided in Section 3(a)(1)(A)(i). 204 | 205 | b. Other rights. 206 | 207 | 1. Moral rights, such as the right of integrity, are not 208 | licensed under this Public License, nor are publicity, 209 | privacy, and/or other similar personality rights; however, to 210 | the extent possible, the Licensor waives and/or agrees not to 211 | assert any such rights held by the Licensor to the limited 212 | extent necessary to allow You to exercise the Licensed 213 | Rights, but not otherwise. 214 | 215 | 2. Patent and trademark rights are not licensed under this 216 | Public License. 217 | 218 | 3. To the extent possible, the Licensor waives any right to 219 | collect royalties from You for the exercise of the Licensed 220 | Rights, whether directly or through a collecting society 221 | under any voluntary or waivable statutory or compulsory 222 | licensing scheme. In all other cases the Licensor expressly 223 | reserves any right to collect such royalties. 224 | 225 | 226 | Section 3 -- License Conditions. 227 | 228 | Your exercise of the Licensed Rights is expressly made subject to the 229 | following conditions. 230 | 231 | a. Attribution. 232 | 233 | 1. If You Share the Licensed Material (including in modified 234 | form), You must: 235 | 236 | a. retain the following if it is supplied by the Licensor 237 | with the Licensed Material: 238 | 239 | i. identification of the creator(s) of the Licensed 240 | Material and any others designated to receive 241 | attribution, in any reasonable manner requested by 242 | the Licensor (including by pseudonym if 243 | designated); 244 | 245 | ii. a copyright notice; 246 | 247 | iii. a notice that refers to this Public License; 248 | 249 | iv. a notice that refers to the disclaimer of 250 | warranties; 251 | 252 | v. a URI or hyperlink to the Licensed Material to the 253 | extent reasonably practicable; 254 | 255 | b. indicate if You modified the Licensed Material and 256 | retain an indication of any previous modifications; and 257 | 258 | c. indicate the Licensed Material is licensed under this 259 | Public License, and include the text of, or the URI or 260 | hyperlink to, this Public License. 261 | 262 | 2. You may satisfy the conditions in Section 3(a)(1) in any 263 | reasonable manner based on the medium, means, and context in 264 | which You Share the Licensed Material. For example, it may be 265 | reasonable to satisfy the conditions by providing a URI or 266 | hyperlink to a resource that includes the required 267 | information. 268 | 269 | 3. If requested by the Licensor, You must remove any of the 270 | information required by Section 3(a)(1)(A) to the extent 271 | reasonably practicable. 272 | 273 | b. ShareAlike. 274 | 275 | In addition to the conditions in Section 3(a), if You Share 276 | Adapted Material You produce, the following conditions also apply. 277 | 278 | 1. The Adapter's License You apply must be a Creative Commons 279 | license with the same License Elements, this version or 280 | later, or a BY-SA Compatible License. 281 | 282 | 2. You must include the text of, or the URI or hyperlink to, the 283 | Adapter's License You apply. You may satisfy this condition 284 | in any reasonable manner based on the medium, means, and 285 | context in which You Share Adapted Material. 286 | 287 | 3. You may not offer or impose any additional or different terms 288 | or conditions on, or apply any Effective Technological 289 | Measures to, Adapted Material that restrict exercise of the 290 | rights granted under the Adapter's License You apply. 291 | 292 | 293 | Section 4 -- Sui Generis Database Rights. 294 | 295 | Where the Licensed Rights include Sui Generis Database Rights that 296 | apply to Your use of the Licensed Material: 297 | 298 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 299 | to extract, reuse, reproduce, and Share all or a substantial 300 | portion of the contents of the database; 301 | 302 | b. if You include all or a substantial portion of the database 303 | contents in a database in which You have Sui Generis Database 304 | Rights, then the database in which You have Sui Generis Database 305 | Rights (but not its individual contents) is Adapted Material, 306 | 307 | including for purposes of Section 3(b); and 308 | c. You must comply with the conditions in Section 3(a) if You Share 309 | all or a substantial portion of the contents of the database. 310 | 311 | For the avoidance of doubt, this Section 4 supplements and does not 312 | replace Your obligations under this Public License where the Licensed 313 | Rights include other Copyright and Similar Rights. 314 | 315 | 316 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 317 | 318 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 319 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 320 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 321 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 322 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 323 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 324 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 325 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 326 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 327 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 328 | 329 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 330 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 331 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 332 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 333 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 334 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 335 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 336 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 337 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 338 | 339 | c. The disclaimer of warranties and limitation of liability provided 340 | above shall be interpreted in a manner that, to the extent 341 | possible, most closely approximates an absolute disclaimer and 342 | waiver of all liability. 343 | 344 | 345 | Section 6 -- Term and Termination. 346 | 347 | a. This Public License applies for the term of the Copyright and 348 | Similar Rights licensed here. However, if You fail to comply with 349 | this Public License, then Your rights under this Public License 350 | terminate automatically. 351 | 352 | b. Where Your right to use the Licensed Material has terminated under 353 | Section 6(a), it reinstates: 354 | 355 | 1. automatically as of the date the violation is cured, provided 356 | it is cured within 30 days of Your discovery of the 357 | violation; or 358 | 359 | 2. upon express reinstatement by the Licensor. 360 | 361 | For the avoidance of doubt, this Section 6(b) does not affect any 362 | right the Licensor may have to seek remedies for Your violations 363 | of this Public License. 364 | 365 | c. For the avoidance of doubt, the Licensor may also offer the 366 | Licensed Material under separate terms or conditions or stop 367 | distributing the Licensed Material at any time; however, doing so 368 | will not terminate this Public License. 369 | 370 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 371 | License. 372 | 373 | 374 | Section 7 -- Other Terms and Conditions. 375 | 376 | a. The Licensor shall not be bound by any additional or different 377 | terms or conditions communicated by You unless expressly agreed. 378 | 379 | b. Any arrangements, understandings, or agreements regarding the 380 | Licensed Material not stated herein are separate from and 381 | independent of the terms and conditions of this Public License. 382 | 383 | 384 | Section 8 -- Interpretation. 385 | 386 | a. For the avoidance of doubt, this Public License does not, and 387 | shall not be interpreted to, reduce, limit, restrict, or impose 388 | conditions on any use of the Licensed Material that could lawfully 389 | be made without permission under this Public License. 390 | 391 | b. To the extent possible, if any provision of this Public License is 392 | deemed unenforceable, it shall be automatically reformed to the 393 | minimum extent necessary to make it enforceable. If the provision 394 | cannot be reformed, it shall be severed from this Public License 395 | without affecting the enforceability of the remaining terms and 396 | conditions. 397 | 398 | c. No term or condition of this Public License will be waived and no 399 | failure to comply consented to unless expressly agreed to by the 400 | Licensor. 401 | 402 | d. Nothing in this Public License constitutes or may be interpreted 403 | as a limitation upon, or waiver of, any privileges and immunities 404 | that apply to the Licensor or You, including from the legal 405 | processes of any jurisdiction or authority. 406 | 407 | 408 | ======================================================================= 409 | 410 | Creative Commons is not a party to its public 411 | licenses. Notwithstanding, Creative Commons may elect to apply one of 412 | its public licenses to material it publishes and in those instances 413 | will be considered the “Licensor.” The text of the Creative Commons 414 | public licenses is dedicated to the public domain under the CC0 Public 415 | Domain Dedication. Except for the limited purpose of indicating that 416 | material is shared under a Creative Commons public license or as 417 | otherwise permitted by the Creative Commons policies published at 418 | creativecommons.org/policies, Creative Commons does not authorize the 419 | use of the trademark "Creative Commons" or any other trademark or logo 420 | of Creative Commons without its prior written consent including, 421 | without limitation, in connection with any unauthorized modifications 422 | to any of its public licenses or any other arrangements, 423 | understandings, or agreements concerning use of licensed material. For 424 | the avoidance of doubt, this paragraph does not form part of the 425 | public licenses. 426 | 427 | Creative Commons may be contacted at creativecommons.org. 428 | 429 | -------------------------------------------------------------------------------- /icons-rigglesbee/licenses/gpl-2.0.txt: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | 294 | Copyright (C) 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | , 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /icons-rigglesbee/licenses/lgpl-3.0.txt: -------------------------------------------------------------------------------- 1 | GNU LESSER GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | 9 | This version of the GNU Lesser General Public License incorporates 10 | the terms and conditions of version 3 of the GNU General Public 11 | License, supplemented by the additional permissions listed below. 12 | 13 | 0. Additional Definitions. 14 | 15 | As used herein, "this License" refers to version 3 of the GNU Lesser 16 | General Public License, and the "GNU GPL" refers to version 3 of the GNU 17 | General Public License. 18 | 19 | "The Library" refers to a covered work governed by this License, 20 | other than an Application or a Combined Work as defined below. 21 | 22 | An "Application" is any work that makes use of an interface provided 23 | by the Library, but which is not otherwise based on the Library. 24 | Defining a subclass of a class defined by the Library is deemed a mode 25 | of using an interface provided by the Library. 26 | 27 | A "Combined Work" is a work produced by combining or linking an 28 | Application with the Library. The particular version of the Library 29 | with which the Combined Work was made is also called the "Linked 30 | Version". 31 | 32 | The "Minimal Corresponding Source" for a Combined Work means the 33 | Corresponding Source for the Combined Work, excluding any source code 34 | for portions of the Combined Work that, considered in isolation, are 35 | based on the Application, and not on the Linked Version. 36 | 37 | The "Corresponding Application Code" for a Combined Work means the 38 | object code and/or source code for the Application, including any data 39 | and utility programs needed for reproducing the Combined Work from the 40 | Application, but excluding the System Libraries of the Combined Work. 41 | 42 | 1. Exception to Section 3 of the GNU GPL. 43 | 44 | You may convey a covered work under sections 3 and 4 of this License 45 | without being bound by section 3 of the GNU GPL. 46 | 47 | 2. Conveying Modified Versions. 48 | 49 | If you modify a copy of the Library, and, in your modifications, a 50 | facility refers to a function or data to be supplied by an Application 51 | that uses the facility (other than as an argument passed when the 52 | facility is invoked), then you may convey a copy of the modified 53 | version: 54 | 55 | a) under this License, provided that you make a good faith effort to 56 | ensure that, in the event an Application does not supply the 57 | function or data, the facility still operates, and performs 58 | whatever part of its purpose remains meaningful, or 59 | 60 | b) under the GNU GPL, with none of the additional permissions of 61 | this License applicable to that copy. 62 | 63 | 3. Object Code Incorporating Material from Library Header Files. 64 | 65 | The object code form of an Application may incorporate material from 66 | a header file that is part of the Library. You may convey such object 67 | code under terms of your choice, provided that, if the incorporated 68 | material is not limited to numerical parameters, data structure 69 | layouts and accessors, or small macros, inline functions and templates 70 | (ten or fewer lines in length), you do both of the following: 71 | 72 | a) Give prominent notice with each copy of the object code that the 73 | Library is used in it and that the Library and its use are 74 | covered by this License. 75 | 76 | b) Accompany the object code with a copy of the GNU GPL and this license 77 | document. 78 | 79 | 4. Combined Works. 80 | 81 | You may convey a Combined Work under terms of your choice that, 82 | taken together, effectively do not restrict modification of the 83 | portions of the Library contained in the Combined Work and reverse 84 | engineering for debugging such modifications, if you also do each of 85 | the following: 86 | 87 | a) Give prominent notice with each copy of the Combined Work that 88 | the Library is used in it and that the Library and its use are 89 | covered by this License. 90 | 91 | b) Accompany the Combined Work with a copy of the GNU GPL and this license 92 | document. 93 | 94 | c) For a Combined Work that displays copyright notices during 95 | execution, include the copyright notice for the Library among 96 | these notices, as well as a reference directing the user to the 97 | copies of the GNU GPL and this license document. 98 | 99 | d) Do one of the following: 100 | 101 | 0) Convey the Minimal Corresponding Source under the terms of this 102 | License, and the Corresponding Application Code in a form 103 | suitable for, and under terms that permit, the user to 104 | recombine or relink the Application with a modified version of 105 | the Linked Version to produce a modified Combined Work, in the 106 | manner specified by section 6 of the GNU GPL for conveying 107 | Corresponding Source. 108 | 109 | 1) Use a suitable shared library mechanism for linking with the 110 | Library. A suitable mechanism is one that (a) uses at run time 111 | a copy of the Library already present on the user's computer 112 | system, and (b) will operate properly with a modified version 113 | of the Library that is interface-compatible with the Linked 114 | Version. 115 | 116 | e) Provide Installation Information, but only if you would otherwise 117 | be required to provide such information under section 6 of the 118 | GNU GPL, and only to the extent that such information is 119 | necessary to install and execute a modified version of the 120 | Combined Work produced by recombining or relinking the 121 | Application with a modified version of the Linked Version. (If 122 | you use option 4d0, the Installation Information must accompany 123 | the Minimal Corresponding Source and Corresponding Application 124 | Code. If you use option 4d1, you must provide the Installation 125 | Information in the manner specified by section 6 of the GNU GPL 126 | for conveying Corresponding Source.) 127 | 128 | 5. Combined Libraries. 129 | 130 | You may place library facilities that are a work based on the 131 | Library side by side in a single library together with other library 132 | facilities that are not Applications and are not covered by this 133 | License, and convey such a combined library under terms of your 134 | choice, if you do both of the following: 135 | 136 | a) Accompany the combined library with a copy of the same work based 137 | on the Library, uncombined with any other library facilities, 138 | conveyed under the terms of this License. 139 | 140 | b) Give prominent notice with the combined library that part of it 141 | is a work based on the Library, and explaining where to find the 142 | accompanying uncombined form of the same work. 143 | 144 | 6. Revised Versions of the GNU Lesser General Public License. 145 | 146 | The Free Software Foundation may publish revised and/or new versions 147 | of the GNU Lesser General Public License from time to time. Such new 148 | versions will be similar in spirit to the present version, but may 149 | differ in detail to address new problems or concerns. 150 | 151 | Each version is given a distinguishing version number. If the 152 | Library as you received it specifies that a certain numbered version 153 | of the GNU Lesser General Public License "or any later version" 154 | applies to it, you have the option of following the terms and 155 | conditions either of that published version or of any later version 156 | published by the Free Software Foundation. If the Library as you 157 | received it does not specify a version number of the GNU Lesser 158 | General Public License, you may choose any version of the GNU Lesser 159 | General Public License ever published by the Free Software Foundation. 160 | 161 | If the Library as you received it specifies that a proxy can decide 162 | whether future versions of the GNU Lesser General Public License shall 163 | apply, that proxy's public statement of acceptance of any version is 164 | permanent authorization for you to choose that version for the 165 | Library. 166 | -------------------------------------------------------------------------------- /icons-rigglesbee/os_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_arch.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_centos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_centos.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_chakra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_chakra.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_chrome.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_clover.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_crunchbang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_crunchbang.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_debian.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_deepin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_deepin.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_devuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_devuan.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_elementary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_elementary.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_fedora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_fedora.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_freebsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_freebsd.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_frugalware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_frugalware.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_gentoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_gentoo.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_gummiboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_gummiboot.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_haiku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_haiku.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_hwtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_hwtest.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_icon-small.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_icon-small.psd -------------------------------------------------------------------------------- /icons-rigglesbee/os_kubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_kubuntu.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_legacy.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_linux.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_linuxmint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_linuxmint.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_lubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_lubuntu.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_mac.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_mageia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_mageia.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_mandriva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_mandriva.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_manjaro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_manjaro.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_neon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_neon.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_netbsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_netbsd.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_network.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_opensuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_opensuse.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_redhat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_redhat.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_refind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_refind.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_refit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_refit.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_slackware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_slackware.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_solus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_solus.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_suse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_suse.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_ubuntu-studio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_ubuntu-studio.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_ubuntu.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_unknown.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_void.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_void.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_win.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_win8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_win8.png -------------------------------------------------------------------------------- /icons-rigglesbee/os_xubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/os_xubuntu.png -------------------------------------------------------------------------------- /icons-rigglesbee/refind_select_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/refind_select_big.png -------------------------------------------------------------------------------- /icons-rigglesbee/refindbkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/refindbkg.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_apple_rescue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_apple_rescue.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_fwupdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_fwupdate.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_memtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_memtest.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_mok_tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_mok_tool.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_netboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_netboot.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_part.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_part.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_rescue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_rescue.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_shell.png -------------------------------------------------------------------------------- /icons-rigglesbee/tool_windows_rescue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/tool_windows_rescue.png -------------------------------------------------------------------------------- /icons-rigglesbee/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/transparent.png -------------------------------------------------------------------------------- /icons-rigglesbee/vol_external.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/vol_external.png -------------------------------------------------------------------------------- /icons-rigglesbee/vol_internal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/vol_internal.png -------------------------------------------------------------------------------- /icons-rigglesbee/vol_net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/vol_net.png -------------------------------------------------------------------------------- /icons-rigglesbee/vol_optical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/icons-rigglesbee/vol_optical.png -------------------------------------------------------------------------------- /refind.conf: -------------------------------------------------------------------------------- 1 | timeout 20 2 | icons_dir icons-rigglesbee 3 | banner icons-rigglesbee/refindbkg.png 4 | small_icon_size 36 5 | big_icon_size 96 6 | selection_big icons-rigglesbee/refind_select_big.png 7 | selection_small icons-rigglesbee/refind_select_big.png 8 | scanfor manual,external,optical,cd 9 | 10 | menuentry MacOS { 11 | icon EFI/refind/icons-rigglesbee/os_mac.png 12 | volume cf68bfd9-7e0c-4a7b-91ed-0176bf8ce20b 13 | loader /System/Library/CoreServices/boot.efi 14 | } 15 | 16 | menuentry ArchLinux { 17 | icon EFI/refind/icons-rigglesbee/os_arch.png 18 | loader EFI/arch/grubx64.efi 19 | } 20 | 21 | menuentry Fedora { 22 | icon EFI/refind/icons-rigglesbee/os_fedora.png 23 | loader EFI/fedora/grubx64.efi 24 | } 25 | 26 | menuentry LinuxMint { 27 | icon EFI/refind/icons-rigglesbee/os_linuxmint.png 28 | loader EFI/mint/grubx64.efi 29 | } 30 | 31 | menuentry openSUSE { 32 | icon EFI/refind/icons-rigglesbee/os_opensuse.png 33 | loader EFI/opensuse/grubx64.efi 34 | } 35 | 36 | menuentry "Solus" { 37 | icon EFI/refind/icons-rigglesbee/os_solus.png 38 | loader /EFI/solus/grubx64.efi 39 | } 40 | 41 | menuentry Ubuntu { 42 | icon EFI/refind/icons-rigglesbee/os_ubuntu.png 43 | loader EFI/ubuntu/grubx64.efi 44 | } 45 | 46 | menuentry 'Ubuntu-Studio 17.10' { 47 | icon EFI/refind/icons-rigglesbee/os_ubuntu-studio.png 48 | loader EFI/ubuntu-studio/grubx64.efi 49 | } 50 | 51 | menuentry 'KDE Neon' { 52 | icon EFI/refind/icons-rigglesbee/os_neon.png 53 | loader EFI/neon/grubx64.efi 54 | } 55 | 56 | fs0: load ext4_x64.efi 57 | fs0: map -r 58 | 59 | -------------------------------------------------------------------------------- /refindlaunch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/refindlaunch.gif -------------------------------------------------------------------------------- /screenshot_002.bmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigglesbee/refindlaunch/9b3e95505aee081356dda1a913f011b8cdb59edc/screenshot_002.bmp.png --------------------------------------------------------------------------------