Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 50c5d1a

Browse files
committed
Merge pull request #20 from arthurbarr/master
Use Apache license
2 parents 026b137 + 78be526 commit 50c5d1a

File tree

6 files changed

+252
-226
lines changed

6 files changed

+252
-226
lines changed

8.0.0/Dockerfile

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
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

815
FROM ubuntu:14.04
916

8.0.0/listener.mqsc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
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
917
ALTER LISTENER('SYSTEM.DEFAULT.LISTENER.TCP') TRPTYPE(TCP) PORT(1414) CONTROL(QMGR)

8.0.0/mq-license-check.sh

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
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

1118
if [ "$LICENSE" = "accept" ]; then
1219
exit 0

8.0.0/mq.sh

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
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

1117
set -e
1218

0 commit comments

Comments
 (0)