diff options
author | klto <klto@bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c> | 2010-10-28 11:47:20 +0000 |
---|---|---|
committer | klto <klto@bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c> | 2010-10-28 11:47:20 +0000 |
commit | 801b5189eb7f49b94d33b24b8988529bbd35040a (patch) | |
tree | 4ccd9d4c62c26190cef4acbee727b3bc422d62aa /README | |
parent | 2f7a7f07846aa498b4b79a83bbe425d7aba73f03 (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-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |