Skip to content

Commit fca4214

Browse files
committed
Add copyright headers for Java files
1 parent 923e5cb commit fca4214

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

web-banking/etc/AccountServices/WebContent/CustomerAccounts.jsp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
<%@page import="banking.CustomerAccounts"%>
33
<%@page import="java.util.Map"%>
44
<%
5+
/*
6+
* Licensed Materials - Property of IBM
7+
*
8+
* SAMPLE
9+
*
10+
* (c) Copyright IBM Corp. 2017 All Rights Reserved
11+
*
12+
* US Government Users Restricted Rights - Use, duplication or
13+
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp
14+
*/
515
String customer = request.getParameter("customer");
616
717
if (customer == null)
Binary file not shown.
Binary file not shown.

web-banking/etc/AccountServices/src/banking/BankAccounts.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Licensed Materials - Property of IBM
3+
*
4+
* SAMPLE
5+
*
6+
* (c) Copyright IBM Corp. 2017 All Rights Reserved
7+
*
8+
* US Government Users Restricted Rights - Use, duplication or
9+
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp
10+
*/
111
package banking;
212

313
import java.io.UnsupportedEncodingException;

web-banking/etc/AccountServices/src/banking/CustomerAccounts.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Licensed Materials - Property of IBM
3+
*
4+
* SAMPLE
5+
*
6+
* (c) Copyright IBM Corp. 2017 All Rights Reserved
7+
*
8+
* US Government Users Restricted Rights - Use, duplication or
9+
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp
10+
*/
111
package banking;
212

313
import java.io.FileInputStream;

0 commit comments

Comments
 (0)