Changeset 4228f8b


Ignore:
Timestamp:
Apr 19, 2007, 2:33:36 PM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, 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)
Message:
Updating the about text to reflect barnowl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r4099cf8 r4228f8b  
    124124
    125125  text=""
    126     "Owl version " OWL_VERSION_STRING "\n"
     126    "barnowl version " OWL_VERSION_STRING "\n"
    127127    "Copyright (c) 2004 James Kretchmar. All rights reserved.\n"
    128128    "\n"
     
    15121512  char buff[5000];
    15131513
    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");
    15171520  strcat(buff, "released in March 2002.\n");
    15181521  strcat(buff, "\n");
    15191522  strcat(buff, "The name 'owl' was chosen in reference to the owls in the\n");
    15201523  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");
    15221526  strcat(buff, "\n");
    15231527  strcat(buff, "Copyright 2002 Massachusetts Institute of Technology\n");
Note: See TracChangeset for help on using the changeset viewer.