Changeset 617

Show
Ignore:
Timestamp:
12/21/07 20:35:38 (1 year ago)
Author:
takkaria
Message:

Make a note of the main game code now being GPL-clean.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/birth.c

    r568 r617  
    1 /* File: birth.c */ 
    2  
    3 /* 
     1/* 
     2 * File: birth.c 
     3 * Purpose: Character creation 
     4 * 
    45 * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke 
    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.  Other copyrights may also apply. 
    9  */ 
    10  
     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 */ 
    1118#include "angband.h" 
    1219#include "cmds.h" 
  • trunk/src/cmd3.c

    r607 r617  
    1 /* File: cmd3.c */ 
    2  
    3 /* 
     1/* 
     2 * File: cmd3.c 
     3 * Purpose: Miscellaneous queries 
     4 * 
    45 * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke 
    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.  Other copyrights may also apply. 
    9  */ 
    10  
     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 */ 
    1118#include "angband.h" 
    1219 
  • trunk/src/files.c

    r570 r617  
    1 /* File: files.c */ 
    2  
    31/* 
     2 * File: files.c 
     3 * Purpose: Various file-related activities, poorly organised 
     4 * 
    45 * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke 
    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.  Other copyrights may also apply. 
     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. 
    917 */ 
    10  
    1118#include "angband.h" 
    1219#include "cmds.h" 
  • trunk/src/init1.c

    r564 r617  
    1 /* File: init1.c */ 
    2  
    3 /* 
     1/* 
     2 * File: init1.c 
     3 * Purpose: Parsing the lib/edit/ files into data structures. 
     4 * 
    45 * Copyright (c) 1997 Ben Harrison 
    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.  Other copyrights may also apply. 
     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. 
    917 */ 
    1018#include "angband.h" 
  • trunk/src/init2.c

    r541 r617  
    1 /* File: init2.c */ 
    2  
    3  
    4 /
     1/* 
     2 * File: init2.c 
     3 * Purpose: Various game initialistion routines 
     4
    55 * Copyright (c) 1997 Ben Harrison 
    66 * 
    7  * This software may be copied and distributed for educational, research, 
    8  * and not for profit purposes provided that this copyright and statement 
    9  * are included in all such copies.  Other copyrights may also apply. 
    10  */ 
    11  
     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 */ 
    1218#include "angband.h" 
    1319 
  • trunk/src/object2.c

    r610 r617  
    1 /* File: object2.c */ 
    2  
    3 /* 
     1/* 
     2 * File: object2.c 
     3 * Purpose: Object list maintenance and other object utilities 
     4 * 
    45 * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke 
    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.  Other copyrights may also apply. 
    9  */ 
    10  
     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 */ 
    1118#include "angband.h" 
    1219 
  • trunk/src/variable.c

    r556 r617  
    1 /* File: variable.c */ 
    2  
    3 /* 
     1/* 
     2 * File: variable.c 
     3 * Purpose: Various global variables 
     4 * 
    45 * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke 
    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.  Other copyrights may also apply. 
    9  */ 
    10  
     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 */ 
    1118#include "angband.h" 
    1219 
     
    1522 * Hack -- Link a copyright message into the executable 
    1623 */ 
    17 cptr copyright = 
    18         "Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Keoneke\n" 
     24const char *copyright = 
     25        "Copyright (c) 1987-2007 Angband contributors.\n" 
    1926        "\n" 
    20         "This software may be copied and distributed for educational, research,\n" 
    21         "and not for profit purposes provided that this copyright and statement\n" 
    22         "are included in all such copies.  Other copyrights may also apply.\n"; 
     27        "This work is free software; you can redistribute it and/or modify it\n" 
     28        "under the terms of either:\n" 
     29        "\n" 
     30        "a) the GNU General Public License as published by the Free Software\n" 
     31        "   Foundation, version 2, or\n" 
     32        "\n" 
     33        "b) the Angband licence:\n" 
     34        "   This software may be copied and distributed for educational, research,\n" 
     35        "   and not for profit purposes provided that this copyright and statement\n" 
     36        "   are included in all such copies.  Other copyrights may also apply.\n"; 
    2337 
    2438