X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=doc%2Fyoink_readme.7;h=6ce832b0af70db477a37c19c397c3945d949f999;hp=c35ae2da6828ae02b4758f508092d128c221a975;hb=HEAD;hpb=ecfc966a7b2d8e37c7f5e29227d5ba4d00e54ded diff --git a/doc/yoink_readme.7 b/doc/yoink_readme.7 index c35ae2d..6ce832b 100644 --- a/doc/yoink_readme.7 +++ b/doc/yoink_readme.7 @@ -43,12 +43,12 @@ for a more detailed discussion about the build system and a list of required packages. .Ss 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 +original resources are provided under the zlib/libpng license. See the file .Pa COPYING -file for complete details. The full texts of applicable licenses can be -found in -.Pa doc/licenses -within the Yoink package. +for complete details. Other parts are distributed under different licenses. +See +.Xr yoink_license 7 +for the full texts of the relevant licenses. .Ss ABOUT THE CODE The code is a complete rewrite, containing none of the original code. I've made some effort to put the more generic or reusable code into a separate @@ -109,7 +109,7 @@ that, please observe the following: 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 8 -characters. Also, try to limit line lengths to 75 characters. +characters. Also, try to limit line lengths to 78 characters. .It For legal reasons, don't include other peoples' code with your patch. You must also agree to license your changes according to the same terms and