summaryrefslogtreecommitdiffstats
path: root/browser/src/control/Control.ContextMenu.js
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2024-01-04 15:52:38 +0000
committerMichael Meeks <michael.meeks@collabora.com>2024-01-05 10:01:10 +0000
commit82bca03b2a299d5d2ecfe32a8ce228823f43f12a (patch)
tree15f452c772ceed97e422fac7db318e3690ab707f /browser/src/control/Control.ContextMenu.js
parentbrowser: adjust initial annotation height (diff)
downloadonline-82bca03b2a299d5d2ecfe32a8ce228823f43f12a.tar.gz
online-82bca03b2a299d5d2ecfe32a8ce228823f43f12a.zip
spdx: improve machine and human readability of headers.
Change-Id: Id0127edf671a1751ba6cbda3ed36515bd09c84ac Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'browser/src/control/Control.ContextMenu.js')
-rw-r--r--browser/src/control/Control.ContextMenu.js13
1 files changed, 11 insertions, 2 deletions
diff --git a/browser/src/control/Control.ContextMenu.js b/browser/src/control/Control.ContextMenu.js
index 7ecfe9e80f..b3dc1bf647 100644
--- a/browser/src/control/Control.ContextMenu.js
+++ b/browser/src/control/Control.ContextMenu.js
@@ -1,7 +1,16 @@
/* -*- js-indent-level: 8; fill-column: 100 -*- */
/*
-* Control.ContextMenu
-*/
+ * Copyright the Collabora Online contributors.
+ *
+ * SPDX-License-Identifier: MPL-2.0
+ *
+ * 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/.
+ */
+/*
+ * Control.ContextMenu
+ */
/* global $ _ _UNO */
L.Control.ContextMenu = L.Control.extend({