Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Add BSD-3 license
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Jones committed May 9, 2015
1 parent e963360 commit 25b4242
Show file tree
Hide file tree
Showing 222 changed files with 1,295 additions and 189 deletions.
12 changes: 12 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Copyright © 2015, MyBB Group
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6 changes: 6 additions & 0 deletions app/Captcha/CaptchaAyah.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Captcha;

Expand Down
6 changes: 6 additions & 0 deletions app/Captcha/CaptchaFactory.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Captcha;

Expand Down
6 changes: 6 additions & 0 deletions app/Captcha/CaptchaInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Captcha;

Expand Down
6 changes: 6 additions & 0 deletions app/Captcha/CaptchaMybb.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Captcha;

Expand Down
6 changes: 6 additions & 0 deletions app/Captcha/CaptchaNocaptcha.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Captcha;

Expand Down
6 changes: 6 additions & 0 deletions app/Captcha/CaptchaRecaptcha.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Captcha;

Expand Down
10 changes: 9 additions & 1 deletion app/Commands/Command.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php namespace MyBB\Core\Commands;
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Commands;

abstract class AbstractCommand
{
Expand Down
10 changes: 9 additions & 1 deletion app/Console/Commands/RecountCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php namespace MyBB\Core\Console\Commands;
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Console\Commands;

use Illuminate\Console\Command;
use Illuminate\Contracts\Cache\Repository as CacheRepository;
Expand Down
10 changes: 9 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php namespace MyBB\Core\Console;
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Console;

use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/AbstractCachingModel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/ContentClass.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/Conversation.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/ConversationMessage.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
7 changes: 4 additions & 3 deletions app/Database/Models/Forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
/**
* Forum model class.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;
Expand Down
10 changes: 9 additions & 1 deletion app/Database/Models/Permission.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php namespace MyBB\Core\Database\Models;
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

use Illuminate\Database\Eloquent\Model;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/Poll.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/PollVote.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
7 changes: 4 additions & 3 deletions app/Database/Models/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
/**
* Post model class.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;
Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/ProfileField.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/ProfileFieldGroup.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/ProfileFieldOption.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
10 changes: 9 additions & 1 deletion app/Database/Models/Role.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php namespace MyBB\Core\Database\Models;
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

use Illuminate\Database\Eloquent\Model;

Expand Down
10 changes: 9 additions & 1 deletion app/Database/Models/Search.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php namespace MyBB\Core\Database\Models;
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

use Illuminate\Database\Eloquent\Model;

Expand Down
7 changes: 4 additions & 3 deletions app/Database/Models/Topic.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
/**
* Thread model class.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;
Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/User.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
6 changes: 6 additions & 0 deletions app/Database/Models/UserProfileField.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/**
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
/**
* Conversation repository contract.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Repositories;
Expand Down
7 changes: 4 additions & 3 deletions app/Database/Repositories/ConversationRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
/**
* Conversation repository contract.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Repositories;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
/**
* Forum repository decorator, providing caching of forums.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Repositories\Decorators\Forum;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php
/**
* Forum repository implementation, using Eloquent ORM.
* Conversation message repository implementation, using Eloquent ORM.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Repositories\Eloquent;
Expand Down
9 changes: 5 additions & 4 deletions app/Database/Repositories/Eloquent/ConversationRepository.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php
/**
* Forum repository implementation, using Eloquent ORM.
* Conversation repository implementation, using Eloquent ORM.
*
* @version 2.0.0
* @author MyBB Group
* @license LGPL v3
* @author MyBB Group
* @version 2.0.0
* @package mybb/core
* @license http://www.mybb.com/licenses/bsd3 BSD-3
*/

namespace MyBB\Core\Database\Repositories\Eloquent;
Expand Down
Loading

0 comments on commit 25b4242

Please sign in to comment.