From af649d9c90de5067a7597ebd63db2836dbe0d72e Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 17 Jul 2026 08:38:12 +0200 Subject: [PATCH] chore: set correct licenses --- packages/leaderboard/LICENSE | 21 +++++++++++++++++++++ packages/mnswpr/package.json | 2 +- packages/move-log/LICENSE | 21 +++++++++++++++++++++ packages/move-log/package.json | 2 +- packages/utils/LICENSE | 21 +++++++++++++++++++++ packages/utils/package.json | 2 +- 6 files changed, 66 insertions(+), 3 deletions(-) create mode 100644 packages/leaderboard/LICENSE create mode 100644 packages/move-log/LICENSE create mode 100644 packages/utils/LICENSE diff --git a/packages/leaderboard/LICENSE b/packages/leaderboard/LICENSE new file mode 100644 index 0000000..3e3d432 --- /dev/null +++ b/packages/leaderboard/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Ayo Ayco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/packages/mnswpr/package.json b/packages/mnswpr/package.json index aa04dcf..a0143d8 100644 --- a/packages/mnswpr/package.json +++ b/packages/mnswpr/package.json @@ -1,6 +1,6 @@ { "name": "@cozy-games/mnswpr", - "version": "0.5.1", + "version": "0.5.2", "description": "Classic Minesweeper browser game", "author": "Ayo", "type": "module", diff --git a/packages/move-log/LICENSE b/packages/move-log/LICENSE new file mode 100644 index 0000000..3e3d432 --- /dev/null +++ b/packages/move-log/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Ayo Ayco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/packages/move-log/package.json b/packages/move-log/package.json index 579e972..913f68d 100644 --- a/packages/move-log/package.json +++ b/packages/move-log/package.json @@ -1,6 +1,6 @@ { "name": "@cozy-games/move-log", - "version": "0.1.0", + "version": "0.1.1", "description": "Game-blind, schema-versioned log of a recorded run of move events — generic over the game's own event vocabulary", "author": "Ayo Ayco", "type": "module", diff --git a/packages/utils/LICENSE b/packages/utils/LICENSE new file mode 100644 index 0000000..3e3d432 --- /dev/null +++ b/packages/utils/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Ayo Ayco + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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. diff --git a/packages/utils/package.json b/packages/utils/package.json index 91f2921..68f5b03 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@cozy-games/utils", - "version": "0.0.2", + "version": "0.0.3", "description": "Shared, dependency-free browser utilities for Cozy Games (storage, timer, logger, loading, date buckets)", "author": "Ayo Ayco", "type": "module",