Changeset 650

Show
Ignore:
Timestamp:
01/27/08 20:53:35 (1 year ago)
Author:
takkaria
Message:

Change the licence of z-msg to BSD rather than GPL/Angband, for added Freeness.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/z-msg.c

    r574 r650  
    33 * Purpose: Message handling 
    44 * 
    5  * Copyright (c) 2007 Elly 
    6  * 
    7  * This work is free software; you can redistribute it and/or modify it 
    8  * under the terms of either: 
    9  * 
    10  * a) the GNU General Public License as published by the Free Software 
    11  *    Foundation, version 2, or 
    12  * 
    13  * b) the "Angband licence": 
    14  *    This software may be copied and distributed for educational, research, 
    15  *    and not for profit purposes provided that this copyright and statement 
    16  *    are included in all such copies.  Other copyrights may also apply. 
     5 * Copyright (c) 2007 Elly, Andrew Sidwell 
     6 * 
     7 * Redistribution and use in source and binary forms, with or without 
     8 * modification, are permitted provided that the following conditions are met: 
     9 * 
     10 *  * Redistributions of source code must retain the above copyright notice, 
     11 *    this list of conditions and the following disclaimer. 
     12 * 
     13 *  * Redistributions in binary form must reproduce the above copyright notice, 
     14 *    this list of conditions and the following disclaimer in the documentation 
     15 *    and/or other materials provided with the distribution. 
    1716 */ 
    1817#include "z-virt.h"