Skip to content

Commit 16d8195

Browse files
committed
Switch to https urls
1 parent 00cbfb1 commit 16d8195

24 files changed

+25
-25
lines changed

factor-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Copyright (C) 2013 Erik Charlebois
44
;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz
5-
;; See http://factorcode.org/license.txt for BSD license.
5+
;; See https://factorcode.org/license.txt for BSD license.
66

77
;; Maintainer: Erik Charlebois <erikcharlebois@gmail.com>
88
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>

factor-smie.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; factor-smie.el --- Helper function for indenting factor code
22

33
;; Copyright (C) 2016 Björn Lindqvist
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;;; Commentary:
77

fuel-autodoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-autodoc.el -- doc snippets in the echo area -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-autohelp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-autohelp.el -- help pages in another window -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2013 Erik Charlebois
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Erik Charlebois <erikcharlebois@gmail.com>
77
;; Keywords: languages, fuel, factor

fuel-base.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-base.el --- Basic FUEL support code -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-completion.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-completion.el -- completion utilities -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-connection.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Copyright (C) 2018 Björn Lindqvist
44
;; Copyright (C) 2008, 2009 Jose Antonio Ortega Ruiz
5-
;; See http://factorcode.org/license.txt for BSD license.
5+
;; See https://factorcode.org/license.txt for BSD license.
66

77
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
88
;; Keywords: languages, fuel, factor

fuel-debug-uses.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-debug-uses.el -- retrieving USING: stanzas -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-debug.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-debug.el -- debugging factor code -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-edit.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-edit.el -- utilities for file editing -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-eval.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-eval.el --- evaluating Factor expressions -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages

fuel-help.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-help.el -- accessing Factor's help system -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-listener.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-listener.el --- starting the fuel listener -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages

fuel-log.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-log.el -- logging utilities -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-markup.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-markup.el -- printing factor help markup -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-menu.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-menu.el -- menu utilities -*- lexical-binding: t -*-
22

33
;; Copyright (c) 2010 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-mode.el --- Major mode for editing Factor programs. -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-popup.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-popup.el -- popup windows -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-refactor.el -- code refactoring support -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-scaffold.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-scaffold.el -- interaction with tools.scaffold -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor
@@ -66,7 +66,7 @@
6666

6767
(defconst fuel-scaffold--tests-header-format
6868
"! Copyright (C) %s %s
69-
! See http://factorcode.org/license.txt for BSD license.
69+
! See https://factorcode.org/license.txt for BSD license.
7070
USING: %s tools.test ;
7171
IN: %s
7272
")

fuel-stack.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-stack.el -- stack inference help -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-table.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-table.el -- table creation -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

fuel-tests.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-tests.el -- unit tests for fuel -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2014 Björn Lindqvist
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Björn Lindqvist <bjourne@gmail.com>
77
;; Keywords: languages, fuel, factor

fuel-xref.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; fuel-xref.el -- showing cross-reference info -*- lexical-binding: t -*-
22

33
;; Copyright (C) 2008, 2009, 2010 Jose Antonio Ortega Ruiz
4-
;; See http://factorcode.org/license.txt for BSD license.
4+
;; See https://factorcode.org/license.txt for BSD license.
55

66
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
77
;; Keywords: languages, fuel, factor

0 commit comments

Comments
 (0)