update php pheaders to phpdoc style

This commit is contained in:
Jean-Christian Denis 2021-09-02 14:48:50 +02:00
parent 90703e4978
commit 97d6c213c7
6 changed files with 72 additions and 71 deletions

View file

@ -1,9 +1,12 @@
entryPhotoExifWidget 1.0.2 - 2021-08-19 1.0.3
* Update license - [x] update php headers to phpdoc style
entryPhotoExifWidget 1.0.1 - 2021-08-17 1.0.2 - 2021-08-19
* Move to Franck style - Update license
entryPhotoExifWidget 1.0 - 2016-11-04 1.0.1 - 2021-08-17
* First release - Move to Franck style
* Find images of an entry and paste their exif on a widget
1.0 - 2016-11-04
- First release
- Find images of an entry and paste their exif on a widget

View file

@ -1,15 +1,15 @@
<?php <?php
# -- BEGIN LICENSE BLOCK ---------------------------------- /**
# * @brief entryPhotoExifWidget, a plugin for Dotclear 2
# This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. *
# * @package Dotclear
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors * @subpackage Plugin
# *
# Licensed under the GPL version 2.0 license. * @author Jean-Christian Denis and contibutors
# A copy of this license is available in LICENSE file or at *
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * @copyright Jean-Christian Denis
# * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------ */
if (!defined('DC_CONTEXT_ADMIN')) { if (!defined('DC_CONTEXT_ADMIN')) {
return null; return null;

View file

@ -1,15 +1,15 @@
<?php <?php
# -- BEGIN LICENSE BLOCK ---------------------------------- /**
# * @brief entryPhotoExifWidget, a plugin for Dotclear 2
# This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. *
# * @package Dotclear
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors * @subpackage Plugin
# *
# Licensed under the GPL version 2.0 license. * @author Jean-Christian Denis and contibutors
# A copy of this license is available in LICENSE file or at *
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * @copyright Jean-Christian Denis
# * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------ */
if (!defined('DC_RC_PATH')) { if (!defined('DC_RC_PATH')) {
return null; return null;

View file

@ -1,15 +1,15 @@
<?php <?php
# -- BEGIN LICENSE BLOCK ---------------------------------- /**
# * @brief entryPhotoExifWidget, a plugin for Dotclear 2
# This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. *
# * @package Dotclear
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors * @subpackage Plugin
# *
# Licensed under the GPL version 2.0 license. * @author Jean-Christian Denis and contibutors
# A copy of this license is available in LICENSE file or at *
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * @copyright Jean-Christian Denis
# * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------ */
if (!defined('DC_RC_PATH')) { if (!defined('DC_RC_PATH')) {
return null; return null;

View file

@ -1,15 +1,15 @@
<?php <?php
# -- BEGIN LICENSE BLOCK ---------------------------------- /**
# * @brief entryPhotoExifWidget, a plugin for Dotclear 2
# This file is part of entryPhotoExifWidget, a plugin for Dotclear 2. *
# * @package Dotclear
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors * @subpackage Plugin
# *
# Licensed under the GPL version 2.0 license. * @author Jean-Christian Denis and contibutors
# A copy of this license is available in LICENSE file or at *
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html * @copyright Jean-Christian Denis
# * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------ */
if (!defined('DC_RC_PATH')) { if (!defined('DC_RC_PATH')) {
return null; return null;

View file

@ -151,5 +151,3 @@ $GLOBALS['__l10n']['Pattern'] = 'Multizone';
#_widgets.php:400 #_widgets.php:400
$GLOBALS['__l10n']['Partial'] = 'Partielle'; $GLOBALS['__l10n']['Partial'] = 'Partielle';
?>