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

Commit 1aa074a

Browse files
committed
Fix copyright information
1 parent 884e807 commit 1aa074a

File tree

3 files changed

+16
-28
lines changed

3 files changed

+16
-28
lines changed

server/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# © Copyright IBM Corporation 2015, 2016
1+
# © Copyright IBM Corporation 2015, 2017
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -78,7 +78,6 @@ EXPOSE 1414 9443
7878
# Always put the MQ data directory in a Docker volume
7979
VOLUME /var/mqm
8080

81-
#ENV LANG=C.UTF-8
8281
ENV LANG=en_US.UTF-8
8382

8483
ENTRYPOINT ["mq.sh"]

server/mq.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# -*- mode: sh -*-
3-
# © Copyright IBM Corporation 2015, 2016
3+
# © Copyright IBM Corporation 2015, 2017
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

server/mqwebuser.xml

+14-25
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- ****************************************************************** -->
3-
<!-- -->
4-
<!-- IBM MQ Security Configuration for MQ Console. -->
5-
<!-- -->
6-
<!-- Name: basic_registry.xml -->
7-
<!-- -->
8-
<!-- Description: Basic XML based registry -->
9-
<!-- -->
10-
<!-- ****************************************************************** -->
11-
<!-- <copyright -->
12-
<!-- notice='lm-source-program' -->
13-
<!-- pids='5724-H72' -->
14-
<!-- years='2016' -->
15-
<!-- crc='' > -->
16-
<!-- -->
17-
<!-- Licensed Materials - Property of IBM -->
18-
<!-- -->
19-
<!-- 5724-H72 -->
20-
<!-- -->
21-
<!-- (C) Copyright IBM Corp. 2016 All Rights Reserved. -->
22-
<!-- -->
23-
<!-- US Government Users Restricted Rights - Use, duplication or -->
24-
<!-- disclosure restricted by GSA ADP Schedule Contract with -->
25-
<!-- IBM Corp. -->
26-
<!-- </copyright> -->
2+
<!--
3+
© Copyright IBM Corporation 2016, 2017
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.
15+
-->
2716
<server>
2817
<!--
2918
This sample grants the following role mappings:

0 commit comments

Comments
 (0)