Skip to content

Commit 58e95cd

Browse files
committed
prepare version 2.2
1 parent df7c80b commit 58e95cd

5 files changed

+26
-4
lines changed

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright 2023, Alexey Radkov. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are met:
5+
6+
* Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
8+
9+
* Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
13+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR
14+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
15+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
16+
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
17+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
19+
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
20+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
21+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
22+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

src/ngx_http_combined_upstreams_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Description: nginx module for building combined upstreams
77
*
8-
* Version: 2.0
8+
* Version: 2.2
99
* Created: 05.10.2011 16:06:15
1010
*
1111
* Author: Alexey Radkov (),

src/ngx_http_combined_upstreams_module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Description: nginx module for building combined upstreams
77
*
8-
* Version: 2.0
8+
* Version: 2.2
99
* Created: 13.08.2020 16:57:22
1010
*
1111
* Author: Alexey Radkov (),

src/ngx_http_combined_upstreams_upstrand.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Description: upstrand is a super-layer of nginx upstreams
77
*
8-
* Version: 2.0
8+
* Version: 2.2
99
* Created: 13.08.2020 16:38:53
1010
*
1111
* Author: Alexey Radkov (),

src/ngx_http_combined_upstreams_upstrand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Description: upstrand is a super-layer of nginx upstreams
77
*
8-
* Version: 2.0
8+
* Version: 2.2
99
* Created: 13.08.2020 16:58:09
1010
*
1111
* Author: Alexey Radkov (),

0 commit comments

Comments
 (0)