Home | History | Annotate | Download | only in release

Lines Matching refs:LICENSE

32 #           win     - Generate Windows package (Intel license, CRLF line terminators)
33 # unix - Generate Unix package (Intel license, LF line terminators)
34 # unix2 - Generate Unix package (dual license, LF line terminators)
128 # Insert the dual license into *.c and *.h files
130 echo "Inserting dual-license into all source files"
185 LICENSE=Intel
189 PACKAGE_NAME="Unix (Intel License)"
191 LICENSE=Intel
194 PACKAGE_NAME="Unix (Dual License)"
196 LICENSE=Dual
283 # For Unix2 case, insert the dual license header into all source files
285 if [ $LICENSE == Dual ]; then
435 # win - Generate Windows package (Intel license, CRLF line terminators)
436 # unix - Generate Unix package (Intel license, LF line terminators)
437 # unix2 - Generate Unix package (dual license, LF line terminators)