From aaeba371978e93a9750a8fb0be1ab6916907d311 Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Tue, 26 May 2009 06:57:19 +0000 Subject: [PATCH] lib MDL-19236 Corrected PhpDoc --- lib/base32.php | 6 ++++++ lib/boxlib.php | 27 +++++++++++++++++++----- lib/graphlib.php | 54 ++++++++++++++++++++++++++---------------------- lib/grouplib.php | 10 ++++++--- 4 files changed, 64 insertions(+), 33 deletions(-) diff --git a/lib/base32.php b/lib/base32.php index 7bb720ff64..f888abdd51 100644 --- a/lib/base32.php +++ b/lib/base32.php @@ -22,6 +22,12 @@ // +----------------------------------------------------------------------+ // +/** + * @package moodlecore + * @copyright (c) 2001 The PHP Group + * @license GNU GPL v2.0 http://www.php.net/license/2_02.txt + */ + /** * Base32 encode a binary string * diff --git a/lib/boxlib.php b/lib/boxlib.php index cf856968ba..325a0a0d3e 100755 --- a/lib/boxlib.php +++ b/lib/boxlib.php @@ -1,19 +1,36 @@ - */ +// This file is part of Moodle - http://moodle.org/ +// +// Moodle 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. +// +// Moodle is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Moodle. If not, see . /** * Box REST Client Library for PHP5 Developers * * + * @package moodlecore * @author James Levy * @link http://enabled.box.net * @access public * @version 1.0 * @copyright copyright Box.net 2007 - * @license Available for use and distribution under GPL-license - * Go to http://www.gnu.org/licenses/gpl-3.0.txt for full text + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +/** + * @package moodlecore + * @copyright copyright Box.net 2007 + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class boxclient { /** @var string */ diff --git a/lib/graphlib.php b/lib/graphlib.php index 048b5b5cc0..dbb5bd9441 100644 --- a/lib/graphlib.php +++ b/lib/graphlib.php @@ -1,34 +1,38 @@ -