Skip to content

Commit 90441ae

Browse files
committed
Updated copyright year
1 parent db524b2 commit 90441ae

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2023 Marc S. Brooks (https://mbrooks.info)
3+
Copyright (c) 2021-2025 Marc S. Brooks (https://mbrooks.info)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* lambda-lambda-lambda/router
33
* AWS Lambda@Edge serverless application router.
44
*
5-
* Copyright 2021-2023, Marc S. Brooks (https://mbrooks.info)
5+
* Copyright 2021-2025, Marc S. Brooks (https://mbrooks.info)
66
* Licensed under the MIT license:
77
* http://www.opensource.org/licenses/mit-license.php
88
*/

src/router/Error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* lambda-lambda-lambda/router
33
* AWS Lambda@Edge serverless application router.
44
*
5-
* Copyright 2021-2023, Marc S. Brooks (https://mbrooks.info)
5+
* Copyright 2021-2025, Marc S. Brooks (https://mbrooks.info)
66
* Licensed under the MIT license:
77
* http://www.opensource.org/licenses/mit-license.php
88
*/

src/router/Request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* lambda-lambda-lambda/router
33
* AWS Lambda@Edge serverless application router.
44
*
5-
* Copyright 2021-2023, Marc S. Brooks (https://mbrooks.info)
5+
* Copyright 2021-2025, Marc S. Brooks (https://mbrooks.info)
66
* Licensed under the MIT license:
77
* http://www.opensource.org/licenses/mit-license.php
88
*/

src/router/Response.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* lambda-lambda-lambda/router
33
* AWS Lambda@Edge serverless application router.
44
*
5-
* Copyright 2021-2023, Marc S. Brooks (https://mbrooks.info)
5+
* Copyright 2021-2025, Marc S. Brooks (https://mbrooks.info)
66
* Licensed under the MIT license:
77
* http://www.opensource.org/licenses/mit-license.php
88
*/

src/router/Route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* lambda-lambda-lambda/router
55
* AWS Lambda@Edge serverless application router.
66
*
7-
* Copyright 2021-2023, Marc S. Brooks (https://mbrooks.info)
7+
* Copyright 2021-2025, Marc S. Brooks (https://mbrooks.info)
88
* Licensed under the MIT license:
99
* http://www.opensource.org/licenses/mit-license.php
1010
*/

src/router/Stack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* lambda-lambda-lambda/router
33
* AWS Lambda@Edge serverless application router.
44
*
5-
* Copyright 2021-2023, Marc S. Brooks (https://mbrooks.info)
5+
* Copyright 2021-2025, Marc S. Brooks (https://mbrooks.info)
66
* Licensed under the MIT license:
77
* http://www.opensource.org/licenses/mit-license.php
88
*/

src/router/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* lambda-lambda-lambda/router
55
* AWS Lambda@Edge serverless application router.
66
*
7-
* Copyright 2021-2023, Marc S. Brooks (https://mbrooks.info)
7+
* Copyright 2021-2025, Marc S. Brooks (https://mbrooks.info)
88
* Licensed under the MIT license:
99
* http://www.opensource.org/licenses/mit-license.php
1010
*/

0 commit comments

Comments
 (0)