Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
docs: Un-license UISlot code
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Sep 13, 2023
1 parent 519bd09 commit 1c6ac13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions frontend/components/utils/ui-plugins-loader.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down
7 changes: 1 addition & 6 deletions frontend/components/utils/ui-plugins.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
7 changes: 1 addition & 6 deletions frontend/components/widgets/UISlot.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 1c6ac13

Please sign in to comment.