Changeset 6dfcb9e for functions.c


Ignore:
Timestamp:
Jul 8, 2011, 4:25:03 AM (13 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
c76a12a
Parents:
4a01fc6
git-author:
Jason Gross <jgross@mit.edu> (07/08/11 04:15:08)
git-committer:
Jason Gross <jgross@mit.edu> (07/08/11 04:25:03)
Message:
Replaced 'Owl' with 'BarnOwl' in user visible places

Updated :show license to match COPYING
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rca749a9 r6dfcb9e  
    144144    "\n"
    145145    "   * Redistributions in any form must be accompanied by information on\n"
    146     "     how to obtain complete source code for the Owl software and any\n"
    147     "     accompanying software that uses the Owl software. The source code\n"
     146    "     how to obtain complete source code for the BarnOwl software and any\n"
     147    "     accompanying software that uses the BarnOwl software. The source code\n"
    148148    "     must either be included in the distribution or be available for no\n"
    149149    "     more than the cost of distribution plus a nominal fee, and must be\n"
     
    972972  }
    973973
    974   owl_function_debugmsg("Quitting Owl");
     974  owl_function_debugmsg("Quitting BarnOwl");
    975975  owl_select_quit_loop();
    976976}
     
    14391439  }
    14401440
    1441   owl_fmtext_append_bold(&fm, "\nOwl Message Attributes:\n");
     1441  owl_fmtext_append_bold(&fm, "\nBarnOwl Message Attributes:\n");
    14421442  owl_message_attributes_tofmtext(m, &attrfm);
    14431443  owl_fmtext_append_fmtext(&fm, &attrfm);
Note: See TracChangeset for help on using the changeset viewer.