Skip to content

Commit aee9ffe

Browse files
committed
update headers
1 parent 742cee1 commit aee9ffe

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

.ci/travis/docker_image/before_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
###########################################################################
33
# before_install.sh
44
# ---------------------
5-
# Date : March 2016
6-
# Copyright : (C) 2016 by Matthias Kuhn
7-
# Email : matthias at opengis dot ch
5+
# Date : March 2019
6+
# Copyright : (C) 2019 by Denis Rouzaud
7+
# Email : denis@opengis.ch
88
###########################################################################
99
# #
1010
# This program is free software; you can redistribute it and/or modify #

.ci/travis/docker_image/before_script.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
###########################################################################
3-
# before_script.sh
3+
# before_install.sh
44
# ---------------------
5-
# Date : August 2015
6-
# Copyright : (C) 2015 by Nyall Dawson
7-
# Email : nyall dot dawson at gmail dot com
5+
# Date : March 2019
6+
# Copyright : (C) 2019 by Denis Rouzaud
7+
# Email : denis@opengis.ch
88
###########################################################################
99
# #
1010
# This program is free software; you can redistribute it and/or modify #
@@ -14,6 +14,7 @@
1414
# #
1515
###########################################################################
1616

17+
1718
set -e
1819

1920
.ci/travis/scripts/echo_travis_var.sh

.ci/travis/docker_image/install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
###########################################################################
3-
# install.sh
3+
# before_install.sh
44
# ---------------------
5-
# Date : March 2016
6-
# Copyright : (C) 2016 by Matthias Kuhn
7-
# Email : matthias at opengis dot ch
5+
# Date : March 2019
6+
# Copyright : (C) 2019 by Denis Rouzaud
7+
# Email : denis@opengis.ch
88
###########################################################################
99
# #
1010
# This program is free software; you can redistribute it and/or modify #
@@ -14,3 +14,4 @@
1414
# #
1515
###########################################################################
1616

17+

.ci/travis/docker_image/script.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
###########################################################################
3-
# script.sh
3+
# before_install.sh
44
# ---------------------
5-
# Date : March 2016
6-
# Copyright : (C) 2016 by Matthias Kuhn
7-
# Email : matthias at opengis dot ch
5+
# Date : March 2019
6+
# Copyright : (C) 2019 by Denis Rouzaud
7+
# Email : denis@opengis.ch
88
###########################################################################
99
# #
1010
# This program is free software; you can redistribute it and/or modify #
@@ -14,6 +14,7 @@
1414
# #
1515
###########################################################################
1616

17+
1718
set -e
1819

1920
mkdir -p "CCACHE_DIR_IMAGE_BUILD"

0 commit comments

Comments
 (0)