From 1210a65de90c785163fba04ec4545f401825c1e7 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Fri, 13 Mar 2026 14:45:12 -0600 Subject: [PATCH] added SPDX identifiers to the ui package --- ui/amcontext.go | 2 ++ ui/amsession.go | 2 ++ ui/dialog.go | 2 ++ ui/dialogs/admin_user.yaml | 2 ++ ui/dialogs/commprofile.yaml | 2 ++ ui/dialogs/create_comm.yaml | 2 ++ ui/dialogs/create_conference.yaml | 2 ++ ui/dialogs/edit_conference.yaml | 2 ++ ui/dialogs/globalprops.yaml | 2 ++ ui/dialogs/ipban.yaml | 2 ++ ui/dialogs/join.yaml | 2 ++ ui/dialogs/login.yaml | 2 ++ ui/dialogs/newaccount.yaml | 2 ++ ui/dialogs/profile.yaml | 2 ++ ui/dialogs/verify_email.yaml | 2 ++ ui/images.go | 2 ++ ui/menudefs.yaml | 2 ++ ui/menus.go | 2 ++ ui/messagebox.go | 2 ++ ui/messagedefs.yaml | 2 ++ ui/middleware.go | 2 ++ ui/render_wrap.go | 2 ++ ui/resources/policy.html | 10 ++++++++++ ui/resources/useragreement.html | 10 ++++++++++ ui/setup.go | 2 ++ ui/static.go | 2 ++ ui/static/css/ams_style.css | 2 ++ ui/static/html-reference.html | 2 ++ ui/styles.css | 2 ++ ui/templates.go | 2 ++ ui/topic_traverser.go | 2 ++ ui/views/about.jet | 2 ++ ui/views/admin_users.jet | 2 ++ ui/views/agreement.jet | 2 ++ ui/views/attachment_upload.jet | 2 ++ ui/views/audit.jet | 2 ++ ui/views/block_leftmenus.jet | 2 ++ ui/views/comlist.jet | 2 ++ ui/views/comm_category.jet | 2 ++ ui/views/comm_email.jet | 2 ++ ui/views/comm_members.jet | 2 ++ ui/views/comprofile.jet | 2 ++ ui/views/conf_aliases.jet | 2 ++ ui/views/conf_custom.jet | 2 ++ ui/views/conf_email.jet | 2 ++ ui/views/conf_export.jet | 2 ++ ui/views/conf_import.jet | 2 ++ ui/views/conf_members.jet | 2 ++ ui/views/conf_reportout.jet | 2 ++ ui/views/conf_reports.jet | 2 ++ ui/views/conflist.jet | 2 ++ ui/views/dialog.jet | 2 ++ ui/views/error.jet | 2 ++ ui/views/extern.jet | 2 ++ ui/views/find.jet | 2 ++ ui/views/find_posts.jet | 2 ++ ui/views/footer.jet | 2 ++ ui/views/frame.jet | 2 ++ ui/views/hotlist.jet | 2 ++ ui/views/import_results.jet | 2 ++ ui/views/import_users.jet | 2 ++ ui/views/invite.jet | 2 ++ ui/views/ipban.jet | 2 ++ ui/views/logo_upload.jet | 2 ++ ui/views/manage_conf.jet | 2 ++ ui/views/manage_conflist.jet | 2 ++ ui/views/manage_ipban.jet | 2 ++ ui/views/manage_topic.jet | 2 ++ ui/views/memberlist.jet | 2 ++ ui/views/menu.jet | 2 ++ ui/views/messagebox.jet | 2 ++ ui/views/move_message.jet | 2 ++ ui/views/new_topic.jet | 2 ++ ui/views/notimpl.jet | 2 ++ ui/views/password_changed.jet | 2 ++ ui/views/photo_upload.jet | 2 ++ ui/views/policy.jet | 2 ++ ui/views/posts.jet | 2 ++ ui/views/preview_post.jet | 2 ++ ui/views/profile.jet | 2 ++ ui/views/ratelimit.jet | 2 ++ ui/views/sb_comm.jet | 2 ++ ui/views/sb_conf.jet | 2 ++ ui/views/sb_online.jet | 2 ++ ui/views/sideboxes.jet | 2 ++ ui/views/singlepost.jet | 2 ++ ui/views/slippage.jet | 2 ++ ui/views/sysstat.jet | 2 ++ ui/views/top.jet | 2 ++ ui/views/topiclist.jet | 2 ++ ui/views/unjoin.jet | 2 ++ 91 files changed, 198 insertions(+) diff --git a/ui/amcontext.go b/ui/amcontext.go index 3b8c791..ddc3dc0 100644 --- a/ui/amcontext.go +++ b/ui/amcontext.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/amsession.go b/ui/amsession.go index 5a617f4..effb9fc 100644 --- a/ui/amsession.go +++ b/ui/amsession.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. package ui diff --git a/ui/dialog.go b/ui/dialog.go index 9ac6a1d..a4615a4 100644 --- a/ui/dialog.go +++ b/ui/dialog.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/dialogs/admin_user.yaml b/ui/dialogs/admin_user.yaml index 27314d0..8e2c71d 100644 --- a/ui/dialogs/admin_user.yaml +++ b/ui/dialogs/admin_user.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "admin.modify.user" formName: "moduserform" menuSelector: "nochange" diff --git a/ui/dialogs/commprofile.yaml b/ui/dialogs/commprofile.yaml index c3d04ae..0a4e2fe 100644 --- a/ui/dialogs/commprofile.yaml +++ b/ui/dialogs/commprofile.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "community.profile" formName: "comprofform" menuSelector: "community" diff --git a/ui/dialogs/create_comm.yaml b/ui/dialogs/create_comm.yaml index ef7de51..9b0e798 100644 --- a/ui/dialogs/create_comm.yaml +++ b/ui/dialogs/create_comm.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "create.community" formName: "createcommform" menuSelector: "top" diff --git a/ui/dialogs/create_conference.yaml b/ui/dialogs/create_conference.yaml index 4601a1d..efed758 100644 --- a/ui/dialogs/create_conference.yaml +++ b/ui/dialogs/create_conference.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "conf.create" formName: "newconfform" menuSelector: "community" diff --git a/ui/dialogs/edit_conference.yaml b/ui/dialogs/edit_conference.yaml index 829b666..1e0f096 100644 --- a/ui/dialogs/edit_conference.yaml +++ b/ui/dialogs/edit_conference.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "conf.edit" formName: "editconfform" menuSelector: "community" diff --git a/ui/dialogs/globalprops.yaml b/ui/dialogs/globalprops.yaml index dff153a..6156d19 100644 --- a/ui/dialogs/globalprops.yaml +++ b/ui/dialogs/globalprops.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "global.properties" formName: "globpropform" menuSelector: "nochange" diff --git a/ui/dialogs/ipban.yaml b/ui/dialogs/ipban.yaml index 3198df6..19ab83c 100644 --- a/ui/dialogs/ipban.yaml +++ b/ui/dialogs/ipban.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "ipban.add" formName: "ipbanform" menuSelector: "nochange" diff --git a/ui/dialogs/join.yaml b/ui/dialogs/join.yaml index 400cf77..fbb491e 100644 --- a/ui/dialogs/join.yaml +++ b/ui/dialogs/join.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "join" formName: "joinkeyform" menuSelector: "community" diff --git a/ui/dialogs/login.yaml b/ui/dialogs/login.yaml index 4def7e0..2580f9b 100644 --- a/ui/dialogs/login.yaml +++ b/ui/dialogs/login.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "login" formName: "loginform" menuSelector: "top" diff --git a/ui/dialogs/newaccount.yaml b/ui/dialogs/newaccount.yaml index d9f7df0..5fb5d5d 100644 --- a/ui/dialogs/newaccount.yaml +++ b/ui/dialogs/newaccount.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "newaccount" formName: "createform" menuSelector: "top" diff --git a/ui/dialogs/profile.yaml b/ui/dialogs/profile.yaml index d0e464e..2cfdbdc 100644 --- a/ui/dialogs/profile.yaml +++ b/ui/dialogs/profile.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "profile" formName: "profform" menuSelector: "nochange" diff --git a/ui/dialogs/verify_email.yaml b/ui/dialogs/verify_email.yaml index 2e196f4..75417fe 100644 --- a/ui/dialogs/verify_email.yaml +++ b/ui/dialogs/verify_email.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# name: "verify" formName: "verifyform" menuSelector: "top" diff --git a/ui/images.go b/ui/images.go index a90fef7..0034a26 100644 --- a/ui/images.go +++ b/ui/images.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/menudefs.yaml b/ui/menudefs.yaml index 3b9c973..d19c9fd 100644 --- a/ui/menudefs.yaml +++ b/ui/menudefs.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# menudefs: - id: "top" title: "Front Page" diff --git a/ui/menus.go b/ui/menus.go index 400af5a..ee6473f 100644 --- a/ui/menus.go +++ b/ui/menus.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. package ui diff --git a/ui/messagebox.go b/ui/messagebox.go index 984c6b9..885ea90 100644 --- a/ui/messagebox.go +++ b/ui/messagebox.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. package ui diff --git a/ui/messagedefs.yaml b/ui/messagedefs.yaml index c6e202e..51c8b5b 100644 --- a/ui/messagedefs.yaml +++ b/ui/messagedefs.yaml @@ -6,6 +6,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # +# SPDX-License-Identifier: MPL-2.0 +# messagedefs: - id: "nuke" title: "Nuke Message" diff --git a/ui/middleware.go b/ui/middleware.go index 7fc4724..dffb80e 100644 --- a/ui/middleware.go +++ b/ui/middleware.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/render_wrap.go b/ui/render_wrap.go index e2a5360..8cfa282 100644 --- a/ui/render_wrap.go +++ b/ui/render_wrap.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/resources/policy.html b/ui/resources/policy.html index 0963e92..92b1d5d 100644 --- a/ui/resources/policy.html +++ b/ui/resources/policy.html @@ -1,4 +1,14 @@ + System Policy diff --git a/ui/resources/useragreement.html b/ui/resources/useragreement.html index 67483f5..d9d3a39 100644 --- a/ui/resources/useragreement.html +++ b/ui/resources/useragreement.html @@ -1,4 +1,14 @@ + Amsterdam User Agreement diff --git a/ui/setup.go b/ui/setup.go index 88871be..830fea9 100644 --- a/ui/setup.go +++ b/ui/setup.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/static.go b/ui/static.go index 5782007..e3424ce 100644 --- a/ui/static.go +++ b/ui/static.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/static/css/ams_style.css b/ui/static/css/ams_style.css index 1a5fc6c..2616455 100644 --- a/ui/static/css/ams_style.css +++ b/ui/static/css/ams_style.css @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ pre.amsPost a { color: rgb(29 78 216); diff --git a/ui/static/html-reference.html b/ui/static/html-reference.html index 98ddeda..4a779d6 100644 --- a/ui/static/html-reference.html +++ b/ui/static/html-reference.html @@ -6,6 +6,8 @@ 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 https://mozilla.org/MPL/2.0/. + + SPDX-License-Identifier: MPL-2.0 --> diff --git a/ui/styles.css b/ui/styles.css index 02dd980..2148e46 100644 --- a/ui/styles.css +++ b/ui/styles.css @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ @import "tailwindcss"; \ No newline at end of file diff --git a/ui/templates.go b/ui/templates.go index 70298f4..8dc9723 100644 --- a/ui/templates.go +++ b/ui/templates.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/topic_traverser.go b/ui/topic_traverser.go index 1aad06d..87e2e7b 100644 --- a/ui/topic_traverser.go +++ b/ui/topic_traverser.go @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 */ // Package ui holds the support for the Amsterdam user interface, wrapping Echo and Jet templates. diff --git a/ui/views/about.jet b/ui/views/about.jet index 6ebb6fe..439eefa 100644 --- a/ui/views/about.jet +++ b/ui/views/about.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/admin_users.jet b/ui/views/admin_users.jet index 8531c1d..229fca1 100644 --- a/ui/views/admin_users.jet +++ b/ui/views/admin_users.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/agreement.jet b/ui/views/agreement.jet index 2bc4aa9..4cbbbe3 100644 --- a/ui/views/agreement.jet +++ b/ui/views/agreement.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/attachment_upload.jet b/ui/views/attachment_upload.jet index 5f08eb7..840f51f 100644 --- a/ui/views/attachment_upload.jet +++ b/ui/views/attachment_upload.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/audit.jet b/ui/views/audit.jet index edc64d6..22dad55 100644 --- a/ui/views/audit.jet +++ b/ui/views/audit.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/block_leftmenus.jet b/ui/views/block_leftmenus.jet index e2aacb8..d0af01a 100644 --- a/ui/views/block_leftmenus.jet +++ b/ui/views/block_leftmenus.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *} {{ block leftMenu(menu) }}
diff --git a/ui/views/comlist.jet b/ui/views/comlist.jet index c4e5a8a..ce6d878 100644 --- a/ui/views/comlist.jet +++ b/ui/views/comlist.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/comm_category.jet b/ui/views/comm_category.jet index d1a15c4..1cf4367 100644 --- a/ui/views/comm_category.jet +++ b/ui/views/comm_category.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/comm_email.jet b/ui/views/comm_email.jet index 971b145..8be8f81 100644 --- a/ui/views/comm_email.jet +++ b/ui/views/comm_email.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/comm_members.jet b/ui/views/comm_members.jet index e2ea93a..1a82cbd 100644 --- a/ui/views/comm_members.jet +++ b/ui/views/comm_members.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/comprofile.jet b/ui/views/comprofile.jet index 41c0019..4db3118 100644 --- a/ui/views/comprofile.jet +++ b/ui/views/comprofile.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_aliases.jet b/ui/views/conf_aliases.jet index 2f4643f..63422d0 100644 --- a/ui/views/conf_aliases.jet +++ b/ui/views/conf_aliases.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_custom.jet b/ui/views/conf_custom.jet index 87e57c6..e35204e 100644 --- a/ui/views/conf_custom.jet +++ b/ui/views/conf_custom.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_email.jet b/ui/views/conf_email.jet index 28062ab..aa0ac32 100644 --- a/ui/views/conf_email.jet +++ b/ui/views/conf_email.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_export.jet b/ui/views/conf_export.jet index 892b3d2..c184e04 100644 --- a/ui/views/conf_export.jet +++ b/ui/views/conf_export.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_import.jet b/ui/views/conf_import.jet index 5c85363..19e5972 100644 --- a/ui/views/conf_import.jet +++ b/ui/views/conf_import.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_members.jet b/ui/views/conf_members.jet index 1789434..b5b973d 100644 --- a/ui/views/conf_members.jet +++ b/ui/views/conf_members.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_reportout.jet b/ui/views/conf_reportout.jet index 523a768..3c68acf 100644 --- a/ui/views/conf_reportout.jet +++ b/ui/views/conf_reportout.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conf_reports.jet b/ui/views/conf_reports.jet index 54beb54..fd271c7 100644 --- a/ui/views/conf_reports.jet +++ b/ui/views/conf_reports.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/conflist.jet b/ui/views/conflist.jet index 34ca55c..63428cc 100644 --- a/ui/views/conflist.jet +++ b/ui/views/conflist.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/dialog.jet b/ui/views/dialog.jet index ad9ea7b..b71a9a1 100644 --- a/ui/views/dialog.jet +++ b/ui/views/dialog.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/error.jet b/ui/views/error.jet index 951b798..89f4ddf 100644 --- a/ui/views/error.jet +++ b/ui/views/error.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/extern.jet b/ui/views/extern.jet index 522b6d9..9755d15 100644 --- a/ui/views/extern.jet +++ b/ui/views/extern.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/find.jet b/ui/views/find.jet index 80190a2..d0a34a1 100644 --- a/ui/views/find.jet +++ b/ui/views/find.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/find_posts.jet b/ui/views/find_posts.jet index b8ad8c9..5783508 100644 --- a/ui/views/find_posts.jet +++ b/ui/views/find_posts.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/footer.jet b/ui/views/footer.jet index 1d61fb9..ee0f2e2 100644 --- a/ui/views/footer.jet +++ b/ui/views/footer.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/frame.jet b/ui/views/frame.jet index bb01aa2..041ef81 100644 --- a/ui/views/frame.jet +++ b/ui/views/frame.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *} {{ import "block_leftmenus.jet" }} diff --git a/ui/views/hotlist.jet b/ui/views/hotlist.jet index e70c7e5..c892f74 100644 --- a/ui/views/hotlist.jet +++ b/ui/views/hotlist.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/import_results.jet b/ui/views/import_results.jet index f4c504f..842da36 100644 --- a/ui/views/import_results.jet +++ b/ui/views/import_results.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/import_users.jet b/ui/views/import_users.jet index 85ddeb4..40a4a7e 100644 --- a/ui/views/import_users.jet +++ b/ui/views/import_users.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/invite.jet b/ui/views/invite.jet index 164ff18..b3ef03c 100644 --- a/ui/views/invite.jet +++ b/ui/views/invite.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/ipban.jet b/ui/views/ipban.jet index 8c6fda6..d7e0139 100644 --- a/ui/views/ipban.jet +++ b/ui/views/ipban.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/logo_upload.jet b/ui/views/logo_upload.jet index 5038ad9..d380cc8 100644 --- a/ui/views/logo_upload.jet +++ b/ui/views/logo_upload.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/manage_conf.jet b/ui/views/manage_conf.jet index 1396934..fe7e32b 100644 --- a/ui/views/manage_conf.jet +++ b/ui/views/manage_conf.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/manage_conflist.jet b/ui/views/manage_conflist.jet index 8e611bb..1609a08 100644 --- a/ui/views/manage_conflist.jet +++ b/ui/views/manage_conflist.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/manage_ipban.jet b/ui/views/manage_ipban.jet index 3ba6b04..5dc107f 100644 --- a/ui/views/manage_ipban.jet +++ b/ui/views/manage_ipban.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/manage_topic.jet b/ui/views/manage_topic.jet index dd5becf..fd7fe8e 100644 --- a/ui/views/manage_topic.jet +++ b/ui/views/manage_topic.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/memberlist.jet b/ui/views/memberlist.jet index d451e00..7f19cc8 100644 --- a/ui/views/memberlist.jet +++ b/ui/views/memberlist.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/menu.jet b/ui/views/menu.jet index 3db9ac7..bc547c9 100644 --- a/ui/views/menu.jet +++ b/ui/views/menu.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/messagebox.jet b/ui/views/messagebox.jet index 8113145..779d14e 100644 --- a/ui/views/messagebox.jet +++ b/ui/views/messagebox.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/move_message.jet b/ui/views/move_message.jet index ae3651c..f31e0da 100644 --- a/ui/views/move_message.jet +++ b/ui/views/move_message.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/new_topic.jet b/ui/views/new_topic.jet index 68c803d..124a064 100644 --- a/ui/views/new_topic.jet +++ b/ui/views/new_topic.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/notimpl.jet b/ui/views/notimpl.jet index 3f377ef..a6f1b94 100644 --- a/ui/views/notimpl.jet +++ b/ui/views/notimpl.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/password_changed.jet b/ui/views/password_changed.jet index e1c37fb..f45a0df 100644 --- a/ui/views/password_changed.jet +++ b/ui/views/password_changed.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/photo_upload.jet b/ui/views/photo_upload.jet index 975a70f..b7abfd9 100644 --- a/ui/views/photo_upload.jet +++ b/ui/views/photo_upload.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/policy.jet b/ui/views/policy.jet index 7c65c14..a294ca6 100644 --- a/ui/views/policy.jet +++ b/ui/views/policy.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/posts.jet b/ui/views/posts.jet index dcde4a5..6262b8c 100644 --- a/ui/views/posts.jet +++ b/ui/views/posts.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/preview_post.jet b/ui/views/preview_post.jet index 6160d49..539de1f 100644 --- a/ui/views/preview_post.jet +++ b/ui/views/preview_post.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/profile.jet b/ui/views/profile.jet index 86ef68f..54af402 100644 --- a/ui/views/profile.jet +++ b/ui/views/profile.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/ratelimit.jet b/ui/views/ratelimit.jet index 3741be0..6b316c8 100644 --- a/ui/views/ratelimit.jet +++ b/ui/views/ratelimit.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/sb_comm.jet b/ui/views/sb_comm.jet index bb9365c..5b8669a 100644 --- a/ui/views/sb_comm.jet +++ b/ui/views/sb_comm.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/sb_conf.jet b/ui/views/sb_conf.jet index 0629e38..45573ce 100644 --- a/ui/views/sb_conf.jet +++ b/ui/views/sb_conf.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/sb_online.jet b/ui/views/sb_online.jet index ed1570d..182f386 100644 --- a/ui/views/sb_online.jet +++ b/ui/views/sb_online.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/sideboxes.jet b/ui/views/sideboxes.jet index c6224af..806e315 100644 --- a/ui/views/sideboxes.jet +++ b/ui/views/sideboxes.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/singlepost.jet b/ui/views/singlepost.jet index 2f228ea..fff1e88 100644 --- a/ui/views/singlepost.jet +++ b/ui/views/singlepost.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/slippage.jet b/ui/views/slippage.jet index 94b7afb..83ebb9f 100644 --- a/ui/views/slippage.jet +++ b/ui/views/slippage.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/sysstat.jet b/ui/views/sysstat.jet index 4ea9922..0edebf0 100644 --- a/ui/views/sysstat.jet +++ b/ui/views/sysstat.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/top.jet b/ui/views/top.jet index b8e49c7..d8b3fd2 100644 --- a/ui/views/top.jet +++ b/ui/views/top.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/topiclist.jet b/ui/views/topiclist.jet index f8f184b..377a0b1 100644 --- a/ui/views/topiclist.jet +++ b/ui/views/topiclist.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}
diff --git a/ui/views/unjoin.jet b/ui/views/unjoin.jet index 0c8a606..80c7edf 100644 --- a/ui/views/unjoin.jet +++ b/ui/views/unjoin.jet @@ -5,6 +5,8 @@ * 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 https://mozilla.org/MPL/2.0/. + * + * SPDX-License-Identifier: MPL-2.0 *}