Dotclear

Changeset 2997


Ignore:
Timestamp:
02/24/11 22:35:41 (12 years ago)
Author:
sacha
Message:

httpredirect - updated copyright header

Location:
plugins/httpredirect
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/httpredirect/_admin.php

    r2988 r2997  
    1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 
    2 /***************************************************************\ 
    3  *  This is 'HTTP Redirect', a plugin for Dotclear 2           * 
    4  *                                                             * 
    5  *  Copyright (c) 2007,2008,2011                               * 
    6  *  Alex Pirine and contributors.                              * 
    7  *                                                             * 
    8  *  This is an open source software, distributed under the GNU * 
    9  *  General Public License (version 2) terms and  conditions.  * 
    10  *                                                             * 
    11  *  You should have received a copy of the GNU General Public  * 
    12  *  License along with 'HTTP Redirect' (see COPYING.txt);      * 
    13  *  if not, write to the Free Software Foundation, Inc.,       * 
    14  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    15 \***************************************************************/ 
     1<?php 
     2# -- BEGIN LICENSE BLOCK ---------------------------------- 
     3# This file is part of HTTP Redirect, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 
     6#  
     7# Licensed under the GPL version 2.0 license. 
     8# A copy is available in LICENSE file or at 
     9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
     10# -- END LICENSE BLOCK ------------------------------------ 
    1611 
    1712if (!defined('DC_CONTEXT_ADMIN')) { return; } 
  • plugins/httpredirect/_define.php

    r2988 r2997  
    1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 
    2 /***************************************************************\ 
    3  *  This is 'HTTP Redirect', a plugin for Dotclear 2           * 
    4  *                                                             * 
    5  *  Copyright (c) 2007,2008,2011                               * 
    6  *  Alex Pirine and contributors.                              * 
    7  *                                                             * 
    8  *  This is an open source software, distributed under the GNU * 
    9  *  General Public License (version 2) terms and  conditions.  * 
    10  *                                                             * 
    11  *  You should have received a copy of the GNU General Public  * 
    12  *  License along with 'HTTP Redirect' (see COPYING.txt);      * 
    13  *  if not, write to the Free Software Foundation, Inc.,       * 
    14  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    15 \***************************************************************/ 
     1<?php 
     2# -- BEGIN LICENSE BLOCK ---------------------------------- 
     3# This file is part of HTTP Redirect, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 
     6#  
     7# Licensed under the GPL version 2.0 license. 
     8# A copy is available in LICENSE file or at 
     9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
     10# -- END LICENSE BLOCK ------------------------------------ 
    1611 
    1712if (!defined('DC_RC_PATH')) { return; } 
  • plugins/httpredirect/_install.php

    r2988 r2997  
    1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 
    2 /***************************************************************\ 
    3  *  This is 'HTTP Redirect', a plugin for Dotclear 2           * 
    4  *                                                             * 
    5  *  Copyright (c) 2007,2008,2011                               * 
    6  *  Alex Pirine and contributors.                              * 
    7  *                                                             * 
    8  *  This is an open source software, distributed under the GNU * 
    9  *  General Public License (version 2) terms and  conditions.  * 
    10  *                                                             * 
    11  *  You should have received a copy of the GNU General Public  * 
    12  *  License along with 'HTTP Redirect' (see COPYING.txt);      * 
    13  *  if not, write to the Free Software Foundation, Inc.,       * 
    14  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    15 \***************************************************************/ 
     1<?php 
     2# -- BEGIN LICENSE BLOCK ---------------------------------- 
     3# This file is part of HTTP Redirect, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 
     6#  
     7# Licensed under the GPL version 2.0 license. 
     8# A copy is available in LICENSE file or at 
     9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
     10# -- END LICENSE BLOCK ------------------------------------ 
    1611 
    1712if (!defined('DC_CONTEXT_ADMIN')) { return; } 
  • plugins/httpredirect/_public.php

    r2988 r2997  
    1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 
    2 /***************************************************************\ 
    3  *  This is 'HTTP Redirect', a plugin for Dotclear 2           * 
    4  *                                                             * 
    5  *  Copyright (c) 2007,2008,2011                               * 
    6  *  Alex Pirine and contributors.                              * 
    7  *                                                             * 
    8  *  This is an open source software, distributed under the GNU * 
    9  *  General Public License (version 2) terms and  conditions.  * 
    10  *                                                             * 
    11  *  You should have received a copy of the GNU General Public  * 
    12  *  License along with 'HTTP Redirect' (see COPYING.txt);      * 
    13  *  if not, write to the Free Software Foundation, Inc.,       * 
    14  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    15 \***************************************************************/ 
     1<?php 
     2# -- BEGIN LICENSE BLOCK ---------------------------------- 
     3# This file is part of HTTP Redirect, a plugin for Dotclear. 
     4#  
     5# Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 
     6#  
     7# Licensed under the GPL version 2.0 license. 
     8# A copy is available in LICENSE file or at 
     9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
     10# -- END LICENSE BLOCK ------------------------------------ 
    1611 
    1712if (!defined('DC_RC_PATH')) { return; } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map