Changeset 4228f8b for functions.c
- Timestamp:
- Apr 19, 2007, 2:33:36 PM (16 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- b55fe2c
- Parents:
- 4099cf8
- git-author:
- Nelson Elhage <nelhage@mit.edu> (04/19/07 13:28:00)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (04/19/07 14:33:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r4099cf8 r4228f8b 124 124 125 125 text="" 126 " Owl version " OWL_VERSION_STRING "\n"126 "barnowl version " OWL_VERSION_STRING "\n" 127 127 "Copyright (c) 2004 James Kretchmar. All rights reserved.\n" 128 128 "\n" … … 1512 1512 char buff[5000]; 1513 1513 1514 sprintf(buff, "This is owl version %s\n", OWL_VERSION_STRING); 1515 strcat(buff, "\nOwl was written by James Kretchmar at the Massachusetts\n"); 1516 strcat(buff, "Institute of Technology. The first version, 0.5, was\n"); 1514 sprintf(buff, "This is barnowl version %s\n\n", OWL_VERSION_STRING); 1515 strcat(buff, "barnowl is a fork of the Owl zephyr client, written and\n"); 1516 strcat(buff, "maintained by Alejandro Sedeno and Nelson Elhage at the\n"); 1517 strcat(buff, "Massachusetts Institute of Technology. \n"); 1518 strcat(buff, "\n"); 1519 strcat(buff, "Owl was written by James Kretchmar. The first version, 0.5, was\n"); 1517 1520 strcat(buff, "released in March 2002.\n"); 1518 1521 strcat(buff, "\n"); 1519 1522 strcat(buff, "The name 'owl' was chosen in reference to the owls in the\n"); 1520 1523 strcat(buff, "Harry Potter novels, who are tasked with carrying messages\n"); 1521 strcat(buff, "between Witches and Wizards.\n"); 1524 strcat(buff, "between Witches and Wizards. The name 'barnowl' was chosen\n"); 1525 strcat(buff, "because we feel our owls should live closer to our ponies.\n"); 1522 1526 strcat(buff, "\n"); 1523 1527 strcat(buff, "Copyright 2002 Massachusetts Institute of Technology\n");
Note: See TracChangeset
for help on using the changeset viewer.