Show
Ignore:
Timestamp:
08/12/07 06:52:22 (1 year ago)
Author:
takkaria
Message:

Update file headers to the new GPL template for files which are 100%, known, entirely-GPL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main-gcu.c

    r399 r507  
    1 /* File: main-gcu.c */ 
    2  
    3 /* 
     1/* 
     2 * File: main-gcu.c 
     3 * Purpose: Support for "curses" systems 
     4 * 
    45 * Copyright (c) 1997 Ben Harrison, and others 
    56 * 
    6  * This software may be copied and distributed for educational, research, 
    7  * and not for profit purposes provided that this copyright and statement 
    8  * are included in all such copies. 
    9  */ 
     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. 
     17 */ 
     18#include "angband.h" 
    1019 
    1120 
     
    3746 * Consider the use of "savetty()" and "resetty()".  XXX XXX XXX 
    3847 */ 
    39 #include "angband.h" 
    4048 
    4149