Update MailSo license

This commit is contained in:
RainLoop Team 2014-10-17 14:15:19 +04:00
parent 9c43105e95
commit 6b0ca800e8
133 changed files with 1206 additions and 31 deletions

View file

@ -28,8 +28,7 @@
//require_once 'Net/IDNA2/Exception/Nameprep.php';
defined('MAILSO_LIBRARY_ROOT_PATH') || die();
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2/Exception.php';
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2/Exception/Nameprep.php';
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2CustomExceptions.php';
/**
* Encode/decode Internationalized Domain Names.

View file

@ -1,5 +0,0 @@
<?php
class Net_IDNA2_Exception extends Exception
{
}

View file

@ -1,10 +0,0 @@
<?php
//require_once 'Net/IDNA2/Exception.php';
defined('MAILSO_LIBRARY_ROOT_PATH') || die();
require_once MAILSO_LIBRARY_ROOT_PATH.'Vendors/Net/IDNA2/Exception.php';
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
{
}

View file

@ -0,0 +1,18 @@
<?php
/*
* This file is part of MailSo.
*
* (c) 2014 Usenko Timur
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Net_IDNA2_Exception extends Exception
{
}
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception
{
}