TITLE: Adding Copyright Header to Go Files DESCRIPTION: This snippet shows the standard Apache 2.0 license header that should be added to new Go files contributed to the Ebitengine project. Existing files do not require updating their headers. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/CONTRIBUTING.md#_snippet_0 LANGUAGE: Go CODE: ``` // Copyright [YYYY] The Ebitengine Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. ``` ---------------------------------------- TITLE: SIL Open Font License 1.1 DESCRIPTION: The full text of the SIL Open Font License Version 1.1, which governs the use, modification, and distribution of the MPLUS1p-Regular.ttf font. It specifies permissions, conditions, and limitations. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/text/v2/testdata/LICENSE.md#_snippet_0 LANGUAGE: text CODE: ``` Copyright 2016 The M+ Project Authors. This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: https://openfontlicense.org ----------------------------------------------------------- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ----------------------------------------------------------- PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. "Reserved Font Name" refers to any names specified as such after the copyright statement(s). "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. TERMINATION This license becomes null and void if any of the above conditions are not met. DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. ``` ---------------------------------------- TITLE: License for blend/dest.png DESCRIPTION: Provides the source URL and license information for the blend/dest.png image, indicating it is from Font Library and licensed under CC0 1.0 (Public Domain). SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_11 LANGUAGE: English CODE: ``` https://fontlibrary.org/en/font/seshat-regular CC0 1.0 ``` ---------------------------------------- TITLE: License for tile.png DESCRIPTION: Provides the source URL and license information for the tile.png image, indicating it is from OpenGameArt.org and licensed under CC0 1.0 (Public Domain). SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_6 LANGUAGE: English CODE: ``` http://opengameart.org/node/8016 CC0 1.0 ``` ---------------------------------------- TITLE: License for fiveyears.jpg (Go Gopher) DESCRIPTION: Provides the source and license information for the fiveyears.jpg image, identifying it as the Go gopher design by Renee French, licensed under Creative Commons 4.0 Attribution. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_1 LANGUAGE: English CODE: ``` The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 4.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher ``` ---------------------------------------- TITLE: License for flappy/tiles.png DESCRIPTION: Provides the source URL and license information for the flappy/tiles.png image, indicating it is from OpenGameArt.org and licensed under CC0 1.0 (Public Domain). SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_14 LANGUAGE: English CODE: ``` https://opengameart.org/content/super-mario-world-style-tiles CC0 1.0 ``` ---------------------------------------- TITLE: License for flappy/gopher.png (Go Gopher) DESCRIPTION: Provides the source and license information for the flappy/gopher.png image, identifying it as the Go gopher design by Renee French, licensed under Creative Commons 4.0 Attribution. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_13 LANGUAGE: English CODE: ``` The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 4.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher ``` ---------------------------------------- TITLE: License for ebiten.png DESCRIPTION: Details the source and terms of use for the ebiten.png image, including commercial and personal use permissions, modification rights, and restrictions on redistribution. It also includes a request for notification for media usage. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_0 LANGUAGE: Japanese CODE: ``` https://web.archive.org/web/20200110174435/http://www.sozai-page.com/02_sozai/b/b04/b04_002/b04_002.html https://web.archive.org/web/20191229033100/http://www.sozai-page.com/rule/rule1.html ● 商用・個人使用を問わず自由に使用できます。 ● 画像の内容、画質、状態などにより生じた結果に当方は一切責任を負いません。 ● 全ての画像は自由に加工・修正できます。   ただし、加工により生じた結果に当方は一切責任を負いません。 ● 加工・修正に関わらず、許可無く画像として再配布・販売することを禁止します。 これはあくまで「お願い」なのですが、出版・放送等メディア関係の方は使用の際にご連絡いただけると助かります。印刷物やテレビ放送での使用に制限はありませんが、書名、雑誌名、番組名、また発売日・放送日が決まっているようでしたらお知らせいただけないでしょうか。 当サイトの画像がどのように利用されたのか、今後の参考にいたします。 ``` ---------------------------------------- TITLE: License for gophers.jpg (Go Gophers) DESCRIPTION: Lists the source URL and copyright information for the gophers.jpg image, crediting the photograph to Chris Nokleberg and specifying the Creative Commons Attribution 4.0 License. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_2 LANGUAGE: English CODE: ``` https://go.dev/blog/2years https://go.dev/copyright Photograph by Chris Nokleberg The Creative Commons Attribution 4.0 License ``` ---------------------------------------- TITLE: License for platformer characters (Go Gopher) DESCRIPTION: Provides the source and license information for the platformer character images, identifying them as using the Go gopher design by Renee French, licensed under Creative Commons 4.0 Attribution. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_17 LANGUAGE: English CODE: ``` The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 4.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher ``` ---------------------------------------- TITLE: Source for platformer/background.png DESCRIPTION: Provides the source URL for the platformer/background.png image, indicating it is from itch.io user corvussg. No explicit license is mentioned in the snippet. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_18 LANGUAGE: English CODE: ``` https://corvussg.itch.io/2d-game-backgrounds ``` ---------------------------------------- TITLE: License for blend/source.png DESCRIPTION: Provides the source URL and license information for the blend/source.png image, indicating it is from GitHub user sedyh and licensed under CC0 1.0 (Public Domain). SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_12 LANGUAGE: English CODE: ``` https://github.com/sedyh CC0 1.0 ``` ---------------------------------------- TITLE: License for audio/play.png DESCRIPTION: Provides the source URL and license information for the audio/play.png image, indicating it is from Google Fonts Icons and licensed under Apache License 2.0. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_9 LANGUAGE: English CODE: ``` https://fonts.google.com/icons Apache License 2.0 ``` ---------------------------------------- TITLE: License for spritesheet.png (RLTiles) DESCRIPTION: States that the spritesheet.png image is part of or all of the public domain roguelike tileset 'RLTiles', providing the source URL. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_4 LANGUAGE: English CODE: ``` Part of (or All) the graphic tiles used in this program is the public domain roguelike tileset 'RLTiles'. You can find the original tileset at: http://rltiles.sf.net ``` ---------------------------------------- TITLE: License for tiles.png DESCRIPTION: Provides the source URL and license information for the tiles.png image, indicating it is from OpenGameArt.org and licensed under CC0 1.0 (Public Domain). SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_7 LANGUAGE: English CODE: ``` https://opengameart.org/content/orthographic-outdoor-tiles CC0 1.0 ``` ---------------------------------------- TITLE: License for mascot/*.png (MIT) DESCRIPTION: Provides the source URL and license information for the mascot images, indicating they are from GitHub user mattn and licensed under the MIT License. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_15 LANGUAGE: English CODE: ``` https://github.com/mattn/gopher MIT License ``` ---------------------------------------- TITLE: License for shader/noise.png DESCRIPTION: Provides the source, author, and license information for the shader/noise.png image, indicating it was generated by Magnus Wahlstrand and is licensed under the MIT License. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_21 LANGUAGE: English CODE: ``` Generated by Magnus Wahlstrand (https://github.com/kyeett) MIT License ``` ---------------------------------------- TITLE: License for shader/gopher.png (Go Gopher) DESCRIPTION: Provides the source and license information for the shader/gopher.png image, identifying it as using the Go gopher design by Renee French, licensed under Creative Commons 4.0 Attribution. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_19 LANGUAGE: English CODE: ``` The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 4.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher ``` ---------------------------------------- TITLE: License for other image files DESCRIPTION: Provides the copyright and license information for all other image files not explicitly listed, stating they are Copyright 2014 Hajime Hoshi and licensed under the Creative Commons Attribution 4.0 License. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_22 LANGUAGE: English CODE: ``` Copyright 2014 Hajime Hoshi The Creative Commons Attribution 4.0 License ``` ---------------------------------------- TITLE: License for audio/alert.png DESCRIPTION: Provides the source URL and license information for the audio/alert.png image, indicating it is from Google Fonts Icons and licensed under Apache License 2.0. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_8 LANGUAGE: English CODE: ``` https://fonts.google.com/icons Apache License 2.0 ``` ---------------------------------------- TITLE: License for shader/gopherbg.png DESCRIPTION: Provides the source, author, and license information for the shader/gopherbg.png image, indicating it is from Wikimedia Commons, authored by Håkan Svensson Xauxa, and licensed under Creative Commons Attribution-Share Alike 3.0 Unported. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_20 LANGUAGE: English CODE: ``` https://commons.wikimedia.org/wiki/File:Solna_Brick_wall_vilt_forband.jpg By Håkan Svensson Xauxa The Creative Commons Attribution-Share Alike 3.0 Unported license ``` ---------------------------------------- TITLE: License for runner.png DESCRIPTION: Provides the source URL and license information for the runner.png image, indicating it is from OpenGameArt.org and licensed under CC0 1.0 (Public Domain). SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_3 LANGUAGE: English CODE: ``` https://opengameart.org/content/runner-character CC0 1.0 ``` ---------------------------------------- TITLE: License for mascot/*.png (Go Gopher CC BY 4.0) DESCRIPTION: Provides the source and license information for the mascot images, identifying them as using the Go gopher design by Renee French, licensed under Creative Commons 4.0 Attribution. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_16 LANGUAGE: English CODE: ``` The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 4.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher ``` ---------------------------------------- TITLE: License for smoke.png DESCRIPTION: Provides the source URL and license information for the smoke.png image, indicating it is from OpenGameArt.org and licensed under CC0 1.0 (Public Domain). SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_5 LANGUAGE: English CODE: ``` https://opengameart.org/content/smoke-particle-assets CC0 1.0 ``` ---------------------------------------- TITLE: License for audio/pause.png DESCRIPTION: Provides the source URL and license information for the audio/pause.png image, indicating it is from Google Fonts Icons and licensed under Apache License 2.0. SOURCE: https://github.com/hajimehoshi/ebiten/blob/main/examples/resources/images/license.md#_snippet_10 LANGUAGE: English CODE: ``` https://fonts.google.com/icons Apache License 2.0 ```