Updated info in comments

This commit is contained in:
Said Achmiz 2021-12-12 14:42:24 -05:00
parent b0d7378441
commit 0f7539e14f

View File

@ -1,22 +1,10 @@
<?php if (!defined('PmWiki')) exit(); <?php if (!defined('PmWiki')) exit();
/** \pm-pinboard-api.php
/* pm-pinboard-api.php * \Copyright 2018-2021 Said Achmiz
* Pm Pinboard API (a PmWiki recipe for Pinboard (https://pinboard.in) integration) * \Licensed under the MIT License
* * \brief Provides an easy-to-use PmWiki-compatible interface to the Pinboard API.
* See http://www.pmwiki.org/wiki/Cookbook/PmPinboardAPI */
* for documentation and latest version. $RecipeInfo['PmPinboardAPI']['Version'] = '2021-12-12';
*
* This program is free software; you can redistribute it
* and/or modify it under the terms of the GNU General
* Public License as published by the Free Software
* Foundation; either version 3 of the License, or (at your
* option) any later version. Available at
* https://www.gnu.org/licenses/gpl.txt
*
* Copyright 2018 Said Achmiz.
*/
$RecipeInfo['PmPinboardAPI']['Version'] = '2018-01-09';
/*************/ /*************/
/* VARIABLES */ /* VARIABLES */