This repository was archived by the owner on May 5, 2020. It is now read-only.
File tree 6 files changed +252
-226
lines changed
6 files changed +252
-226
lines changed Original file line number Diff line number Diff line change 1
- # © Copyright IBM Corporation 2015.
1
+ # © Copyright IBM Corporation 2015, 2016
2
2
#
3
- # All rights reserved. This program and the accompanying materials
4
- # are made available under the terms of the Eclipse Public License v1.0
5
- # which accompanies this distribution, and is available at
6
- # http://www.eclipse.org/legal/epl-v10.html
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
7
14
8
15
FROM ubuntu:14.04
9
16
Original file line number Diff line number Diff line change 1
- * © Copyright IBM Corporation 2015.
1
+ * © Copyright IBM Corporation 2015, 2016
2
2
*
3
- * All rights reserved. This program and the accompanying materials
4
- * are made available under the terms of the Eclipse Public License v1.0
5
- * which accompanies this distribution, and is available at
6
- * http://www.eclipse.org/legal/epl-v10.html
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
7
15
8
16
* Enable and start a TCP/IP listener on port 1414
9
17
ALTER LISTENER('SYSTEM.DEFAULT.LISTENER.TCP') TRPTYPE(TCP) PORT(1414) CONTROL(QMGR)
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# -*- mode: sh -*-
3
- # © Copyright IBM Corporation 2015.
3
+ # © Copyright IBM Corporation 2015, 2016
4
4
#
5
- # All rights reserved. This program and the accompanying materials
6
- # are made available under the terms of the Eclipse Public License v1.0
7
- # which accompanies this distribution, and is available at
8
- # http://www.eclipse.org/legal/epl-v10.html
9
-
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
10
17
11
18
if [ " $LICENSE " = " accept" ]; then
12
19
exit 0
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# -*- mode: sh -*-
3
- # © Copyright IBM Corporation 2015.
3
+ # © Copyright IBM Corporation 2015, 2016
4
4
#
5
- # All rights reserved. This program and the accompanying materials
6
- # are made available under the terms of the Eclipse Public License v1.0
7
- # which accompanies this distribution, and is available at
8
- # http://www.eclipse.org/legal/epl-v10.html
9
-
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
10
16
11
17
set -e
12
18
You can’t perform that action at this time.
0 commit comments