From f165bfe3081945c9f2ba4e0bbbb16805d21f1326 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Mon, 9 May 2011 09:35:11 +0200 Subject: [PATCH] README: some additional info --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 0dab04f..10c01e6 100644 --- a/README +++ b/README @@ -1,2 +1,13 @@ Frexx CPP (C Preprocessor) +Copyright (c) by Daniel Stenberg 1993 - 2011 + +This is a C preprocessor. It is a project based on public domain code, then +forked by Daniel in 1993 and future work has been done under a BSD license. + +The C preprocessor is now (mostly?) ANSI C compliant, and some tweaks have +been applied to also make it fairly usable to process other data files, such +as HTML for simple web sites. + +WWW: http://daniel.haxx.se/projects/fcpp/ +Code: https://github.com/bagder/fcpp