Lines Matching +full:beer +full:- +full:ware
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 * libjpeg-turbo Modifications:
9 * Copyright (C)2016, 2018-2019, 2022 D. R. Commander. All Rights Reserved.
14 * - Redistributions of source code must retain the above copyright notice,
16 * - Redistributions in binary form must reproduce the above copyright notice,
19 * - Neither the name of the libjpeg-turbo Project nor the names of its
34 * ----------------------------------------------------------------------------
107 if ((len == 0) || (len > stbuf.st_size - ofs)) in MD5FileChunk()
108 len = stbuf.st_size - ofs; in MD5FileChunk()
121 n -= i; in MD5FileChunk()