|
1 | | -/* |
2 | | - * COPYRIGHT LICENSE: This information contains sample code provided in source |
3 | | - * code form. You may copy, modify, and distribute these sample programs in any |
4 | | - * form without payment to IBM for the purposes of developing, using, marketing |
5 | | - * or distributing application programs conforming to the application programming |
6 | | - * interface for the operating platform for which the sample code is written. |
7 | | - * |
8 | | - * Notwithstanding anything to the contrary, IBM PROVIDES THE SAMPLE SOURCE CODE |
9 | | - * ON AN "AS IS" BASIS AND IBM DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, |
10 | | - * BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, |
11 | | - * SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND ANY WARRANTY OR |
12 | | - * CONDITION OF NON-INFRINGEMENT. IBM SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, |
13 | | - * INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR |
14 | | - * OPERATION OF THE SAMPLE SOURCE CODE. IBM HAS NO OBLIGATION TO PROVIDE |
15 | | - * MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS OR MODIFICATIONS TO THE SAMPLE |
16 | | - * SOURCE CODE. |
17 | | - * |
18 | | - * (C) Copyright IBM Corp. 2016. |
19 | | - * |
20 | | - * All Rights Reserved. Licensed Materials - Property of IBM. |
21 | | - */ |
| 1 | +/* Licensed Materials - Property of IBM */ |
| 2 | +/* */ |
| 3 | +/* SAMPLE */ |
| 4 | +/* */ |
| 5 | +/* (c) Copyright IBM Corp. 2016 All Rights Reserved */ |
| 6 | +/* */ |
| 7 | +/* US Government Users Restricted Rights - Use, duplication or disclosure */ |
| 8 | +/* restricted by GSA ADP Schedule Contract with IBM Corp */ |
| 9 | +/* */ |
| 10 | + |
22 | 11 | package com.ibm.cicsdev.batch; |
23 | 12 |
|
24 | 13 | import javax.batch.api.AbstractBatchlet; |
|
0 commit comments