Dotclear

Changeset 3731:3770620079d4 for admin


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

Simplify licence block at the beginning of each file

Location:
admin
Files:
40 edited

Legend:

Unmodified
Added
Removed
  • admin/_charte.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/auth.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/blog.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/blog_del.php

    r3699 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/blog_pref.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310$standalone = !isset($edit_blog_mode); 
  • admin/blog_theme.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/blogs.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/categories.php

    r3691 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/category.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/comment.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/comments.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/comments_actions.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 ----------------------------------------- 
    12  
    13 /* ### THIS FILE IS DEPRECATED                     ### */ 
    14 /* ### IT IS ONLY USED FOR PLUGINS COMPATIBILITY ### */ 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 * 
     9 * @deprecated It is only used for plugins compatibility 
     10 */ 
    1511 
    1612require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/csp_report.php

    r3730 r3731  
    11<?php 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    210// From: https://github.com/nico3333fr/CSP-useful 
    311// 
  • admin/help.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2011 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/index.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310if (!empty($_GET['pf'])) { 
  • admin/install/check.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 * @package Dotclear 
     4 * @subpackage Install 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1210if (!defined('DC_RC_PATH')) {return;} 
    1311 
  • admin/install/index.php

    r3725 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 Install 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310if (isset($_SERVER['DC_RC_PATH'])) { 
  • admin/install/wizard.php

    r3725 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 Install 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310if (isset($_SERVER['DC_RC_PATH'])) { 
  • admin/langs.php

    r3699 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/media.php

    r3725 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 ----------------------------------------- 
    12  
    13 /* HTML page 
    14 -------------------------------------------------------- */ 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
     9 
    1510require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
    1611 
  • admin/media_item.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/plugin.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/plugins.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/popup_link.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/popup_posts.php

    r3702 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/post.php

    r3730 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2014 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/post_media.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/posts.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/posts_actions.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 * 
     9 * @deprecated It is only used for plugins compatibility 
     10 */ 
    1211 
    1312/* ### THIS FILE IS DEPRECATED                     ### */ 
  • admin/preferences.php

    r3725 r3731  
    11<?php 
    2 # -- BEGIN LICENSE BLOCK --------------------------------------- 
    3 # 
    4 # This file is part of Dotclear 2. 
    5 # 
    6 # Copyright (c) 2003-2014 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/search.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/services.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 ----------------------------------------- 
    12  
    13 #if (isset($_GET['dcxd'])) { 
    14 #    $_COOKIE['dcxd'] = $_GET['dcxd']; 
    15 #} 
     2/** 
     3 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    169 
    1710require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/style/default.css

    r3713 r3731  
    11@charset "UTF-8"; 
    2 /* 
    3 # -- BEGIN LICENSE BLOCK -------------------------------------------------- 
    4 # This file is part of Dotclear 2. 
    5 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    6 # Licensed under the GPL version 2.0 license. 
    7 # See LICENSE file or http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    8 # -- END LICENSE BLOCK ---------------------------------------------------- 
    9 */ 
    102/** -------------------------------------------------- 
    113    Start 
  • admin/style/install.css

    r2566 r3731  
    1 /* 
    2      loader.css 
    3      Simple CSS rules for NetInstall 
    4  
    5      (c) 2008 - Olivier Meunier & contributors - All rights reserved. 
    6      Please see http://dotclear.net/ for more details. 
    7 */ 
    81html { 
    92     font-size: 62.5%; 
  • admin/style/scss/default.scss

    r3669 r3731  
    1 /* 
    2 # -- BEGIN LICENSE BLOCK -------------------------------------------------- 
    3 # This file is part of Dotclear 2. 
    4 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 
    5 # Licensed under the GPL version 2.0 license. 
    6 # See LICENSE file or http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
    7 # -- END LICENSE BLOCK ---------------------------------------------------- 
    8 */ 
    9  
    101@charset "UTF-8"; 
    112 
  • admin/update.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/user.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/users.php

    r3725 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/users_actions.php

    r3707 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 Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/admin/prepend.php'; 
  • admin/xmlrpc.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 * @package Dotclear 
     4 * @subpackage Backend 
     5 * 
     6 * @copyright Olivier Meunier & Association Dotclear 
     7 * @copyright GPL-2.0-only 
     8 */ 
    129 
    1310require dirname(__FILE__) . '/../inc/prepend.php'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map