├── LICENSE ├── README.md ├── assets ├── velum-dashboard.png ├── velum-settings.png └── yt_conf_talk.png ├── logo ├── COPYING ├── kubic_logo_official.png ├── kubic_logo_official.svg ├── kubic_logo_official_mc.png ├── kubic_logo_official_mc.svg ├── kubic_logo_official_notext.png ├── kubic_logo_official_notext.svg ├── kubic_logo_official_notext_mc.png └── kubic_logo_official_notext_mc.svg └── presentations ├── openSUSEKubic2019.odp └── openSUSEKubic2019.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Kubic 2 | 3 | **openSUSE Kubic** is a Project maintaining multiple container-related technologies as part of the openSUSE Project. 4 | 5 | This repository contains the official Kubic Logo and other community assets 6 | 7 | For more information about the Kubic Project please visit [our Website](https://kubic.opensuse.org) 8 | 9 | -------------------------------------------------------------------------------- /assets/velum-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/assets/velum-dashboard.png -------------------------------------------------------------------------------- /assets/velum-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/assets/velum-settings.png -------------------------------------------------------------------------------- /assets/yt_conf_talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/assets/yt_conf_talk.png -------------------------------------------------------------------------------- /logo/COPYING: -------------------------------------------------------------------------------- 1 | openSUSE Kubic Logos are licensed CC-BY-SA-3.0 2 | 3 | (c) 2018, SUSE Linux GmbH 4 | 5 | Originally based on https://en.wikipedia.org/wiki/File:Impossible_cube_illusion_angle.svg 6 | 7 | (c) 2006, 4C - https://en.wikipedia.org/wiki/User:4C~enwiki 8 | 9 | ---- 10 | Creative Commons Legal Code 11 | 12 | Attribution-ShareAlike 3.0 Unported 13 | 14 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 15 | LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN 16 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 17 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 18 | REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR 19 | DAMAGES RESULTING FROM ITS USE. 20 | 21 | License 22 | 23 | THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE 24 | COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY 25 | COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS 26 | AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. 27 | 28 | BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE 29 | TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY 30 | BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS 31 | CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND 32 | CONDITIONS. 33 | 34 | 1. Definitions 35 | 36 | a. "Adaptation" means a work based upon the Work, or upon the Work and 37 | other pre-existing works, such as a translation, adaptation, 38 | derivative work, arrangement of music or other alterations of a 39 | literary or artistic work, or phonogram or performance and includes 40 | cinematographic adaptations or any other form in which the Work may be 41 | recast, transformed, or adapted including in any form recognizably 42 | derived from the original, except that a work that constitutes a 43 | Collection will not be considered an Adaptation for the purpose of 44 | this License. For the avoidance of doubt, where the Work is a musical 45 | work, performance or phonogram, the synchronization of the Work in 46 | timed-relation with a moving image ("synching") will be considered an 47 | Adaptation for the purpose of this License. 48 | b. "Collection" means a collection of literary or artistic works, such as 49 | encyclopedias and anthologies, or performances, phonograms or 50 | broadcasts, or other works or subject matter other than works listed 51 | in Section 1(f) below, which, by reason of the selection and 52 | arrangement of their contents, constitute intellectual creations, in 53 | which the Work is included in its entirety in unmodified form along 54 | with one or more other contributions, each constituting separate and 55 | independent works in themselves, which together are assembled into a 56 | collective whole. A work that constitutes a Collection will not be 57 | considered an Adaptation (as defined below) for the purposes of this 58 | License. 59 | c. "Creative Commons Compatible License" means a license that is listed 60 | at https://creativecommons.org/compatiblelicenses that has been 61 | approved by Creative Commons as being essentially equivalent to this 62 | License, including, at a minimum, because that license: (i) contains 63 | terms that have the same purpose, meaning and effect as the License 64 | Elements of this License; and, (ii) explicitly permits the relicensing 65 | of adaptations of works made available under that license under this 66 | License or a Creative Commons jurisdiction license with the same 67 | License Elements as this License. 68 | d. "Distribute" means to make available to the public the original and 69 | copies of the Work or Adaptation, as appropriate, through sale or 70 | other transfer of ownership. 71 | e. "License Elements" means the following high-level license attributes 72 | as selected by Licensor and indicated in the title of this License: 73 | Attribution, ShareAlike. 74 | f. "Licensor" means the individual, individuals, entity or entities that 75 | offer(s) the Work under the terms of this License. 76 | g. "Original Author" means, in the case of a literary or artistic work, 77 | the individual, individuals, entity or entities who created the Work 78 | or if no individual or entity can be identified, the publisher; and in 79 | addition (i) in the case of a performance the actors, singers, 80 | musicians, dancers, and other persons who act, sing, deliver, declaim, 81 | play in, interpret or otherwise perform literary or artistic works or 82 | expressions of folklore; (ii) in the case of a phonogram the producer 83 | being the person or legal entity who first fixes the sounds of a 84 | performance or other sounds; and, (iii) in the case of broadcasts, the 85 | organization that transmits the broadcast. 86 | h. "Work" means the literary and/or artistic work offered under the terms 87 | of this License including without limitation any production in the 88 | literary, scientific and artistic domain, whatever may be the mode or 89 | form of its expression including digital form, such as a book, 90 | pamphlet and other writing; a lecture, address, sermon or other work 91 | of the same nature; a dramatic or dramatico-musical work; a 92 | choreographic work or entertainment in dumb show; a musical 93 | composition with or without words; a cinematographic work to which are 94 | assimilated works expressed by a process analogous to cinematography; 95 | a work of drawing, painting, architecture, sculpture, engraving or 96 | lithography; a photographic work to which are assimilated works 97 | expressed by a process analogous to photography; a work of applied 98 | art; an illustration, map, plan, sketch or three-dimensional work 99 | relative to geography, topography, architecture or science; a 100 | performance; a broadcast; a phonogram; a compilation of data to the 101 | extent it is protected as a copyrightable work; or a work performed by 102 | a variety or circus performer to the extent it is not otherwise 103 | considered a literary or artistic work. 104 | i. "You" means an individual or entity exercising rights under this 105 | License who has not previously violated the terms of this License with 106 | respect to the Work, or who has received express permission from the 107 | Licensor to exercise rights under this License despite a previous 108 | violation. 109 | j. "Publicly Perform" means to perform public recitations of the Work and 110 | to communicate to the public those public recitations, by any means or 111 | process, including by wire or wireless means or public digital 112 | performances; to make available to the public Works in such a way that 113 | members of the public may access these Works from a place and at a 114 | place individually chosen by them; to perform the Work to the public 115 | by any means or process and the communication to the public of the 116 | performances of the Work, including by public digital performance; to 117 | broadcast and rebroadcast the Work by any means including signs, 118 | sounds or images. 119 | k. "Reproduce" means to make copies of the Work by any means including 120 | without limitation by sound or visual recordings and the right of 121 | fixation and reproducing fixations of the Work, including storage of a 122 | protected performance or phonogram in digital form or other electronic 123 | medium. 124 | 125 | 2. Fair Dealing Rights. Nothing in this License is intended to reduce, 126 | limit, or restrict any uses free from copyright or rights arising from 127 | limitations or exceptions that are provided for in connection with the 128 | copyright protection under copyright law or other applicable laws. 129 | 130 | 3. License Grant. Subject to the terms and conditions of this License, 131 | Licensor hereby grants You a worldwide, royalty-free, non-exclusive, 132 | perpetual (for the duration of the applicable copyright) license to 133 | exercise the rights in the Work as stated below: 134 | 135 | a. to Reproduce the Work, to incorporate the Work into one or more 136 | Collections, and to Reproduce the Work as incorporated in the 137 | Collections; 138 | b. to create and Reproduce Adaptations provided that any such Adaptation, 139 | including any translation in any medium, takes reasonable steps to 140 | clearly label, demarcate or otherwise identify that changes were made 141 | to the original Work. For example, a translation could be marked "The 142 | original work was translated from English to Spanish," or a 143 | modification could indicate "The original work has been modified."; 144 | c. to Distribute and Publicly Perform the Work including as incorporated 145 | in Collections; and, 146 | d. to Distribute and Publicly Perform Adaptations. 147 | e. For the avoidance of doubt: 148 | 149 | i. Non-waivable Compulsory License Schemes. In those jurisdictions in 150 | which the right to collect royalties through any statutory or 151 | compulsory licensing scheme cannot be waived, the Licensor 152 | reserves the exclusive right to collect such royalties for any 153 | exercise by You of the rights granted under this License; 154 | ii. Waivable Compulsory License Schemes. In those jurisdictions in 155 | which the right to collect royalties through any statutory or 156 | compulsory licensing scheme can be waived, the Licensor waives the 157 | exclusive right to collect such royalties for any exercise by You 158 | of the rights granted under this License; and, 159 | iii. Voluntary License Schemes. The Licensor waives the right to 160 | collect royalties, whether individually or, in the event that the 161 | Licensor is a member of a collecting society that administers 162 | voluntary licensing schemes, via that society, from any exercise 163 | by You of the rights granted under this License. 164 | 165 | The above rights may be exercised in all media and formats whether now 166 | known or hereafter devised. The above rights include the right to make 167 | such modifications as are technically necessary to exercise the rights in 168 | other media and formats. Subject to Section 8(f), all rights not expressly 169 | granted by Licensor are hereby reserved. 170 | 171 | 4. Restrictions. The license granted in Section 3 above is expressly made 172 | subject to and limited by the following restrictions: 173 | 174 | a. You may Distribute or Publicly Perform the Work only under the terms 175 | of this License. You must include a copy of, or the Uniform Resource 176 | Identifier (URI) for, this License with every copy of the Work You 177 | Distribute or Publicly Perform. You may not offer or impose any terms 178 | on the Work that restrict the terms of this License or the ability of 179 | the recipient of the Work to exercise the rights granted to that 180 | recipient under the terms of the License. You may not sublicense the 181 | Work. You must keep intact all notices that refer to this License and 182 | to the disclaimer of warranties with every copy of the Work You 183 | Distribute or Publicly Perform. When You Distribute or Publicly 184 | Perform the Work, You may not impose any effective technological 185 | measures on the Work that restrict the ability of a recipient of the 186 | Work from You to exercise the rights granted to that recipient under 187 | the terms of the License. This Section 4(a) applies to the Work as 188 | incorporated in a Collection, but this does not require the Collection 189 | apart from the Work itself to be made subject to the terms of this 190 | License. If You create a Collection, upon notice from any Licensor You 191 | must, to the extent practicable, remove from the Collection any credit 192 | as required by Section 4(c), as requested. If You create an 193 | Adaptation, upon notice from any Licensor You must, to the extent 194 | practicable, remove from the Adaptation any credit as required by 195 | Section 4(c), as requested. 196 | b. You may Distribute or Publicly Perform an Adaptation only under the 197 | terms of: (i) this License; (ii) a later version of this License with 198 | the same License Elements as this License; (iii) a Creative Commons 199 | jurisdiction license (either this or a later license version) that 200 | contains the same License Elements as this License (e.g., 201 | Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible 202 | License. If you license the Adaptation under one of the licenses 203 | mentioned in (iv), you must comply with the terms of that license. If 204 | you license the Adaptation under the terms of any of the licenses 205 | mentioned in (i), (ii) or (iii) (the "Applicable License"), you must 206 | comply with the terms of the Applicable License generally and the 207 | following provisions: (I) You must include a copy of, or the URI for, 208 | the Applicable License with every copy of each Adaptation You 209 | Distribute or Publicly Perform; (II) You may not offer or impose any 210 | terms on the Adaptation that restrict the terms of the Applicable 211 | License or the ability of the recipient of the Adaptation to exercise 212 | the rights granted to that recipient under the terms of the Applicable 213 | License; (III) You must keep intact all notices that refer to the 214 | Applicable License and to the disclaimer of warranties with every copy 215 | of the Work as included in the Adaptation You Distribute or Publicly 216 | Perform; (IV) when You Distribute or Publicly Perform the Adaptation, 217 | You may not impose any effective technological measures on the 218 | Adaptation that restrict the ability of a recipient of the Adaptation 219 | from You to exercise the rights granted to that recipient under the 220 | terms of the Applicable License. This Section 4(b) applies to the 221 | Adaptation as incorporated in a Collection, but this does not require 222 | the Collection apart from the Adaptation itself to be made subject to 223 | the terms of the Applicable License. 224 | c. If You Distribute, or Publicly Perform the Work or any Adaptations or 225 | Collections, You must, unless a request has been made pursuant to 226 | Section 4(a), keep intact all copyright notices for the Work and 227 | provide, reasonable to the medium or means You are utilizing: (i) the 228 | name of the Original Author (or pseudonym, if applicable) if supplied, 229 | and/or if the Original Author and/or Licensor designate another party 230 | or parties (e.g., a sponsor institute, publishing entity, journal) for 231 | attribution ("Attribution Parties") in Licensor's copyright notice, 232 | terms of service or by other reasonable means, the name of such party 233 | or parties; (ii) the title of the Work if supplied; (iii) to the 234 | extent reasonably practicable, the URI, if any, that Licensor 235 | specifies to be associated with the Work, unless such URI does not 236 | refer to the copyright notice or licensing information for the Work; 237 | and (iv) , consistent with Ssection 3(b), in the case of an 238 | Adaptation, a credit identifying the use of the Work in the Adaptation 239 | (e.g., "French translation of the Work by Original Author," or 240 | "Screenplay based on original Work by Original Author"). The credit 241 | required by this Section 4(c) may be implemented in any reasonable 242 | manner; provided, however, that in the case of a Adaptation or 243 | Collection, at a minimum such credit will appear, if a credit for all 244 | contributing authors of the Adaptation or Collection appears, then as 245 | part of these credits and in a manner at least as prominent as the 246 | credits for the other contributing authors. For the avoidance of 247 | doubt, You may only use the credit required by this Section for the 248 | purpose of attribution in the manner set out above and, by exercising 249 | Your rights under this License, You may not implicitly or explicitly 250 | assert or imply any connection with, sponsorship or endorsement by the 251 | Original Author, Licensor and/or Attribution Parties, as appropriate, 252 | of You or Your use of the Work, without the separate, express prior 253 | written permission of the Original Author, Licensor and/or Attribution 254 | Parties. 255 | d. Except as otherwise agreed in writing by the Licensor or as may be 256 | otherwise permitted by applicable law, if You Reproduce, Distribute or 257 | Publicly Perform the Work either by itself or as part of any 258 | Adaptations or Collections, You must not distort, mutilate, modify or 259 | take other derogatory action in relation to the Work which would be 260 | prejudicial to the Original Author's honor or reputation. Licensor 261 | agrees that in those jurisdictions (e.g. Japan), in which any exercise 262 | of the right granted in Section 3(b) of this License (the right to 263 | make Adaptations) would be deemed to be a distortion, mutilation, 264 | modification or other derogatory action prejudicial to the Original 265 | Author's honor and reputation, the Licensor will waive or not assert, 266 | as appropriate, this Section, to the fullest extent permitted by the 267 | applicable national law, to enable You to reasonably exercise Your 268 | right under Section 3(b) of this License (right to make Adaptations) 269 | but not otherwise. 270 | 271 | 5. Representations, Warranties and Disclaimer 272 | 273 | UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR 274 | OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY 275 | KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, 276 | INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, 277 | FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF 278 | LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, 279 | WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION 280 | OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. 281 | 282 | 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE 283 | LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR 284 | ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES 285 | ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS 286 | BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 287 | 288 | 7. Termination 289 | 290 | a. This License and the rights granted hereunder will terminate 291 | automatically upon any breach by You of the terms of this License. 292 | Individuals or entities who have received Adaptations or Collections 293 | from You under this License, however, will not have their licenses 294 | terminated provided such individuals or entities remain in full 295 | compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will 296 | survive any termination of this License. 297 | b. Subject to the above terms and conditions, the license granted here is 298 | perpetual (for the duration of the applicable copyright in the Work). 299 | Notwithstanding the above, Licensor reserves the right to release the 300 | Work under different license terms or to stop distributing the Work at 301 | any time; provided, however that any such election will not serve to 302 | withdraw this License (or any other license that has been, or is 303 | required to be, granted under the terms of this License), and this 304 | License will continue in full force and effect unless terminated as 305 | stated above. 306 | 307 | 8. Miscellaneous 308 | 309 | a. Each time You Distribute or Publicly Perform the Work or a Collection, 310 | the Licensor offers to the recipient a license to the Work on the same 311 | terms and conditions as the license granted to You under this License. 312 | b. Each time You Distribute or Publicly Perform an Adaptation, Licensor 313 | offers to the recipient a license to the original Work on the same 314 | terms and conditions as the license granted to You under this License. 315 | c. If any provision of this License is invalid or unenforceable under 316 | applicable law, it shall not affect the validity or enforceability of 317 | the remainder of the terms of this License, and without further action 318 | by the parties to this agreement, such provision shall be reformed to 319 | the minimum extent necessary to make such provision valid and 320 | enforceable. 321 | d. No term or provision of this License shall be deemed waived and no 322 | breach consented to unless such waiver or consent shall be in writing 323 | and signed by the party to be charged with such waiver or consent. 324 | e. This License constitutes the entire agreement between the parties with 325 | respect to the Work licensed here. There are no understandings, 326 | agreements or representations with respect to the Work not specified 327 | here. Licensor shall not be bound by any additional provisions that 328 | may appear in any communication from You. This License may not be 329 | modified without the mutual written agreement of the Licensor and You. 330 | f. The rights granted under, and the subject matter referenced, in this 331 | License were drafted utilizing the terminology of the Berne Convention 332 | for the Protection of Literary and Artistic Works (as amended on 333 | September 28, 1979), the Rome Convention of 1961, the WIPO Copyright 334 | Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 335 | and the Universal Copyright Convention (as revised on July 24, 1971). 336 | These rights and subject matter take effect in the relevant 337 | jurisdiction in which the License terms are sought to be enforced 338 | according to the corresponding provisions of the implementation of 339 | those treaty provisions in the applicable national law. If the 340 | standard suite of rights granted under applicable copyright law 341 | includes additional rights not granted under this License, such 342 | additional rights are deemed to be included in the License; this 343 | License is not intended to restrict the license of any rights under 344 | applicable law. 345 | 346 | 347 | Creative Commons Notice 348 | 349 | Creative Commons is not a party to this License, and makes no warranty 350 | whatsoever in connection with the Work. Creative Commons will not be 351 | liable to You or any party on any legal theory for any damages 352 | whatsoever, including without limitation any general, special, 353 | incidental or consequential damages arising in connection to this 354 | license. Notwithstanding the foregoing two (2) sentences, if Creative 355 | Commons has expressly identified itself as the Licensor hereunder, it 356 | shall have all rights and obligations of Licensor. 357 | 358 | Except for the limited purpose of indicating to the public that the 359 | Work is licensed under the CCPL, Creative Commons does not authorize 360 | the use by either party of the trademark "Creative Commons" or any 361 | related trademark or logo of Creative Commons without the prior 362 | written consent of Creative Commons. Any permitted use will be in 363 | compliance with Creative Commons' then-current trademark usage 364 | guidelines, as may be published on its website or otherwise made 365 | available upon request from time to time. For the avoidance of doubt, 366 | this trademark restriction does not form part of the License. 367 | 368 | Creative Commons may be contacted at https://creativecommons.org/. 369 | 370 | -------------------------------------------------------------------------------- /logo/kubic_logo_official.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/logo/kubic_logo_official.png -------------------------------------------------------------------------------- /logo/kubic_logo_official.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 24 | 26 | image/svg+xml 27 | 29 | 30 | 31 | 32 | 33 | 57 | 59 | 64 | 69 | 74 | 79 | 84 | 89 | 94 | 99 | 104 | 109 | 114 | 119 | 124 | 129 | 134 | Kubic 145 | 146 | -------------------------------------------------------------------------------- /logo/kubic_logo_official_mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/logo/kubic_logo_official_mc.png -------------------------------------------------------------------------------- /logo/kubic_logo_official_mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 24 | 26 | image/svg+xml 27 | 29 | 30 | 31 | 32 | 33 | 57 | 59 | 64 | 69 | 74 | 79 | 84 | 89 | 94 | 99 | 104 | 109 | 114 | 119 | 124 | 129 | 134 | Kubic 145 | 146 | -------------------------------------------------------------------------------- /logo/kubic_logo_official_notext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/logo/kubic_logo_official_notext.png -------------------------------------------------------------------------------- /logo/kubic_logo_official_notext.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 24 | 26 | image/svg+xml 27 | 29 | 30 | 31 | 32 | 33 | 57 | 59 | 64 | 69 | 74 | 79 | 84 | 89 | 94 | 99 | 104 | 109 | 114 | 119 | 124 | 129 | 134 | 135 | -------------------------------------------------------------------------------- /logo/kubic_logo_official_notext_mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/logo/kubic_logo_official_notext_mc.png -------------------------------------------------------------------------------- /logo/kubic_logo_official_notext_mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 21 | 23 | 24 | 26 | image/svg+xml 27 | 29 | 30 | 31 | 32 | 33 | 57 | 59 | 64 | 69 | 74 | 79 | 84 | 89 | 94 | 99 | 104 | 109 | 114 | 119 | 124 | 129 | 134 | 135 | -------------------------------------------------------------------------------- /presentations/openSUSEKubic2019.odp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/presentations/openSUSEKubic2019.odp -------------------------------------------------------------------------------- /presentations/openSUSEKubic2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubic-project/community/0cf92beebf497b19b76132829a652fb05fe9c7c7/presentations/openSUSEKubic2019.pdf --------------------------------------------------------------------------------