mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[CLEANUP] Use comments not PHPDoc style comments in copyright block
This regular expression was used to replace PHPDoc style comments with ordinary comments: Search: /\*\*(\n \* This file is part of the TYPO3 CMS project.) Replace with: /*$1 Resolves: #63328 Releases: master Change-Id: Ic8f11dbfefee94a19657c8fe8426c81d1cb435d8 Reviewed-on: http://review.typo3.org/35103 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Benjamin Mack <benni@typo3.org> Tested-by: Benjamin Mack <benni@typo3.org>
This commit is contained in:
parent
d67fa03411
commit
92e10a9cc2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
namespace TYPO3\CMS\Feedit;
|
namespace TYPO3\CMS\Feedit;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* This file is part of the TYPO3 CMS project.
|
* This file is part of the TYPO3 CMS project.
|
||||||
*
|
*
|
||||||
* It is free software; you can redistribute it and/or modify it under
|
* It is free software; you can redistribute it and/or modify it under
|
||||||
|
|
Loading…
Reference in a new issue