diff --git a/frontend/components/utils/ui-plugins-loader.tsx b/frontend/components/utils/ui-plugins-loader.tsx index f1d99cb2..855248e9 100644 --- a/frontend/components/utils/ui-plugins-loader.tsx +++ b/frontend/components/utils/ui-plugins-loader.tsx @@ -1,11 +1,6 @@ /** * @copyright (c) MacDonald Thoughtstuff Inc. - * @license - * Use of this software is governed by the Business Source License included in the LICENSE file and at - * www.mariadb.com/bsl11. - * - * Change Date: 2027-03-14. On this date, in accordance with the Business Source License, use of this software will be - * governed by the Mozilla Public License, Version 2. + * @license Unlicense (see https://unlicense.org/ - public domain, use as you will, but no warranty of any kind) */ import React from "react"; diff --git a/frontend/components/utils/ui-plugins.tsx b/frontend/components/utils/ui-plugins.tsx index 7bf6f435..6ad888b1 100644 --- a/frontend/components/utils/ui-plugins.tsx +++ b/frontend/components/utils/ui-plugins.tsx @@ -1,11 +1,6 @@ /** * @copyright (c) MacDonald Thoughtstuff Inc. - * @license - * Use of this software is governed by the Business Source License included in the LICENSE file and at - * www.mariadb.com/bsl11. - * - * Change Date: 2027-03-14. On this date, in accordance with the Business Source License, use of this software will be - * governed by the Mozilla Public License, Version 2. + * @license Unlicense (see https://unlicense.org/ - public domain, use as you will, but no warranty of any kind) */ import { SDK, SiteData } from "lib/sdk"; import React, { useContext } from "react"; diff --git a/frontend/components/widgets/UISlot.tsx b/frontend/components/widgets/UISlot.tsx index df9a455f..7d07e02c 100644 --- a/frontend/components/widgets/UISlot.tsx +++ b/frontend/components/widgets/UISlot.tsx @@ -1,11 +1,6 @@ /** * @copyright (c) MacDonald Thoughtstuff Inc. - * @license - * Use of this software is governed by the Business Source License included in the LICENSE file and at - * www.mariadb.com/bsl11. - * - * Change Date: 2027-03-14. On this date, in accordance with the Business Source License, use of this software will be - * governed by the Mozilla Public License, Version 2. + * @license Unlicense (see https://unlicense.org/ - public domain, use as you will, but no warranty of any kind) */ import React from "react";