1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Update copyright.

Add blurb pointing to devel/tasks.text.
This commit is contained in:
Thien-Thi Nguyen 2001-05-13 09:00:23 +00:00
parent c87501734a
commit 3db4f31baa

15
HACKING
View file

@ -1,5 +1,5 @@
Guile Hacking Guide Guile Hacking Guide
Copyright (c) 1996, 1997, 1998, 1999, 2000 Free software Foundation, Inc. Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001 Free software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the of this document as received, in any medium, provided that the
@ -15,6 +15,19 @@ Copyright (c) 1996, 1997, 1998, 1999, 2000 Free software Foundation, Inc.
of the Free Software Foundation are approved by the Foundation. of the Free Software Foundation are approved by the Foundation.
What to Hack =========================================================
You can hack whatever you want, thank GNU.
However, to see what others have indicated as their interest (and avoid
potential wasteful duplication of effort), see devel/tasks.text. Note
that this file is available only from CVS checkout and not distributed
w/ Guile releases.
It's also a good idea to join the guile-devel@gnu.org mailing list.
See http://www.gnu.org/software/guile/mail/mail.html for more info.
Hacking It Yourself ================================================== Hacking It Yourself ==================================================
As distributed, Guile needs only an ANSI C compiler and a Unix system As distributed, Guile needs only an ANSI C compiler and a Unix system