Changeset 81001c0 for functions.c


Ignore:
Timestamp:
May 25, 2008, 12:28:38 AM (16 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:
6b28e33
Parents:
32da267
Message:
Clean up licensing information and add a COPYING file. We're going to
continue with Sleepycat for the moment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r81655f8 r81001c0  
    14671467  strcat(buff, "because we feel our owls should live closer to our ponies.\n");
    14681468  strcat(buff, "\n");
     1469  strcat(buff, "Copyright (c) 2006-2008 The BarnOwl Developers. All rights reserved.\n");
     1470  strcat(buff, "Copyright (c) 2004 James Kretchmar. All rights reserved.\n");
    14691471  strcat(buff, "Copyright 2002 Massachusetts Institute of Technology\n");
    14701472  strcat(buff, "\n");
    1471   strcat(buff, "Permission to use, copy, modify, and distribute this\n");
    1472   strcat(buff, "software and its documentation for any purpose and without\n");
    1473   strcat(buff, "fee is hereby granted, provided that the above copyright\n");
    1474   strcat(buff, "notice and this permission notice appear in all copies\n");
    1475   strcat(buff, "and in supporting documentation.  No representation is\n");
    1476   strcat(buff, "made about the suitability of this software for any\n");
    1477   strcat(buff, "purpose.  It is provided \"as is\" without express\n");
    1478   strcat(buff, "or implied warranty.\n");
     1473  strcat(buff, "This program is free software. You can redistribute it and/or\n");
     1474  strcat(buff,  "modify under the terms of the Sleepycat License. Use the \n");
     1475  strcat(buff,  "':show license' command to display the full license\n");
    14791476  owl_function_popless_text(buff);
    14801477}
Note: See TracChangeset for help on using the changeset viewer.