[587] in BarnOwl Developers
[D-O-H] r700 - / trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:42 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Thu, 19 Apr 2007 14:33:36 -0400 (EDT)
Author: nelhage
Date: 2007-04-19 14:33:36 -0400 (Thu, 19 Apr 2007)
New Revision: 700
Modified:
/
trunk/owl/functions.c
Log:
r21092@phanatique: nelhage | 2007-04-19 13:28:00 -0400
Updating the about text to reflect barnowl
Property changes on:
___________________________________________________________________
Name: svk:merge
- 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:21073
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
+ 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:21092
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
Modified: trunk/owl/functions.c
===================================================================
--- trunk/owl/functions.c 2007-04-19 17:04:43 UTC (rev 699)
+++ trunk/owl/functions.c 2007-04-19 18:33:36 UTC (rev 700)
@@ -123,7 +123,7 @@
char *text;
text=""
- "Owl version " OWL_VERSION_STRING "\n"
+ "barnowl version " OWL_VERSION_STRING "\n"
"Copyright (c) 2004 James Kretchmar. All rights reserved.\n"
"\n"
"Redistribution and use in source and binary forms, with or without\n"
@@ -1511,14 +1511,18 @@
{
char buff[5000];
- sprintf(buff, "This is owl version %s\n", OWL_VERSION_STRING);
- strcat(buff, "\nOwl was written by James Kretchmar at the Massachusetts\n");
- strcat(buff, "Institute of Technology. The first version, 0.5, was\n");
+ sprintf(buff, "This is barnowl version %s\n\n", OWL_VERSION_STRING);
+ strcat(buff, "barnowl is a fork of the Owl zephyr client, written and\n");
+ strcat(buff, "maintained by Alejandro Sedeno and Nelson Elhage at the\n");
+ strcat(buff, "Massachusetts Institute of Technology. \n");
+ strcat(buff, "\n");
+ strcat(buff, "Owl was written by James Kretchmar. The first version, 0.5, was\n");
strcat(buff, "released in March 2002.\n");
strcat(buff, "\n");
strcat(buff, "The name 'owl' was chosen in reference to the owls in the\n");
strcat(buff, "Harry Potter novels, who are tasked with carrying messages\n");
- strcat(buff, "between Witches and Wizards.\n");
+ strcat(buff, "between Witches and Wizards. The name 'barnowl' was chosen\n");
+ strcat(buff, "because we feel our owls should live closer to our ponies.\n");
strcat(buff, "\n");
strcat(buff, "Copyright 2002 Massachusetts Institute of Technology\n");
strcat(buff, "\n");