Changeset 106

Show
Ignore:
Timestamp:
05/12/07 20:19:51 (5 years ago)
Author:
ng
Message:

mise a jour licence

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • assert.h

    r67 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#ifndef ASSERT_H 
    218#define ASSERT_H 
  • board.c

    r95 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include <string.h> 
    218#include <stdlib.h> 
  • board.h

    r72 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#ifndef BOARD_H 
    218#define BOARD_H 
  • board_sdl.c

    r93 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include "board.h" 
    218#include "assert.h" 
  • board_text.c

    r73 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include "board.h" 
    218#include "assert.h" 
  • font_text.c

    r47 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117 
    218#include "assert.h" 
  • font_text.h

    r47 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117 
    218#ifndef FONT_TEXT_H 
  • gemmes.c

    r104 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include <stdio.h> 
    218#include <string.h> 
  • gemmes.h

    r94 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117 
    218#ifndef GEMMES_H 
  • gemmes_sdl.c

    r98 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include <unistd.h> 
    218 
  • gemmes_text.c

    r94 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117 
    218 
  • main.c

    r71 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include <stdlib.h> 
    218#include <unistd.h> 
  • randseq.c

    r104 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include <string.h> 
    218#include <stdlib.h> 
  • randseq.h

    r95 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#ifndef RANDSEQ_H 
    218#define RANDSEQ_H 
  • randseq_test.c

    r9 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117 
    218#include <stdio.h> 
  • sdl_draw.c

    r82 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117 
    218#include "sdl_draw.h" 
  • sdl_draw.h

    r84 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#ifndef SDL_DRAW_H 
    218#define SDL_DRAW_H 
  • test_board_searchline.c

    r15 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include "gemmes.h" 
    218 
  • win_port.c

    r70 r106  
     1/*************************************************************************** 
     2 *   This file is part of the 'gemmes' project                             * 
     3 *                                                                         * 
     4 *                                                                         * 
     5 *   Copyright (C) 2007 by                                                 * 
     6 *         GARCH Soufiane                                                  * 
     7 *         GUILLAUME Nicolas <ng@ngsoft-fr.com>                            * 
     8 *                                                                         * 
     9 *                                                                         * 
     10 *   This program is free software; you can redistribute it and/or modify  * 
     11 *   it under the terms of the GNU General Public License as published by  * 
     12 *   the Free Software Foundation; version 2 of the License only.          * 
     13 *   See the COPYING file.                                                 * 
     14 ***************************************************************************/ 
     15 
     16 
    117#include <windows.h> 
    218#include <winbase.h>