Skip to content

Commit 5522f4d

Browse files
committed
style: update license docblock
1 parent 303626d commit 5522f4d

37 files changed

+23
-83
lines changed

src/Cookie/Drivers/Encrypted.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @poppinss/cookie
2+
* @adonisjs/http-server
33
*
44
* (c) Harminder Virk <[email protected]>
55
*

src/Cookie/Drivers/Plain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @poppinss/cookie
2+
* @adonisjs/http-server
33
*
44
* (c) Harminder Virk <[email protected]>
55
*

src/Cookie/Drivers/Signed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @poppinss/cookie
2+
* @adonisjs/http-server
33
*
44
* (c) Harminder Virk <[email protected]>
55
*

src/Cookie/Parser/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @poppinss/cookie
2+
* @adonisjs/http-server
33
*
44
* (c) Harminder Virk <[email protected]>
55
*

src/Cookie/Serializer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* @poppinss/cookie
2+
* @adonisjs/http-server
33
*
44
* (c) Harminder Virk <[email protected]>
55
*

src/HttpContext/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @module @adonisjs/http-server
3-
*/
4-
51
/*
62
* @adonisjs/http-server
73
*

src/MiddlewareStore/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @module @adonisjs/http-server
3-
*/
4-
51
/*
62
* @adonisjs/http-server
73
*

src/Response/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
/**
2-
* @module @poppinss/response
3-
*/
4-
51
/*
6-
* @poppinss/response
2+
* @adonisjs/http-server
73
*
84
* (c) Harminder Virk <[email protected]>
95
*

src/Router/BriskRoute.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @module @adonisjs/http-server
3-
*/
4-
51
/*
62
* @adonisjs/http-server
73
*

src/Router/Group.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @module @adonisjs/http-server
3-
*/
4-
51
/*
62
* @adonisjs/http-server
73
*

0 commit comments

Comments
 (0)