This repository was archived by the owner on May 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +252
-226
lines changed Expand file tree Collapse file tree 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
22#
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.
714
815FROM ubuntu:14.04
916
Original file line number Diff line number Diff line change 1- * © Copyright IBM Corporation 2015.
1+ * © Copyright IBM Corporation 2015, 2016
22*
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.
715
816* Enable and start a TCP/IP listener on port 1414
917ALTER LISTENER('SYSTEM.DEFAULT.LISTENER.TCP') TRPTYPE(TCP) PORT(1414) CONTROL(QMGR)
Original file line number Diff line number Diff line change 11#! /bin/bash
22# -*- mode: sh -*-
3- # © Copyright IBM Corporation 2015.
3+ # © Copyright IBM Corporation 2015, 2016
44#
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.
1017
1118if [ " $LICENSE " = " accept" ]; then
1219 exit 0
Original file line number Diff line number Diff line change 11#! /bin/bash
22# -*- mode: sh -*-
3- # © Copyright IBM Corporation 2015.
3+ # © Copyright IBM Corporation 2015, 2016
44#
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.
1016
1117set -e
1218
You can’t perform that action at this time.
0 commit comments