From 2639a43bb9fac85bac5a1ce3545b96e295cb6a2d Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@fastmail.com> Date: Sat, 5 Nov 2016 18:00:05 +0100 Subject: [PATCH] Updated URLs and year. --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 43f95dd29f..c6cf6ecddc 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -Pike by Fredrik H�binette 1994-2001 and the Pike team 2001-2014 +Pike by Fredrik H�binette 1994-2001 and the Pike team 2001-2016 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.ida.liu.se/download/ -Report bugs at http://community.roxen.com/crunch/ +New releases can be found on http://pike.lysator.liu.se/download/ +Report bugs at http://bugs.roxen.com/ 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://community.roxen.com/crunch/ and include as much as you can -muster of the following: +http://bugs.roxen.com/ 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