Skip to content

Commit 50505b3

Browse files
Updated copyright
1 parent d3fca59 commit 50505b3

Some content is hidden

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

57 files changed

+146
-95
lines changed

src/main/java/com/exactpro/th2/check1/Check1Handler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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/main/java/com/exactpro/th2/check1/Check1Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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/main/java/com/exactpro/th2/check1/Check1Server.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-2026 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/check1/MessageFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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/main/java/com/exactpro/th2/check1/SessionKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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/main/java/com/exactpro/th2/check1/event/CheckSequenceUtils.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
/*
2-
* Copyright 2020-2023 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 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/check1/event/VerificationEntryUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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/main/java/com/exactpro/th2/check1/event/bean/CheckSequenceRow.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/******************************************************************************
2-
* Copyright 2020-2020 Exactpro (Exactpro Systems Limited)
1+
/*
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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.
@@ -12,7 +12,7 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
******************************************************************************/
15+
*/
1616
package com.exactpro.th2.check1.event.bean;
1717

1818
import com.exactpro.th2.common.event.bean.IRow;

src/main/java/com/exactpro/th2/check1/event/bean/builder/VerificationBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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/main/java/com/exactpro/th2/check1/util/VerificationUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2023 Exactpro (Exactpro Systems Limited)
2+
* Copyright 2020-2026 Exactpro (Exactpro Systems Limited)
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)