nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit cf71d761dcc8ce8e69b8e369fed92b075e9c75b1
parent c2b9211bd56e3d9a0650934e9bf6fe60c4d7184a
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 25 May 2025 12:35:42 +0200

tweaks: shorten a URL, and update it to use https

Diffstat:
Msrc/browser.c | 2+-
Msrc/chars.c | 2+-
Msrc/color.c | 2+-
Msrc/cut.c | 2+-
Msrc/definitions.h | 2+-
Msrc/files.c | 2+-
Msrc/global.c | 2+-
Msrc/help.c | 2+-
Msrc/history.c | 2+-
Msrc/move.c | 2+-
Msrc/nano.c | 2+-
Msrc/prompt.c | 2+-
Msrc/prototypes.h | 2+-
Msrc/rcfile.c | 2+-
Msrc/search.c | 2+-
Msrc/text.c | 2+-
Msrc/utils.c | 2+-
Msrc/winio.c | 2+-
18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/src/browser.c b/src/browser.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/chars.c b/src/chars.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/color.c b/src/color.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/cut.c b/src/cut.c @@ -16,7 +16,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/definitions.h b/src/definitions.h @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/files.c b/src/files.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/global.c b/src/global.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/help.c b/src/help.c @@ -16,7 +16,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/history.c b/src/history.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/move.c b/src/move.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/nano.c b/src/nano.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/prompt.c b/src/prompt.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/prototypes.h b/src/prototypes.h @@ -14,7 +14,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/rcfile.c b/src/rcfile.c @@ -17,7 +17,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/search.c b/src/search.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/text.c b/src/text.c @@ -19,7 +19,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/utils.c b/src/utils.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/ diff --git a/src/winio.c b/src/winio.c @@ -15,7 +15,7 @@ * See the 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://gnu.org/licenses/. * * * **************************************************************************/