-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from HydraWiki/develop
Adjust licensing and attribution.
- Loading branch information
Showing
4 changed files
with
44 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,16 @@ | |
* Curse Inc. | ||
* LicenseCommentSniff | ||
* | ||
* @author Samuel Hilson | ||
* @license MIT | ||
* @package HydraWiki | ||
* @link http://www.curse.com/ | ||
* This file was copied from MediaWiki Codesniffer before being modified | ||
* File: MediaWiki/Sniffs/Commenting/LicenseCommentSniff.php | ||
* From repository: https://github.com/wikimedia/mediawiki-tools-codesniffer | ||
* | ||
**/ | ||
* @package HydraWiki | ||
* @author Dieser Benutzer | ||
* @author Samuel Hilson <[email protected]> | ||
* @copyright https://github.com/wikimedia/mediawiki-tools-codesniffer/blob/master/COPYRIGHT | ||
* @license https://github.com/wikimedia/mediawiki-tools-codesniffer/blob/master/LICENSE GPL-2.0-or-later | ||
*/ | ||
namespace HydraWiki\Sniffs\Commenting; | ||
|
||
use Composer\Spdx\SpdxLicenses; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,19 @@ | |
* Curse Inc. | ||
* NoSpaceAfterNotSniff | ||
* | ||
* @author Samuel Hilson | ||
* @license MIT | ||
* @package HydraWiki | ||
* @link http://www.curse.com/ | ||
* This file was copied from PHP_CodeSniffer before being modified | ||
* File: Standards/Generic/Sniffs/Formatting/SpaceAfterNotSniff.php | ||
* From repository: https://github.com/squizlabs/PHP_CodeSniffer | ||
* | ||
**/ | ||
* Ensures there is no space after a NOT operator. | ||
* | ||
* @package PHP_CodeSniffer | ||
* @author Greg Sherwood <[email protected]> | ||
* @author Samuel Hilson <[email protected]> | ||
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600) | ||
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD-3-Clause | ||
*/ | ||
|
||
namespace HydraWiki\Sniffs\WhiteSpace; | ||
|
||
use PHP_CodeSniffer\Sniffs\Sniff; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters