X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=README;h=698d3c84f93070b6f8301039427a09b65077c0b2;hp=0cab8cce8b8e178eba795c62eb7ac3f2b2e4ba76;hb=HEAD;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/README b/README index 0cab8cc..698d3c8 100644 --- a/README +++ b/README @@ -30,9 +30,10 @@ DESCRIPTION LICENSE The new code is released under the 2-clause BSD license. The old code - and original resources are provided under the zlib/libpng License. See - the COPYING file for complete details. The full texts of applicable - licenses can be found in doc/licenses within the Yoink package. + and original resources are provided under the zlib/libpng license. See + the file COPYING for complete details. Other parts are distributed under + different licenses. See yoink_license(7) for the full texts of the + relevant licenses. ABOUT THE CODE The code is a complete rewrite, containing none of the original code. @@ -80,7 +81,7 @@ DESCRIPTION o Stick to the coding style of the source code files you edit. Follow the general style of method and variable naming, as well as white space formatting. In particular, use literal tabs with an assumed - tabstop of 4 characters. Also, try to limit line lengths to 75 + tabstop of 8 characters. Also, try to limit line lengths to 78 characters. o For legal reasons, don't include other peoples' code with your patch.