Skip to content

Commit e9f07d2

Browse files
author
Vakhtang Donadze
authored
[TH2-1324] updated copyrights
1 parent 1808fe2 commit e9f07d2

File tree

191 files changed

+1022
-371
lines changed

Some content is hidden

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

191 files changed

+1022
-371
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

gradle.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#
2-
# Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
# Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
56
# You may obtain a copy of the License at
6-
# http://www.apache.org/licenses/LICENSE-2.0
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
710
# Unless required by applicable law or agreed to in writing, software
811
# distributed under the License is distributed on an "AS IS" BASIS,
912
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#
2-
# Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
# Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
56
# You may obtain a copy of the License at
6-
# http://www.apache.org/licenses/LICENSE-2.0
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
710
# Unless required by applicable law or agreed to in writing, software
811
# distributed under the License is distributed on an "AS IS" BASIS,
912
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

settings.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/OperatorState.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/Th2CrdController.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/configuration/ChartConfig.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/configuration/OperatorConfig.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/configuration/RabbitMQConfig.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/configuration/RabbitMQManagementConfig.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
package com.exactpro.th2.infraoperator.configuration;
218

319
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

src/main/java/com/exactpro/th2/infraoperator/configuration/RabbitMQNamespacePermissions.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
package com.exactpro.th2.infraoperator.configuration;
218

319
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

src/main/java/com/exactpro/th2/infraoperator/configuration/SchemaSecrets.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/dictionary/DictionaryEntity.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/dictionary/factory/DictionaryFactory.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/dictionary/factory/impl/DefaultDictionaryFactory.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/dictionary/factory/impl/EmptyDictionaryFactory.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcEndpointConfiguration.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcEndpointMapping.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcExternalEndpointMapping.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcFilterStrategy.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcRobinStrategy.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcRouterConfiguration.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcRouterFilterConfiguration.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcServerConfiguration.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/GrpcServiceConfiguration.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

src/main/java/com/exactpro/th2/infraoperator/model/box/configuration/grpc/RoutingStrategy.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
3+
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
56
* You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
710
* Unless required by applicable law or agreed to in writing, software
811
* distributed under the License is distributed on an "AS IS" BASIS,
912
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)