Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 5cb3365

Browse files
committed
style: update license docblock
1 parent 681d4d1 commit 5cb3365

122 files changed

Lines changed: 129 additions & 121 deletions

File tree

Some content is hidden

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

benchmarks/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* @adonisjs/validator
3+
*
4+
* (c) AdonisJS
5+
*
6+
* For the full copyright and license information, please view the LICENSE
7+
* file that was distributed with this source code.
8+
*/

src/compiler/buffer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/compiler/nodes/literal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/compiler/nodes/object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/error_reporter/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/error_reporter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/error_reporter/json_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/error_reporter/vanilla.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/messages_bag/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @adonisjs/validator
33
*
4-
* (c) Harminder Virk <virk@adonisjs.com>
4+
* (c) AdonisJS
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

0 commit comments

Comments
 (0)