From df77815cd81d1c187095a49e6f528a6b93cda01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 7 Mar 2021 15:17:39 +0100 Subject: [PATCH] README: Updated year and URLs. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index a7ebba9330..69742d3b45 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -Pike by Fredrik H�binette 1994-2001 and the Pike team 2001-2020 +Pike by Fredrik H�binette 1994-2001 and the Pike team 2001-2021 Permission to copy, modify, and distribute this source for any legal purpose granted as long as my name is still attached to it. More specifically, the GPL, LGPL and MPL licenses apply to this software. New releases can be found on http://pike.lysator.liu.se/download/ -Report bugs at http://bugs.roxen.com/ +Report bugs at https://git.lysator.liu.se/pikelang/pike/-/issues There is also a mailing list, to subscribe to it mail: pike-request@roxen.com @@ -32,8 +32,8 @@ If you find a bug in the interpreter, the first thing to do is to make sure the interpreter is compiled with PIKE_DEBUG defined. If not, recompile with PIKE_DEBUG and see if you get another error. When you've done this, please report the bug to us at -http://bugs.roxen.com/ and include as much as you can muster of the -following: +https://git.lysator.liu.se/pikelang/pike/-/issues and include as much +as you can muster of the following: o The version of the driver. (Try pike --version or look in src/version.h) -- GitLab