Dotclear


Ignore:
Timestamp:
03/09/18 12:29:57 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Simplify licence block at the beginning of each file

Location:
themes/ductile
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r3725 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # This file is part of Ductile, a theme for Dotclear 
    4 # 
    5 # Copyright (c) 2011 - Association Dotclear 
    6 # Licensed under the GPL version 2.0 license. 
    7 # See LICENSE file or 
    8 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    9 # 
    10 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Ductile, a theme for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Themes 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1112if (!defined('DC_CONTEXT_ADMIN')) {return;} 
    1213 
  • themes/ductile/_define.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # This file is part of Ductile, a theme for Dotclear 
    4 # 
    5 # Copyright (c) 2011 - Association Dotclear 
    6 # Licensed under the GPL version 2.0 license. 
    7 # See LICENSE file or 
    8 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    9 # 
    10 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @brief Ductile, a theme for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Themes 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1112if (!defined('DC_RC_PATH')) {return;} 
    1213 
  • themes/ductile/_prepend.php

    r3730 r3731  
    11<?php 
     2/** 
     3 * @brief Ductile, a theme for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Themes 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    212namespace themes\ductile; 
    3  
    4 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    5 # This file is part of Ductile, a theme for Dotclear 
    6 # 
    7 # Copyright (c) 2011 - Association Dotclear 
    8 # Licensed under the GPL version 2.0 license. 
    9 # See LICENSE file or 
    10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    11 # 
    12 # -- END LICENSE BLOCK ----------------------------------------- 
    1313 
    1414if (!defined('DC_RC_PATH')) {return;} 
  • themes/ductile/_public.php

    r3730 r3731  
    11<?php 
     2/** 
     3 * @brief Ductile, a theme for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Themes 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    212namespace themes\ductile; 
    3  
    4 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    5 # This file is part of Ductile, a theme for Dotclear 
    6 # 
    7 # Copyright (c) 2011 - Association Dotclear 
    8 # Licensed under the GPL version 2.0 license. 
    9 # See LICENSE file or 
    10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    11 # 
    12 # -- END LICENSE BLOCK ----------------------------------------- 
    1313 
    1414if (!defined('DC_RC_PATH')) {return;} 
  • themes/ductile/locales/en/resources.php

    r1179 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Themes 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    13 if (!isset($__resources['help']['ductile'])) 
    14 { 
    15      $__resources['help']['ductile'] = dirname(__FILE__).'/help/help.html'; 
     10if (!isset($__resources['help']['ductile'])) { 
     11    $__resources['help']['ductile'] = dirname(__FILE__) . '/help/help.html'; 
    1612} 
    17  
    18 ?> 
  • themes/ductile/locales/fr/resources.php

    r1179 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    7 # Licensed under the GPL version 2.0 license. 
    8 # See LICENSE file or 
    9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    10 # 
    11 # -- END LICENSE BLOCK ----------------------------------------- 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Themes 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    13 if (!isset($__resources['help']['ductile'])) 
    14 { 
    15      $__resources['help']['ductile'] = dirname(__FILE__).'/help/help.html'; 
     10if (!isset($__resources['help']['ductile'])) { 
     11    $__resources['help']['ductile'] = dirname(__FILE__) . '/help/help.html'; 
    1612} 
    17  
    18 ?> 
  • themes/ductile/mediaqueries.css

    r2566 r3731  
    11@charset "UTF-8"; 
    2 /* -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # This file is part of Ductile, a theme for Dotclear 
    4 # 
    5 # Copyright (c) 2011 - Association Dotclear 
    6 # Licensed under the GPL version 2.0 license. 
    7 # See LICENSE file or 
    8 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    9 # 
    10 # -- END LICENSE BLOCK ----------------------------------------- */ 
    112 
    123/* seuils retenus : 
  • themes/ductile/rebase.css

    r2566 r3731  
    11@charset "UTF-8"; 
    2 /* -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # Copyright (c) 2007-2011 - Kozlika http://www.kozlika.org 
    5 # Licensed under the GPL version 2.0 license. 
    6 # See LICENSE file or 
    7 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    8 # 
    9 # -- END LICENSE BLOCK ----------------------------------------- */ 
    102 
    113html, 
  • themes/ductile/style.css

    r2901 r3731  
    11@charset "UTF-8"; 
    2 /* -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # This file is part of Ductile, a theme for Dotclear 
    4 # 
    5 # Copyright (c) 2011 - Association Dotclear 
    6 # Licensed under the GPL version 2.0 license. 
    7 # See LICENSE file or 
    8 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    9 # 
    10 # -- END LICENSE BLOCK ----------------------------------------- */ 
    112 
    123/* Infos 
Note: See TracChangeset for help on using the changeset viewer.

Sites map