summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorklto <klto@bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c>2010-10-28 11:47:20 +0000
committerklto <klto@bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c>2010-10-28 11:47:20 +0000
commit801b5189eb7f49b94d33b24b8988529bbd35040a (patch)
tree4ccd9d4c62c26190cef4acbee727b3bc422d62aa /README
parent2f7a7f07846aa498b4b79a83bbe425d7aba73f03 (diff)
Add license information to every file and mention it in the README
git-svn-id: https://parma.zhaw.ch/svn/csnippets@3 bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index e69de29..7d58260 100644
--- a/README
+++ b/README
@@ -0,0 +1,8 @@
+ README for csnippets
+======================
+
+This directory contains a collection of C-code snippets to be used as part of
+various other software.
+
+All code is licensed under permissive licenses, e.g. BSD (or similar) license or
+in the public domain. See the respective source files for details.