| July 27, 2004 | GPL Compliance for Software Developers | 2c notices |
int main (int argc, char** argv) {
...
printf ("Copyright 2003, Roger Pollack.\n");
printf ("Copyright 2004, Your Company.\n");
printf ("Whizmatic is free software, covered by the GNU General Public\n");
printf ("License, and you are welcome to change it and/or distribute\n");
printf ("copies of it under certain conditions. Type "show copying"\n");
printf ("to see the conditions. There is absolutely no warranty for\n");
printf ("Whizmatic. Type \"show warranty\" for details.\n");
}
| Next: Review Previous Top |
![]() |
Copyright © 2004, Free Software Foundation. Verbatim copying permitted provided this notice is preserved. |