view src/protocols/zephyr/mit-copyright.h @ 7070:b794695d7c72

[gaim-migrate @ 7635] Arun A Tharuvai (aat) writes: " The function zephyr_to_html() occasionally interprets some actual text as non-functional formatting code to be ignored. All text between an @ sign (used to start tags), and the first opener (one of '<', '{', '[', or '(' ) for example, From: <foo@bar.com>, <baz@quux.com> was getting munged to From: <foobaz@quux.com> The attached patch checks for the existence of a closer between an @ and an opener, outputting the section verbatim." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 30 Sep 2003 12:54:58 +0000
parents 424a40f12a6c
children
line wrap: on
line source

/*

Copyright 1987,1988 by the Massachusetts Institute of Technology

All rights reserved.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of the Massachusetts
Institute of Technology (M.I.T.) not be used in advertising or publicity
pertaining to distribution of the software without specific, written
prior permission.

M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

*/