Skip to content

Commit 7227e4a

Browse files
committed
Update copyrights and other corrections
1 parent 1a893c5 commit 7227e4a

File tree

11 files changed

+46
-23
lines changed

11 files changed

+46
-23
lines changed

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/.project

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<projects>
66
</projects>
77
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>bndtools.core.bndbuilder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>bndtools.core.bndbuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
1818
</buildSpec>
1919
<natures>
20-
<nature>org.eclipse.jdt.core.javanature</nature>
21-
<nature>bndtools.core.bndnature</nature>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>bndtools.core.bndnature</nature>
2222
</natures>
23-
</projectDescription>
23+
</projectDescription>

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/fat/src/io/openliberty/checkpoint/fat/BasicTest.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import io.openliberty.checkpoint.spi.CheckpointPhase;
3939

4040
/**
41-
* Basic WebSockets tests to ensure the behavior works as expected after a checkpoint restore.
41+
* Basic WebSockets tests to ensure the behavior works as expected after a checkpoint restore.
4242
*/
4343
@RunWith(FATRunner.class)
4444
@CheckpointTest
@@ -61,7 +61,6 @@ public static void setUp() throws Exception {
6161
// Build the war app and add the dependencies
6262
ShrinkHelper.defaultDropinApp(server, APP_NAME + ".war", "io.openliberty.wsoc.basic");
6363

64-
server.setCheckpoint(CheckpointPhase.AFTER_APP_START, true, null);
6564
server.setCheckpoint(CheckpointPhase.AFTER_APP_START, false,
6665
server -> {
6766
assertNotNull("'SRVE0169I: Loading Web Module: " + APP_NAME + "' message not found in log before rerstore",

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/fat/src/io/openliberty/checkpoint/fat/FATSuite.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2021, 2025 IBM Corporation and others.
2+
* Copyright (c) 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/publish/servers/basicWsocServer/bootstrap.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2024 IBM Corporation and others.
2+
# Copyright (c) 2025 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License 2.0
55
# which accompanies this distribution, and is available at

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/publish/servers/basicWsocServer/server.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2024, 2025 IBM Corporation and others.
2+
Copyright (c) 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/test-applications/basic.war/src/io/openliberty/wsoc/basic/BinaryStreamDecoder.java

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
* http://www.eclipse.org/legal/epl-2.0/
77
*
88
* SPDX-License-Identifier: EPL-2.0
9-
*
10-
* Contributors:
11-
* IBM Corporation - initial API and implementation
129
*******************************************************************************/
1310
package io.openliberty.wsoc.basic;
1411

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/test-applications/basic.war/src/io/openliberty/wsoc/basic/ByteArrayTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2024 IBM Corporation and others.
2+
* Copyright (c) 2013, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/test-applications/basic.war/src/io/openliberty/wsoc/basic/CustomString.java

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2014, 2025 IBM Corporation and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License 2.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*******************************************************************************/
110
package io.openliberty.wsoc.basic;
211

312
public class CustomString {

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/test-applications/basic.war/src/io/openliberty/wsoc/basic/DefaultsServerEP.java

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2024, 2025 IBM Corporation and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License 2.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*******************************************************************************/
110
package io.openliberty.wsoc.basic;
211

312
import java.util.Arrays;

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/test-applications/basic.war/src/io/openliberty/wsoc/basic/EchoServerEP.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2024 IBM Corporation and others.
2+
* Copyright (c) 2024, 2025 IBM Corporation and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License 2.0
55
* which accompanies this distribution, and is available at

Diff for: dev/io.openliberty.checkpoint_fat_wsoc/test-applications/basic.war/src/io/openliberty/wsoc/basic/UpgradeServlet.java

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2025 IBM Corporation and others.
3+
* All rights reserved. This program and the accompanying materials
4+
* are made available under the terms of the Eclipse Public License 2.0
5+
* which accompanies this distribution, and is available at
6+
* http://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
9+
*******************************************************************************/
110
package io.openliberty.wsoc.basic;
211

312
import java.io.IOException;

0 commit comments

Comments
 (0)