diff --git a/docs/site/configs/preContent.tsx b/docs/site/configs/preContent.tsx index 7b006fc30cc..a7f9798b920 100644 --- a/docs/site/configs/preContent.tsx +++ b/docs/site/configs/preContent.tsx @@ -1,6 +1,9 @@ +// Copyright (c) 2024 IOTA Stiftung +// SPDX-License-Identifier: Apache-2.0 + import React from 'react'; import Admonition from '@theme/Admonition'; export default { - '/iota-identity*': IOTA Identity is currently in alpha and may still be subject to significant changes, + '/iota-identity*': IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes, };