From 91474bde79ce702bc7fae70ff2b137b09e662465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 29 Apr 2026 00:44:46 +0900 Subject: [PATCH] =?UTF-8?q?=E8=91=97=E4=BD=9C=E6=A8=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 2 +- main.odin | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 984ab38..4574f7f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -3,7 +3,7 @@ Copyright (c) 2026 テクニカル諏訪子 Permission is hereby granted to any person obtaining a copy of the software -SuwaUI (the "Software") to use, modify, merge, copy, publish, distribute, +OpenGL-Odin (the "Software") to use, modify, merge, copy, publish, distribute, sublicense, and/or sell copies of the Software, subject to the following conditions: 1. **Origin Attribution**: diff --git a/main.odin b/main.odin index 3d94dec..1ef21b5 100644 --- a/main.odin +++ b/main.odin @@ -1,3 +1,26 @@ +/************************************************************************************** +# 076 Free License + +Copyright (c) 2026 テクニカル諏訪子 + +Permission is hereby granted to any person obtaining a copy of the software +OpenGL-Odin (the "Software") to use, modify, merge, copy, publish, distribute, +sublicense, and/or sell copies of the Software, subject to the following conditions: + + 1. **Origin Attribution**: + - You must not misrepresent the origin of the Software; you must not claim + you created the original Software. + 2. **Notice Preservation**: + - This license and the above copyright notice must remain intact in all copies + of the source code. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE +OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +**************************************************************************************/ package main import gl "vendor:OpenGL"