From 9b0884e73c27944b62eb90c59aa841ccf02f47c9 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 24 Nov 2025 12:03:44 +0000 Subject: [PATCH] Update "Endless OS Foundation" to "Endless Access" --- LICENSE | 2 +- README.md | 5 ++--- asset-template.json.hb | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 30858f7..1a09890 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Endless OS Foundation +Copyright 2024–2025 Endless Access Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e5a9d94..35d516a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Moddable Platformer -This mini moddable game project by [Endless OS -Foundation](https://endlessos.org) is intended to help ease the learning curve -into Godot. +This mini moddable game project by [Endless Access](https://endlessaccess.org) +is intended to help ease the learning curve into Godot. This sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or diff --git a/asset-template.json.hb b/asset-template.json.hb index de177c4..2d785cb 100644 --- a/asset-template.json.hb +++ b/asset-template.json.hb @@ -1,6 +1,6 @@ { "title": "Moddable Platformer", - "description": "This mini moddable game project by Endless OS Foundation is intended to help ease the learning curve into Godot.\n\nThis sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.\n\nThe doc/MODS.md file details the mods that have been made available.", + "description": "This mini moddable game project by Endless Access is intended to help ease the learning curve into Godot.\n\nThis sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.\n\nThe doc/MODS.md file details the mods that have been made available.", "category_id": "9", "godot_version": "4.4", "version_string": "{{ context.release.name }}",