Skip to content

Commit 7720c12

Browse files
committed
Add copyrights
1 parent cae70be commit 7720c12

File tree

9 files changed

+63
-3
lines changed

9 files changed

+63
-3
lines changed

append-char-container-sample/src/main/java/sample/SampleServlet.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package sample;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or disclosure */
10+
/* restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
import java.io.IOException;
414

515
import javax.servlet.ServletException;

bit-link-program-sample/src/main/cobol/CONVERT.cbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*----------------------------------------------------------------*
22
* Licensed Materials - Property of IBM *
33
* SAMPLE *
4-
* (c) Copyright IBM Corp. 2016 All Rights Reserved *
4+
* (c) Copyright IBM Corp. 2020 All Rights Reserved *
55
* US Government Users Restricted Rights - Use, duplication or *
66
* disclosure restricted by GSA ADP Schedule Contract with *
77
* IBM Corp *

bit-link-program-sample/src/main/java/sample/CICSApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* */
33
/* SAMPLE */
44
/* */
5-
/* (c) Copyright IBM Corp. 2016 All Rights Reserved */
5+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
66
/* */
77
/* US Government Users Restricted Rights - Use, duplication or disclosure */
88
/* restricted by GSA ADP Schedule Contract with IBM Corp */

bit-link-program-sample/src/main/java/sample/SampleServlet.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package sample;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or disclosure */
10+
/* restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
import java.nio.ByteBuffer;
414

515
import javax.servlet.http.HttpServlet;

char-link-program-sample/src/main/java/sample/SampleServlet.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package sample;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or disclosure */
10+
/* restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
import java.io.IOException;
414

515
import javax.servlet.ServletException;

cics-java-liberty-restapp/src/main/java/com/ibm/cicsdev/restapp/ReverseResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* */
33
/* SAMPLE */
44
/* */
5-
/* (c) Copyright IBM Corp. 2016 All Rights Reserved */
5+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
66
/* */
77
/* US Government Users Restricted Rights - Use, duplication or disclosure */
88
/* restricted by GSA ADP Schedule Contract with IBM Corp */

mockito-testing-containers-sample/src/main/java/sample/CurrencyConverter.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package sample;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or disclosure */
10+
/* restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
import java.nio.ByteBuffer;
414

515
import com.ibm.cics.jcicsx.CICSConditionException;

mockito-testing-containers-sample/src/main/java/sample/InvalidConversionRateException.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package sample;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or disclosure */
10+
/* restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
public class InvalidConversionRateException extends Exception {
414

515
private static final long serialVersionUID = 1L;

mockito-testing-containers-sample/src/main/java/sample/SampleServlet.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package sample;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2020 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or disclosure */
10+
/* restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
import java.io.IOException;
414

515
import javax.servlet.ServletException;

0 commit comments

Comments
 (0)