From 98663e6960380ee6cf51f595e629aedc51bb026c Mon Sep 17 00:00:00 2001 From: Alpaq92 Date: Sat, 11 Jul 2026 13:21:01 +0200 Subject: [PATCH] docs(notices): credit Sun Microsystems as GuardedString copyright holder The GuardedString source header says "Copyright 2008-2009 Sun Microsystems, Inc."; Evolveum only hosts the OpenICF fork, so name the actual rights holder in the design-inspiration entry. Co-Authored-By: Claude Fable 5 --- THIRD-PARTY-NOTICES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/THIRD-PARTY-NOTICES.md b/THIRD-PARTY-NOTICES.md index 04d57d7..9c66ea9 100644 --- a/THIRD-PARTY-NOTICES.md +++ b/THIRD-PARTY-NOTICES.md @@ -42,7 +42,7 @@ CDDL 1.0 -- https://opensource.org/licenses/CDDL-1.0 Design inspiration (no code copied; independent C# reimplementation): - - Evolveum GuardedString (OpenICF / ConnId connector framework) -- the encrypted-at-rest buffer, callback-based Access, and AppendChar / MakeReadOnly API shape are modelled after this Java class. https://github.com/Evolveum/openicf/blob/master/framework/java/connector-framework/src/main/java/org/identityconnectors/common/security/GuardedString.java + - Evolveum GuardedString (OpenICF / ConnId connector framework; Copyright 2008-2009 Sun Microsystems, Inc.) -- the encrypted-at-rest buffer, callback-based Access, and AppendChar / MakeReadOnly API shape are modelled after this Java class. https://github.com/Evolveum/openicf/blob/master/framework/java/connector-framework/src/main/java/org/identityconnectors/common/security/GuardedString.java