diff --git a/LICENSE b/LICENSE index dc050e4..d36e533 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2026 OpenSmock +Copyright (c) 2023-2026 Thales Group 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 5a8913c..6b50c65 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The project architecture is flexible enough to accommodate the addition of more ## Dependencies -- [Stash](https://github.com/OpenSmock/stash) +- [Stash](https://github.com/ThalesGroup/stash) - [STON](https://github.com/svenvc/ston) - [Alexandrie](https://github.com/pharo-graphics/Alexandrie) - [Bloc](https://github.com/pharo-graphics/Bloc) diff --git a/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st b/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st index 9aa656c..12e8ee1 100644 --- a/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st +++ b/src/BaselineOfBlocSerialization/BaselineOfBlocSerialization.class.st @@ -32,7 +32,7 @@ BaselineOfBlocSerialization >> dependency: spec [ spec baseline: 'StashSerialization' - with: [ spec repository: 'github://OpenSmock/Stash/src' ]. + with: [ spec repository: 'github://ThalesGroup/Stash:main' ]. "Graphic librairies: this section should be removed when librairies will be integrated in Pharo" spec