mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access alfresco repository
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_alfresco
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -28,7 +28,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
* repository_alfresco class
|
||||
* This is a class used to browse files from alfresco
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_alfresco
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access box.net repository
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_boxnet
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -28,7 +28,7 @@ require_once($CFG->libdir . '/boxlib.php');
|
|||
/**
|
||||
* repository_boxnet class implements box.net client
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_boxnet
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access coursefiles repository
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_coursefiles
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -27,7 +27,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* repository_coursefiles class is used to browse course files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_coursefiles
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
/**
|
||||
* This file is used to manage draft files in non-javascript browsers
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core
|
||||
* @subpackage repository
|
||||
* @copyright 2010 Dongsheng Cai <dongsheng@moodle.com>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access user's dropbox files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_dropbox
|
||||
* @copyright 2012 Marina Glancy
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* A helper class to access dropbox resources
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_dropbox
|
||||
* @copyright 2012 Marina Glancy
|
||||
* @copyright 2010 Dongsheng Cai
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* Callback for equella repository.
|
||||
*
|
||||
* @since 2.3
|
||||
* @since Moodle 2.3
|
||||
* @package repository_equella
|
||||
* @copyright 2012 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access equella repositories.
|
||||
*
|
||||
* @since 2.3
|
||||
* @since Moodle 2.3
|
||||
* @package repository_equella
|
||||
* @copyright 2012 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -30,7 +30,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* repository_equella class implements equella_client
|
||||
*
|
||||
* @since 2.3
|
||||
* @since Moodle 2.3
|
||||
* @package repository_equella
|
||||
* @copyright 2012 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* Version information for equella repository.
|
||||
*
|
||||
* @since 2.3
|
||||
* @since Moodle 2.3
|
||||
* @package repository_equella
|
||||
* @copyright 2012 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
/**
|
||||
* This file is used to browse repositories in non-javascript mode
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core
|
||||
* @subpackage repository
|
||||
* @copyright 2009 Dongsheng Cai <dongsheng@moodle.com>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access files on server file system
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_filesystem
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access flickr pictures
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_flickr
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -28,7 +28,7 @@ require_once($CFG->libdir.'/flickrlib.php');
|
|||
/**
|
||||
* This plugin is used to access user's private flickr repository
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_flickr
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access flickr pictures
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_flickr_public
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -32,7 +32,7 @@ require_once(dirname(__FILE__) . '/image.php');
|
|||
* You can set up a public account in admin page, so everyone can access
|
||||
* flickr photos from this plugin
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_flickr_public
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access Google Drive.
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_googledocs
|
||||
* @copyright 2009 Dan Poltawski <talktodan@gmail.com>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -32,7 +32,7 @@ require_once($CFG->libdir . '/google/contrib/Google_DriveService.php');
|
|||
/**
|
||||
* Google Docs Plugin
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_googledocs
|
||||
* @copyright 2009 Dan Poltawski <talktodan@gmail.com>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This file contains classes used to manage the repository plugins in Moodle
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core_repository
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -659,7 +659,7 @@ abstract class repository implements cacheable_object {
|
|||
* Returns the type name of the repository.
|
||||
*
|
||||
* @return string type name of the repository.
|
||||
* @since 2.5
|
||||
* @since Moodle 2.5
|
||||
*/
|
||||
public function get_typename() {
|
||||
if (empty($this->typename)) {
|
||||
|
@ -1868,7 +1868,7 @@ abstract class repository implements cacheable_object {
|
|||
* can be edited.
|
||||
*
|
||||
* @return bool true if the user can edit the instance.
|
||||
* @since 2.5
|
||||
* @since Moodle 2.5
|
||||
*/
|
||||
public final function can_be_edited_by_user() {
|
||||
global $USER;
|
||||
|
@ -1925,7 +1925,7 @@ abstract class repository implements cacheable_object {
|
|||
* the user instances will be protected when they need to.
|
||||
*
|
||||
* @return boolean True when the repository accesses private external data.
|
||||
* @since 2.5
|
||||
* @since Moodle 2.5
|
||||
*/
|
||||
public function contains_private_data() {
|
||||
return true;
|
||||
|
@ -2219,7 +2219,7 @@ abstract class repository implements cacheable_object {
|
|||
*
|
||||
* @param array $breadcrumb contains each element of the breadcrumb.
|
||||
* @return array of breadcrumb elements.
|
||||
* @since 2.3.3
|
||||
* @since Moodle 2.3.3
|
||||
*/
|
||||
protected static function prepare_breadcrumb($breadcrumb) {
|
||||
global $OUTPUT;
|
||||
|
@ -2240,7 +2240,7 @@ abstract class repository implements cacheable_object {
|
|||
*
|
||||
* @param array $list of files and folders.
|
||||
* @return array of files and folders.
|
||||
* @since 2.3.3
|
||||
* @since Moodle 2.3.3
|
||||
*/
|
||||
protected static function prepare_list($list) {
|
||||
global $OUTPUT;
|
||||
|
@ -2958,7 +2958,7 @@ abstract class repository implements cacheable_object {
|
|||
/**
|
||||
* Exception class for repository api
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core_repository
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -2969,7 +2969,7 @@ class repository_exception extends moodle_exception {
|
|||
/**
|
||||
* This is a class used to define a repository instance form
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core_repository
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -3089,7 +3089,7 @@ final class repository_instance_form extends moodleform {
|
|||
/**
|
||||
* This is a class used to define a repository type setting form
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core_repository
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access local files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_local
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -27,7 +27,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* repository_local class is used to browse moodle files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_local
|
||||
* @copyright 2012 Marina Glancy
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
/**
|
||||
* This file is used to manage repositories
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core
|
||||
* @subpackage repository
|
||||
* @copyright 2009 Dongsheng Cai <dongsheng@moodle.com>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access merlot files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_merlot
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -27,7 +27,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* repository_merlot is used to search merlot.org in moodle
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_merlot
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access picasa pictures
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_picasa
|
||||
* @copyright 2009 Dan Poltawski <talktodan@gmail.com>
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -28,7 +28,7 @@ require_once($CFG->libdir.'/googleapi.php');
|
|||
/**
|
||||
* Picasa Repository Plugin
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository
|
||||
* @subpackage picasa
|
||||
* @copyright 2009 Dan Poltawski
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* This plugin is used to access recent used files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_recent
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -28,7 +28,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* repository_recent class is used to browse recent used files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_recent
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* The Web service script that is called from the filepicker front end
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
/**
|
||||
* Repository instance callback script
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package core
|
||||
* @subpackage repository
|
||||
* @copyright 2009 Dongsheng Cai <dongsheng@moodle.com>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* This plugin is used to access s3 files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_s3
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -29,7 +29,7 @@ require_once($CFG->dirroot . '/repository/s3/S3.php');
|
|||
/**
|
||||
* This is a repository class used to browse Amazon S3 content.
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_s3
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* This plugin is used to upload files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_upload
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -28,7 +28,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* A repository plugin to allow user uploading files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_upload
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* This plugin is used to access files by providing an url
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_url
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -30,7 +30,7 @@ require_once(dirname(__FILE__).'/locallib.php');
|
|||
* repository_url class
|
||||
* A subclass of repository, which is used to download a file from a specific url
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_url
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* This plugin is used to access user's private files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_user
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -28,7 +28,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* repository_user class is used to browse user private files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_user
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* This plugin is used to access webdav files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_webdav
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -29,7 +29,7 @@ require_once($CFG->libdir.'/webdavlib.php');
|
|||
/**
|
||||
* repository_webdav class
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_webdav
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
/**
|
||||
* This plugin is used to access wikimedia files
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_wikimedia
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -30,7 +30,7 @@ require_once(dirname(__FILE__) . '/wikimedia.php');
|
|||
* repository_wikimedia class
|
||||
* This is a class used to browse images from wikimedia
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_wikimedia
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
/**
|
||||
* This plugin is used to access youtube videos
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_youtube
|
||||
* @copyright 2010 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
@ -27,7 +27,7 @@ require_once($CFG->dirroot . '/repository/lib.php');
|
|||
/**
|
||||
* repository_youtube class
|
||||
*
|
||||
* @since 2.0
|
||||
* @since Moodle 2.0
|
||||
* @package repository_youtube
|
||||
* @copyright 2009 Dongsheng Cai {@link http://dongsheng.org}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue