From ead324d859ca6a55ca89eced5708fd4d825b2ee5 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 2 Nov 2018 17:16:44 -0300 Subject: [PATCH] GPLv3 requirement: "includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice" --- src/_locales/en/messages.json | 4 ++++ src/about.html | 13 +++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 732d205eb..0ce842287 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -635,6 +635,10 @@ "message":"Contributors", "description":"English: Contributors" }, + "aboutDependencies":{ + "message":"External dependencies (GPLv3-compatible):", + "description":"Shown in the About pane" + }, "aboutBackupDataButton" : { "message": "Back up to file", "description": "Text for button to create a backup of all settings" diff --git a/src/about.html b/src/about.html index 210278e44..081ddfc75 100644 --- a/src/about.html +++ b/src/about.html @@ -12,6 +12,9 @@

+

Copyright (c) Raymond Hill 2014-present
+   +

-
  • Punycode.js by Mathias Bynens -
  • Font Awesome by Dave Gandy -
  • CodeMirror by Marijn Haverbeke -
  • An implementation of Myers' diff algorithm by Arpad Borsos +