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:
plugins/maintenance/inc
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • plugins/maintenance/inc/class.dc.maintenance.descriptor.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
    1414/** 
    15 @ingroup PLUGIN_MAINTENANCE 
    16 @nosubgrouping 
    1715@brief Simple descriptor for tabs, groups and more 
    1816 
  • plugins/maintenance/inc/class.dc.maintenance.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
    1414/** 
    15 @defgroup PLUGIN_MAINTENANCE Maintenance plugin for Dotclear 
    16  */ 
    17  
    18 /** 
    19 @ingroup PLUGIN_MAINTENANCE 
    20 @nosubgrouping 
    21 @brief Maintenance plugin core class 
    22  
    2315Main class to call everything related to maintenance. 
    2416 */ 
  • plugins/maintenance/inc/class.dc.maintenance.task.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
    1414/** 
    15 @ingroup PLUGIN_MAINTENANCE 
    16 @nosubgrouping 
    1715@brief Maintenance plugin task class. 
    1816 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.cache.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.countcomments.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.csp.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.indexposts.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.logs.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.synchpostsmeta.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.vacuum.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.zipmedia.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.ziptheme.php

    r3730 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 * @brief maintenance, a plugin for Dotclear 2 
     4 * 
     5 * @package Dotclear 
     6 * @subpackage Plugins 
     7 * 
     8 * @copyright Olivier Meunier & Association Dotclear 
     9 * @copyright GPL-2.0-only 
     10 */ 
     11 
    1212if (!defined('DC_RC_PATH')) {return;} 
    1313 
Note: See TracChangeset for help on using the changeset viewer.

Sites map