From c3506d255eb5d579be8013711a11ad9c10dff343 Mon Sep 17 00:00:00 2001 From: Pierre Laborde Date: Fri, 13 Feb 2026 13:17:12 +0100 Subject: [PATCH] Update licence and readme --- LICENSE | 2 +- README.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 27ec5860..93da0110 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 OpenSmock +Copyright (c) 2022-2026 OpenSmock 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 69fd220e..94ef5ca9 100644 --- a/README.md +++ b/README.md @@ -136,12 +136,8 @@ https://github.com/OpenSmock/Pyramid/assets/49183340/0c66a3ac-7bea-48c1-b1e8-0b0 ![image](https://github.com/user-attachments/assets/192ff62a-ce48-4801-a437-c9c83720eb5f) -- [Bloc-Serialization](https://github.com/OpenSmock/Bloc-Serialization) - serializer project for Bloc (this project define the Bloc version of Pyramid). -- [Bloc](https://github.com/pharo-graphics/Bloc) - low-level UI infrastructure & framework for Pharo. -- [Toplo-Serialization](https://github.com/OpenSmock/Toplo-Serialization) - serializer project for Toplo (this project define the Toplo version of Pyramid). -- [Toplo](https://github.com/pharo-graphics/Toplo) - a widget framework on top of Bloc. -- [STON](https://github.com/svenvc/ston) - serializer for Pharo objects to Smalltalk Object Notation format. -- [Stash](https://github.com/Nyan11/Stash) - serializer for Pharo objects to source code format. +- [Bloc-Serialization](https://github.com/OpenSmock/Bloc-Serialization) - Bloc serialization features to store/unstore BlElements. +- [Toplo-Serialization](https://github.com/OpenSmock/Toplo-Serialization) - Toplo serialization features to store/unstore ToElements. - [PharoBackwardCompatibility](https://github.com/jecisc/PharoBackwardCompatibility) - Automatically ensure compatibility with old versions of Pharo. ## License