Skip to content

Commit 336d665

Browse files
Add copyright.
1 parent 9bbc861 commit 336d665

File tree

5 files changed

+50
-0
lines changed

5 files changed

+50
-0
lines changed

projects/com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0/src/com/ibm/cicsdev/osgi/ds/cicsapp/CICSApp.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package com.ibm.cicsdev.osgi.ds.cicsapp;
22

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

515
import com.ibm.cics.server.CicsException;

projects/com.ibm.cicsdev.osgi.ds.storage.impl_1.0.0/src/com/ibm/cicsdev/osgi/ds/storage/impl/InMemoryStorage.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package com.ibm.cicsdev.osgi.ds.storage.impl;
22

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

projects/com.ibm.cicsdev.osgi.ds.storage.impl_1.1.0/src/com/ibm/cicsdev/osgi/ds/storage/impl/TSQStorage.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package com.ibm.cicsdev.osgi.ds.storage.impl;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2018 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or */
10+
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
import com.ibm.cics.server.CicsConditionException;
414
import com.ibm.cics.server.ItemHolder;
515
import com.ibm.cics.server.TSQ;

projects/com.ibm.cicsdev.osgi.ds.storage_1.0.0/src/com/ibm/cicsdev/osgi/ds/storage/StorageException.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package com.ibm.cicsdev.osgi.ds.storage;
22

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

projects/com.ibm.cicsdev.osgi.ds.storage_1.0.0/src/com/ibm/cicsdev/osgi/ds/storage/StorageService.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
package com.ibm.cicsdev.osgi.ds.storage;
22

3+
/* Licensed Materials - Property of IBM */
4+
/* */
5+
/* SAMPLE */
6+
/* */
7+
/* (c) Copyright IBM Corp. 2018 All Rights Reserved */
8+
/* */
9+
/* US Government Users Restricted Rights - Use, duplication or */
10+
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp */
11+
/* */
12+
313
/**
414
* Interface for storing and retrieving string data.
515
*

0 commit comments

Comments
 (0)