Skip to content

Commit f9a27b7

Browse files
authored
Update HttpUtils.java
1 parent 8934e03 commit f9a27b7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

finish/src/test/java/it/io/openliberty/guides/cors/HttpUtils.java

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
// tag::comment[]
1+
// tag::copyright[]
22
/*******************************************************************************
3-
* Copyright (c) 2017 IBM Corporation and others.
3+
* Copyright (c) 2017, 2024 IBM Corporation and others.
44
* All rights reserved. This program and the accompanying materials
5-
* are made available under the terms of the Eclipse Public License v1.0
5+
* are made available under the terms of the Eclipse Public License 2.0
66
* which accompanies this distribution, and is available at
7-
* http://www.eclipse.org/legal/epl-v10.html
7+
* http://www.eclipse.org/legal/epl-2.0/
88
*
9-
* Contributors:
10-
* IBM Corporation - Initial implementation
9+
* SPDX-License-Identifier: EPL-2.0
1110
*******************************************************************************/
12-
// end::comment[]
11+
// end::copyright[]
1312
package it.io.openliberty.guides.cors;
1413

1514
import java.io.IOException;

0 commit comments

Comments
 (0)