Skip to content

Commit 127a779

Browse files
committed
chore(*): update copyright
1 parent b8948f2 commit 127a779

21 files changed

+22
-30
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2016-2020 Kong Inc.
190+
Copyright 2016-2025 Kong Inc.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ License
615615
=======
616616

617617
```
618-
Copyright 2020-2023 Kong Inc.
618+
Copyright 2020-2025 Kong Inc.
619619
620620
Licensed under the Apache License, Version 2.0 (the "License");
621621
you may not use this file except in compliance with the License.

lualib/resty/kong/grpc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2019-2020 Kong Inc.
1+
-- Copyright 2019-2025 Kong Inc.
22

33
-- Licensed under the Apache License, Version 2.0 (the "License");
44
-- you may not use this file except in compliance with the License.

lualib/resty/kong/log.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2019-2022 Kong Inc.
1+
-- Copyright 2019-2025 Kong Inc.
22

33
-- Licensed under the Apache License, Version 2.0 (the "License");
44
-- you may not use this file except in compliance with the License.

lualib/resty/kong/tls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2019-2020 Kong Inc.
1+
-- Copyright 2019-2025 Kong Inc.
22

33
-- Licensed under the Apache License, Version 2.0 (the "License");
44
-- you may not use this file except in compliance with the License.

lualib/resty/kong/upstream.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2019-2022 Kong Inc.
1+
-- Copyright 2019-2025 Kong Inc.
22

33
-- Licensed under the Apache License, Version 2.0 (the "License");
44
-- you may not use this file except in compliance with the License.

src/ngx_http_lua_kong_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019-2022 Kong Inc.
2+
* Copyright 2019-2025 Kong Inc.
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/ngx_http_lua_kong_directive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019-2022 Kong Inc.
2+
* Copyright 2019-2025 Kong Inc.
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/ngx_http_lua_kong_grpc.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019-2022 Kong Inc.
2+
* Copyright 2019-2025 Kong Inc.
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -62,5 +62,3 @@ ngx_http_lua_kong_set_grpc_authority(ngx_http_request_t *r,
6262
*host = ctx->grpc_authority;
6363
}
6464
}
65-
66-

src/ngx_http_lua_kong_log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019-2022 Kong Inc.
2+
* Copyright 2019-2025 Kong Inc.
33
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)