Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/cache/memcached.cache.php

    r4493 r4578  
    11<?php 
    2    /** 
    3     * Clansuite - just an eSports CMS 
    4     * Jens-André Koch © 2005 - onwards 
    5     * http://www.clansuite.com/ 
    6     * 
    7     * This file is part of "Clansuite - just an eSports CMS". 
    8     * 
    9     * LICENSE: 
    10     * 
    11     *    This program is free software; you can redistribute it and/or modify 
    12     *    it under the terms of the GNU General Public License as published by 
    13     *    the Free Software Foundation; either version 2 of the License, or 
    14     *    (at your option) any later version. 
    15     * 
    16     *    This program is distributed in the hope that it will be useful, 
    17     *    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18     *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    19     *    GNU General Public License for more details. 
    20     * 
    21     *    You should have received a copy of the GNU General Public License 
    22     *    along with this program; if not, write to the Free Software 
    23     *    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    24     * 
    25     * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    26     * 
    27     * @author     Jens-André Koch <vain@clansuite.com> 
    28     * @copyright  Jens-André Koch (2005-2008) 
    29     * 
    30     * @link       http://www.clansuite.com 
    31     * @link       http://gna.org/projects/clansuite 
    32     * 
    33     * @version    SVN: $Id$ 
    34     */ 
     2    /** 
     3     * Clansuite - just an eSports CMS 
     4     * Jens-André Koch © 2005 - onwards 
     5     * http://www.clansuite.com/ 
     6     * 
     7     * This file is part of "Clansuite - just an eSports CMS". 
     8     * 
     9     * LICENSE: 
     10     * 
     11     *    This program is free software; you can redistribute it and/or modify 
     12     *    it under the terms of the GNU General Public License as published by 
     13     *    the Free Software Foundation; either version 2 of the License, or 
     14     *    (at your option) any later version. 
     15     * 
     16     *    This program is distributed in the hope that it will be useful, 
     17     *    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18     *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19     *    GNU General Public License for more details. 
     20     * 
     21     *    You should have received a copy of the GNU General Public License 
     22     *    along with this program; if not, write to the Free Software 
     23     *    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
     24     * 
     25     * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
     26     * @author     Jens-André Koch <vain@clansuite.com> 
     27     * @copyright  Jens-André Koch (2005 - onwards) 
     28     * @link       http://www.clansuite.com 
     29     * 
     30     * @version    SVN: $Id$ 
     31     */ 
    3532 
    3633# Security Handler 
    3734if(defined('IN_CS') == false) 
    38 {  
     35{ 
    3936    die('Clansuite not loaded. Direct Access forbidden.'); 
    4037} 
Note: See TracChangeset for help on using the changeset viewer.