diff options
Diffstat (limited to 'ext/js')
| -rw-r--r-- | ext/js/display/display-generator.js | 2 | ||||
| -rw-r--r-- | ext/js/dom/html-template-collection.js | 2 | ||||
| -rw-r--r-- | ext/js/input/hotkey-help-controller.js | 2 | ||||
| -rw-r--r-- | ext/js/input/hotkey-util.js | 2 | ||||
| -rw-r--r-- | ext/js/pages/settings/backup-controller.js | 2 | 
5 files changed, 5 insertions, 5 deletions
| diff --git a/ext/js/display/display-generator.js b/ext/js/display/display-generator.js index da1b053a..b904c16e 100644 --- a/ext/js/display/display-generator.js +++ b/ext/js/display/display-generator.js @@ -12,7 +12,7 @@   * GNU General Public License for more details.   *   * You should have received a copy of the GNU General Public License - * along with this program.  If not, see <http://www.gnu.org/licenses/>. + * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */  /* global diff --git a/ext/js/dom/html-template-collection.js b/ext/js/dom/html-template-collection.js index 52d5f3b0..271986cb 100644 --- a/ext/js/dom/html-template-collection.js +++ b/ext/js/dom/html-template-collection.js @@ -12,7 +12,7 @@   * GNU General Public License for more details.   *   * You should have received a copy of the GNU General Public License - * along with this program.  If not, see <http://www.gnu.org/licenses/>. + * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */  class HtmlTemplateCollection { diff --git a/ext/js/input/hotkey-help-controller.js b/ext/js/input/hotkey-help-controller.js index 9bf95c77..3f33a1f4 100644 --- a/ext/js/input/hotkey-help-controller.js +++ b/ext/js/input/hotkey-help-controller.js @@ -12,7 +12,7 @@   * GNU General Public License for more details.   *   * You should have received a copy of the GNU General Public License - * along with this program.  If not, see <http://www.gnu.org/licenses/>. + * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */  /* global diff --git a/ext/js/input/hotkey-util.js b/ext/js/input/hotkey-util.js index ea3daf97..3e6d6388 100644 --- a/ext/js/input/hotkey-util.js +++ b/ext/js/input/hotkey-util.js @@ -12,7 +12,7 @@   * GNU General Public License for more details.   *   * You should have received a copy of the GNU General Public License - * along with this program.  If not, see <http://www.gnu.org/licenses/>. + * along with this program.  If not, see <https://www.gnu.org/licenses/>.   */  /** diff --git a/ext/js/pages/settings/backup-controller.js b/ext/js/pages/settings/backup-controller.js index 649645d4..6f6614b6 100644 --- a/ext/js/pages/settings/backup-controller.js +++ b/ext/js/pages/settings/backup-controller.js @@ -8,7 +8,7 @@   *   * This program is distributed in the hope that it will be useful,   * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   * GNU General Public License for more details.   *   * You should have received a copy of the GNU General Public License |