SimpleResults

A lightweight implementation of the Result pattern for error handling without exceptions
git clone git://git.hanetzok.net/SimpleResults
Log | Files | Refs | README | LICENSE

commit e71de5dcb06e0b30e1dfb20b9bbe4cbc1239fa3f
parent 459a5d3ddfc880108ce72b1d01f9ea95e708e1bb
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Sat, 25 Oct 2025 11:00:27 +0200

Fix license comment

Diffstat:
MSimpleResults/Errors/ErrorDetail.cs | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/SimpleResults/Errors/ErrorDetail.cs b/SimpleResults/Errors/ErrorDetail.cs @@ -1,18 +1,18 @@ /* - This file is part of Foobar. + This file is part of SimpleResults. - Foobar is free software: you can redistribute it and/or modify + SimpleResults is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Foobar is distributed in the hope that it will be useful, + SimpleResults is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Foobar. If not, see <http://www.gnu.org/licenses/>. + along with SimpleResults. If not, see <http://www.gnu.org/licenses/>. */ using SimpleResults.Results;