From 044fb8e2f89e1349d01501617af9a7f00f11bcd2 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Mon, 24 Nov 2025 12:02:39 +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 24e65a4..7eb0984 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Moddable Pong -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 8bc71ff..66ceccf 100644 --- a/asset-template.json.hb +++ b/asset-template.json.hb @@ -1,6 +1,6 @@ { "title": "Moddable Pong", - "description": "This mini moddable game project by Endless OS Foundation 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 writing any code.", + "description": "This mini moddable game project by Endless Access 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 writing any code.", "category_id": "9", "godot_version": "4.4", "version_string": "{{ context.release.name }}",