Searched refs:version (Results 1 – 4 of 4) sorted by relevance
239 be similar in spirit to the present version, but may differ in detail to242 Each version is given a distinguishing version number. If the Program243 specifies a version number of this License which applies to it and "any244 later version", you have the option of following the terms and conditions245 either of that version or of any later version published by the Free246 Software Foundation. If the Program does not specify a version number of247 this License, you may choose any version ever published by the Free Software298 the Free Software Foundation; either version 2 of the License, or299 (at your option) any later version.315 Gnomovision version 69, Copyright (C) year name of author
4 # The version number.
126 uint32_t version; member
1550 hdr->version = (getBCD(gOpts.major) << 8) | getBCD(gOpts.minor); in getBoothdr()1601 char version[MAX_LINE_LEN]; in mergeBoot() local1602 snprintf(version, sizeof(version), "%s", gSubfix); in mergeBoot()1606 strcat(gOpts.outPath, version); in mergeBoot()