From 13a2623393c3223ff32abc9e7d5979daf7391301 Mon Sep 17 00:00:00 2001 From: zlg Date: Sun, 23 Jan 2022 23:26:33 -0800 Subject: README.mdown: Add some extra bits about the project --- README.mdown | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.mdown') diff --git a/README.mdown b/README.mdown index e2a1677..aaa91de 100644 --- a/README.mdown +++ b/README.mdown @@ -6,6 +6,8 @@ aren't covered in the book yet. According to [`comp.lang.c`][clc], this is known as *Category-0 compliant*. As a result, many of the solutions will probably not be "the best", but suitable for the goal at hand: *learning*. +## Motive + This project was started to help bring out the value of the K&R. Just reading the text isn't enough; to best learn with the K&R, the exercises are valuable experience that keeps things interesting as one progresses through the book. @@ -14,6 +16,12 @@ Constructive critique is welcome, but please keep in mind the scope and goals of this project. Some incomplete implementations are noted. Pull requests, patches, questions, and advice are welcome. +This project is the culmination of about ten years of revisiting the text when I +got the opportunity. I hope its contents are as informative and instructive as +the text itself. + +## License + This project is licensed under the GNU General Public License version 3 and is copywritten by the individuals in the AUTHORS file. For more information, please read the LICENSE file that accompanies this project. To keep things simple, -- cgit v1.2.3-54-g00ecf