Skip to content

Commit

Permalink
📄 License headers
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Nov 18, 2023
1 parent eb7ca2d commit 37aca87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/contentAreaUtils.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

declare function urlSecurityCheck(
url: string | nsIURIType,
principal: nsIPrincipalType,
Expand Down
4 changes: 4 additions & 0 deletions src/content/globalOverlay.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

declare function closeWindow(aClose, aPromptFunction, aSource)

/**
Expand Down
4 changes: 4 additions & 0 deletions src/content/shared/contextMenus/menuItems.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import curry from 'fnts/curry'

import type { MenuItemAction, VisibilityCheck } from '.'
Expand Down

0 comments on commit 37aca87

Please sign in to comment.