Lines Matching refs:copy

9 *                A copy of the License is available at                 *
39 #undef copy
205 * copy s of size n to b
210 copy(register Buffer_t* b, register char* s, int n)
219 * center and copy comment line s to p
338 copy(b, "Copyright (c) ", -1);
349 copy(b, t, 4);
407 copy(&buf, file, -1);
408 copy(&buf, ": cannot open", -1);
416 copy(&buf, file, -1);
417 copy(&buf, ": cannot read", -1);
643 copy(&buf, "\"", -1);
644 copy(&buf, file, -1);
645 copy(&buf, "\", line ", -1);
650 copy(&buf, x, -1);
651 copy(&buf, ": ", -1);
653 copy(&buf, "option error: assignment expected", -1);
677 copy(&tmp, "This software is part of the ", -1);
679 copy(&tmp, " package", -1);
691 copy(&tmp, notice.item[PACKAGE].data ? "and" : "This software", -1);
692 copy(&tmp, " is licensed under the", -1);
695 copy(&tmp, "Eclipse Public License", -1);
697 copy(&tmp, "Common Public License", -1);
700 copy(&tmp, ", Version ", -1);
706 copy(&tmp, "by ", -1);
710 copy(&tmp, " ", -1);
717 copy(&tmp, " ", -1);
726 COMMENT(&notice, &buf, "A copy of the License is available at", 0);
733 copy(&tmp, "(with md5 checksum ", -1);
735 copy(&tmp, ")", -1);
747 copy(&tmp, notice.item[PACKAGE].data ? "and it" : "This software", -1);
748 copy(&tmp, " may only be used by you under license from", -1);
755 copy(&tmp, " ", -1);
765 copy(&tmp, " ", -1);
774 COMMENT(&notice, &buf, "A copy of the Source Code Agreement is available", 0);
775 copy(&tmp, "at the ", -1);
778 copy(&tmp, " Internet web site URL", -1);
785 copy(&tmp, "(with an md5 checksum of ", -1);
787 copy(&tmp, ")", -1);
797 copy(&tmp, "'s", -1);
802 copy(&tmp, "intellectual property rights.", -1);
820 COMMENT(&notice, &buf, "You should have received a copy of the", 0);
823 COMMENT(&notice, &buf, "If not, a copy is available at", 0);
843 copy(&tmp, " 3. Neither the name of ", -1);
847 copy(&tmp, "the copyright holder", -1);
848 copy(&tmp, " nor the", -1);
898 COMMENT(&notice, &buf, "obtaining a copy of this software and associated", 0);
901 COMMENT(&notice, &buf, "the rights to use, copy, modify, merge, publish, distribute,", 0);
927 copy(&tmp, " - ", -1);
931 copy(&tmp, "Proprietary", -1);
936 copy(&tmp, "This is proprietary source code", -1);
938 copy(&tmp, " licensed by", -1);
943 copy(&tmp, " ", -1);
958 copy(&tmp, "This is unpublished proprietary source code", -1);
960 copy(&tmp, " of", -1);
994 copy(&tmp, "This software is licensed", -1);
997 copy(&tmp, " by", -1);
1005 copy(&tmp, " ", -1);
1012 copy(&tmp, " ", -1);
1025 copy(&tmp, "(with an md5 checksum of ", -1);
1027 copy(&tmp, ")", -1);
1109 copy(&buf, "[-author?", -1);
1133 copy(&buf, "[-author?", -1);
1155 copy(&buf, "[-copyright?", -1);
1160 copy(&buf, "[-license?", -1);