Skip to content

Commit edfbbef

Browse files
author
dan robinson
committed
Add copyright statement to Dockerfiles
1 parent 4471ff2 commit edfbbef

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

11.0.0.0/ace/ubuntu-1604/base/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# © Copyright IBM Corporation 2018.
2+
#
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v20.html
7+
18
FROM ubuntu:16.04
29

310
LABEL "maintainer"="Dan Robinson <[email protected]>" \

11.0.0.0/ace/ubuntu-1604/base/ace_env.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/bin/bash
2-
# © Copyright IBM Corporation 2015.
2+
3+
# © Copyright IBM Corporation 2018.
34
#
45
# All rights reserved. This program and the accompanying materials
5-
# are made available under the terms of the Eclipse Public License v1.0
6+
# are made available under the terms of the Eclipse Public License v2.0
67
# which accompanies this distribution, and is available at
7-
# http://www.eclipse.org/legal/epl-v10.html
8+
# http://www.eclipse.org/legal/epl-v20.html
89

910
if [ -z "$MQSI_VERSION" ]; then
1011
echo "Sourcing profile"

11.0.0.0/ace/ubuntu-1604/base/ace_license_check.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/bin/bash
2-
# © Copyright IBM Corporation 2015.
2+
3+
# © Copyright IBM Corporation 2018.
34
#
45
# All rights reserved. This program and the accompanying materials
5-
# are made available under the terms of the Eclipse Public License v1.0
6+
# are made available under the terms of the Eclipse Public License v2.0
67
# which accompanies this distribution, and is available at
7-
# http://www.eclipse.org/legal/epl-v10.html
8+
# http://www.eclipse.org/legal/epl-v20.html
89

910
if [ "$LICENSE" = "accept" ]; then
1011
exit 0

11.0.0.0/ace/ubuntu-1604/demo/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# © Copyright IBM Corporation 2018.
2+
#
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v20.html
7+
18
FROM ace:11.0.0.0
29

310
ENV BAR1=Transformation_Map.bar

0 commit comments

Comments
 (0)