Skip to content

Commit dea560e

Browse files
author
Dacheng Gao
committed
Rename license
1 parent fb01202 commit dea560e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-47
lines changed

publish/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
return [

publish/zh_CN/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
return [

src/ClosureValidationRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation;

src/Concerns/FormatsMessages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation\Concerns;

src/Concerns/ReplacesAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation\Concerns;

src/Concerns/ValidatesAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation\Concerns;

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation;

src/Contract/ImplicitRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation\Contract;

src/Contract/PresenceVerifierInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation\Contract;

src/Contract/Rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Validation\Contract;

0 commit comments

Comments
 (0)