Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 746


Ignore:
Timestamp:
Dec 31, 2007, 4:39:53 AM (16 years ago)
Author:
landauf
Message:

license notice

Location:
code/branches/FICN/src/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/util/substring.cc

    r744 r746  
    11/*
    2    orxonox - the future of 3D-vertical-scrollers
    3 
    4    Copyright (C) 2004 orx
    5 
    6    This program is free software; you can redistribute it and/or modify
    7    it under the terms of the GNU General Public License as published by
    8    the Free Software Foundation; either version 2, or (at your option)
    9    any later version.
    10 
    11    ### File Specific:
    12    main-programmer: Christian Meyer
    13    co-programmer: Benjamin Grauer
    14 
    15    2005-06-10: some naming conventions
    16 
     2 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *
     4 *
     5 *   License notice:
     6 *
     7 *   This program is free software; you can redistribute it and/or
     8 *   modify it under the terms of the GNU General Public License
     9 *   as published by the Free Software Foundation; either version 2
     10 *   of the License, or (at your option) any later version.
     11 *
     12 *   This program is distributed in the hope that it will be useful,
     13 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 *   GNU General Public License for more details.
     16 *
     17 *   You should have received a copy of the GNU General Public License
     18 *   along with this program; if not, write to the Free Software
     19 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     20 *
     21 *   Author:
     22 *      Christian Meyer
     23 *   Co-authors:
     24 *      Benjamin Grauer
     25 *
    1726//
    1827//  splitLine
     
    2332//  Copyright (c) 2005 Clemens Wacha. All rights reserved.
    2433//
    25 
    26 */
     34 */
    2735
    2836#include "substring.h"
  • code/branches/FICN/src/util/substring.h

    r744 r746  
    1 /*!
     1/*
     2 *   ORXONOX - the hottest 3D action shooter ever to exist
     3 *
     4 *
     5 *   License notice:
     6 *
     7 *   This program is free software; you can redistribute it and/or
     8 *   modify it under the terms of the GNU General Public License
     9 *   as published by the Free Software Foundation; either version 2
     10 *   of the License, or (at your option) any later version.
     11 *
     12 *   This program is distributed in the hope that it will be useful,
     13 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 *   GNU General Public License for more details.
     16 *
     17 *   You should have received a copy of the GNU General Public License
     18 *   along with this program; if not, write to the Free Software
     19 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     20 *
     21 *   Author:
     22 *      Christian Meyer
     23 *   Co-authors:
     24 *      Benjamin Grauer
     25 *
     26//
     27//  splitLine
     28//  STL string tokenizer
     29//
     30//  Created by Clemens Wacha.
     31//  Version 1.0
     32//  Copyright (c) 2005 Clemens Wacha. All rights reserved.
     33//
     34 */
     35
     36 /*!
    237 * @file substring.h
    338 * @brief a small class to get the parts of a string separated by commas
Note: See TracChangeset for help on using the changeset viewer.